File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
31
# v10.2.0 (2025-08-19)
2
32
3
33
## Orchestrator Changes
Original file line number Diff line number Diff line change 1
1
schema-version = 2
2
- release-version = " 10.2 .0"
2
+ release-version = " 10.3 .0"
3
3
project-vendor = " Bottlerocket"
4
4
5
5
[vendor .bottlerocket ]
You can’t perform that action at this time.
0 commit comments