Skip to content

v0.5.1 - Cogs and Wrenches

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 11:09
· 182 commits to main since this release

This version includes a hotfix for containerized runs.

What's Changed

  • fix: fix bad parsing of root dir path by @MrHedmad in #63
    • The default path ("/") was not applied correctly to internal (host) paths since Rust's PathBuf treats it as an empty path. This was fixed.
    • Reverted a breaking change whereas the src/dockerfiles default path was changed to src/containers, but this was not supposed to be released yet.

Full Changelog: v0.5.0...v0.5.1

Install kerblam 0.5.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/MrHedmad/kerblam/releases/download/v0.5.1/kerblam-installer.sh | sh

Download kerblam 0.5.1

File Platform Checksum
kerblam-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
kerblam-x86_64-apple-darwin.tar.xz Intel macOS checksum
kerblam-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
kerblam-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum