From b80d664a8b2d7525aa1a553eebeb7e939bf556b2 Mon Sep 17 00:00:00 2001 From: Vighnesh Maheshwari Date: Mon, 22 Jun 2026 13:46:43 -0700 Subject: [PATCH 1/2] release: bump kernel version to v6.2.1 Signed-off-by: Vighnesh Maheshwari --- Twoliter.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Twoliter.toml b/Twoliter.toml index 9938409e..693bef7c 100644 --- a/Twoliter.toml +++ b/Twoliter.toml @@ -1,5 +1,5 @@ schema-version = 2 -release-version = "6.2.0" +release-version = "6.2.1" project-vendor = "Bottlerocket" [vendor.bottlerocket] From 81f219f786148d4e7b970b48359890f21b18bbb4 Mon Sep 17 00:00:00 2001 From: Vighnesh Maheshwari Date: Mon, 22 Jun 2026 13:49:07 -0700 Subject: [PATCH 2/2] changelog: update 6.2.1 release notes Signed-off-by: Vighnesh Maheshwari --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 228027e2..2325bb42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v6.2.1 (2026-06-22) + +## OS Changes + +* Update kernel from 6.1.174-217.345 to 6.1.175-219.357([#470]) +* Update kernel from 6.12.90-120.164 to 6.12.92-122.166 ([#471]) +* Update kernel from 6.18.33-63.124 to 6.18.35-68.127 ([#469]) + +[#471]: https://github.com/bottlerocket-os/bottlerocket-kernel-kit/pull/471 +[#470]: https://github.com/bottlerocket-os/bottlerocket-kernel-kit/pull/470 +[#469]: https://github.com/bottlerocket-os/bottlerocket-kernel-kit/pull/469 + # v6.2.0 (2026-06-19) ## OS Changes