Skip to content

Commit c8fbdcf

Browse files
authored
Merge pull request #26 from koooosh/develop
Add Changelog and update release-version to 2.1.0
2 parents 7cbd6fb + 2339ddd commit c8fbdcf

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# v2.1.0 (2024-07-08)
2+
3+
## OS Changes
4+
* Update kernels: 5.10.219, 5.15.160-104, and 6.1.94 ([#13], [#17])
5+
* Add kmod-6.1-neuron package in core kit ([#21])
6+
* Provide SSM agent as a system service ([#22])
7+
* Enable host containers and in-place updates to be optional ([#23])
8+
9+
## Orchestrator Changes
10+
11+
### Kubernetes
12+
* Move dockershim link to relative path ([#18])
13+
14+
[#13]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/13
15+
[#17]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/17
16+
[#18]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/18
17+
[#21]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/21
18+
[#22]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/22
19+
[#23]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/23

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.0.0"
2+
release-version = "2.1.0"
33
kit = []
4-
digest = "0KJe+4ZRwHqxXnY1ArAm7M+VNzA52czWrv2KpjjxQ9I="
4+
digest = "YhIe1EIFu4Vg/KBLKKCtX4bg+gfdefpnnVTzeXewBHg="
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.0.0"
2+
release-version = "2.1.0"
33

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

0 commit comments

Comments
 (0)