Skip to content

Commit

Permalink
Merge pull request #4301 from piyush-jena/core-kit-v3.3.2
Browse files Browse the repository at this point in the history
twoliter: bump to bottlerocket-core-kit v3.3.2
  • Loading branch information
piyush-jena authored Nov 15, 2024
2 parents d1902f6 + f95627d commit 7d2294b
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 15 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 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
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
3 changes: 2 additions & 1 deletion Release.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down Expand Up @@ -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)" = []
6 changes: 3 additions & 3 deletions Twoliter.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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="
4 changes: 2 additions & 2 deletions Twoliter.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
schema-version = 1
release-version = "1.27.0"
release-version = "1.27.1"

[vendor.bottlerocket]
registry = "public.ecr.aws/bottlerocket"
Expand All @@ -11,5 +11,5 @@ vendor = "bottlerocket"

[[kit]]
name = "bottlerocket-core-kit"
version = "3.3.1"
version = "3.3.2"
vendor = "bottlerocket"

0 comments on commit 7d2294b

Please sign in to comment.