Skip to content

Commit cacc4ce

Browse files
authored
Merge pull request #4378 from vigh-m/prep-132
Updates for 1.32.0
2 parents 41108b4 + 0209417 commit cacc4ce

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v1.32.0 (2025-01-24)
2+
3+
## Build Changes
4+
* Update bottlerocket-core-kit to 5.4.2 ([#4374])
5+
* Update bottlerocket-kernel-kit to 1.0.6 ([#4374])
6+
* Update bottlerocket-sdk to 0.50.1 ([#4374])
7+
8+
### Twoliter
9+
10+
* Update Twoliter to 0.7.1 ([#4373])
11+
12+
[#4373]: https://github.com/bottlerocket-os/bottlerocket/pull/4373
13+
[#4374]: https://github.com/bottlerocket-os/bottlerocket/pull/4374
14+
115
# v1.31.0 (2025-01-21)
216

317
## OS Changes

Release.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "1.31.0"
1+
version = "1.32.0"
22

33
[migrations]
44
"(0.3.1, 0.3.2)" = ["migrate_v0.3.2_admin-container-v0-5-0.lz4"]
@@ -394,3 +394,4 @@ version = "1.31.0"
394394
"migrate_v1.31.0_aws-control-container-v0-7-20.lz4",
395395
"migrate_v1.31.0_public-control-container-v0-7-20.lz4",
396396
]
397+
"(1.31.0, 1.32.0)" = []

SECURITY_GUIDANCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ If you need to grant unprivileged containers access to all NVIDIA GPUs using thi
246246

247247

248248
```toml
249-
[settings.kubelet-device-plugin]
249+
[settings.kubelet-device-plugins.nvidia]
250250
# Configures NVIDIA_VISIBLE_DEVICES with the list of devices
251251
device-list-strategy = "envvar"
252252

Twoliter.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
schema-version = 1
2-
release-version = "1.31.0"
2+
release-version = "1.32.0"
33

44
[vendor.bottlerocket]
55
registry = "public.ecr.aws/bottlerocket"

0 commit comments

Comments
 (0)