All notable changes to this project will be documented in this file. All changes are from @nickgerace unless otherwise specified.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
The latest version contains all changes.
- Misc packge bumps
- Misc package bumps
- Clap CLI from
3.0.0-beta.4
to3.0.0-beta.5
due to a breaking change oncargo install
- Ability to handle all environment usages of
RUST_LOG
- Homebrew install for macOS users
- Independent bootstrap password command from the original
logs
subcommand
- Many "behind the scenes" and repository functions, which include switching from
make
tocargo xtask
- Version subcommand output to include permissions errors
- Bootstrap password flags and functionality for
logs
subcommand
- All direct-to-STDOUT statements to use
INFO
logging (except when printing formatted logs)
- The ability to run in debug mode while using the
logs
subcommand (avoid logging a formatted log)
- Wait flag when finding the bootstrap password
- The version command to print valid JSON rather than invalid YAML (previous implementation)
- The version command to return an error if JSON pretty printing fails
- Ability to find the bootstrap password (Rancher >=v2.6)
- Short flag for deleting container(s) and volume(s)
- Alias for
force-pull
flag:fp
- Explicit
no-cacerts
flag - Short flag for bootstrap password
- Windows binary name to include the
.exe
suffix
- Base contents for repository
- GitHub action for merges and pull requests
- GitHub action for releases
- Pull request template