File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v10.4.0 (2025-09-08)
2
+
3
+ ## OS Changes
4
+ * Add command field to override default entrypoint for host and bootstrap containers ([ #594 ] ) - Thanks @kasimeka
5
+ * Update ` systemd-257 ` to remove shutdown timeout patch, migrate mount-rate patch to bootconfig, and remove kernel cmdline requirement for ` cgroupsv1 ` ([ #636 ] )
6
+ * Add ` containerd-2.1 ` setting for ` concurrent-download-chunk-size ` ([ #645 ] )
7
+ * Add support for more AWS regions in ` schnauzer ` and ` host-ctr ` ([ #651 ] )
8
+
9
+ ## Build Changes
10
+ * Update ` bottlerocket-settings-models ` to 0.14.0 ([ #645 ] )
11
+
12
+ ## Orchestrator Changes
13
+ ### Kubernetes
14
+ * Update ` kubernetes-1.34 ` and ` ecr-credential-provider-1.34 ` packages with official sources ([ #653 ] )
15
+
16
+ [ #594 ] : https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/594
17
+ [ #636 ] : https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/636
18
+ [ #645 ] : https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/645
19
+ [ #651 ] : https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/651
20
+ [ #653 ] : https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/653
21
+
1
22
# v10.3.0 (2025-08-26)
2
23
3
24
## OS Changes
6
27
- Add ` containerd-2.1 ` package ([ #621 ] )
7
28
- Transfer service for image pull is now the default
8
29
- 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
30
+ - Containerd 2.1 removes the support for Schema 1 images
10
31
- Add ` systemd-257 ` package ([ #581 ] )
11
32
- Update ` host-ctr ` to migrate to ` aws-sdk-go-v2 ` and bump to go 1.24 ([ #642 ] )
12
33
Original file line number Diff line number Diff line change 1
1
schema-version = 2
2
- release-version = " 10.3 .0"
2
+ release-version = " 10.4 .0"
3
3
project-vendor = " Bottlerocket"
4
4
5
5
[vendor .bottlerocket ]
You can’t perform that action at this time.
0 commit comments