Skip to content

Commit bdd0933

Browse files
authored
Merge pull request #545 from ytsssun/prep-9.0.0
2 parents 173bcd5 + f4e4ef4 commit bdd0933

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
# v9.0.0 (2025-06-10)
2+
3+
## OS Changes
4+
* Add support for default configuration file in `xfsprogs` ([#521])
5+
* Add support for more AWS regions in `schnauzer` and `host-ctr` ([#535])
6+
* Backport systemd fix to speed up `systemctl daemon-reload` ([#528])
7+
* Replace `systemctl isolate` with `systemctl start` ([#528])
8+
* Add capability markers `ioctl_skip_cloexec` and `userspace_initial_context` to SELinux policy ([#534])
9+
* Add `zramctl` to `util-linux` package ([#543])
10+
### Third Party Package Updates
11+
- Update to latest versions of `aws-iam-authenticator`, `ecr-credential-provider`, and `kubernetes` packages ([#531])
12+
- Update multiple core libraries: SELinux components, `libseccomp`, `libinih`, `libffi`, `libnftnl`, `libelf`, `liburcu`, `libglib`, and `libcap` ([#515])
13+
- Update core system utilities: `ethtool`, `grep`, `iproute`, `strace`, `makedumpfile`, `nvme-cli`, and `libnvme` ([#532])
14+
15+
## Build Changes
16+
* Fix clippy warnings for Rust 1.87.0 ([#525])
17+
* Build `glibc` with frame pointers ([#527])
18+
* Fix various build warnings and LTO compatibility issues in packages ([#526])
19+
* Update `bottlerocket-sdk` from 0.61.0 to 0.62.0 ([#542])
20+
21+
## Orchestrator changes
22+
23+
### Kubernetes
24+
* Drop `kubernetes-1.26` and `ecr-credential-provider-1.26` ([#523])
25+
* Make `soci-snapshotter` a socket-activated systemd service ([#529])
26+
* Add latest instance types to `eni-max-pods` mapping ([#538])
27+
28+
[#515]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/515
29+
[#521]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/521
30+
[#523]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/523
31+
[#525]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/525
32+
[#526]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/526
33+
[#527]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/527
34+
[#528]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/528
35+
[#529]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/529
36+
[#531]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/531
37+
[#532]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/532
38+
[#534]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/534
39+
[#535]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/535
40+
[#538]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/538
41+
[#542]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/542
42+
[#543]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/543
43+
144
# v8.2.0 (2025-05-20)
245

346
## 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 = "8.2.0"
2+
release-version = "9.0.0"
33

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

0 commit comments

Comments
 (0)