Releases: aws/aws-codedeploy-agent
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
Release v1.0-1.966
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: