Skip to content

Commit

Permalink
Merge pull request #4378 from vigh-m/prep-132
Browse files Browse the repository at this point in the history
Updates for 1.32.0
  • Loading branch information
vigh-m authored Jan 27, 2025
2 parents 41108b4 + 0209417 commit cacc4ce
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v1.32.0 (2025-01-24)

## Build Changes
* Update bottlerocket-core-kit to 5.4.2 ([#4374])
* Update bottlerocket-kernel-kit to 1.0.6 ([#4374])
* Update bottlerocket-sdk to 0.50.1 ([#4374])

### Twoliter

* Update Twoliter to 0.7.1 ([#4373])

[#4373]: https://github.com/bottlerocket-os/bottlerocket/pull/4373
[#4374]: https://github.com/bottlerocket-os/bottlerocket/pull/4374

# v1.31.0 (2025-01-21)

## OS Changes
Expand Down
3 changes: 2 additions & 1 deletion Release.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "1.31.0"
version = "1.32.0"

[migrations]
"(0.3.1, 0.3.2)" = ["migrate_v0.3.2_admin-container-v0-5-0.lz4"]
Expand Down Expand Up @@ -394,3 +394,4 @@ version = "1.31.0"
"migrate_v1.31.0_aws-control-container-v0-7-20.lz4",
"migrate_v1.31.0_public-control-container-v0-7-20.lz4",
]
"(1.31.0, 1.32.0)" = []
2 changes: 1 addition & 1 deletion SECURITY_GUIDANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ If you need to grant unprivileged containers access to all NVIDIA GPUs using thi


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

Expand Down
2 changes: 1 addition & 1 deletion Twoliter.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
schema-version = 1
release-version = "1.31.0"
release-version = "1.32.0"

[vendor.bottlerocket]
registry = "public.ecr.aws/bottlerocket"
Expand Down

0 comments on commit cacc4ce

Please sign in to comment.