Skip to content

Commit e2ba65a

Browse files
committed
packages: Update amazon-ecs-cni-plugins to commit 7b4ec6016a
1 parent 9931da2 commit e2ba65a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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/53a8481891251e66e35847554d52a13fc7c4fd03/amazon-ecs-cni-plugins.tar.gz"
20-
sha512 = "e819c1aae509d19461999bf717d126b3e918b73dc6049e415c4911be6cb11159404bb45bb6c92cdfa16b5b30bb174731e972e3f2be44fa0b51bbc7a969049ab7"
19+
url = "https://github.com/aws/amazon-ecs-cni-plugins/archive/7b4ec6016ab221469fa3abfc00ea7c05f236c26c/amazon-ecs-cni-plugins.tar.gz"
20+
sha512 = "234021e1132a8c7101603f26c2b4d18e2a54dd8d6e879ae5138fcafac012f792dc25ab1bad37bde5d4e299b996340de557dbe9ba928eae2a8565adff5bd481a8"
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 53a8481891251e66e35847554d52a13fc7c4fd03
4+
%global ecscni_gitrev 7b4ec6016ab221469fa3abfc00ea7c05f236c26c
55

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

0 commit comments

Comments
 (0)