From 29826dce4f4b3ca9a58d0d3dcf35430bafaca9a3 Mon Sep 17 00:00:00 2001 From: Kyle Quest Date: Fri, 5 Apr 2024 23:45:05 -0700 Subject: [PATCH] 1.41.1 release info Signed-off-by: Kyle Quest --- CHANGELOG.md | 14 ++++++++++++++ README.md | 24 ++++++++++++------------ 2 files changed, 26 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83fdf4fb..ae80fd35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Releases +## 1.41.1 (4/5/2024) + +### New Features + +- `--include-healthcheck` flag for the `slim` (aka `build`) command +- Basic Redis network probing. + +### Improvements + +- `creport` data and format enhancements. +- `debug` command doc updates. +- `debug` command improvements for `podman` + + ## 1.41.0 (3/12/2024) ### New Features diff --git a/README.md b/README.md index 0c46c869..3311b86d 100644 --- a/README.md +++ b/README.md @@ -192,9 +192,9 @@ Elixir application images: ## RECENT UPDATES -Latest version: `1.41.0` (`3/28/2024`) +Latest version: `1.41.1` (`4/5/2024`) -The 1.41.0 version adds support for the ContainerD and Podman container runtimes in the `debug` command. +The 1.41.1 version adds a number of `debug` command enhancements and doc updates in addition to various `build` command enhancements. For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md). @@ -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.0/dist_mac.zip) (`curl -L -o ds.zip https://github.com/minttoolkit/mint/releases/download/1.41.0/dist_mac.zip`) + - [Latest Mac binaries](https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_mac.zip) (`curl -L -o ds.zip https://github.com/minttoolkit/mint/releases/download/1.41.1/dist_mac.zip`) - - [Latest Mac M1 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.0/dist_mac_m1.zip) (`curl -L -o ds.zip https://github.com/minttoolkit/mint/releases/download/1.41.0/dist_mac_m1.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/minttoolkit/mint/releases/download/1.41.1/dist_mac_m1.zip)`) - - [Latest Linux binaries](https://github.com/mintoolkit/mint/releases/download/1.41.0/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.0/dist_linux.tar.gz`) + - [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 ARM binaries](https://github.com/mintoolkit/mint/releases/download/1.41.0/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.0/dist_linux_arm.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 ARM64 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.0/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.0/dist_linux_arm64.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`) 2. Unzip the package and optionally move it to your bin directory. @@ -1248,11 +1248,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.0/dist_mac.zip), -* [Mac M1](https://github.com/mintoolkit/mint/releases/download/1.41.0/dist_mac_m1.zip), -* [Linux](https://github.com/mintoolkit/mint/releases/download/1.41.0/dist_linux.tar.gz), -* [Linux ARM](https://github.com/mintoolkit/mint/releases/download/1.41.0/dist_linux_arm.tar.gz), -* [Linux ARM64](https://github.com/mintoolkit/mint/releases/download/1.41.0/dist_linux_arm64.tar.gz) +* [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) Unzip them and optionally add their directory to your `PATH` environment variable if you want to use the app from other locations.