Skip to content

Commit 18ed413

Browse files
Release 1.101.2
1 parent 13d0cb7 commit 18ed413

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

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

3+
# 1.101.2
4+
* Enhancement - Update SSM Agent version to 3.3.3572.0 [#4837](https://github.com/aws/amazon-ecs-agent/pull/4837)
5+
* Bugfix - Wait for execution role credentials to create task resource upon agent restart [#4827](https://github.com/aws/amazon-ecs-agent/pull/4827)
6+
* Bugfix - Fix tmds response for unavailable credentials upon agent restart [4833](https://github.com/aws/amazon-ecs-agent/pull/4833)
7+
* Bugfix - Make block I/O stat Op parsing case insensitive [#4836](https://github.com/aws/amazon-ecs-agent/pull/4836)
8+
* Bugfix - Fixes EBS volumes failing to mount on Windows due to chown/chmod [#4838](https://github.com/aws/amazon-ecs-agent/pull/4838)
9+
310
# 1.101.1
411
* Enhancement - Bump github.com/containerd/containerd from 1.7.27 to 1.7.29 in /ecs-init [#4809](https://github.com/aws/amazon-ecs-agent/pull/4809)
512
* Enhancement - Update go version to 1.24.11 [#4823](https://github.com/aws/amazon-ecs-agent/pull/4823)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.101.1
1+
1.101.2

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.101.1"
25+
const Version = "1.101.2"
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 = "8fc24f5b"
31+
const GitShortHash = "13d0cb7d"

ecs-init/ECSVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.101.1
1+
1.101.2

0 commit comments

Comments
 (0)