From 96ad0049cd7fe467148028246ef863c137b9aa15 Mon Sep 17 00:00:00 2001 From: Arnaldo Garcia Rincon Date: Wed, 17 Jul 2024 02:04:14 +0000 Subject: [PATCH 1/2] kit: bump version Signed-off-by: Arnaldo Garcia Rincon --- Twoliter.lock | 4 ++-- Twoliter.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Twoliter.lock b/Twoliter.lock index 5ec892dcb..8d94d9353 100644 --- a/Twoliter.lock +++ b/Twoliter.lock @@ -1,7 +1,7 @@ schema-version = 1 -release-version = "2.1.1" +release-version = "2.2.0" kit = [] -digest = "8NVY4kTJODINxCvkP7u+ELgFqqyxjuRLCcVacJ6xhgs=" +digest = "LLJp6qaa2q1F7gvBg9BwpKeEf2TRD1mlYz/myx9J3xM=" [sdk] name = "bottlerocket-sdk" diff --git a/Twoliter.toml b/Twoliter.toml index 16f99124c..a957ffb4f 100644 --- a/Twoliter.toml +++ b/Twoliter.toml @@ -1,5 +1,5 @@ schema-version = 1 -release-version = "2.1.1" +release-version = "2.2.0" [vendor.bottlerocket] registry = "public.ecr.aws/bottlerocket" From 3faa8662d525eda0db07aa1db61e96d45474fe43 Mon Sep 17 00:00:00 2001 From: Arnaldo Garcia Rincon Date: Wed, 17 Jul 2024 02:30:08 +0000 Subject: [PATCH 2/2] changelog: update for 2.2.0 Signed-off-by: Arnaldo Garcia Rincon --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8024f66b6..e4bf33566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# v2.2.0 (2024-07-18) + +## OS Changes +* Add libbpf ([#24], thanks @ndbaker1) +* Add kube-proxy ([#25], thanks @tzneal) +* Third party package updates ([#28], [#35], [#36]) +* Update rust dependencies for first-party sources ([#34]) +* Update kernels: 5.10.220, 5.15.161, and 6.1.96 ([#29]) + +## Build Changes +* Update `twoliter` ([#30], [#39]) + +## Tools +* Fix `diff-kernel-config` to work with Core Kit ([#32]) + +[#24]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/24 +[#25]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/25 +[#28]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/28 +[#29]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/29 +[#30]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/30 +[#32]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/32 +[#34]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/34 +[#35]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/35 +[#36]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/36 +[#39]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/39 + # v2.1.0 (2024-07-08) ## OS Changes