Skip to content

Commit

Permalink
ecs-agent: update to 1.50.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaldo2792 committed Feb 24, 2021
1 parent b5eebe8 commit ab1a2e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/ecs-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ path = "pkg.rs"

# ECS agent
[[package.metadata.build-package.external-files]]
url = "https://github.com/aws/amazon-ecs-agent/archive/v1.48.1/amazon-ecs-agent-v1.48.1.tar.gz"
sha512 = "397db8caa64ffaf4dc40533fe42477432f5369f3f7eb35c1869fa0a954444f302c2b5679f68ab4cfa34a99f23f0004651414d27d75d223e5f3c1876506c6f6e0"
url = "https://github.com/aws/amazon-ecs-agent/archive/v1.50.2/amazon-ecs-agent-v1.50.2.tar.gz"
sha512 = "5bc946a529c2678b0cd45c3be556b116c26f6d3a3fe3f1cd598cf4fc09eaa8de1ed514bbf62b78892339980b647be49b5152508219181fe567b01152d230db31"

# TODO: Package the CNI plugins
# The ECS agent repository includes two CNI plugins as git submodules. git
Expand Down
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,9 +2,9 @@
%global gorepo amazon-ecs-agent
%global goimport %{goproject}/%{gorepo}

%global gover 1.48.1
%global gover 1.50.2
# git rev-parse --short=8
%global gitrev e9b600d2
%global gitrev 5be7aa08

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

0 comments on commit ab1a2e4

Please sign in to comment.