From 55d86574ada8f8a0a2f7c4338d59c63444867aaa Mon Sep 17 00:00:00 2001 From: Vighnesh Maheshwari Date: Mon, 29 Jun 2026 13:08:55 -0700 Subject: [PATCH 1/2] release: bump kernel version to v6.2.3 Signed-off-by: Vighnesh Maheshwari --- Twoliter.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Twoliter.toml b/Twoliter.toml index 24987372..766e4c81 100644 --- a/Twoliter.toml +++ b/Twoliter.toml @@ -1,5 +1,5 @@ schema-version = 2 -release-version = "6.2.2" +release-version = "6.2.3" project-vendor = "Bottlerocket" [vendor.bottlerocket] From 23e2dcbf769c78d176e691e7e9580379ef43ed0a Mon Sep 17 00:00:00 2001 From: Vighnesh Maheshwari Date: Mon, 29 Jun 2026 13:09:18 -0700 Subject: [PATCH 2/2] changelog: update v6.2.3 release notes Signed-off-by: Vighnesh Maheshwari --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9396195..02dc66fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v6.2.3 (2026-06-29) + +## OS Changes + +* Update kernel from 6.1.175-219.347 to 6.1.175-219.359 ([#478]) +* Update kernel from 6.12.92-122.166 to 6.12.92-122.168 ([#476]) +* Update kernel from 6.18.35-68.127 to 6.18.35-68.129 ([#477]) + +[#476]: https://github.com/bottlerocket-os/bottlerocket-kernel-kit/pull/476 +[#477]: https://github.com/bottlerocket-os/bottlerocket-kernel-kit/pull/477 +[#478]: https://github.com/bottlerocket-os/bottlerocket-kernel-kit/pull/478 + # v6.2.2 (2026-06-25) ## OS Changes