Skip to content

Commit 55d04a8

Browse files
authored
Merge pull request bottlerocket-os#4737 from piyush-jena/v1.53.0-handoff
v1.53.0 release
2 parents bac9763 + bce945a commit 55d04a8

3 files changed

Lines changed: 44 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
# v1.53.0 (2026-01-13)
2+
3+
## Release Highlights
4+
* Add new kubernetes 1.35 variants ([#4735]):
5+
* Add `aws-k8s-1.35`, `aws-k8s-1.35-nvidia`, `aws-k8s-1.35-fips`, `aws-k8s-1.35-nvidia-fips`, `vmware-k8s-1.35`, and `vmware-k8s-1.35-fips` variants
6+
* All k8s-1.35 variants use the following:
7+
* `kernel-6.12`
8+
* `systemd-257`
9+
* `nftables`
10+
* `containerd-2.1`
11+
* `whippet`
12+
* `release-swap` - Enable **zram-backed** swap device to improve system stability in low-memory situations ([bottlerocket-core-kit#590])
13+
* Migrate all nvidia variants to use nvidia R580 drivers ([#4733])
14+
* Migrate `admin-container` and `control-container` to AL2023 ([#4740])
15+
16+
## OS Changes
17+
* Update `bottlerocket-kernel-kit` from 4.7.0 to 4.7.1 [CHANGELOG](https://github.com/bottlerocket-os/bottlerocket-kernel-kit/blob/develop/CHANGELOG.md#v471-2026-01-07) ([commits](https://github.com/bottlerocket-os/bottlerocket-kernel-kit/compare/v4.7.0...v4.7.1)) ([#4736])
18+
* Update `bottlerocket-core-kit` from 12.0.1 to 12.2.0 [CHANGELOG](https://github.com/bottlerocket-os/bottlerocket-core-kit/blob/develop/CHANGELOG.md#v1220-2026-01-08) ([commits](https://github.com/bottlerocket-os/bottlerocket-core-kit/compare/v12.0.1...v12.2.0)) ([#4735])
19+
* Enable `erofs` root partition in all variants ([#4728])
20+
* Use `whippet` in all variants ([#4738])
21+
* Update `admin-container` from 0.12.5 to 0.20.0 [CHANGELOG](https://github.com/bottlerocket-os/bottlerocket-admin-container/blob/develop/CHANGELOG.md#0200) ([commits](https://github.com/bottlerocket-os/bottlerocket-admin-container/compare/v0.12.5...v0.20.0)) ([#4740])
22+
* Update `bootstrap-container` from 0.2.9 to 0.2.10 [CHANGELOG](https://github.com/bottlerocket-os/bottlerocket-bootstrap-container/blob/develop/CHANGELOG.md#0210) ([commits](https://github.com/bottlerocket-os/bottlerocket-bootstrap-container/compare/v0.2.9...v0.2.10)) ([#4740])
23+
* Update `control-container` from 0.8.11 to 0.20.0 [CHANGELOG](https://github.com/bottlerocket-os/bottlerocket-control-container/blob/develop/CHANGELOG.md#0200) ([commits](https://github.com/bottlerocket-os/bottlerocket-control-container/compare/v0.8.11...v0.20.0)) ([#4740])
24+
25+
### Twoliter
26+
* Update `twoliter` from v0.15.0 to v0.16.0 [CHANGELOG](https://github.com/bottlerocket-os/twoliter/blob/develop/CHANGELOG.md#0160---2026-01-06) ([commits](https://github.com/bottlerocket-os/twoliter/compare/v0.15.0...v0.16.0)) ([#4726], [#4734])
27+
28+
## Documentation Changes
29+
* Remove stale settings extension design documents ([#4716])
30+
31+
[#4716]: https://github.com/bottlerocket-os/bottlerocket/pull/4716
32+
[#4726]: https://github.com/bottlerocket-os/bottlerocket/pull/4726
33+
[#4728]: https://github.com/bottlerocket-os/bottlerocket/pull/4728
34+
[#4733]: https://github.com/bottlerocket-os/bottlerocket/pull/4733
35+
[#4734]: https://github.com/bottlerocket-os/bottlerocket/pull/4734
36+
[#4735]: https://github.com/bottlerocket-os/bottlerocket/pull/4735
37+
[#4736]: https://github.com/bottlerocket-os/bottlerocket/pull/4736
38+
[#4738]: https://github.com/bottlerocket-os/bottlerocket/pull/4738
39+
[#4740]: https://github.com/bottlerocket-os/bottlerocket/pull/4740
40+
[bottlerocket-core-kit#590]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/590
41+
142
# v1.52.0 (2025-12-16)
243

344
## Release Highlights

Release.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "1.52.0"
1+
version = "1.53.0"
22

33
[migrations]
44
"(0.3.1, 0.3.2)" = ["migrate_v0.3.2_admin-container-v0-5-0.lz4"]
@@ -452,3 +452,4 @@ version = "1.52.0"
452452
"migrate_v1.51.0_kubernetes-beta-cpu-manager-policy-options.lz4",
453453
]
454454
"(1.51.0, 1.52.0)" = []
455+
"(1.52.0, 1.53.0)" = []

Twoliter.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
schema-version = 2
2-
release-version = "1.52.0"
2+
release-version = "1.53.0"
33
project-vendor = "Bottlerocket"
44

55
[vendor.bottlerocket]

0 commit comments

Comments
 (0)