Skip to content

Commit

Permalink
changelog: add 1.27.1 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-jena committed Nov 15, 2024
1 parent 7d31b2d commit a7dae2c
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v1.27.1 (2024-11-16)

## Release Highlights
* Add kernel-5.15 patch to fix IPv6 typo ([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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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])

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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])
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit a7dae2c

Please sign in to comment.