Skip to content

Commit 4cc3ec9

Browse files
authored
Merge pull request #477 from koooosh/prep-7.0.0
Prep 7.0.0
2 parents 6b9093f + 3d382b8 commit 4cc3ec9

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# v7.0.0 (2025-04-18)
2+
3+
## OS Changes
4+
* Fix aws-signing-helper and IAM Roles Anywhere ([#451])
5+
* Clear configuration-files and services in migrator ([#456])
6+
* Drop shimpei and oci-add-hooks packages ([#458])
7+
* Restrict kernel dump collection to x86_64 ([#465])
8+
* Third party package updates ([#469], [#472])
9+
10+
## Orchestrator Changes
11+
### Kubernetes
12+
* Apply upstream patches for EKS 1.25-1.27 ([#472])
13+
* Let kubelet start when swap is on ([#473])
14+
* Add kubernetes-1.33 and ecr-credential-provider-1.33 packages with pre-release sources ([#476])
15+
16+
### ECS
17+
* Migrate ECS to use CDI ([#471])
18+
19+
## Build Changes
20+
* Update bottlerocket-sdk from 0.60.0 to 0.61.0 ([#449], [#474])
21+
22+
[#449]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/449
23+
[#451]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/451
24+
[#456]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/456
25+
[#458]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/458
26+
[#465]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/465
27+
[#469]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/469
28+
[#471]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/471
29+
[#472]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/472
30+
[#473]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/473
31+
[#474]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/474
32+
[#476]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/476
33+
134
# v6.3.0 (2025-04-11)
235

336
## OS Changes

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 = "6.3.0"
2+
release-version = "7.0.0"
33

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

0 commit comments

Comments
 (0)