File tree Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Original file line number Diff line number Diff line change
1
+ # v2.3.5 (2024-08-21)
2
+
3
+ ## Orchestrator Changes
4
+
5
+ ### Kubernetes
6
+
7
+ * Fix issue where a null value would fail to render the credential
8
+ provider template for Kubernetes ([ #101 ] )
9
+
10
+ ## OS Changes
11
+
12
+ * Improve EBS volume udev rules by adding a symlink to ` /dev/by-ebs-id `
13
+ and remove ` /dev/ ` from the device name returned by ghostdog ([ #98 ] )
14
+ * Update kernels to 5.10.223-212 and 6.1.102-111 ([ #99 ] )
15
+
16
+ ## tools
17
+
18
+ * Add collect-kernel-config script to tools ([ #84 ] )
19
+
20
+ [ #84 ] : https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/84
21
+ [ #98 ] : https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/98
22
+ [ #99 ] : https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/99
23
+ [ #101 ] : https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/101
24
+
25
+
1
26
# v2.3.4 (2024-08-19)
2
27
## OS Changes
3
28
Original file line number Diff line number Diff line change 1
1
schema-version = 1
2
- release-version = "2.3.4 "
2
+ release-version = "2.3.5 "
3
3
kit = []
4
- digest = "0GtG+VqO6O8vG8pPfaoarrd1BomfYLM7N2ynIV9weYU ="
4
+ digest = "hP5ZzzxvKgm29WXQsO79SpOq467UpW9dXLfzKbtI5Lg ="
5
5
6
6
[sdk]
7
7
name = "bottlerocket-sdk"
Original file line number Diff line number Diff line change 1
1
schema-version = 1
2
- release-version = " 2.3.4 "
2
+ release-version = " 2.3.5 "
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