From 879e19cb6dc3ec8f010cf79be8243e4d38724114 Mon Sep 17 00:00:00 2001 From: Yutong Sun Date: Fri, 6 Dec 2024 17:54:41 +0000 Subject: [PATCH] changelog: add 1.28.0 release notes Signed-off-by: Yutong Sun --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a20f9bbfcc5..b1aef1e97b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# v1.28.0 (2024-12-08) + +## Release Highlights +* Enable EFA support to Bottlerocket AMIs ([#4290]) +* Fix `io_uring` regression in 6.1 kernel ([bottlerocket-core-kit#284](https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/284)) +* Allow overriding the max-pods file with one from your variant ([bottlerocket-core-kit#279](https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/279)) - thanks @tzneal + +## Build Changes +* Update bottlerocket-core-kit to 4.0.1 ([#4322]) + +### OS Changes +* Update host containers ([#4312]) +* Update Twoliter to 0.6.0 ([#4323]) + +### Documentation Changes +* Update models README references ([#4138]) + +[#4138]: https://github.com/bottlerocket-os/bottlerocket/pull/4138 +[#4290]: https://github.com/bottlerocket-os/bottlerocket/pull/4290 +[#4312]: https://github.com/bottlerocket-os/bottlerocket/pull/4312 +[#4322]: https://github.com/bottlerocket-os/bottlerocket/pull/4322 +[#4323]: https://github.com/bottlerocket-os/bottlerocket/pull/4323 + # v1.27.1 (2024-11-16) ## Release Highlights