From 1e7dcf12029494a3267917a1505987efb5e62ef1 Mon Sep 17 00:00:00 2001 From: Piyush Jena Date: Fri, 15 Nov 2024 20:27:40 +0000 Subject: [PATCH 1/3] twoliter: bump to bottlerocket-core-kit v3.3.2 --- Twoliter.lock | 6 +++--- Twoliter.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Twoliter.lock b/Twoliter.lock index aa1d9ff3a4c..018dbd35238 100644 --- a/Twoliter.lock +++ b/Twoliter.lock @@ -9,7 +9,7 @@ digest = "cKFZsWoMaWa/emD2I6I5TMCPMoHTnGH6X3CpPVH9VBg=" [[kit]] name = "bottlerocket-core-kit" -version = "3.3.1" +version = "3.3.2" vendor = "bottlerocket" -source = "public.ecr.aws/bottlerocket/bottlerocket-core-kit:v3.3.1" -digest = "cCjgpGJ+PBP6EgfXm7ay3pdGWFkdisrB9iD3AiRQNGE=" +source = "public.ecr.aws/bottlerocket/bottlerocket-core-kit:v3.3.2" +digest = "n2rQ+xpPq1lNsWk+gJprsWt4shG03+FnowDPmKpZybI=" diff --git a/Twoliter.toml b/Twoliter.toml index 921f765f486..00f64c414ce 100644 --- a/Twoliter.toml +++ b/Twoliter.toml @@ -11,5 +11,5 @@ vendor = "bottlerocket" [[kit]] name = "bottlerocket-core-kit" -version = "3.3.1" +version = "3.3.2" vendor = "bottlerocket" From 7d31b2d230a74507b4a7eb51ddb3a26c137b10ef Mon Sep 17 00:00:00 2001 From: Piyush Jena Date: Fri, 15 Nov 2024 20:30:49 +0000 Subject: [PATCH 2/3] release: update Bottlerocket version to 1.27.1 --- Release.toml | 3 ++- Twoliter.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Release.toml b/Release.toml index d806795dba0..24aa1fa8ea4 100644 --- a/Release.toml +++ b/Release.toml @@ -1,4 +1,4 @@ -version = "1.27.0" +version = "1.27.1" [migrations] "(0.3.1, 0.3.2)" = ["migrate_v0.3.2_admin-container-v0-5-0.lz4"] @@ -371,3 +371,4 @@ version = "1.27.0" "(1.26.2, 1.27.0)" = [ "migrate_v1.27.0_aws-config.lz4", ] +"(1.27.0, 1.27.1)" = [] diff --git a/Twoliter.toml b/Twoliter.toml index 00f64c414ce..252a1848512 100644 --- a/Twoliter.toml +++ b/Twoliter.toml @@ -1,5 +1,5 @@ schema-version = 1 -release-version = "1.27.0" +release-version = "1.27.1" [vendor.bottlerocket] registry = "public.ecr.aws/bottlerocket" From f95627dee311ca8e62e31cc0eb2fc26c716161b1 Mon Sep 17 00:00:00 2001 From: Piyush Jena Date: Fri, 15 Nov 2024 20:59:44 +0000 Subject: [PATCH 3/3] changelog: add 1.27.1 release notes --- CHANGELOG.md | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30ed8c23fbf..a20f9bbfcc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v1.27.1 (2024-11-16) + +## Release Highlights +* Add patch for kernel-5.15 to fix issues when using IPv6 ([bottlerocket-core-kit#266](https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/266)) + +## Build Changes + +### OS Changes +* Update bottlerocket-core-kit to 3.3.2 ([#4301]) + +[#4301]: https://github.com/bottlerocket-os/bottlerocket/pull/4301 + # v1.27.0 (2024-11-12) ## Release Highlights @@ -37,7 +49,7 @@ ## Release Highlights * Revert system-wide configuration to block writeable/executable memory in systemd services ([bottlerocket-core-kit#215](https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/215)) - + ## Build Changes ### OS Changes @@ -243,7 +255,7 @@ * Enable k8s reserved cpus ([#3964]) * Drop k8s 1.27 metal and VMware variants ([#4079]) -* Drop k8s 1.26 metal and VMware variants ([#4018]) +* Drop k8s 1.26 metal and VMware variants ([#4018]) * Build the pause image from upstream ([#3940]) - Thanks @tzneal! ### ECS @@ -259,7 +271,7 @@ * Migrate to core kit ([#4060]) * Remove leftover vendor section ([#4071]) -* Update Twoliter to 0.4.4 ([#4008], [#4086], [#4093], [#4123]) +* Update Twoliter to 0.4.4 ([#4008], [#4086], [#4093], [#4123]) * Update bottlerocket-core-kit to v2.3.1 ([#4122]) * Update bottlerocket-sdk to 0.43 ([#4122]) @@ -332,7 +344,7 @@ ### Kubernetes * Add latest instance types to eni-max-pods mapping ([#4108]) - + [#4104]: https://github.com/bottlerocket-os/bottlerocket/pull/4104 [#4108]: https://github.com/bottlerocket-os/bottlerocket/pull/4108 [#4110]: https://github.com/bottlerocket-os/bottlerocket/pull/4110 @@ -499,10 +511,10 @@ ## Orchestrator Changes ### Kubernetes -* Provide runtime cgroup to kubelet ([#3804]) - +* Provide runtime cgroup to kubelet ([#3804]) + ## Build Changes -* Update twoliter to v0.1.1 ([#3880], [#3900]) +* Update twoliter to v0.1.1 ([#3880], [#3900]) * Update ecs-gpu-init, amazon-ssm-agent, and nvidia-k8s-device-plugin builds for new SDK ([#3920], [#3921], [#3924]) [#3804]: https://github.com/bottlerocket-os/bottlerocket/pull/3804 @@ -604,7 +616,7 @@ ## Orchestrator Changes ### Kubernetes -* Mark pause container image as "pinned" to prevent garbage collection ([#3757]) +* Mark pause container image as "pinned" to prevent garbage collection ([#3757]) ### ECS * Update Docker engine and Docker CLI to v25.0.2 ([#3759]) @@ -828,7 +840,7 @@ ## Major Features -This release brings support for Secure Boot on platforms using UEFI boot; the Linux 6.1 kernel; systemd-networkd and systemd-resolved for host networking; and XFS as the filesystem for local storage. +This release brings support for Secure Boot on platforms using UEFI boot; the Linux 6.1 kernel; systemd-networkd and systemd-resolved for host networking; and XFS as the filesystem for local storage. These features are enabled by default in the new variants. Existing variants will continue to use earlier kernels, `wicked` for host networking, and EXT4 as the filesystem for local storage.