Skip to content

Commit

Permalink
Release 1.89.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thean Lim committed Nov 15, 2024
1 parent 4843cd0 commit aae607f
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

# 1.89.0
* Enhancement - Bump google.golang.org/grpc from 1.64.0 to 1.64.1 in /ecs-agent/daemonimages/csidriver [#4361](https://github.com/aws/amazon-ecs-agent/pull/4361)
* Enhancement - Log unresolved dependencies at info level [#4419](https://github.com/aws/amazon-ecs-agent/pull/4419)
* Enhancement - Make the path to resolv.conf a configuration parameter instead of a hardcoded string [#4421](https://github.com/aws/amazon-ecs-agent/pull/4421)
* Bugfix - Implement reference counting of volume mounts in amazon-ecs-volume-plugin [#4425](https://github.com/aws/amazon-ecs-agent/pull/4425)
* Bugfix - Set firelens mem_buf_limit by default [#4405](https://github.com/aws/amazon-ecs-agent/pull/4405)

# 1.88.0
* Feature - Fault Injection Service Integration [#4414](https://github.com/aws/amazon-ecs-agent/pull/4414)
* Bugfix - Retry GPU devices check during env vars load if instance supports GPU [#4387](https://github.com/aws/amazon-ecs-agent/pull/4387)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.88.0
1.89.0
4 changes: 2 additions & 2 deletions agent/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ package version
// repository. Only the 'Version' const should change in checked-in source code

// Version is the version of agent
const Version = "1.88.0"
const Version = "1.89.0"

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

// GitShortHash is the short hash of this agent build
const GitShortHash = "c9040caf"
const GitShortHash = "9494fb35"
4 changes: 2 additions & 2 deletions ecs-init/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ package version
// repository. Only the 'Version' const should change in checked-in source code

// Version is the version of ecs-init
const Version = "1.88.0"
const Version = "1.89.0"

// GitDirty indicates the cleanliness of the git repo when this ecs-init was built
const GitDirty = true

// GitShortHash is the short hash of this ecs-init build
const GitShortHash = "c9040caf"
const GitShortHash = "9494fb35"
3 changes: 3 additions & 0 deletions packaging/amazon-linux-ami-integrated/ecs-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ fi
%endif

%changelog
* Thu Nov 14 2024 Thean Lim <[email protected]> - 1.89.0-1
- Cache Agent version 1.89.0

* Wed Oct 30 2024 Michael Ye <[email protected]> - 1.88.0-1
- Cache Agent version 1.88.0

Expand Down
6 changes: 6 additions & 0 deletions packaging/generic-deb-integrated/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
amazon-ecs-init (1.89.0-1) stable; urgency=medium

* Cache Agent version 1.89.0

-- Thean Lim <[email protected]> Thu, 14 Nov 2024 18:00:00 +0000

amazon-ecs-init (1.88.0-1) stable; urgency=medium

* Cache Agent version 1.88.0
Expand Down
3 changes: 3 additions & 0 deletions packaging/generic-rpm-integrated/amazon-ecs-init.spec
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ ln -sf %{basename:%{agent_image}} %{_cachedir}/ecs/ecs-agent.tar
%systemd_postun_with_restart amazon-ecs-volume-plugin

%changelog
* Thu Nov 14 2024 Thean Lim <[email protected]> - 1.89.0-1
- Cache Agent version 1.89.0

* Wed Oct 30 2024 Michael Ye <[email protected]> - 1.88.0-1
- Cache Agent version 1.88.0

Expand Down
4 changes: 4 additions & 0 deletions packaging/suse/amazon-ecs-init.changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
-------------------------------------------------------------------
Thu Nov 14, 18:00:00 UTC 2024 - [email protected] - 1.89.0-1

- Cache Agent version 1.89.0
-------------------------------------------------------------------
Wed Oct 30, 18:00:00 UTC 2024 - [email protected] - 1.88.0-1

- Cache Agent version 1.88.0
Expand Down
5 changes: 5 additions & 0 deletions scripts/changelog/CHANGELOG_MASTER
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.89.0-1
Thean Lim <[email protected]>
2024-11-14T10:00:00-08:00
Cache Agent version 1.89.0

1.88.0-1
Michael Ye <[email protected]>
2024-10-30T10:00:00-08:00
Expand Down

0 comments on commit aae607f

Please sign in to comment.