Skip to content

Commit 10fb955

Browse files
authored
Merge pull request #405 from KCSesh/prep-6.1.0
Prepare Core Kit 6.1.0
2 parents 86903f8 + 47e5089 commit 10fb955

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-3
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# v6.1.0 (2025-03-14)
2+
3+
## OS Changes
4+
* Persist sysctl setting changes to /etc/sysctl.d ([#333]) - Thanks @aetimmes
5+
* Updated cis report to account for formatting change in iptables ([#390])
6+
* Update MIG template to handle the no-default case ([#399])
7+
* Third party package updates ([#365], [#371], [#383], [#384], [#403], [#404], [#406])
8+
9+
## Build Changes
10+
* Update `bottlerocket-sdk` from 0.50.1 to 0.60.0 ([#375], [#402])
11+
* Update `twoliter` from 0.7.3 to 0.8.0 ([#368], [#398])
12+
13+
## Orchestrator Changes
14+
15+
### Kubernetes
16+
* Apply upstream patches for Kubernetes 1.25-1.32 ([#379], [#400])
17+
18+
[#333]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/333
19+
[#365]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/365
20+
[#368]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/368
21+
[#371]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/371
22+
[#375]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/375
23+
[#379]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/379
24+
[#383]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/383
25+
[#384]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/384
26+
[#390]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/390
27+
[#398]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/398
28+
[#399]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/399
29+
[#400]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/400
30+
[#402]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/402
31+
[#403]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/403
32+
[#404]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/404
33+
[#406]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/406
34+
135
# v6.0.2 (2025-02-26)
236

337
## Build 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.0.2"
2+
release-version = "6.1.0"
33

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

advisories/staging/BRSA-k2a84ixupxse.toml renamed to advisories/6.1.0/BRSA-k2a84ixupxse.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ patched-epoch = "1"
1212

1313
[updateinfo]
1414
author = "vighmah"
15-
issue-date = 2025-02-25T22:15:41Z
15+
issue-date = 2025-03-14T15:46:54Z
1616
arches = ["x86_64", "aarch64"]
17-
version = "staging"
17+
version = "6.1.0"

0 commit comments

Comments
 (0)