Skip to content

Commit 3215df6

Browse files
committed
1.40.9 release info
Signed-off-by: Kyle Quest <[email protected]>
1 parent 6d2ff0d commit 3215df6

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Releases
22

3+
## 1.40.9 (1/15/2024)
4+
5+
### Improvements
6+
7+
- Added command parameter information to process events in `mondel`.
8+
- Enhanced `mondel` event capture to prevent event data loss on sensor shutdown.
9+
10+
311
## 1.40.8 (1/7/2024)
412

513
### New Features

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ Elixir application images:
198198

199199
## RECENT UPDATES
200200

201-
Latest version: `1.40.8` (`1/7/2024`)
201+
Latest version: `1.40.9` (`1/15/2024`)
202202

203-
The 1.40.8 release adds a simple container registry (`registry server` command) and introduces the `vulnerability` command and the `epss` subcommand to lookup vulnerability exploitation probability score data.
203+
The 1.40.9 release is a minor release that makes a number of monitor data event improvements.
204204

205205
For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
206206

@@ -217,15 +217,15 @@ slim update
217217

218218
1. Download the zip package for your platform.
219219

220-
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.8/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.8/dist_mac.zip`)
220+
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.9/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.9/dist_mac.zip`)
221221

222-
- [Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.8/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.8/dist_mac_m1.zip`)
222+
- [Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.9/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.9/dist_mac_m1.zip`)
223223

224-
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.8/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.8/dist_linux.tar.gz`)
224+
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.9/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.9/dist_linux.tar.gz`)
225225

226-
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.8/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.8/dist_linux_arm.tar.gz`)
226+
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.9/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.9/dist_linux_arm.tar.gz`)
227227

228-
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.8/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.8/dist_linux_arm64.tar.gz`)
228+
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.9/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.9/dist_linux_arm64.tar.gz`)
229229

230230
2. Unzip the package and optionally move it to your bin directory.
231231

@@ -1211,11 +1211,11 @@ The demo runs on Mac OS X, but you can build a linux version. Note that these st
12111211

12121212
1. Get the Slim app binaries:
12131213

1214-
* [Mac](https://downloads.dockerslim.com/releases/1.40.8/dist_mac.zip),
1215-
* [Mac M1](https://downloads.dockerslim.com/releases/1.40.8/dist_mac_m1.zip),
1216-
* [Linux](https://downloads.dockerslim.com/releases/1.40.8/dist_linux.tar.gz),
1217-
* [Linux ARM](https://downloads.dockerslim.com/releases/1.40.8/dist_linux_arm.tar.gz),
1218-
* [Linux ARM64](https://downloads.dockerslim.com/releases/1.40.8/dist_linux_arm64.tar.gz)
1214+
* [Mac](https://downloads.dockerslim.com/releases/1.40.9/dist_mac.zip),
1215+
* [Mac M1](https://downloads.dockerslim.com/releases/1.40.9/dist_mac_m1.zip),
1216+
* [Linux](https://downloads.dockerslim.com/releases/1.40.9/dist_linux.tar.gz),
1217+
* [Linux ARM](https://downloads.dockerslim.com/releases/1.40.9/dist_linux_arm.tar.gz),
1218+
* [Linux ARM64](https://downloads.dockerslim.com/releases/1.40.9/dist_linux_arm64.tar.gz)
12191219

12201220
Unzip them and optionally add their directory to your `PATH` environment variable if you want to use the app from other locations.
12211221

0 commit comments

Comments
 (0)