Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 15:19
· 2 commits to main since this release

Kerblam! Version 1.0.0

This is the first official release of Kerblam! Hurray!

You can read all about Kerblam! here on Github with the README, or immediately start with the manual on kerblam.dev.

Changelog

  • ! BREAKING CHANGE: The default behaviour of kerblam data clean was changed. Now, remote data are not deleted by default, as if you ran kerblam data clean --keep-remote. To also delete remote data, pass the flag --include-remote, e.g. kerblam data clean --include-remote. During day-to-day usage, deletion of remote data is often not wanted, so it's much better to treat the deletion of remote data as an exception rather than a rule.
    • As a result, the --keep-remote flag has been deleted.

New

  • The error message you get when running kerblam run with no parameters now includes a list of available profiles, or tells you that you have specified no profiles.
  • All the help messages (e.g. kerblam --help) were revamped to be more complete and explicit on what each command does.

Install kerblam 1.0.0

Install prebuilt binaries via shell script

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

Download kerblam 1.0.0

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