Skip to content

Commit f127b5b

Browse files
authored
Merge pull request bottlerocket-os#790 from ytsssun/core-kit-v12.1.0/core-kit
Prepare core-kit 12.1.0
2 parents 2cc465e + 334650c commit f127b5b

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
# v12.1.0 (2026-01-02)
2+
3+
## OS Changes
4+
- Add `audit-rules` subpackage to `libaudit` and `journald-audit` subpackage to `systemd` ([#781])
5+
- Add `rocm-container-toolkit` package for AMD GPU support ([#778])
6+
- Override SBOM generation for Rust packages ([#787])
7+
8+
### Third Party Package Updates
9+
- Update `cni-plugins` to v1.9.0 ([#774])
10+
- Update `rocm-k8s-device-plugin` to v1.31.0.9 ([#788])
11+
12+
## Build Changes
13+
- Update `twoliter` to v0.15.1 ([#779])
14+
15+
## Orchestrator Changes
16+
### Kubernetes
17+
- Add `multi-user.target` drop-in for kubelet restarts across all versions ([#773])
18+
- Add `kubernetes-1.35` package with beta source and `ecr-credential-provider-1.35` package with official source ([#777])
19+
- Add latest instance types to `eni-max-pods` mapping ([#776], [#782])
20+
21+
## Documentation
22+
- Remove OCI consideration from BUILDING.md ([#615])
23+
24+
[#615]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/615
25+
[#773]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/773
26+
[#774]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/774
27+
[#776]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/776
28+
[#777]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/777
29+
[#778]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/778
30+
[#779]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/779
31+
[#781]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/781
32+
[#782]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/782
33+
[#787]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/787
34+
[#788]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/788
35+
136
# v12.0.1 (2025-12-12)
237

338
## 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 = "12.0.1"
2+
release-version = "12.1.0"
33
project-vendor = "Bottlerocket"
44

55
[vendor.bottlerocket]

0 commit comments

Comments
 (0)