Skip to content

Commit 7c9406f

Browse files
authored
Merge pull request #643 from vigh-m/1030-changelog
Update for the 10.3.0 release
2 parents 35013ff + f2c459c commit 7c9406f

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# v10.3.0 (2025-08-26)
2+
3+
## OS Changes
4+
- Add default bind directories for ephemeral storage ([#632])
5+
- Extend netdog to look for `net.toml` under `/usr/share/bottlerocket` ([#524]) - Thanks @pb80
6+
- Add `containerd-2.1` package ([#621])
7+
- Transfer service for image pull is now the default
8+
- Multipart layer fetch support was added and has a default of 8MiB in Bottlerocket
9+
- Containerd 2.1 removes the support for Schema 1 images
10+
- Add `systemd-257` package ([#581])
11+
- Update `host-ctr` to migrate to `aws-sdk-go-v2` and bump to go 1.24 ([#642])
12+
13+
## Orchestrator Changes
14+
### Kubernetes
15+
- Enable `MutableCSINodeAllocatableCount` feature gate on kubelet for kubernetes-1.34 ([#634]) - Thanks @torredil
16+
- Add support for new Kubernetes Setting `static-pods-enabled` ([#641])
17+
18+
## Build Changes
19+
- Update `twoliter` to 0.12.0 ([#635])
20+
- Update bottlerocket-settings-models to 0.13.0 ([#641])
21+
22+
[#524]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/524
23+
[#581]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/581
24+
[#621]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/621
25+
[#632]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/632
26+
[#634]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/634
27+
[#635]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/635
28+
[#641]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/641
29+
[#642]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/642
30+
131
# v10.2.0 (2025-08-19)
232

333
## Orchestrator 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 = "10.2.0"
2+
release-version = "10.3.0"
33
project-vendor = "Bottlerocket"
44

55
[vendor.bottlerocket]

0 commit comments

Comments
 (0)