Releases: aws/aws-codedeploy-agent
AWS CodeDeploy agent version 1.1.0
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
Enhancement: AWS CodeDeploy supports Ubuntu 18.04.
Enhancement: AWS CodeDeploy supports Ruby 2.5.
AWS CodeDeploy agent version 1.0-1.1518
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
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
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
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
This release includes the following enhancement:
- Bumping up aws-sdk-core to 2.6.11
AWS CodeDeploy agent version 1.0-1.1037
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
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
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