Skip to content

Commit e78b782

Browse files
authored
Merge pull request bottlerocket-os#770 from ytsssun/prep-12.0.0
Prep 12.0.0 release
2 parents 5f4af3c + aa3c9b7 commit e78b782

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# v12.0.0 (2025-12-10)
2+
3+
## OS Changes
4+
- Disable concurrent layer fetch by default in `containerd-2.1` ([#764])
5+
- Add latest instance types to `eni-max-pods` mapping ([#763])
6+
- Update `host-ctr` go dependencies ([#758])
7+
- Update ordering for drivers target to load before settings are applied ([#749])
8+
9+
### Third Party Package Updates
10+
- Update `amazon-ssm-agent`([#768])
11+
- Update core system utilities: `bash`, `chrony`, `coreutils`, `iproute`, `strace`, and `open-vm-tools` ([#765])
12+
- Update multiple core libraries: `libnftnl`, `nftables`, `libpcre`, `libglib`, `libelf`, `libdevmapper`, and `libncurses` ([#767])
13+
- Update `rdma-core` and enable PCI support in `hwloc` ([#725])
14+
- Update `soci-snapshotter` ([#759])
15+
- Update to latest versions of `ecr-credential-provider` and `kubernetes` packages ([#758])
16+
- Update `libnvidia-container`, `nvidia-container-toolkit`, and `nvidia-k8s-device-plugin` ([#758])
17+
18+
## Build Changes
19+
- Update `twoliter` to v0.14.0 ([#765])
20+
- Update `bottlerocket-sdk` to v0.66.0 ([#769])
21+
22+
## Orchestrator Changes
23+
### Kubernetes
24+
- Drop `kubernetes-1.28` and `ecr-credential-provider-1.28` packages ([#761])
25+
26+
[#725]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/725
27+
[#749]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/749
28+
[#758]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/758
29+
[#759]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/759
30+
[#761]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/761
31+
[#763]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/763
32+
[#764]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/764
33+
[#765]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/765
34+
[#767]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/767
35+
[#768]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/768
36+
[#769]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/769
37+
138
# v11.1.0 (2025-11-26)
239

340
## OS Changes

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 = "11.1.0"
2+
release-version = "12.0.0"
33
project-vendor = "Bottlerocket"
44

55
[vendor.bottlerocket]

0 commit comments

Comments
 (0)