Releases: bottlerocket-os/twoliter
Releases · bottlerocket-os/twoliter
[0.1.0-rc1 ] - 2024-04-08
Release Notes
Added
- add FIPS-related functionality (#181)
- twoilter: add build clean command (#183)
Changed
- Fixed Gomod.rs bug (#178)
- twoliter: use Twoliter.toml for cache layers (#179)
- Added Instruction to README to use locally modified Twoliter to build Bottlerocket. (#182)
- update readme (#184)
- generate HMAC for kernel on build (#187)
Download twoliter 0.1.0-rc1
[0.0.7] - 2024-03-19
Release Notes
Added
- Testsys can now assume a role for workload tests (#169)
Changed
- Fix
--upstream-source-fallback
argument in twoliter build variant
(#168, thanks @tzneal)
- Fix a bug in pubsys resulting in a key generation error (#165)
- Fix an issue with pubsys using the wrong environment variable for the SDK (#157)
- Fix an issue in pubsys with trailing a lookaside cache URL having a trailing slash (#159)
- Fix in the alpha SDK script and add dev packages (#147, #164)
- Update buildsys to use clap for environment variables (#134)
- Refactor buildsys builder.rs logic (#134, #156)
- Update dependencies (#171)
Download twoliter 0.0.7
[0.0.7-rc1 ] - 2024-03-19
Release Notes
Added
- Testsys can now assume a role for workload tests (#169)
Changed
- Fix
--upstream-source-fallback
argument in twoliter build variant
(#168, thanks @tzneal)
- Fix a bug in pubsys resulting in a key generation error (#165)
- Fix an issue with pubsys using the wrong environment variable for the SDK (#157)
- Fix an issue in pubsys with trailing a lookaside cache URL having a trailing slash (#159)
- Fix in the alpha SDK script and add dev packages (#147, #164)
- Update buildsys to use clap for environment variables (#134)
- Refactor buildsys builder.rs logic (#134, #156)
- Update dependencies (#171)
Download twoliter 0.0.7-rc1
[0.0.6] - 2024-01-30
Release Notes
Added
- Add Go and Proxy environment variables to those that
twoliter make
passes through (#127)
- Add test type for cluster templating in Testsys (#137)
- Enable a custom lookaside cache when building packages (#141)
Changed
- Fix an issue where Twoliter could fail if the tools directory does not pre-exist (#138)
- Fix a documentation issue in the README. Thank you, @krispage (#143)
- Update testsys to v0.11.0 (#149)
Download twoliter 0.0.6
[0.0.6-rc2 ] - 2024-01-30
Release Notes
Added
- Add Go and Proxy environment variables to those that
twoliter make
passes through (#127)
- Add test type for cluster templating in Testsys (#137)
- Enable a custom lookaside cache when building packages (#141)
Changed
- Fix an issue where Twoliter could fail if the tools directory does not pre-exist (#138)
- Fix a documentation issue in the README. Thank you, @krispage (#143)
Download twoliter 0.0.6-rc2
[0.0.6-rc1 ] - 2024-01-30
Release Notes
Added
- Add Go and Proxy environment variables to those that
twoliter make
passes through (#127)
- Add test type for cluster templating in Testsys (#137)
- Enable a custom lookaside cache when building packages (#141)
Changed
- Fix an issue where Twoliter could fail if the tools directory does not pre-exist (#138)
- Fix a documentation issue in the README. Thank you, @krispage (#143)
Download twoliter 0.0.6-rc1
v0.0.5
Release Notes
Added
Changed
- 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)
Download twoliter 0.0.5
v0.0.4
Release Notes
Added
- Enable log level selection for Testsys and Pubsys through Twoliter (#75)
- Enable specification of Bottlerocket SDK in Twoliter.toml (#89)
Changed
- 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)
Download twoliter 0.0.4
v0.0.3
Release Notes
Added
- Bottlerocket build system tools:
buildsys
pubsys
pubsys-setup
testsys
scripts
Dockerfile
- Add
cargo dist
for binary releases.
Changed
- Update docker run commands to use current
--security-opt
syntax.
Download twoliter 0.0.3
v0.0.2
Changed
- Removed keys from the project file schema since they are not yet being used.