Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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 Cargo.lock

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

12 changes: 12 additions & 0 deletions rust/boil/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).

Comment thread
NickLarsenNZ marked this conversation as resolved.
Outdated
## [0.2.0] - 2026-04-14

[See complete diff](https://github.com/stackabletech/docker-images/compare/boil-0.1.7..boil-0.2.0)
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.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
Expand Down
2 changes: 1 addition & 1 deletion rust/boil/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pkgs.mkShell {
rustup
nodejs
zizmor
git-cliff
];

buildInputs = with pkgs; [
Expand Down
Loading