Skip to content

Releases: aws/aws-codedeploy-agent

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

Release v1.0-1.966

16 Jun 20:33
Compare
Choose a tag to compare

AWS CodeDeploy agent version 1.0-1.966

This release includes the following new features:

  • Run agent as non root user: 2a24130

and the following bug fixes:

  • Bump up sdk-core from 2.2 to 2.3 5bf28ab
  • Fix UTF-8 encoding issue during deployment: c2f6489
  • Be more specific when checking process name: ea39cb8
  • Fix max_revision bug: 65ace85