Skip to content

Commit cba3b3a

Browse files
Release 1.101.2
1 parent 18ed413 commit cba3b3a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ecs-init/config/common.go

Lines changed: 1 addition & 1 deletion
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.101.1"
49+
DefaultAgentVersion = "v1.101.2"
5050

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

packaging/amazon-linux-ami-integrated/ecs-agent.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
%global ebs_csi_driver_dir /var/lib/ecs/deps/daemons/ebs-csi-driver
2828

2929
Name: ecs-init
30-
Version: 1.101.1
30+
Version: 1.101.2
3131
Release: 1%{?dist}
3232
License: Apache 2.0
3333
Summary: Amazon Elastic Container Service initialization application

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
%global agent_image ecs-agent-v%{version}.tar
2020

2121
Name: amazon-ecs-init
22-
Version: 1.101.1
22+
Version: 1.101.2
2323
Release: 1
2424
License: Apache 2.0
2525
Summary: Amazon Elastic Container Service initialization application

0 commit comments

Comments
 (0)