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

Commit 295370c

Browse files
committed
Release 1.61.0-1
1 parent 8d924a5 commit 295370c

File tree

8 files changed

+34
-4
lines changed

8 files changed

+34
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.61.0-1
4+
* Cache Agent version 1.61.0
5+
* Check ipv4 routes for default network interface instead of defaulting to eth0
6+
37
## 1.60.1-1
48
* Cache Agent version 1.60.1
59

ecs-init/ECSVERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.60.1
1+
1.61.0

ecs-init/config/common.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const (
4646
// DefaultAgentVersion is the version of the agent that will be
4747
// fetched if required. This should look like v1.2.3 or an
4848
// 8-character sha, as is downloadable from S3.
49-
DefaultAgentVersion = "v1.60.1"
49+
DefaultAgentVersion = "v1.61.0"
5050

5151
// AgentPartitionBucketName is the name of the paritional s3 bucket that stores the agent
5252
AgentPartitionBucketName = "amazon-ecs-agent"

packaging/amazon-linux-ami/ecs-init.spec

+5-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
%endif
3434

3535
Name: ecs-init
36-
Version: 1.60.1
36+
Version: 1.61.0
3737
Release: 1%{?dist}
3838
License: Apache 2.0
3939
Summary: Amazon Elastic Container Service initialization application
@@ -279,6 +279,10 @@ fi
279279
%endif
280280

281281
%changelog
282+
* Tue Apr 05 2022 Cameron Sparr <[email protected]> - 1.61.0-1
283+
- Cache Agent version 1.61.0
284+
- Check ipv4 routes for default network interface instead of defaulting to eth0
285+
282286
* Wed Mar 23 2022 Ray Allan <[email protected]> - 1.60.1-1
283287
- Cache Agent version 1.60.1
284288

packaging/generic-deb/debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
amazon-ecs-init (1.61.0-1) stable; urgency=medium
2+
3+
* Cache Agent version 1.61.0
4+
* Check ipv4 routes for default network interface instead of defaulting to eth0
5+
6+
-- Cameron Sparr <[email protected]> Tue, 05 Apr 2022 18:00:00 +0000
7+
18
amazon-ecs-init (1.60.1-1) stable; urgency=medium
29

310
* Cache Agent version 1.60.1

packaging/generic-rpm/amazon-ecs-init.spec

+5-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
%endif
2727

2828
Name: amazon-ecs-init
29-
Version: 1.60.1
29+
Version: 1.61.0
3030
Release: 1
3131
License: Apache 2.0
3232
Summary: Amazon Elastic Container Service initialization application
@@ -105,6 +105,10 @@ ln -sf %{basename:%{agent_image}} %{_cachedir}/ecs/ecs-agent.tar
105105
%systemd_postun_with_restart amazon-ecs-volume-plugin
106106

107107
%changelog
108+
* Tue Apr 05 2022 Cameron Sparr <[email protected]> - 1.61.0-1
109+
- Cache Agent version 1.61.0
110+
- Check ipv4 routes for default network interface instead of defaulting to eth0
111+
108112
* Wed Mar 23 2022 Ray Allan <[email protected]> - 1.60.1-1
109113
- Cache Agent version 1.60.1
110114

packaging/suse/amazon-ecs-init.changes

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
-------------------------------------------------------------------
2+
Tue Apr 05, 18:00:00 UTC 2022 - [email protected] - 1.61.0-1
3+
4+
- Cache Agent version 1.61.0
5+
- Check ipv4 routes for default network interface instead of defaulting to eth0
6+
-------------------------------------------------------------------
27
Wed Mar 23, 18:00:00 UTC 2022 - [email protected] - 1.60.1-1
38

49
- Cache Agent version 1.60.1

scripts/changelog/CHANGELOG_MASTER

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.61.0-1
2+
Cameron Sparr <[email protected]>
3+
2022-04-05T10:00:00-08:00
4+
Cache Agent version 1.61.0
5+
Check ipv4 routes for default network interface instead of defaulting to eth0
6+
17
1.60.1-1
28
Ray Allan <[email protected]>
39
2022-03-23T10:00:00-08:00

0 commit comments

Comments
 (0)