Skip to content

Commit 37977a6

Browse files
authored
Merge pull request #38 from arnaldo2792/changelog-bump-version
Update changelog for 2.2.0
2 parents 82c7d2b + 3faa866 commit 37977a6

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# v2.2.0 (2024-07-18)
2+
3+
## OS Changes
4+
* Add libbpf ([#24], thanks @ndbaker1)
5+
* Add kube-proxy ([#25], thanks @tzneal)
6+
* Third party package updates ([#28], [#35], [#36])
7+
* Update rust dependencies for first-party sources ([#34])
8+
* Update kernels: 5.10.220, 5.15.161, and 6.1.96 ([#29])
9+
10+
## Build Changes
11+
* Update `twoliter` ([#30], [#39])
12+
13+
## Tools
14+
* Fix `diff-kernel-config` to work with Core Kit ([#32])
15+
16+
[#24]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/24
17+
[#25]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/25
18+
[#28]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/28
19+
[#29]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/29
20+
[#30]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/30
21+
[#32]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/32
22+
[#34]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/34
23+
[#35]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/35
24+
[#36]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/36
25+
[#39]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/39
26+
127
# v2.1.0 (2024-07-08)
228

329
## OS Changes

Twoliter.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
schema-version = 1
2-
release-version = "2.1.1"
2+
release-version = "2.2.0"
33
kit = []
4-
digest = "8NVY4kTJODINxCvkP7u+ELgFqqyxjuRLCcVacJ6xhgs="
4+
digest = "LLJp6qaa2q1F7gvBg9BwpKeEf2TRD1mlYz/myx9J3xM="
55

66
[sdk]
77
name = "bottlerocket-sdk"

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

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

0 commit comments

Comments
 (0)