File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff 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 ]
2323glibc = { path = " ../glibc" }
Original file line number Diff line number Diff line change 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
66Name: %{_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
99Release: 1%{?dist }
1010Epoch: 1
1111Summary: Networking plugins for ECS task networking
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ path = "../packages.rs"
1313releases-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 ]
2020glibc = { path = " ../glibc" }
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments