Skip to content

Commit 60b264f

Browse files
authored
Merge pull request #555 from vigh-m/core-kit-v9.1.0
Prepare v9.1.0 release
2 parents 46c4bc4 + 0a89fb8 commit 60b264f

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v9.1.0 (2025-06-23)
2+
3+
## OS Changes
4+
* Add an option to write settings once during boot ([#548])
5+
6+
### Third Party Package Updates
7+
- Update `libcrypto` patches ([#546])
8+
- Update to latest versions of kubernetes packages ([#551])
9+
- Update `nvidia-container-toolkit` and `libnvidia-container` to 1.17.8 ([#552])
10+
- Update core system utilities: `kexec-tools`, `open-vm-tools`, and `iputils` ([#553])
11+
12+
## Orchestrator Changes
13+
### Kubernetes
14+
* Add support for Kubernetes setting `memory-swap-behaviour` ([#541]) Thanks @teskje
15+
16+
[#541]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/541
17+
[#546]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/546
18+
[#548]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/548
19+
[#551]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/551
20+
[#552]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/552
21+
[#553]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/553
22+
123
# v9.0.0 (2025-06-10)
224

325
## OS Changes

Twoliter.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
schema-version = 1
2-
release-version = "9.0.0"
2+
release-version = "9.1.0"
33

44
[vendor.bottlerocket]
55
registry = "public.ecr.aws/bottlerocket"
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[advisory]
2+
id = "BRSA-yrtutyr4c95s"
3+
title = "iputils CVE-2025-472688"
4+
cve = "CVE-2025-472688"
5+
severity = "medium"
6+
description = "A flaw was found in iputils where a specially crafted ICMP reply could trigger an integer overflow"
7+
8+
[[advisory.products]]
9+
package-name = "iputils"
10+
patched-version = "20250605"
11+
patched-epoch = "1"
12+
13+
[updateinfo]
14+
author = "vighmah"
15+
issue-date = 2025-06-23T16:55:50Z
16+
arches = ["x86_64", "aarch64"]
17+
version = "9.1.0"

0 commit comments

Comments
 (0)