All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.5 - 2024-01-10
- Provide better error messages for some filesystem operations (#129)
- Deprecate the use of Release.toml (#126, #112)
- Install twoliter tools into a fixed directory (#102)
- Update dependencies (#125, #98, #93)
- Fix a bug that prevented use of a log level argument with testsys (#92)
0.0.4 - 2023-10-04
- Enable log level selection for Testsys and Pubsys through Twoliter (#75)
- Enable specification of Bottlerocket SDK in Twoliter.toml (#89)
- Testsys: add image_id label to fix metal cluster conflicts (#81)
- Testsys: change update cluster shared security group name (#67)
- Testsys: Update version to v0.10.0 (#93)
- Remove Infrasys, an unused system, from the codebase (#53)
0.0.3 - 2023-09-13
- Bottlerocket build system tools:
buildsys
pubsys
pubsys-setup
testsys
scripts
Dockerfile
- Add
cargo dist
for binary releases.
- Update docker run commands to use current
--security-opt
syntax.
0.0.2 - 2023-08-18
- Removed keys from the project file schema since they are not yet being used.
0.0.1 - 2023-08-17
- The
twoliter
CLI with a command,twoliter make
, which serves as a facade over Bottlerocket'scargo make
build system. Makefile.toml
taken from the Bottlerocket project.