Skip to content

Commit b04d388

Browse files
committed
1.40.10 release info
Signed-off-by: Kyle Quest <[email protected]>
1 parent 402c82a commit b04d388

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

CHANGELOG.md

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

3+
## 1.40.10 (1/17/2024)
4+
5+
### Bug Fixes
6+
7+
- Sensor artifact (post-)processing bug fix for additional PT generated artifacts.
8+
9+
310
## 1.40.9 (1/15/2024)
411

512
### Improvements

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.9` (`1/15/2024`)
201+
Latest version: `1.40.10` (`1/17/2024`)
202202

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

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

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

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

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

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

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

12131213
1. Get the Slim app binaries:
12141214

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

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

0 commit comments

Comments
 (0)