Version 1.0.0-rc.3
github-actions
released this
24 Jun 12:15
·
39 commits
to main
since this release
Release Notes
This release adds a few tweaks that should be made now before 1.0.0 and we must be retrocompatible.
Changed
- BREAKING CHANGE: The default path for workflows was changed from
src/pipes
tosrc/workflows
.- The "pipeline" terminology is apparently quite old, and therefore "workflow" sounds more natural to the modern ear.
- The book and README were quite heavily updated to reflect the nature of Kerblam!. A quickstart project was added to get people started with an hand-on approach.
Fixed
- The
test
profile could not be used if thedata.profiles
section of the TOML was not there (even if empty). This was fixed by @MrHedmad in #104 - If you deleted some profile files between profiled runs, the cache would tell Kerblam! to touch the files, but it would fail, since they are not found. Now, Kerblam! just silently ignores these files - if they are no there, there is no need to update their timestamps, is there? Fixed by @MrHedmad in #102
Install kerblam 1.0.0-rc.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/MrHedmad/kerblam/releases/download/v1.0.0-rc.3/kerblam-installer.sh | sh
Download kerblam 1.0.0-rc.3
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 |