From 61d4b286457b8a9d6da947d0edbe8950752e9199 Mon Sep 17 00:00:00 2001 From: Techassi Date: Mon, 24 Aug 2026 11:26:09 +0200 Subject: [PATCH] chore(boil): Release 0.4.0 --- Cargo.lock | 2 +- rust/boil/CHANGELOG.md | 8 ++++++++ rust/boil/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87ab4b228..aa05a1fc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,7 +115,7 @@ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" [[package]] name = "boil" -version = "0.3.3" +version = "0.4.0" dependencies = [ "cap-std", "clap", diff --git a/rust/boil/CHANGELOG.md b/rust/boil/CHANGELOG.md index 498a3c52f..8f7e98f8f 100644 --- a/rust/boil/CHANGELOG.md +++ b/rust/boil/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. +## [0.4.0] - 2026-08-24 + +[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.3.3..boil-0.4.0) + +### Bug Fixes + +- **BREAKING:** Don't override image manifest URIs in output ([#1613](https://github.com/stackabletech/docker-images/pull/1613)). + ## [0.3.3] - 2026-08-21 [See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.3.2..boil-0.3.3) diff --git a/rust/boil/Cargo.toml b/rust/boil/Cargo.toml index 3c591f2eb..a47b82123 100644 --- a/rust/boil/Cargo.toml +++ b/rust/boil/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boil" -version = "0.3.3" # Managed by .scripts/release_boil.sh +version = "0.4.0" # Managed by .scripts/release_boil.sh edition = "2024" authors.workspace = true license.workspace = true