Skip to content
Open
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/ecs-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ releases-url = "https://github.com/aws/amazon-ecs-agent/releases"

[[package.metadata.build-package.external-files]]
# Verify the Git submodule commit of amazon-vpc-cni-plugins matches what is shipped in ../amazon-vpc-cni-plugins
url = "https://github.com/aws/amazon-ecs-agent/archive/v1.103.2/amazon-ecs-agent-1.103.2.tar.gz"
sha512 = "5a2bcfe27f711e856e9b479691967c3ef112c8fd4f11fda5e5e4e0be71486b392f2b5f6479b48717a136c20b54db69c9b02f66403a95bc272d9586f186f8bdde"
url = "https://github.com/aws/amazon-ecs-agent/archive/v1.105.1/amazon-ecs-agent-1.105.1.tar.gz"
sha512 = "b409da1e7198d0468bb5ac588ea8c577354eca4294aff9ac5fbde31a77ca9906968bbdc4ce69fcebdb87e0e8082f29ee7cec9f1c978f7c52184fe4dfa89b3e2e"

[build-dependencies]
glibc = { path = "../glibc" }
4 changes: 2 additions & 2 deletions packages/ecs-agent/ecs-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
%global agent_gorepo amazon-ecs-agent
%global agent_goimport %{agent_goproject}/%{agent_gorepo}

%global agent_gover 1.103.2
%global agent_gover 1.105.1

# git rev-parse --short=8
%global agent_gitrev 08149542
%global agent_gitrev 8dfceca6

# Construct reproducible tar archives
# See https://reproducible-builds.org/docs/archives/
Expand Down
Loading