Skip to content

Commit

Permalink
Release 1.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SreeeS committed Nov 1, 2023
1 parent 9bc4f08 commit 2a97428
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 1.79.0
* Feature - Add support for finding EBS devices on Xen instances [#3971](https://github.com/aws/amazon-ecs-agent/pull/3971)
* Feature - Add network builder and platform APIs [#3939](https://github.com/aws/amazon-ecs-agent/pull/3939)
* Enhancement - Load managed daemon images in background to speed up startup time [#3984](https://github.com/aws/amazon-ecs-agent/pull/3984)
* Enhancement - ECS client API update [#3974](https://github.com/aws/amazon-ecs-agent/pull/3974)
* Enhancement - Upgrade Golang version to 1.20.10 [#3988](https://github.com/aws/amazon-ecs-agent/pull/3988)
* Enhancement - Integrate the applicable shared ECS interfaces with agent [#4008](https://github.com/aws/amazon-ecs-agent/pull/4008)
* Enhancement - Add generic Attachment interface to allow for multiple attachment types [#3969](https://github.com/aws/amazon-ecs-agent/pull/3969)
* Enhancement - Minor refactor of TTL cache (allow nil TTL + get TTL) [#3968](https://github.com/aws/amazon-ecs-agent/pull/3968)
* Enhancement - Update ecs-agent/ ECS model with missing fields + consume the same [#3999](https://github.com/aws/amazon-ecs-agent/pull/3999)
* Bugfix - Update ecs-agent in-container path for managed daemon logging [#3982](https://github.com/aws/amazon-ecs-agent/pull/3982)
* Bugfix - Fix local agent state for CSI driver daemon task [#3970](https://github.com/aws/amazon-ecs-agent/pull/3970)
* Bugfix - Fix invalid task volumes field for EBS-backed task payload [#3975](https://github.com/aws/amazon-ecs-agent/pull/3975)
* Bugfix - Bugfixes for EBS Task Attach [#3965](https://github.com/aws/amazon-ecs-agent/pull/3965)

## 1.78.1
* Bugfix - revert "add apparmor support". [3993](https://github.com/aws/amazon-ecs-agent/pull/3993)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.78.1
1.79.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 the Agent
const Version = "1.78.1"
const Version = "1.79.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 = "63c4fc73"
const GitShortHash = "9bc4f08a"
2 changes: 1 addition & 1 deletion ecs-init/ECSVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.78.1
1.79.0
2 changes: 1 addition & 1 deletion ecs-init/config/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const (
// DefaultAgentVersion is the version of the agent that will be
// fetched if required. This should look like v1.2.3 or an
// 8-character sha, as is downloadable from S3.
DefaultAgentVersion = "v1.78.1"
DefaultAgentVersion = "v1.79.0"

// AgentPartitionBucketName is the name of the paritional s3 bucket that stores the agent
AgentPartitionBucketName = "amazon-ecs-agent"
Expand Down
5 changes: 4 additions & 1 deletion packaging/amazon-linux-ami-integrated/ecs-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
%global agent_image ecs-agent-v%{version}.tar

Name: ecs-init
Version: 1.78.1
Version: 1.79.0
Release: 1%{?dist}
License: Apache 2.0
Summary: Amazon Elastic Container Service initialization application
Expand Down Expand Up @@ -269,6 +269,9 @@ fi
%endif

%changelog
* Tue Oct 31 2023 Saisree Valluri <[email protected]> - 1.79.0-1
- Cache Agent version 1.79.0

* Thu Oct 26 2023 Anuj Singh <[email protected]> - 1.78.1-1
- Cache Agent version 1.78.1

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.79.0-1) stable; urgency=medium

* Cache Agent version 1.79.0

-- Saisree Valluri <[email protected]> Tue, 31 Oct 2023 18:00:00 +0000

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

* Cache Agent version 1.78.1
Expand Down
5 changes: 4 additions & 1 deletion packaging/generic-rpm-integrated/amazon-ecs-init.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
%global agent_image ecs-agent-v%{version}.tar

Name: amazon-ecs-init
Version: 1.78.1
Version: 1.79.0
Release: 1
License: Apache 2.0
Summary: Amazon Elastic Container Service initialization application
Expand Down Expand Up @@ -92,6 +92,9 @@ ln -sf %{basename:%{agent_image}} %{_cachedir}/ecs/ecs-agent.tar
%systemd_postun_with_restart amazon-ecs-volume-plugin

%changelog
* Tue Oct 31 2023 Saisree Valluri <[email protected]> - 1.79.0-1
- Cache Agent version 1.79.0

* Thu Oct 26 2023 Anuj Singh <[email protected]> - 1.78.1-1
- Cache Agent version 1.78.1

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 @@
-------------------------------------------------------------------
Tue Oct 31, 18:00:00 UTC 2023 - [email protected] - 1.79.0-1

- Cache Agent version 1.79.0
-------------------------------------------------------------------
Thu Oct 26, 18:00:00 UTC 2023 - [email protected] - 1.78.1-1

- Cache Agent version 1.78.1
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.79.0-1
Saisree Valluri <[email protected]>
2023-10-31T10:00:00-08:00
Cache Agent version 1.79.0

1.78.1-1
Anuj Singh <[email protected]>
2023-10-26T10:00:00-08:00
Expand Down

0 comments on commit 2a97428

Please sign in to comment.