Skip to content

Commit 67cdd95

Browse files
authored
Merge pull request #49 from ginglis13/changelog-2.3.0
Update changelog for 2.3.0
2 parents bfc9725 + d115de3 commit 67cdd95

File tree

4 files changed

+31
-6
lines changed

4 files changed

+31
-6
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# v2.3.0 (2024-07-24)
2+
3+
## OS Changes
4+
5+
* Update containerd to 1.7.20 ([#40])
6+
* Update runc to 1.1.13 ([#40])
7+
* Update kernels: 5.10.220, 5.15.162, and 6.1.97 ([#46])
8+
* Add kmod-6.1-neuron-devel ([#42])
9+
10+
## Orchestrator Changes
11+
12+
### Kubernetes
13+
14+
* Add latest instance types to eni-max-pods mapping ([#43])
15+
16+
## Build Changes
17+
18+
* Update Twoliter to 0.4.3 ([#39])
19+
20+
[#39] https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/39
21+
[#40] https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/40
22+
[#42] https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/42
23+
[#43] https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/43
24+
[#46] https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/46
25+
126
# v2.2.0 (2024-07-18)
227

328
## 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.2.0"
2+
release-version = "2.3.0"
33
kit = []
4-
digest = "LLJp6qaa2q1F7gvBg9BwpKeEf2TRD1mlYz/myx9J3xM="
4+
digest = "io9aXKryudbmqjDs4n/38x28VYQmf/99kPE26c0VtKY="
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.2.0"
2+
release-version = "2.3.0"
33

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

advisories/staging/BRSA-zqgip7w0.toml renamed to advisories/2.3.0/BRSA-zqgip7w0.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ description = "The grpc Unary Server Interceptor in containerd's OpenTelemetry-G
77

88
[[advisory.products]]
99
package-name = "containerd"
10-
patched-version = "1.17.20"
10+
patched-version = "1.7.20"
1111

1212
[updateinfo]
1313
author = "vighmah"
14-
issue-date = 2024-07-22T20:29:07Z
14+
issue-date = 2024-07-24T20:00:00Z
1515
arches = ["x86_64", "aarch64"]
16-
version = "staging"
16+
version = "2.3.0"

0 commit comments

Comments
 (0)