Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/amazon-ecs-cni-plugins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ releases-url = "https://github.com/aws/amazon-ecs-agent/commits/master/amazon-ec
# This is locked against the version shipped in ecs-agent
# Verify that the ecs-agent version shipped in bottlerocket tracks the same one here
# https://github.com/aws/amazon-ecs-agent/releases
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems this comment needs to be updated - but I won't block for now - leaving this for awareness.

url = "https://github.com/aws/amazon-ecs-cni-plugins/archive/3302076781563428b69e0856b8fdd59b2ac0658f/amazon-ecs-cni-plugins.tar.gz"
sha512 = "43efc021c9f095e3664840e2666109e1b40e21af0044a458a3a54faa0bb1672d06d4df9eecb5d0ad4539afd79229ae00f59c11d41cbf3c70fb5366d88e78f9fb"
url = "https://github.com/aws/amazon-ecs-cni-plugins/archive/319a734d9edfeeec9e7b64acf0500c45508aa8d3/amazon-ecs-cni-plugins.tar.gz"
sha512 = "ef1457e0325a2e43c307ea962bd675cc6df8501ada055f10c8c7b51f83486c96eab6368946b0ca4fe47f9fc91d22f51218adb9c07dc5812a80389eaaf1d83df3"

[build-dependencies]
glibc = { path = "../glibc" }
6 changes: 3 additions & 3 deletions packages/amazon-ecs-cni-plugins/amazon-ecs-cni-plugins.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
%global ecscni_goproject github.com/aws
%global ecscni_gorepo amazon-ecs-cni-plugins
%global ecscni_goimport %{ecscni_goproject}/%{ecscni_gorepo}
%global ecscni_gitrev 3302076781563428b69e0856b8fdd59b2ac0658f
%global ecscni_gitrev 319a734d9edfeeec9e7b64acf0500c45508aa8d3

Name: %{_cross_os}amazon-ecs-cni-plugins
# https://github.com/aws/amazon-ecs-cni-plugins/blob/3302076781563428b69e0856b8fdd59b2ac0658f/VERSION#L1
Version: 2026.01.0
# https://github.com/aws/amazon-ecs-cni-plugins/blob/319a734d9edfeeec9e7b64acf0500c45508aa8d3/VERSION#L1
Version: 2026.02.0
Release: 1%{?dist}
Epoch: 1
Summary: Networking plugins for ECS task networking
Expand Down