Skip to content

Commit c8e5ba4

Browse files
authored
Merge pull request #103 from larvacea/core-kit-2.3.5
Core kit 2.3.5
2 parents f3a8059 + 715cfc0 commit c8e5ba4

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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+
126
# v2.3.4 (2024-08-19)
227
## OS Changes
328

Twoliter.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
schema-version = 1
2-
release-version = "2.3.4"
2+
release-version = "2.3.5"
33
kit = []
4-
digest = "0GtG+VqO6O8vG8pPfaoarrd1BomfYLM7N2ynIV9weYU="
4+
digest = "hP5ZzzxvKgm29WXQsO79SpOq467UpW9dXLfzKbtI5Lg="
55

66
[sdk]
77
name = "bottlerocket-sdk"

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 = "2.3.4"
2+
release-version = "2.3.5"
33

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

0 commit comments

Comments
 (0)