Skip to content

Commit 90a6e5c

Browse files
authored
Merge pull request bottlerocket-os#4640 from piyush-jena/changelog-1.47.0
changelog: update for 1.47.0 release
2 parents e6e30ba + 55d543c commit 90a6e5c

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# v1.47.0 (2025-09-15)
2+
3+
## Release Highlights
4+
* Add new kubernetes 1.34 variants ([#4631]):
5+
* Add `aws-k8s-1.34`, `aws-k8s-1.34-nvidia`, `aws-k8s-1.34-fips`, `vmware-k8s-1.34`, and `vmware-k8s-1.34-fips` variants
6+
* All k8s-1.34 variants use the following:
7+
* Kernel 6.12
8+
* `systemd-257` ([bottlerocket-core-kit#581], [bottlerocket-core-kit#636])
9+
* `nftables` for managing network filter rules ([bottlerocket-core-kit#549])
10+
* `containerd-2.1` ([bottlerocket-core-kit#621])
11+
* Default `concurrent-download-chunk-size` setting is set at `8mib`
12+
* Remove the support for Schema 1 images
13+
* Update defaults for the `shutdown-grace-period` to 2 minutes and 30 seconds with the last 30 seconds reserved for critical pods for aws variants.
14+
* Default device list strategy is set to `cdi-cri` for nvidia k8s device plugin
15+
* `aws-k8s-1.34-nvidia` variant uses NVIDIA R580 drivers
16+
* Add `command` field to override default entrypoint for host and bootstrap containers ([#4636], [bottlerocket-core-kit#594]) - Thanks @kasimeka!
17+
* Add `containerd-2.1` setting for `concurrent-download-chunk-size` ([#4638], [bottlerocket-core-kit#645])
18+
19+
## OS Changes
20+
* Update `bottlerocket-kernel-kit` from 4.2.0 to 4.3.0 [CHANGELOG](https://github.com/bottlerocket-os/bottlerocket-kernel-kit/blob/develop/CHANGELOG.md#v430-2025-09-08) ([commits](https://github.com/bottlerocket-os/bottlerocket-kernel-kit/compare/v4.2.0...v4.3.0)) ([#4637])
21+
* Update `bottlerocket-core-kit` from 10.3.0 to 10.4.0 [CHANGELOG](https://github.com/bottlerocket-os/bottlerocket-core-kit/blob/develop/CHANGELOG.md#v1040-2025-09-08) ([commits](https://github.com/bottlerocket-os/bottlerocket-core-kit/compare/v10.3.0...v10.4.0)) ([#4639])
22+
23+
[#4631]: https://github.com/bottlerocket-os/bottlerocket/pull/4631
24+
[#4636]: https://github.com/bottlerocket-os/bottlerocket/pull/4636
25+
[#4637]: https://github.com/bottlerocket-os/bottlerocket/pull/4637
26+
[#4638]: https://github.com/bottlerocket-os/bottlerocket/pull/4638
27+
[#4639]: https://github.com/bottlerocket-os/bottlerocket/pull/4639
28+
[bottlerocket-core-kit#549]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/549
29+
[bottlerocket-core-kit#581]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/581
30+
[bottlerocket-core-kit#594]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/594
31+
[bottlerocket-core-kit#621]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/621
32+
[bottlerocket-core-kit#636]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/636
33+
[bottlerocket-core-kit#645]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/645
34+
135
# v1.46.0 (2025-09-02)
236

337
## Release Highlights

0 commit comments

Comments
 (0)