Skip to content

Commit 4798750

Browse files
authored
Merge pull request #203 from ytsssun/develop
Prepare for core-kit 3.0.0 release
2 parents 8400970 + 221c578 commit 4798750

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# v3.0.0 (2024-10-17)
2+
3+
## OS Changes
4+
* Drop kubernetes-1.23 ([#184])
5+
* Move kmod-5.10-nvidia from branch R470 to R535 ([#181])
6+
* Block writeable/executable memory in systemd services by default ([#158])
7+
8+
## Build Changes
9+
* Update twoliter to 0.5.0 ([#195])
10+
* Update bottlerocket-sdk to 0.46.0 ([#191])
11+
* Update `tough` and `reqwest` to latest versions ([#197])
12+
* Set Epoch to 1 in necessary packages ([#180])
13+
* Drop dependency on glibc for nvidia kmods ([#194])
14+
15+
[#158]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/158
16+
[#180]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/180
17+
[#181]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/181
18+
[#184]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/184
19+
[#191]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/191
20+
[#194]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/194
21+
[#195]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/195
22+
[#197]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/197
23+
124
# v2.9.1 (2024-10-16)
225

326
## 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 = "2.9.1"
2+
release-version = "3.0.0"
33

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

0 commit comments

Comments
 (0)