Skip to content

Commit 1484345

Browse files
authored
Merge pull request #341 from Sparksssj/3pupdate
3rd Party packages update: ECS-agent and amazon-ecs-cni-plugins
2 parents 5902dc0 + e2ba65a commit 1484345

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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

packages/ecs-agent/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ path = "../packages.rs"
1313
releases-url = "https://github.com/aws/amazon-ecs-agent/releases"
1414

1515
[[package.metadata.build-package.external-files]]
16-
url = "https://github.com/aws/amazon-ecs-agent/archive/v1.88.0/amazon-ecs-agent-1.88.0.tar.gz"
17-
sha512 = "1d7f38cae0fb7401b48feca4d6ecb270c5c5a5efc4367c58ff8384d2175b4c0b6a76bbe350ab231108eec542a3d6f0d9b8ac60dc121d5fee9a86ef812fdf9785"
16+
url = "https://github.com/aws/amazon-ecs-agent/archive/v1.89.2/amazon-ecs-agent-1.89.2.tar.gz"
17+
sha512 = "024f30daa6192f6e03771e507d776d01ec2c86b6cd7682e3b62d5f0e3e1b017b56360ca8e088ea183a4d04e104dc6e2e572ad9658d4bfcdab166d579a3ee1bc8"
1818

1919
[build-dependencies]
2020
glibc = { path = "../glibc" }

packages/ecs-agent/ecs-agent.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global agent_gorepo amazon-ecs-agent
33
%global agent_goimport %{agent_goproject}/%{agent_gorepo}
44

5-
%global agent_gover 1.88.0
5+
%global agent_gover 1.89.2
66

77
# git rev-parse --short=8
88
%global agent_gitrev b7e96508

0 commit comments

Comments
 (0)