From e8206d03b8dd040691ccef7b2c8f1d5f70fd71b5 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Fri, 17 Apr 2026 09:43:09 +0200 Subject: [PATCH 1/4] chore(boil): Release 0.2.1 --- Cargo.lock | 2 +- rust/boil/CHANGELOG.md | 12 ++++++++++++ rust/boil/Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2bec7af8d..55e1ed370 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -87,7 +87,7 @@ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" [[package]] name = "boil" -version = "0.2.0" +version = "0.2.1" dependencies = [ "cap-std", "clap", diff --git a/rust/boil/CHANGELOG.md b/rust/boil/CHANGELOG.md index ca1266f9a..a7fb187f3 100644 --- a/rust/boil/CHANGELOG.md +++ b/rust/boil/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. +## [0.2.1] - 2026-04-17 + +[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.2.0..boil-0.2.1) + +### Features + +- Relax vendor version constraint ([#1469](https://github.com/stackabletech/docker-images/pull/1469)). + +### Miscellaneous + +- Vendor openssl for better portability ([#1459](https://github.com/stackabletech/docker-images/pull/1459)). + ## [0.2.0] - 2026-04-14 [See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.1.7..boil-0.2.0) diff --git a/rust/boil/Cargo.toml b/rust/boil/Cargo.toml index 3f6e750c1..c33bcc479 100644 --- a/rust/boil/Cargo.toml +++ b/rust/boil/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boil" -version = "0.2.0" # Managed by .scripts/release_boil.sh +version = "0.2.1" # Managed by .scripts/release_boil.sh edition = "2024" authors.workspace = true license.workspace = true From aef7ab6a884cfda72d41f5f750cbdf7f4eedf4f7 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Fri, 17 Apr 2026 09:45:08 +0200 Subject: [PATCH 2/4] chore(nix): Add git-cliff as a dependency --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index b8058d582..ed1742207 100644 --- a/shell.nix +++ b/shell.nix @@ -9,6 +9,7 @@ pkgs.mkShell { rustup nodejs zizmor + git-cliff ]; buildInputs = with pkgs; [ From f3dbb3917cf444c80ebb29b32ba10bfa78929344 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Fri, 17 Apr 2026 09:45:33 +0200 Subject: [PATCH 3/4] docs(boil): Update release instructions --- rust/boil/RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/boil/RELEASE.md b/rust/boil/RELEASE.md index 4ad20dfc5..493f52f7b 100644 --- a/rust/boil/RELEASE.md +++ b/rust/boil/RELEASE.md @@ -2,7 +2,7 @@ To release a new version of `boil` the following steps need to be done: -1. Make sure the local `main` branch is up-to-date and in a clean state. +1. Make sure you are on `main` branch and it is up-to-date and in a clean state. 2. Run the `.scripts/release_boil.sh` script. This takes care of - generating the changelog - updating the `Cargo.toml` version From 049a2e27f53936ceff50a033022caddf34d83f5f Mon Sep 17 00:00:00 2001 From: Nick <10092581+NickLarsenNZ@users.noreply.github.com> Date: Fri, 17 Apr 2026 09:47:14 +0200 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com> --- rust/boil/CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rust/boil/CHANGELOG.md b/rust/boil/CHANGELOG.md index a7fb187f3..7ad7d49d7 100644 --- a/rust/boil/CHANGELOG.md +++ b/rust/boil/CHANGELOG.md @@ -12,10 +12,6 @@ All notable changes to this project will be documented in this file. - Relax vendor version constraint ([#1469](https://github.com/stackabletech/docker-images/pull/1469)). -### Miscellaneous - -- Vendor openssl for better portability ([#1459](https://github.com/stackabletech/docker-images/pull/1459)). - ## [0.2.0] - 2026-04-14 [See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.1.7..boil-0.2.0)