Skip to content

Commit 72cb396

Browse files
authored
Merge pull request #4616 from piyush-jena/changelog-v1.45.0
changelog: add 1.45.0 release notes
2 parents 34f9c6f + f93b89a commit 72cb396

File tree

4 files changed

+29
-6
lines changed

4 files changed

+29
-6
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v1.45.0 (2025-08-18)
2+
3+
## Release Highlights
4+
* Fix `containerd-2.0` settings for `max_concurrent_downloads` ([bottlerocket-core-kit#623])
5+
6+
## OS Changes
7+
* Restrict kubelet's exec-start file permission to 0600 ([#4574])
8+
* Restrict kubelet-server.key file permission to 0600 ([#4599])
9+
* Update admin container from 0.12.1 to 0.12.2 [CHANGELOG](https://github.com/bottlerocket-os/bottlerocket-admin-container/blob/develop/CHANGELOG.md#0122) ([commits](https://github.com/bottlerocket-os/bottlerocket-admin-container/compare/v0.12.1...v0.12.2)) ([#4612])
10+
* Update bootstrap container from 0.2.4 to 0.2.5 [CHANGELOG](https://github.com/bottlerocket-os/bottlerocket-bootstrap-container/blob/develop/CHANGELOG.md#025) ([commits](https://github.com/bottlerocket-os/bottlerocket-bootstrap-container/compare/v0.2.4...v0.2.5)) ([#4612])
11+
* Update control container from 0.8.6 to 0.8.7 [CHANGELOG](https://github.com/bottlerocket-os/bottlerocket-control-container/blob/develop/CHANGELOG.md#087) ([commits](https://github.com/bottlerocket-os/bottlerocket-control-container/compare/v0.8.6...v0.8.7)) ([#4612])
12+
* Update `bottlerocket-kernel-kit` from 3.3.1 to 4.0.1 [CHANGELOG](https://github.com/bottlerocket-os/bottlerocket-kernel-kit/blob/develop/CHANGELOG.md#v401-2025-08-11) ([commits](https://github.com/bottlerocket-os/bottlerocket-kernel-kit/compare/v3.3.1...v4.0.1))([#4613])
13+
* Update `bottlerocket-core-kit` from 10.0.1 to 10.1.1 [CHANGELOG](https://github.com/bottlerocket-os/bottlerocket-core-kit/blob/develop/CHANGELOG.md#v1011-2025-08-13) ([commits](https://github.com/bottlerocket-os/bottlerocket-core-kit/compare/v10.0.1...v10.1.1))([#4615], [#4616])
14+
15+
[#4574]: https://github.com/bottlerocket-os/bottlerocket/pull/4574
16+
[#4599]: https://github.com/bottlerocket-os/bottlerocket/pull/4599
17+
[#4612]: https://github.com/bottlerocket-os/bottlerocket/pull/4612
18+
[#4613]: https://github.com/bottlerocket-os/bottlerocket/pull/4613
19+
[#4615]: https://github.com/bottlerocket-os/bottlerocket/pull/4615
20+
[#4616]: https://github.com/bottlerocket-os/bottlerocket/pull/4616
21+
[bottlerocket-core-kit#623]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/623
22+
123
# v1.44.0 (2025-08-04)
224

325
## Release Highlights

Release.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "1.44.0"
1+
version = "1.45.0"
22

33
[migrations]
44
"(0.3.1, 0.3.2)" = ["migrate_v0.3.2_admin-container-v0-5-0.lz4"]
@@ -433,3 +433,4 @@ version = "1.44.0"
433433
"migrate_v1.44.0_container-runtime-plugins-settings.lz4",
434434
"migrate_v1.44.0_container-runtime-snapshotter-setting.lz4",
435435
]
436+
"(1.44.0, 1.45.0)" = []

Twoliter.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ digest = "CuQ8Dujb90KwAeH/Pdw2OJGmJvrNT6a58xV7eqe/CpI="
1616

1717
[[kit]]
1818
name = "bottlerocket-core-kit"
19-
version = "10.1.0"
19+
version = "10.1.1"
2020
vendor = "bottlerocket"
21-
source = "public.ecr.aws/bottlerocket/bottlerocket-core-kit:v10.1.0"
22-
digest = "xuaigDOROH94WnAa8+N79mfYHw3pCI538lRD/P6LuZM="
21+
source = "public.ecr.aws/bottlerocket/bottlerocket-core-kit:v10.1.1"
22+
digest = "icAOhKUugw2V/j8hT0gnBWufCtfxuVyeT4kELcizeXY="

Twoliter.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
schema-version = 1
2-
release-version = "1.44.0"
2+
release-version = "1.45.0"
33

44
[vendor.bottlerocket]
55
registry = "public.ecr.aws/bottlerocket"
@@ -16,5 +16,5 @@ vendor = "bottlerocket"
1616

1717
[[kit]]
1818
name = "bottlerocket-core-kit"
19-
version = "10.1.0"
19+
version = "10.1.1"
2020
vendor = "bottlerocket"

0 commit comments

Comments
 (0)