Skip to content

Commit 64cf6de

Browse files
authored
Merge pull request #4795 from harishxr/v1.100.0-stage
Release 1.100.0
2 parents fc5352a + 6f04155 commit 64cf6de

File tree

10 files changed

+38
-7
lines changed

10 files changed

+38
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
# 1.100.0
4+
* Feature - Add flowsPercent parameter to network latency and packet loss fault injection endpoints [4780](https://github.com/aws/amazon-ecs-agent/pull/4780)
5+
* Enhancement - Default to size-based log file rollover instead of hourly [4776](https://github.com/aws/amazon-ecs-agent/pull/4776)
6+
* Enhancement - Use same precedence for credential providers in Windows and Linux [4788](https://github.com/aws/amazon-ecs-agent/pull/4788)
7+
* Enhancement - Update SSM Agent version to 3.3.3050.0 [4793](https://github.com/aws/amazon-ecs-agent/pull/4793)
8+
* Enhancement - Update Go version to 1.24.7 [4794](https://github.com/aws/amazon-ecs-agent/pull/4794)
9+
* Bugfix - Skip iptables rules for introspection access from docker bridge when no bridge is found [4785](https://github.com/aws/amazon-ecs-agent/pull/4785)
10+
* Bugfix - Fixes bug in DNS configuration for SC tasks in BR platforms [4787](https://github.com/aws/amazon-ecs-agent/pull/4787)
11+
* Bugfix - Fix undercounting of network stats when using the awsvpc networking mode [4766](https://github.com/aws/amazon-ecs-agent/pull/4766)
12+
313
# 1.99.1
414
* Enhancement - Update README and remove circular directions [4774](https://github.com/aws/amazon-ecs-agent/pull/4774)
515
* Bugfix - Fix agent update handling for IPv6-only instances [4781](https://github.com/aws/amazon-ecs-agent/pull/4781)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.99.1
1+
1.100.0

agent/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ package version
2222
// repository. Only the 'Version' const should change in checked-in source code
2323

2424
// Version is the version of the Agent
25-
const Version = "1.99.1"
25+
const Version = "1.100.0"
2626

2727
// GitDirty indicates the cleanliness of the git repo when this agent was built
2828
const GitDirty = true
2929

3030
// GitShortHash is the short hash of this agent build
31-
const GitShortHash = "6f648b79"
31+
const GitShortHash = "2f77c813"

ecs-init/ECSVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.99.1
1+
1.100.0

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.99.1"
49+
DefaultAgentVersion = "v1.100.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-integrated/ecs-agent.spec

Lines changed: 4 additions & 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.99.1
30+
Version: 1.100.0
3131
Release: 1%{?dist}
3232
License: Apache 2.0
3333
Summary: Amazon Elastic Container Service initialization application
@@ -282,6 +282,9 @@ fi
282282
%endif
283283

284284
%changelog
285+
* Tue Oct 07 2025 Harish Senthilkumar <[email protected]> - 1.100.0-1
286+
- Cache Agent version 1.100.0
287+
285288
* Wed Sep 17 2025 Yiyuan Zhong <[email protected]> - 1.99.1-1
286289
- Cache Agent version 1.99.1
287290

packaging/generic-deb-integrated/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
amazon-ecs-init (1.100.0-1) stable; urgency=medium
2+
3+
* Cache Agent version 1.100.0
4+
5+
-- Harish Senthilkumar <[email protected]> Tue, 07 Oct 2025 18:00:00 +0000
6+
17
amazon-ecs-init (1.99.1-1) stable; urgency=medium
28

39
* Cache Agent version 1.99.1

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

Lines changed: 4 additions & 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.99.1
22+
Version: 1.100.0
2323
Release: 1
2424
License: Apache 2.0
2525
Summary: Amazon Elastic Container Service initialization application
@@ -93,6 +93,9 @@ ln -sf %{basename:%{agent_image}} %{_cachedir}/ecs/ecs-agent.tar
9393
%systemd_postun_with_restart amazon-ecs-volume-plugin
9494

9595
%changelog
96+
* Tue Oct 07 2025 Harish Senthilkumar <[email protected]> - 1.100.0-1
97+
- Cache Agent version 1.100.0
98+
9699
* Wed Sep 17 2025 Yiyuan Zhong <[email protected]> - 1.99.1-1
97100
- Cache Agent version 1.99.1
98101

packaging/suse/amazon-ecs-init.changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
-------------------------------------------------------------------
2+
Tue Oct 07, 18:00:00 UTC 2025 - [email protected] - 1.100.0-1
3+
4+
- Cache Agent version 1.100.0
5+
-------------------------------------------------------------------
26
Wed Sep 17, 18:00:00 UTC 2025 - [email protected] - 1.99.1-1
37

48
- Cache Agent version 1.99.1

scripts/changelog/CHANGELOG_MASTER

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.100.0-1
2+
Harish Senthilkumar <[email protected]>
3+
2025-10-07T10:00:00-08:00
4+
Cache Agent version 1.100.0
5+
16
1.99.1-1
27
Yiyuan Zhong <[email protected]>
38
2025-09-17T10:00:00-08:00

0 commit comments

Comments
 (0)