Skip to content

Commit 47398ec

Browse files
authored
Merge pull request bottlerocket-os#606 from ytsssun/release/10.0.0
Prepare 10.0.0 core-kit release
2 parents 394ec74 + 4926350 commit 47398ec

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
# v10.0.0 (2025-07-25)
2+
3+
## OS Changes
4+
- Deprecate wicked package ([#560])
5+
- Fix file descriptor leak in `apiserver exec` ([#595])
6+
- Add release subpackage to enable zram-backed `swap` ([#590])
7+
8+
### Third Party Package Updates
9+
- Update `cni`, `cni-plugins`, `libaudit`, `libbpf`, `libdevmapper`, `libglib`, and `libncurses` ([#600])
10+
11+
## Orchestrator Changes
12+
### Kubernetes
13+
- Add soci-snapshotter support
14+
- Configure soci-snapshotter for parallel pull unpack feature ([#569])
15+
- Optionally configure containerd and kubelet with soci-snapshotter via drop-in configuration files ([#576])
16+
- Extend selinux-policy to cover soci-snapshotter ([#579])
17+
- Add `configure-snapshotter.service` to reset state directories of snapshotters on boot when selected snapshotter changes ([#582])
18+
- Apply upstream patches to soci-snapshotter ([#599])
19+
- Drop CLI from `soci-snapshotter` ([#569])
20+
- Support extending kubelet configuration via drop-in files ([#576])
21+
- Update to the latest CIS K8s guidance v1.11.1 ([#563]) - Thanks @tzneal
22+
- Drop `kubernetes-1.27` and `ecr-credential-provider-1.27` ([#605])
23+
24+
## Build Changes
25+
- Update `twoliter` to 0.11.0 ([#592])
26+
27+
[#560]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/560
28+
[#563]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/563
29+
[#569]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/569
30+
[#576]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/576
31+
[#579]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/579
32+
[#582]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/582
33+
[#590]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/590
34+
[#592]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/592
35+
[#595]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/595
36+
[#599]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/599
37+
[#600]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/600
38+
[#605]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/605
39+
140
# v9.2.1 (2025-07-24)
241

342
## 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 = 1
2-
release-version = "9.2.1"
2+
release-version = "10.0.0"
33

44
[vendor.bottlerocket]
55
registry = "public.ecr.aws/bottlerocket"

0 commit comments

Comments
 (0)