Skip to content

Commit e5354a9

Browse files
authored
Merge pull request #95 from vigh-m/2.3.4-release
Prepare for v2.3.4 release
2 parents 19a13fa + 1b82156 commit e5354a9

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1+
# v2.3.4 (2024-08-19)
2+
## OS Changes
3+
4+
* Update libnvidia-container to v550.54.14 and nvidia-container-toolkit to v1.16.1 ([#88])
5+
* Fix a bug in sundog that caused it to regenerate populated settings ([#94])
6+
7+
[#88]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/88
8+
[#94]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/94
9+
110
# v2.3.3 (2024-08-14)
211

312
## Orchestrator Changes
413

514
### Kubernetes
615

716
* kubernetes 1.24, 1.25, 1.26: Apply upstream patches ([#76], [#77], [#78])
8-
* packages: use GO_MAJOR for selecting Go version ([#86])
17+
* packages: use `GO_MAJOR` for selecting Go version ([#86])
918

1019
## Build Changes
1120
* pluto: use settings SDK to parse API response ([#89])

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.3"
2+
release-version = "2.3.4"
33
kit = []
4-
digest = "z2+QgOZ5LxN6ZLmMnhedFyXmXme29zQnavYauqHUP+Y="
4+
digest = "0GtG+VqO6O8vG8pPfaoarrd1BomfYLM7N2ynIV9weYU="
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.3"
2+
release-version = "2.3.4"
33

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

0 commit comments

Comments
 (0)