Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v9.0.0 (2026-08-24)

## OS Changes
* Enable FIPS support for kernel-6.18 ([#512])
* Enable kernel measurements for PCR9 ([#523])
* Add a sub-package in `shim` to support `systemd-boot` ([#523])
* Provide `bootloader(eif)` capability in `grub` ([#523])

### Third Party Package Updates
* Update `shim` to v16.1 ([#529])
* Update NVIDIA 580 drivers, 595 drivers and grid drivers ([#525])

[#512]: https://github.com/bottlerocket-os/bottlerocket-kernel-kit/pull/512
[#523]: https://github.com/bottlerocket-os/bottlerocket-kernel-kit/pull/523
[#525]: https://github.com/bottlerocket-os/bottlerocket-kernel-kit/pull/525
[#529]: https://github.com/bottlerocket-os/bottlerocket-kernel-kit/pull/529

# v8.0.0 (2026-08-17)

## OS Changes
Expand Down
2 changes: 1 addition & 1 deletion Twoliter.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
schema-version = 2
release-version = "8.0.0"
release-version = "9.0.0"
project-vendor = "Bottlerocket"

[vendor.bottlerocket]
Expand Down
Loading