Skip to content

Commit 53e8072

Browse files
committed
1.41.6 release info
Signed-off-by: Kyle Quest <[email protected]>
1 parent b7052d5 commit 53e8072

File tree

2 files changed

+33
-12
lines changed

2 files changed

+33
-12
lines changed

CHANGELOG.md

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

3+
## 1.41.6 (8/24/2024)
4+
5+
### New Features
6+
7+
- Podman runtime support for the `xray` command and the `--runtime` flag to choose the runtime.
8+
- Podman runtime support for the `images` command
9+
- `--http-probe-client-timeout` and `--http-probe-client-timeout-crawl` flags for the `slim`/`profile` commands
10+
- `--http-probe-exit-on-failure-count` flag for the `slim`/`profile` commands
11+
- `--http-probe-retry-off` flag for the `slim`/`profile` commands
12+
13+
### Improvements
14+
15+
- Created `app` command and moved the `install`, `update`, `version` and other app management related operations there as sub-commands.
16+
- `--http-probe-retry-count` flag now can be used to disable probe retries by setting it to -1 (or use the `--http-probe-retry-off` flag instead)
17+
18+
### Bug Fixes
19+
20+
- User identity collection bugfix for the `xray` command.
21+
- HTTP probing completion logic bugfix to prevent early probing exit.
22+
23+
324
## 1.41.5 (6/30/2024)
425

526
### New Features

README.md

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

193193
## RECENT UPDATES
194194

195-
Latest version: `1.41.5` (`6/30/2024`)
195+
Latest version: `1.41.6` (`8/24/2024`)
196196

197-
The 1.41.5 version adds an ability to keep the OS distro metadata in minified images.
197+
The 1.41.6 version adds support for the Podman runtime in `xray` and a number of improvements with HTTP probing.
198198

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

@@ -211,15 +211,15 @@ mint update
211211

212212
1. Download the zip package for your platform.
213213

214-
- [Latest Mac binaries](https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_mac.zip) (`curl -L -o ds.zip https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_mac.zip`)
214+
- [Latest Mac binaries](https://github.com/mintoolkit/mint/releases/download/1.41.6/dist_mac.zip) (`curl -L -o ds.zip https://github.com/mintoolkit/mint/releases/download/1.41.6/dist_mac.zip`)
215215

216-
- [Latest Mac M1 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_mac_m1.zip) (`curl -L -o ds.zip https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_mac_m1.zip)`)
216+
- [Latest Mac M1 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.6/dist_mac_m1.zip) (`curl -L -o ds.zip https://github.com/mintoolkit/mint/releases/download/1.41.6/dist_mac_m1.zip)`)
217217

218-
- [Latest Linux binaries](https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_linux.tar.gz`)
218+
- [Latest Linux binaries](https://github.com/mintoolkit/mint/releases/download/1.41.6/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.6/dist_linux.tar.gz`)
219219

220-
- [Latest Linux ARM binaries](https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_linux_arm.tar.gz`)
220+
- [Latest Linux ARM binaries](https://github.com/mintoolkit/mint/releases/download/1.41.6/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.6/dist_linux_arm.tar.gz`)
221221

222-
- [Latest Linux ARM64 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_linux_arm64.tar.gz`)
222+
- [Latest Linux ARM64 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.6/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.6/dist_linux_arm64.tar.gz`)
223223

224224
2. Unzip the package and optionally move it to your bin directory.
225225

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

12641264
1. Get the **Mint** app binaries:
12651265

1266-
* [Mac](https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_mac.zip),
1267-
* [Mac M1](https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_mac_m1.zip),
1268-
* [Linux](https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_linux.tar.gz),
1269-
* [Linux ARM](https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_linux_arm.tar.gz),
1270-
* [Linux ARM64](https://github.com/mintoolkit/mint/releases/download/1.41.5/dist_linux_arm64.tar.gz)
1266+
* [Mac](https://github.com/mintoolkit/mint/releases/download/1.41.6/dist_mac.zip),
1267+
* [Mac M1](https://github.com/mintoolkit/mint/releases/download/1.41.6/dist_mac_m1.zip),
1268+
* [Linux](https://github.com/mintoolkit/mint/releases/download/1.41.6/dist_linux.tar.gz),
1269+
* [Linux ARM](https://github.com/mintoolkit/mint/releases/download/1.41.6/dist_linux_arm.tar.gz),
1270+
* [Linux ARM64](https://github.com/mintoolkit/mint/releases/download/1.41.6/dist_linux_arm64.tar.gz)
12711271

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

0 commit comments

Comments
 (0)