Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Release 1.42.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
yhlee-aws committed Jul 23, 2020
1 parent fdddabe commit 746e588
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.42.0-1
* Cache Agent version 1.42.0
* Add a flag ECS\_SKIP\_LOCALHOST\_TRAFFIC\_FILTER to allow skipping local traffic filtering

## 1.41.1-2
* Drop traffic to 127.0.0.1 that isn't originated from the host

Expand Down
2 changes: 1 addition & 1 deletion ecs-init/ECSVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.41.1
1.42.0
2 changes: 1 addition & 1 deletion ecs-init/config/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (
// DefaultAgentVersion is the version of the agent that will be
// fetched if required. This should look like v1.2.3 or an
// 8-character sha, as is downloadable from S3.
DefaultAgentVersion = "v1.41.1"
DefaultAgentVersion = "v1.42.0"

// AgentPartitionBucketName is the name of the paritional s3 bucket that stores the agent
AgentPartitionBucketName = "amazon-ecs-agent"
Expand Down
8 changes: 6 additions & 2 deletions packaging/amazon-linux-ami/ecs-init.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
%endif

Name: ecs-init
Version: 1.41.1
Release: 2%{?dist}
Version: 1.42.0
Release: 1%{?dist}
License: Apache 2.0
Summary: Amazon Elastic Container Service initialization application
ExclusiveArch: x86_64 aarch64
Expand Down Expand Up @@ -278,6 +278,10 @@ fi
%endif

%changelog
* Thu Jul 23 2020 Yunhee Lee <[email protected]> - 1.42.0-1
- Cache Agent version 1.42.0
- Add a flag ECS_SKIP_LOCALHOST_TRAFFIC_FILTER to allow skipping local traffic filtering

* Thu Jul 09 2020 Feng Xiong <[email protected]> - 1.41.1-2
- Drop traffic to 127.0.0.1 that isn't originated from the host

Expand Down
5 changes: 5 additions & 0 deletions packaging/suse/amazon-ecs-init.changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
Thu Jul 23, 17:55:00 UTC 2020 - [email protected] - 1.42.0-1

- Cache Agent version 1.42.0
- Add a flag ECS_SKIP_LOCALHOST_TRAFFIC_FILTER to allow skipping local traffic filtering
-------------------------------------------------------------------
Thu Jul 09, 00:46:00 UTC 2020 - [email protected] - 1.41.1-2

- Drop traffic to 127.0.0.1 that isn't originated from the host
Expand Down
7 changes: 7 additions & 0 deletions packaging/ubuntu-trusty/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
amazon-ecs-init (1.42.0-1) trusty; urgency=medium

* Cache Agent version 1.42.0
* Add a flag ECS_SKIP_LOCALHOST_TRAFFIC_FILTER to allow skipping local traffic filtering

-- Yunhee Lee <[email protected]> Thu, 23 Jul 2020 17:55:00 +0000

amazon-ecs-init (1.41.1-2) trusty; urgency=medium

* Drop traffic to 127.0.0.1 that isn't originated from the host
Expand Down
6 changes: 6 additions & 0 deletions scripts/changelog/CHANGELOG_MASTER
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.42.0-1
Yunhee Lee <[email protected]>
2020-07-23T09:55:00-08:00
Cache Agent version 1.42.0
Add a flag ECS_SKIP_LOCALHOST_TRAFFIC_FILTER to allow skipping local traffic filtering

1.41.1-2
Feng Xiong <[email protected]>
2020-07-08T16:46:00-08:00
Expand Down

0 comments on commit 746e588

Please sign in to comment.