Skip to content

Releases: bottlerocket-os/twoliter

[0.16.0] - 2026-01-06

07 Jan 01:18
6ddf513

Choose a tag to compare

Release Notes

Added

  • Add sbomtool step to generate an SBOM of the RPMs in an image for use in the SBOM merge (#627)
  • Add AWS SDK messages to errors (#613)

Fixed

  • Fixed non-EROFS variants to properly remove uncompressed SBOM after compression (#627)

Download twoliter 0.16.0

twoliter-aarch64-unknown-linux-musl.tar.xz checksum
twoliter-x86_64-unknown-linux-musl.tar.xz checksum

[0.16.0-rc1] - 2026-01-06

06 Jan 21:11
33edc6a

Choose a tag to compare

Pre-release

Release Notes

Added

  • Add sbomtool step to generate an SBOM of the RPMs in an image for use in the SBOM merge (#627)
  • Add AWS SDK messages to errors (#613)

Fixed

  • Fixed non-EROFS variants to properly remove uncompressed SBOM after compression (#627)

Download twoliter 0.16.0-rc1

twoliter-aarch64-unknown-linux-musl.tar.xz checksum
twoliter-x86_64-unknown-linux-musl.tar.xz checksum

[0.15.1] - 2025-12-17

17 Dec 21:34
v0.15.1
e970576

Choose a tag to compare

Release Notes

Fixed

  • Fix sbom_package_dir optional in imghelper (#618)

Download twoliter 0.15.1

twoliter-aarch64-unknown-linux-musl.tar.xz checksum
twoliter-x86_64-unknown-linux-musl.tar.xz checksum

[0.15.1-rc1] - 2025-12-16

17 Dec 02:15
v0.15.1-rc1
75c6c99

Choose a tag to compare

Pre-release

Release Notes

Fixed

  • Fix sbom_package_dir optional in imghelper (#618)

Download twoliter 0.15.1-rc1

twoliter-aarch64-unknown-linux-musl.tar.xz checksum
twoliter-x86_64-unknown-linux-musl.tar.xz checksum

[0.15.0] - 2025-12-11

12 Dec 01:22
v0.15.0
8c3df0c

Choose a tag to compare

Release Notes

Changed

  • Consolidate SBOM packages into a single merged SBOM (#583)
  • Update Bottlerocket SDK to version 0.66.0 (#583)

Download twoliter 0.15.0

twoliter-aarch64-unknown-linux-musl.tar.xz checksum
twoliter-x86_64-unknown-linux-musl.tar.xz checksum

[0.15.0-rc1] - 2025-12-11

11 Dec 23:47
v0.15.0-rc1
d677207

Choose a tag to compare

Pre-release

Release Notes

Changed

  • Consolidate SBOM packages into a single merged SBOM (#583)
  • Update Bottlerocket SDK to version 0.66.0 (#583)

Download twoliter 0.15.0-rc1

twoliter-aarch64-unknown-linux-musl.tar.xz checksum
twoliter-x86_64-unknown-linux-musl.tar.xz checksum

[0.14.0] - 2025-12-08

08 Dec 23:37
v0.14.0
103029f

Choose a tag to compare

Release Notes

Changed

  • Move fetch-vendored to use go-latest for fetching Go dependencies (#605)

Added

  • Add version transition check to check-migrations task to validate all version transitions are present in Release.toml (#598)

Fixed

  • Re-enable all tests on make test by removing default-members from workspace (#608)
  • Sort AMI tags by key for deterministic output in amispec (#608)

Build

  • Handle release profile in include-env-compressed test (#608)

Download twoliter 0.14.0

twoliter-aarch64-unknown-linux-musl.tar.xz checksum
twoliter-x86_64-unknown-linux-musl.tar.xz checksum

[0.14.0-rc1] - 2025-12-05

05 Dec 18:59
v0.14.0-rc1
65def01

Choose a tag to compare

Pre-release

Release Notes

Changed

  • Move fetch-vendored to use go-latest for fetching Go dependencies (#605)

Added

  • Add version transition check to check-migrations task to validate all version transitions are present in Release.toml (#598)

Fixed

  • Re-enable all tests on make test by removing default-members from workspace (#608)
  • Sort AMI tags by key for deterministic output in amispec (#608)

Build

  • Handle release profile in include-env-compressed test (#608)

Download twoliter 0.14.0-rc1

twoliter-aarch64-unknown-linux-musl.tar.xz checksum
twoliter-x86_64-unknown-linux-musl.tar.xz checksum

[0.13.0] - 2025-11-10

11 Nov 22:47
v0.13.0
3fc5308

Choose a tag to compare

Release Notes

Changed

  • Remove experimental label from erofs-root-partition feature (#586)
  • Sort bootconfig keys across all snippets for consistent output (#596)

Added

  • Add experimental encrypted-storage image feature for encrypting local storage using TPM2 devices (#589)
  • Record in-place updates enablement in image-features.env for runtime queries (#589)
  • Emit artifact-metadata.json with disk utilization for ROOT and BOOT partitions (#581)

Fixed

  • Fix pubsys to copy image tags when replicating AMIs (#592)
  • Prevent re-packing non-erofs images with EROFS (#576)

Deprecated

  • Deprecate systemd-networkd image feature (#589)
  • Deprecate grub-set-private-var image feature (#589)

Build

  • Update cargo dependencies (#591)
  • Bump actions/checkout from 4.2.2 to 5.0.0 (#569)
  • Fail the build if the go compiler fails in krane-bundle (#568)
  • Update ecr-login to v0.11.0 (#595)

Documentation

  • Document and add tests for AMI tagging behavior (#590)
  • Update README (#588, thanks @webern)

Improved

  • TestSys: Run workload tests for different NVIDIA flavors (#594)

Download twoliter 0.13.0

twoliter-aarch64-unknown-linux-musl.tar.xz checksum
twoliter-x86_64-unknown-linux-musl.tar.xz checksum

[0.13.0-rc1 ] - 2025-11-10

11 Nov 19:40
v0.13.0-rc1
40667c8

Choose a tag to compare

Pre-release

Release Notes

Changed

  • Remove experimental label from erofs-root-partition feature (#586)
  • Sort bootconfig keys across all snippets for consistent output (#596)

Added

  • Add experimental encrypted-storage image feature for encrypting local storage using TPM2 devices (#589)
  • Record in-place updates enablement in image-features.env for runtime queries (#589)
  • Emit artifact-metadata.json with disk utilization for ROOT and BOOT partitions (#581)

Fixed

  • Fix pubsys to copy image tags when replicating AMIs (#592)
  • Prevent re-packing non-erofs images with EROFS (#576)

Deprecated

  • Deprecate systemd-networkd image feature (#589)
  • Deprecate grub-set-private-var image feature (#589)

Build

  • Update cargo dependencies (#591)
  • Bump actions/checkout from 4.2.2 to 5.0.0 (#569)
  • Fail the build if the go compiler fails in krane-bundle (#568)
  • Update ecr-login to v0.11.0 (#595)

Documentation

  • Document and add tests for AMI tagging behavior (#590)
  • Update README (#588, thanks @webern)

Improved

  • TestSys: Run workload tests for different NVIDIA flavors (#594)

Download twoliter 0.13.0-rc1

twoliter-aarch64-unknown-linux-musl.tar.xz checksum
twoliter-x86_64-unknown-linux-musl.tar.xz checksum