Skip to content

Commit d1bc517

Browse files
authored
Merge pull request #455 from ytsssun/release/6.2.0
Prepare 6.2.0
2 parents a0b0eac + 8118bb6 commit d1bc517

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# v6.2.0 (2025-04-01)
2+
3+
## OS Changes
4+
* Update readline from 8.2 to 8.2.13 ([#446])
5+
* Update glibc from 2.40 to 2.41 ([#437])
6+
* Fix usage of `/var/run` in mdadm tmpfiles snippet ([#442])
7+
* Refactor systemd to explicitly list packaged files ([#438])
8+
* Switch to igzip (x86_64) or pigz with zlib-ng (aarch64) to decompress container images ([#443])
9+
* Add support for more AWS regions in schnauzer and host-ctr ([#454])
10+
11+
## Build Changes
12+
* Remove bottlerocket-variant crate ([#435])
13+
14+
[#435]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/435
15+
[#437]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/437
16+
[#438]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/438
17+
[#442]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/442
18+
[#443]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/443
19+
[#446]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/446
20+
[#454]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/454
21+
122
# v6.1.1 (2025-03-24)
223

324
## 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.1.1"
2+
release-version = "6.2.0"
33

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

0 commit comments

Comments
 (0)