Skip to content

Commit

Permalink
Merge pull request #49 from ginglis13/changelog-2.3.0
Browse files Browse the repository at this point in the history
Update changelog for 2.3.0
  • Loading branch information
ginglis13 authored Jul 24, 2024
2 parents bfc9725 + d115de3 commit 67cdd95
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 6 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# v2.3.0 (2024-07-24)

## OS Changes

* Update containerd to 1.7.20 ([#40])
* Update runc to 1.1.13 ([#40])
* Update kernels: 5.10.220, 5.15.162, and 6.1.97 ([#46])
* Add kmod-6.1-neuron-devel ([#42])

## Orchestrator Changes

### Kubernetes

* Add latest instance types to eni-max-pods mapping ([#43])

## Build Changes

* Update Twoliter to 0.4.3 ([#39])

[#39] https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/39
[#40] https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/40
[#42] https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/42
[#43] https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/43
[#46] https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/46

# v2.2.0 (2024-07-18)

## OS Changes
Expand Down
4 changes: 2 additions & 2 deletions Twoliter.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema-version = 1
release-version = "2.2.0"
release-version = "2.3.0"
kit = []
digest = "LLJp6qaa2q1F7gvBg9BwpKeEf2TRD1mlYz/myx9J3xM="
digest = "io9aXKryudbmqjDs4n/38x28VYQmf/99kPE26c0VtKY="

[sdk]
name = "bottlerocket-sdk"
Expand Down
2 changes: 1 addition & 1 deletion Twoliter.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
schema-version = 1
release-version = "2.2.0"
release-version = "2.3.0"

[vendor.bottlerocket]
registry = "public.ecr.aws/bottlerocket"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ description = "The grpc Unary Server Interceptor in containerd's OpenTelemetry-G

[[advisory.products]]
package-name = "containerd"
patched-version = "1.17.20"
patched-version = "1.7.20"

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

0 comments on commit 67cdd95

Please sign in to comment.