From 1b271555882eacdfb4e6598d6d0552e9b9b1449b Mon Sep 17 00:00:00 2001 From: Kyle Quest Date: Fri, 2 Feb 2024 14:34:35 +0100 Subject: [PATCH] 1.40.11 release info Signed-off-by: Kyle Quest --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 24 ++++++++++++------------ 2 files changed, 29 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 849739a2da..7384e99971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Releases +## 1.40.11 (2/2/2024) + +### New Features + +- New `build` command flags (`--include-dir-bins` and `--include-ssh-client`). +- Simple `images` command to list container images. + +### Improvements + +- OCI image format support in `xray`. +- Improved `xray` command reports to include object type information. + +### Bug Fixes + +- Fixes and dependency updates to support the new Docker Engine version (25.x). + + ## 1.40.10 (1/17/2024) ### Bug Fixes diff --git a/README.md b/README.md index 3d3fc2673a..b57a92270a 100644 --- a/README.md +++ b/README.md @@ -198,9 +198,9 @@ Elixir application images: ## RECENT UPDATES -Latest version: `1.40.10` (`1/17/2024`) +Latest version: `1.40.11` (`2/2/2024`) -The 1.40.9/1.40.10 releases are minor releases that makes a number of monitor data event improvements and bug fixes. +The 1.40.11 version adds support for the latest Docker Engine version, improves `xray` reports and adds new `build` command flags (`--include-dir-bins` and `--include-ssh-client`). For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md). @@ -217,15 +217,15 @@ slim update 1. Download the zip package for your platform. - - [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.10/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.10/dist_mac.zip`) + - [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.11/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.11/dist_mac.zip`) - - [Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.10/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.10/dist_mac_m1.zip`) + - [Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.11/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.11/dist_mac_m1.zip`) - - [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.10/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.10/dist_linux.tar.gz`) + - [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.11/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.11/dist_linux.tar.gz`) - - [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.10/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.10/dist_linux_arm.tar.gz`) + - [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.11/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.11/dist_linux_arm.tar.gz`) - - [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.10/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.10/dist_linux_arm64.tar.gz`) + - [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.11/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.11/dist_linux_arm64.tar.gz`) 2. Unzip the package and optionally move it to your bin directory. @@ -1216,11 +1216,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.10/dist_mac.zip), -* [Mac M1](https://downloads.dockerslim.com/releases/1.40.10/dist_mac_m1.zip), -* [Linux](https://downloads.dockerslim.com/releases/1.40.10/dist_linux.tar.gz), -* [Linux ARM](https://downloads.dockerslim.com/releases/1.40.10/dist_linux_arm.tar.gz), -* [Linux ARM64](https://downloads.dockerslim.com/releases/1.40.10/dist_linux_arm64.tar.gz) +* [Mac](https://downloads.dockerslim.com/releases/1.40.11/dist_mac.zip), +* [Mac M1](https://downloads.dockerslim.com/releases/1.40.11/dist_mac_m1.zip), +* [Linux](https://downloads.dockerslim.com/releases/1.40.11/dist_linux.tar.gz), +* [Linux ARM](https://downloads.dockerslim.com/releases/1.40.11/dist_linux_arm.tar.gz), +* [Linux ARM64](https://downloads.dockerslim.com/releases/1.40.11/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.