File tree 4 files changed +18
-3
lines changed
4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
15
# v1.31.0 (2025-01-21)
2
16
3
17
## OS Changes
Original file line number Diff line number Diff line change 1
- version = " 1.31 .0"
1
+ version = " 1.32 .0"
2
2
3
3
[migrations ]
4
4
"(0.3.1, 0.3.2)" = [" migrate_v0.3.2_admin-container-v0-5-0.lz4" ]
@@ -394,3 +394,4 @@ version = "1.31.0"
394
394
" migrate_v1.31.0_aws-control-container-v0-7-20.lz4" ,
395
395
" migrate_v1.31.0_public-control-container-v0-7-20.lz4" ,
396
396
]
397
+ "(1.31.0, 1.32.0)" = []
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ If you need to grant unprivileged containers access to all NVIDIA GPUs using thi
246
246
247
247
248
248
``` toml
249
- [settings .kubelet-device-plugin ]
249
+ [settings .kubelet-device-plugins . nvidia ]
250
250
# Configures NVIDIA_VISIBLE_DEVICES with the list of devices
251
251
device-list-strategy = " envvar"
252
252
Original file line number Diff line number Diff line change 1
1
schema-version = 1
2
- release-version = " 1.31 .0"
2
+ release-version = " 1.32 .0"
3
3
4
4
[vendor .bottlerocket ]
5
5
registry = " public.ecr.aws/bottlerocket"
You can’t perform that action at this time.
0 commit comments