Skip to content

Commit

Permalink
1.40.9 release info
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Quest <kcq.public@gmail.com>
  • Loading branch information
kcq committed Jan 15, 2024
1 parent 6d2ff0d commit 3215df6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Releases

## 1.40.9 (1/15/2024)

### Improvements

- Added command parameter information to process events in `mondel`.
- Enhanced `mondel` event capture to prevent event data loss on sensor shutdown.


## 1.40.8 (1/7/2024)

### New Features
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ Elixir application images:

## RECENT UPDATES

Latest version: `1.40.8` (`1/7/2024`)
Latest version: `1.40.9` (`1/15/2024`)

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.
The 1.40.9 release is a minor release that makes a number of monitor data event improvements.

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

Expand All @@ -217,15 +217,15 @@ slim update

1. Download the zip package for your platform.

- [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`)
- [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`)

- [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`)
- [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`)

- [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`)
- [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`)

- [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`)
- [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`)

- [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`)
- [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`)

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

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

1. Get the Slim app binaries:

* [Mac](https://downloads.dockerslim.com/releases/1.40.8/dist_mac.zip),
* [Mac M1](https://downloads.dockerslim.com/releases/1.40.8/dist_mac_m1.zip),
* [Linux](https://downloads.dockerslim.com/releases/1.40.8/dist_linux.tar.gz),
* [Linux ARM](https://downloads.dockerslim.com/releases/1.40.8/dist_linux_arm.tar.gz),
* [Linux ARM64](https://downloads.dockerslim.com/releases/1.40.8/dist_linux_arm64.tar.gz)
* [Mac](https://downloads.dockerslim.com/releases/1.40.9/dist_mac.zip),
* [Mac M1](https://downloads.dockerslim.com/releases/1.40.9/dist_mac_m1.zip),
* [Linux](https://downloads.dockerslim.com/releases/1.40.9/dist_linux.tar.gz),
* [Linux ARM](https://downloads.dockerslim.com/releases/1.40.9/dist_linux_arm.tar.gz),
* [Linux ARM64](https://downloads.dockerslim.com/releases/1.40.9/dist_linux_arm64.tar.gz)

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

Expand Down

0 comments on commit 3215df6

Please sign in to comment.