Skip to content

Commit 883106c

Browse files
authored
Merge pull request #654 from piyush-jena/changelog-10.4.0
Prep v10.4.0 release
2 parents 1f3e01b + 68bd321 commit 883106c

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
122
# v10.3.0 (2025-08-26)
223

324
## OS Changes
@@ -6,7 +27,7 @@
627
- Add `containerd-2.1` package ([#621])
728
- Transfer service for image pull is now the default
829
- 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
1031
- Add `systemd-257` package ([#581])
1132
- Update `host-ctr` to migrate to `aws-sdk-go-v2` and bump to go 1.24 ([#642])
1233

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.3.0"
2+
release-version = "10.4.0"
33
project-vendor = "Bottlerocket"
44

55
[vendor.bottlerocket]

0 commit comments

Comments
 (0)