Skip to content

Commit 5d37651

Browse files
authored
Merge pull request #857 from maherthomsi/13.1.2-updates
release: core-kit v13.1.2
2 parents ccb16bd + 6ba3875 commit 5d37651

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v13.1.2 (2026-03-06)
2+
3+
## OS Changes
4+
### Third Party Package Updates
5+
- Update `amazon-ecs-cni-plugins` ([#855])
6+
7+
[#855]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/855
8+
19
# v13.1.1 (2026-02-26)
210

311
## OS Changes

Twoliter.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
schema-version = 2
2-
release-version = "13.1.1"
2+
release-version = "13.1.2"
33
project-vendor = "Bottlerocket"
44

55
[vendor.bottlerocket]

packages/amazon-ecs-cni-plugins/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ releases-url = "https://github.com/aws/amazon-ecs-agent/commits/master/amazon-ec
1616
# This is locked against the version shipped in ecs-agent
1717
# Verify that the ecs-agent version shipped in bottlerocket tracks the same one here
1818
# https://github.com/aws/amazon-ecs-agent/releases
19-
url = "https://github.com/aws/amazon-ecs-cni-plugins/archive/319a734d9edfeeec9e7b64acf0500c45508aa8d3/amazon-ecs-cni-plugins.tar.gz"
20-
sha512 = "ef1457e0325a2e43c307ea962bd675cc6df8501ada055f10c8c7b51f83486c96eab6368946b0ca4fe47f9fc91d22f51218adb9c07dc5812a80389eaaf1d83df3"
19+
url = "https://github.com/aws/amazon-ecs-cni-plugins/archive/f26629faf64028796b76154d55c1bc7e3bff13c8/amazon-ecs-cni-plugins.tar.gz"
20+
sha512 = "9d5eb384e4bed620b2ed40d6afdd4c08167ac489cd6cc1c8edb1bde4b46aa492b35bf98d8b707375ee68deabbc6d0fdf1f1c600bd487933ac75cc0778bafff5f"
2121

2222
[build-dependencies]
2323
glibc = { path = "../glibc" }

packages/amazon-ecs-cni-plugins/amazon-ecs-cni-plugins.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
%global ecscni_goproject github.com/aws
22
%global ecscni_gorepo amazon-ecs-cni-plugins
33
%global ecscni_goimport %{ecscni_goproject}/%{ecscni_gorepo}
4-
%global ecscni_gitrev 319a734d9edfeeec9e7b64acf0500c45508aa8d3
4+
%global ecscni_gitrev f26629faf64028796b76154d55c1bc7e3bff13c8
55

66
Name: %{_cross_os}amazon-ecs-cni-plugins
7-
# https://github.com/aws/amazon-ecs-cni-plugins/blob/319a734d9edfeeec9e7b64acf0500c45508aa8d3/VERSION#L1
8-
Version: 2026.02.0
7+
# https://github.com/aws/amazon-ecs-cni-plugins/blob/f26629faf64028796b76154d55c1bc7e3bff13c8/VERSION#L1
8+
Version: 2026.03.0
99
Release: 1%{?dist}
1010
Epoch: 1
1111
Summary: Networking plugins for ECS task networking

0 commit comments

Comments
 (0)