Skip to content

Commit a4bb798

Browse files
committed
release 1.40.0 info
1 parent 2817f64 commit a4bb798

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.0 (1/15/2022)
4+
5+
### New Features
6+
7+
- Base image metadata for xray
8+
- Basic support for multiple image build engines (`--image-build-engine`, `--image-build-arch` parameters)
9+
10+
### Improvements
11+
12+
- dockerfile reverse engineering updates
13+
- buildkit dockerfile instruction support
14+
- name change
15+
16+
### Bug Fixes
17+
18+
- todo: add info
19+
320
## 1.39.1 (11/12/2022)
421

522
## 1.39.0 (10/24/2022)

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ Elixir application images:
197197

198198
## RECENT UPDATES
199199

200-
Latest version: 1.39.1 (11/12/2022)
200+
Latest version: 1.40.0 (1/15/2023)
201201

202-
The 1.37.x, 1.38.x and 1.39.x releases add an experimental docker-compose support and various improved application tracing capabilities for the build command.
202+
The 1.37.x-1.40.x releases add an experimental docker-compose support and various improved application tracing capabilities for the build command.
203203

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

@@ -216,15 +216,15 @@ slim update
216216

217217
1. Download the zip package for your platform.
218218

219-
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.39.1/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.39.1/dist_mac.zip`)
219+
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.0/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.0/dist_mac.zip`)
220220

221-
- [Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.39.1/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.39.1/dist_mac_m1.zip`)
221+
- [Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.0/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.0/dist_mac_m1.zip`)
222222

223-
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.39.1/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.39.1/dist_linux.tar.gz`)
223+
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.0/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.0/dist_linux.tar.gz`)
224224

225-
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.39.1/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.39.1/dist_linux_arm.tar.gz`)
225+
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.0/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.0/dist_linux_arm.tar.gz`)
226226

227-
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.39.1/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.39.1/dist_linux_arm64.tar.gz`)
227+
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.0/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.0/dist_linux_arm64.tar.gz`)
228228

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

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

782782
1. Get the Slim app binaries:
783783

784-
* [Mac](https://downloads.dockerslim.com/releases/1.39.1/dist_mac.zip),
785-
* [Mac M1](https://downloads.dockerslim.com/releases/1.39.1/dist_mac_m1.zip),
786-
* [Linux](https://downloads.dockerslim.com/releases/1.39.1/dist_linux.tar.gz),
787-
* [Linux ARM](https://downloads.dockerslim.com/releases/1.39.1/dist_linux_arm.tar.gz),
788-
* [Linux ARM64](https://downloads.dockerslim.com/releases/1.39.1/dist_linux_arm64.tar.gz)
784+
* [Mac](https://downloads.dockerslim.com/releases/1.40.0/dist_mac.zip),
785+
* [Mac M1](https://downloads.dockerslim.com/releases/1.40.0/dist_mac_m1.zip),
786+
* [Linux](https://downloads.dockerslim.com/releases/1.40.0/dist_linux.tar.gz),
787+
* [Linux ARM](https://downloads.dockerslim.com/releases/1.40.0/dist_linux_arm.tar.gz),
788+
* [Linux ARM64](https://downloads.dockerslim.com/releases/1.40.0/dist_linux_arm64.tar.gz)
789789

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

0 commit comments

Comments
 (0)