Skip to content

Commit

Permalink
1.41.2 release info
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Quest <[email protected]>
  • Loading branch information
kcq committed May 29, 2024
1 parent 04cd64a commit d6f9778
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 12 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Releases

## 1.41.2 (5/28/2024)

### New Features

- The `--command-params-file` flag now works for the `slim` (aka `build`) and `xray` commands ( thanks to @Billy-North ).
- The `--shell-cmd` flag for the `debug` command allowing you to be more explicit about the intent to use a shell (alternative to `--cmd`).
- Basic DNS network probing.

### Improvements

- Renamed the `--auto-run-as-non-root` `debug` command flag to `--fallback-to-target-user`.
- Improved non-root user handling for the `debug` command (to disable the automated user identity selection logic set `--fallback-to-target-user` to false)

### Bug Fixes

- Use the custom entrypoint and cmd when they are not empty for the `debug` command ( fixed by @sword-jin )


## 1.41.1 (4/5/2024)

### New Features
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ Elixir application images:

## RECENT UPDATES

Latest version: `1.41.1` (`4/5/2024`)
Latest version: `1.41.2` (`5/28/2024`)

The 1.41.1 version adds a number of `debug` command enhancements and doc updates in addition to various `build` command enhancements.
The 1.41.2 version adds a number of `debug` and `build` command enhancements.

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

Expand All @@ -211,15 +211,15 @@ mint update

1. Download the zip package for your platform.

- [Latest Mac binaries](https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_mac.zip) (`curl -L -o ds.zip https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_mac.zip`)
- [Latest Mac binaries](https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_mac.zip) (`curl -L -o ds.zip https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_mac.zip`)

- [Latest Mac M1 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_mac_m1.zip) (`curl -L -o ds.zip https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_mac_m1.zip)`)
- [Latest Mac M1 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_mac_m1.zip) (`curl -L -o ds.zip https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_mac_m1.zip)`)

- [Latest Linux binaries](https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_linux.tar.gz`)
- [Latest Linux binaries](https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_linux.tar.gz`)

- [Latest Linux ARM binaries](https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_linux_arm.tar.gz`)
- [Latest Linux ARM binaries](https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_linux_arm.tar.gz`)

- [Latest Linux ARM64 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_linux_arm64.tar.gz`)
- [Latest Linux ARM64 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_linux_arm64.tar.gz`)

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

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

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

* [Mac](https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_mac.zip),
* [Mac M1](https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_mac_m1.zip),
* [Linux](https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_linux.tar.gz),
* [Linux ARM](https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_linux_arm.tar.gz),
* [Linux ARM64](https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_linux_arm64.tar.gz)
* [Mac](https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_mac.zip),
* [Mac M1](https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_mac_m1.zip),
* [Linux](https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_linux.tar.gz),
* [Linux ARM](https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_linux_arm.tar.gz),
* [Linux ARM64](https://github.com/mintoolkit/mint/releases/download/1.41.2/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.

Expand Down

0 comments on commit d6f9778

Please sign in to comment.