Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .scripts/release_boil.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if git diff-index --quiet HEAD --; then
exit 1
fi

git add rust/boil/CHANGELOG.md rust/boil/Cargo.*
git add rust/boil/CHANGELOG.md rust/boil/Cargo.* Cargo.lock
git commit --message "chore(boil): Release $CLEANED_BUMPED_VERSION" --no-verify --gpg-sign

echo "Pushing changes and raising PR"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions rust/boil/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@

All notable changes to this project will be documented in this file.

## [0.1.7] - 2026-03-03

[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.1.6..boil-0.1.7)

### Features

- Provide more build args ([#1365](https://github.com/stackabletech/docker-images/pull/1365)).

### Bug Fixes

- RUSTSEC-2026-0007 and 2026-0009 ([#1434](https://github.com/stackabletech/docker-images/pull/1434)).

### Miscellaneous

- Adjust git-cliff config ([#1441](https://github.com/stackabletech/docker-images/pull/1441)).

## [0.1.6] - 2025-11-07

[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.1.5..boil-0.1.6)
Expand Down
2 changes: 1 addition & 1 deletion rust/boil/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "boil"
version = "0.1.6" # Managed by .scripts/release_boil.sh
version = "0.1.7" # Managed by .scripts/release_boil.sh
edition = "2024"
authors.workspace = true
license.workspace = true
Expand Down