Skip to content

Commit 2a673d6

Browse files
authored
Merge pull request #255 from piyush-jena/v3.3.0-prep
Prepare for 3.3.0 release
2 parents f7e1905 + 1d9c3af commit 2a673d6

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# v3.3.0 (2024-11-12)
2+
3+
## Orchestrator Changes
4+
### Kubernetes
5+
* Add latest instance types to eni-max-pods mapping ([#250])
6+
7+
## OS Changes
8+
* Include `rdma-core` in AWS variants ([#252])
9+
* Add `libstdc++` subpackage to `libgcc` ([#253])
10+
* Update third-party packages ([#254])
11+
12+
[#250]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/250
13+
[#252]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/252
14+
[#253]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/253
15+
[#254]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/254
16+
117
# v3.2.0 (2024-11-06)
218

319
## Orchestrator Changes
@@ -193,7 +209,7 @@
193209
## OS Changes
194210
* Use open GPU drivers on P4 and P5 instances ([#114])
195211
* Add package-level support for EROFS as a root filesystem ([#159])
196-
* Update libnvidia-container and nvidia-container-toolkit to 1.16.2 ([#161])
212+
* Update libnvidia-container and nvidia-container-toolkit to 1.16.2 ([#161])
197213

198214
[#114]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/114
199215
[#157]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/157
@@ -442,7 +458,7 @@
442458
## Build Changes
443459

444460
* Update Twoliter to 0.4.3 ([#39])
445-
461+
446462
[#39]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/39
447463
[#40]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/40
448464
[#42]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/42

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 = "3.2.1"
2+
release-version = "3.3.0"
33

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

0 commit comments

Comments
 (0)