File tree Expand file tree Collapse file tree 4 files changed +31
-6
lines changed Expand file tree Collapse file tree 4 files changed +31
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
26
# v2.2.0 (2024-07-18)
2
27
3
28
## OS Changes
Original file line number Diff line number Diff line change 1
1
schema-version = 1
2
- release-version = "2.2 .0"
2
+ release-version = "2.3 .0"
3
3
kit = []
4
- digest = "LLJp6qaa2q1F7gvBg9BwpKeEf2TRD1mlYz/myx9J3xM ="
4
+ digest = "io9aXKryudbmqjDs4n/38x28VYQmf/99kPE26c0VtKY ="
5
5
6
6
[sdk]
7
7
name = "bottlerocket-sdk"
Original file line number Diff line number Diff line change 1
1
schema-version = 1
2
- release-version = " 2.2 .0"
2
+ release-version = " 2.3 .0"
3
3
4
4
[vendor .bottlerocket ]
5
5
registry = " public.ecr.aws/bottlerocket"
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ description = "The grpc Unary Server Interceptor in containerd's OpenTelemetry-G
7
7
8
8
[[advisory .products ]]
9
9
package-name = " containerd"
10
- patched-version = " 1.17 .20"
10
+ patched-version = " 1.7 .20"
11
11
12
12
[updateinfo ]
13
13
author = " vighmah"
14
- issue-date = 2024-07-22T20:29:07Z
14
+ issue-date = 2024-07-24T20:00:00Z
15
15
arches = [" x86_64" , " aarch64" ]
16
- version = " staging "
16
+ version = " 2.3.0 "
You can’t perform that action at this time.
0 commit comments