Skip to content

Releases: aws/aws-codedeploy-agent

AWS CodeDeploy agent version 1.1.0

25 Jun 01:07
Compare
Choose a tag to compare

With this release, you can manage the installation and automatic updates of the CodeDeploy Agent using AWS Systems Manager. Systems Manager provides enhanced rollback functionality and configurable update schedules. We are deprecating the previous automatic update process on all supported operating systems. If you are using the previous auto update process for Ubuntu or Linux or the Windows Updater you will not be automatically updated to this version. Visit the user guide to learn more about using AWS Systems Manager to install and update the CodeDeploy Agent.

Changed: Versioning of the CodeDeploy Agent now follows the Ruby standard versioning convention
Added: New parameter to the install and update command to allow installation of specific agent version, see user guide for more information
Added: Command in the installer that will find, validate and remove the old CodeDeploy Auto Update cron job for Linux and Ubuntu, unless the cron has been modified after creation.

AWS CodeDeploy agent version 1.0-1.1597

06 Dec 21:40
866632b
Compare
Choose a tag to compare

Enhancement: AWS CodeDeploy supports Ubuntu 18.04.
Enhancement: AWS CodeDeploy supports Ruby 2.5.

AWS CodeDeploy agent version 1.0-1.1518

12 Jun 21:38
Compare
Choose a tag to compare

Fix: Graceful shutdown was not working properly, thread synchronization has been added to the threads, so that when an agent starts exiting it does not accept any new poll requests.
Enhancement: Agent now has a deployment tracking mechanism to stop the agent from exiting, when a deployment is in progress.
Enhancement: Shelling out the Delete Commands: Customers had reported the delete dirs for ruby was causing CPU spikes
Enhancement: Adding exponential backoff at install bin, which downloads Agent files from S3.

AWS CodeDeploy agent version 1.0-1.1458

16 May 18:45
Compare
Choose a tag to compare

Enhancement: Improved certificate validations to support more trusted authorities.

Enhancement: Fixed an issue that caused the local CLI to fail during a deployment that includes a BeforeInstall lifecycle event.

Enhancement: Fixed an issue that might cause an active deployment to fail when the AWS CodeDeploy agent is updated.

AWS CodeDeploy agent version 1.0-1.1095

07 Apr 01:19
Compare
Choose a tag to compare

This release includes the following enhancement:

  • The host agent now works in BJS

And the following bug fixes:

  • When Puppet on Windows is invoked as part of a lifecycle hook, it is executed successfully
  • Change the working directory before executing untar

AWS CodeDeploy agent version 1.0-1.1067

06 Jan 16:53
Compare
Choose a tag to compare

This release includes the following enhancement:

  • More descriptive error messages

And the following bug fixes:

  • Fix rollback bug for bluegreen deployment so the host agent finds the correct bundle revisions on rollback
  • Revert usage of pushd and popd before and after the untar operation

AWS CodeDeploy agent version 1.0-1.1045

21 Nov 19:12
Compare
Choose a tag to compare

This release includes the following enhancement:

  • Bumping up aws-sdk-core to 2.6.11

AWS CodeDeploy agent version 1.0-1.1037

21 Oct 20:52
Compare
Choose a tag to compare

This release includes the following enhancement:

  • Updated the agent to determine the version of ruby installed on an instance in order to invoke the codedeploy-agent script using that version of ruby.

Release v1.0-1.1011

15 Aug 21:25
Compare
Choose a tag to compare

AWS CodeDeploy agent version 1.0-1.1011

This release includes the following bug fixes:

  • Keep invoking the agent from bash as /bin/sh can behave differently - 5f1f7b2

Release v1.0-1.998

11 Jul 19:04
Compare
Choose a tag to compare

AWS CodeDeploy agent version 1.0-1.998

This release includes the following bug fix:

  • Replace USER with CODEDEPLOY_USER to avoid env var conflict: 4a53136