Skip to content

Commit 9af2f7f

Browse files
authored
Merge pull request #522 from piyush-jena/prepare-8.2.0
Prepare for 8.2.0
2 parents e673ea7 + d56437c commit 9af2f7f

File tree

2 files changed

+43
-5
lines changed

2 files changed

+43
-5
lines changed

CHANGELOG.md

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,47 @@
1+
# v8.2.0 (2025-05-20)
2+
3+
## OS Changes
4+
* Third party package updates ([#494], [#498], [#513], [#514])
5+
* Extend `ghostdog` for Infiniband detection and configuration ([#499])
6+
7+
* Enable `cryptsetup` and `tpm2` functionality for systemd ([#518])
8+
9+
## Build Changes
10+
* Update `twoliter` from 0.9.0 to 0.10.1 ([#491], [#509])
11+
* Update bottlerocket-settings-models to 0.10.0 ([#520])
12+
13+
## Orchestrator changes
14+
### ECS
15+
* Migrate ECS to use CDI ([#482])
16+
17+
### Kubernetes
18+
* Support CDI and legacy NVIDIA Container Runtime modes ([#459], [#500], [#507], [#511])
19+
* Patch `nvidia-k8s-device-plugin` to add ldcache parsing ([#501])
20+
* Apply upstream patches for EKS 1.26 ([#517])
21+
22+
[#459]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/459
23+
[#482]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/482
24+
[#491]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/491
25+
[#494]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/494
26+
[#498]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/498
27+
[#499]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/499
28+
[#500]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/500
29+
[#501]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/501
30+
[#507]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/507
31+
[#509]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/509
32+
[#511]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/511
33+
[#513]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/513
34+
[#514]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/514
35+
[#517]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/517
36+
[#518]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/518
37+
[#520]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/520
38+
139
# v8.1.1 (2025-05-14)
240

341
## OS Changes
442
* Fix `containerd-2.0` settings for `container-registry` ([#504])
543

6-
[#504] : https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/504
44+
[#504]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/504
745

846
# v8.1.0 (2025-05-05)
947

@@ -15,9 +53,9 @@
1553
## Orchestrator Changes
1654
### Kubernetes
1755
* Add support for more Kubernetes Settings ([#487], [#489])
18-
* containerLogMaxWorkers
19-
* containerLogMonitorInterval
20-
* singleProcessOOMKill
56+
* `containerLogMaxWorkers`
57+
* `containerLogMonitorInterval`
58+
* `singleProcessOOMKill`
2159
* Update `kubernetes-1.33` and `ecr-credential-provider-1.33` packages with official sources ([#488])
2260

2361
[#485]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/485

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 = "8.1.1"
2+
release-version = "8.2.0"
33

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

0 commit comments

Comments
 (0)