diff --git a/CHANGELOG.md b/CHANGELOG.md index b3168a7e03..59ad06422e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Releases -## 1.40.5 (11/1/2023) +## 1.40.5/1.40.6 (11/2/2023) ### New Features diff --git a/README.md b/README.md index d006073276..6ce6ea4406 100644 --- a/README.md +++ b/README.md @@ -196,9 +196,9 @@ Elixir application images: ## RECENT UPDATES -Latest version: `1.40.5` (`11/1/2023`) +Latest version: `1.40.6` (`11/2/2023`) -The 1.40.5 release introduces a number of new features and improvements for the `debug`, `xray`, `build` and `profile` commands in addition to introducing monitor even log and control commands in the sensor. +The 1.40.6 release introduces a number of new features and improvements for the `debug`, `xray`, `build` and `profile` commands in addition to introducing monitor even log and control commands in the sensor. For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md). @@ -215,15 +215,15 @@ slim update 1. Download the zip package for your platform. - - [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.5/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.5/dist_mac.zip`) + - [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.6/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.6/dist_mac.zip`) - - [Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.5/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.5/dist_mac_m1.zip`) + - [Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.6/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.6/dist_mac_m1.zip`) - - [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.5/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.5/dist_linux.tar.gz`) + - [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.6/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.6/dist_linux.tar.gz`) - - [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.5/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.5/dist_linux_arm.tar.gz`) + - [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.6/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.6/dist_linux_arm.tar.gz`) - - [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.5/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.5/dist_linux_arm64.tar.gz`) + - [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.6/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.6/dist_linux_arm64.tar.gz`) 2. Unzip the package and optionally move it to your bin directory. @@ -1080,11 +1080,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.5/dist_mac.zip), -* [Mac M1](https://downloads.dockerslim.com/releases/1.40.5/dist_mac_m1.zip), -* [Linux](https://downloads.dockerslim.com/releases/1.40.5/dist_linux.tar.gz), -* [Linux ARM](https://downloads.dockerslim.com/releases/1.40.5/dist_linux_arm.tar.gz), -* [Linux ARM64](https://downloads.dockerslim.com/releases/1.40.5/dist_linux_arm64.tar.gz) +* [Mac](https://downloads.dockerslim.com/releases/1.40.6/dist_mac.zip), +* [Mac M1](https://downloads.dockerslim.com/releases/1.40.6/dist_mac_m1.zip), +* [Linux](https://downloads.dockerslim.com/releases/1.40.6/dist_linux.tar.gz), +* [Linux ARM](https://downloads.dockerslim.com/releases/1.40.6/dist_linux_arm.tar.gz), +* [Linux ARM64](https://downloads.dockerslim.com/releases/1.40.6/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.