Skip to content

Commit 1b27155

Browse files
committed
1.40.11 release info
Signed-off-by: Kyle Quest <kcq.public@gmail.com>
1 parent 0ed83d9 commit 1b27155

File tree

2 files changed

+29
-12
lines changed

2 files changed

+29
-12
lines changed

CHANGELOG.md

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

3+
## 1.40.11 (2/2/2024)
4+
5+
### New Features
6+
7+
- New `build` command flags (`--include-dir-bins` and `--include-ssh-client`).
8+
- Simple `images` command to list container images.
9+
10+
### Improvements
11+
12+
- OCI image format support in `xray`.
13+
- Improved `xray` command reports to include object type information.
14+
15+
### Bug Fixes
16+
17+
- Fixes and dependency updates to support the new Docker Engine version (25.x).
18+
19+
320
## 1.40.10 (1/17/2024)
421

522
### Bug Fixes

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.10` (`1/17/2024`)
201+
Latest version: `1.40.11` (`2/2/2024`)
202202

203-
The 1.40.9/1.40.10 releases are minor releases that makes a number of monitor data event improvements and bug fixes.
203+
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`).
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.10/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.10/dist_mac.zip`)
220+
- [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`)
221221

222-
- [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`)
222+
- [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`)
223223

224-
- [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`)
224+
- [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`)
225225

226-
- [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`)
226+
- [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`)
227227

228-
- [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`)
228+
- [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`)
229229

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

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

12171217
1. Get the Slim app binaries:
12181218

1219-
* [Mac](https://downloads.dockerslim.com/releases/1.40.10/dist_mac.zip),
1220-
* [Mac M1](https://downloads.dockerslim.com/releases/1.40.10/dist_mac_m1.zip),
1221-
* [Linux](https://downloads.dockerslim.com/releases/1.40.10/dist_linux.tar.gz),
1222-
* [Linux ARM](https://downloads.dockerslim.com/releases/1.40.10/dist_linux_arm.tar.gz),
1223-
* [Linux ARM64](https://downloads.dockerslim.com/releases/1.40.10/dist_linux_arm64.tar.gz)
1219+
* [Mac](https://downloads.dockerslim.com/releases/1.40.11/dist_mac.zip),
1220+
* [Mac M1](https://downloads.dockerslim.com/releases/1.40.11/dist_mac_m1.zip),
1221+
* [Linux](https://downloads.dockerslim.com/releases/1.40.11/dist_linux.tar.gz),
1222+
* [Linux ARM](https://downloads.dockerslim.com/releases/1.40.11/dist_linux_arm.tar.gz),
1223+
* [Linux ARM64](https://downloads.dockerslim.com/releases/1.40.11/dist_linux_arm64.tar.gz)
12241224

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

0 commit comments

Comments
 (0)