Skip to content

Commit 4ce2fa8

Browse files
authored
Merge pull request #83 from ytsssun/develop
Prepare for v2.3.2 release
2 parents effe8f4 + 28da973 commit 4ce2fa8

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# v2.3.2 (2024-08-13)
2+
3+
## OS Changes
4+
5+
* Update kernels: 5.10.223 5.15.164, and 6.1.102 ([#73], [#82])
6+
7+
## Orchestrator Changes
8+
9+
### Kubernetes
10+
11+
* ecr-credential-provider: update to 1.25.15 ([#66])
12+
* ecr-credential-provider-1.27: update to 1.27.8 ([#66])
13+
* ecr-credential-provider-1.29: update to 1.29.6 ([#66])
14+
* ecr-credential-provider-1.30: update to 1.30.3 ([#66])
15+
* soci-snapshotter: update to 0.7.0 ([#66])
16+
17+
## Build Changes
18+
19+
* Re-enable fmt and licenses lints in CI ([#69])
20+
* Use workspace dependencies for all dependencies ([#70])
21+
* Update datastore serializer to expect JSON and correctly handle null values ([#80], [#87])
22+
23+
[#66]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/66
24+
[#69]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/69
25+
[#70]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/70
26+
[#73]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/73
27+
[#80]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/80
28+
[#82]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/82
29+
[#87]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/87
30+
131
# v2.3.1 (2024-08-01)
232

333
## OS Changes

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.1"
2+
release-version = "2.3.2"
33
kit = []
4-
digest = "4Dw94LDRm25CS2JzxmchQHxaXcuM8n56fymXwD7UQG4="
4+
digest = "VCDzmoImvhFR1l+EXoRaHYvFAzYP9a0AVuLQPEBYtvU="
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.1"
2+
release-version = "2.3.2"
33

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

0 commit comments

Comments
 (0)