From 027ea96b690ba70392613fa62cbb2e8a523d4d4a Mon Sep 17 00:00:00 2001 From: Techassi Date: Fri, 12 Jun 2026 16:25:16 +0200 Subject: [PATCH] chore(boil): Release 0.2.2 --- Cargo.lock | 2 +- rust/boil/CHANGELOG.md | 13 +++++++++++++ rust/boil/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd1874510..35b1408ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,7 +121,7 @@ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" [[package]] name = "boil" -version = "0.2.1" +version = "0.2.2" dependencies = [ "cap-std", "clap", diff --git a/rust/boil/CHANGELOG.md b/rust/boil/CHANGELOG.md index 7ad7d49d7..dbcad4ddd 100644 --- a/rust/boil/CHANGELOG.md +++ b/rust/boil/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. +## [0.2.2] - 2026-06-12 + +[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.2.1..boil-0.2.2) + +### Features + +- Improve empty image version filter error ([#1527](https://github.com/stackabletech/docker-images/pull/1527)). +- Add new image check command ([#1464](https://github.com/stackabletech/docker-images/pull/1464)). + ## [0.2.1] - 2026-04-17 [See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.2.0..boil-0.2.1) @@ -12,6 +21,10 @@ 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) diff --git a/rust/boil/Cargo.toml b/rust/boil/Cargo.toml index 8bc17128e..cb9e7597a 100644 --- a/rust/boil/Cargo.toml +++ b/rust/boil/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boil" -version = "0.2.1" # Managed by .scripts/release_boil.sh +version = "0.2.2" # Managed by .scripts/release_boil.sh edition = "2024" authors.workspace = true license.workspace = true