Releases: aws/aws-codedeploy-agent
Releases · aws/aws-codedeploy-agent
AWS CodeDeploy agent version 1.0-1.950
This release includes
- Feature - Installer proxy support
- Issue - Update install script to not download agent if already latest
Release v1.0-1.934
AWS CodeDeploy agent version 1.0-1.934
This release includes
- Feature - Make total number of revisions stored on disk configurable
- Issue - Fix script on CentOS not able to start
- Issue - Check process name while starting agent
- Issue - Update dependencies (JDK 8 and AWSJavaClientRuntime)
- Issue - Fix version tracking bug
Release v1.0-1.854
AWS CodeDeploy agent version 1.0-1.854
This release includes
- Feature - Agent sends version information over the wire
- Feature - Expose deployment group id via environment variable during hook execution
- Feature - Let users tail deployment logs
- Issue - Fix symlink cleanup
- Issue - Fix encoding issue during hook execution
- Issue - Fix script not found error message to contain absolute script locations
Release v1.0-1.825
AWS CodeDeploy agent version 1.0-1.825
This release includes
- Issue - Fix privilege escalation bug in the install script. (Reported by jamiesonbecker)
Release v1.0-1.824
AWS CodeDeploy agent version 1.0-1.824
This release includes
- Feature - Add travis.yml and coveralls to agent build + badges
- Feature - Added integration tests for external use
- Feature - Explicit proxy support
- Issue - Use /bin/env ruby to find ruby for the initial install
- Issue - Make the host agent use naming convention for endpoints instead of requiring updates for each region launch.
- Issue - Fix restart so it starts the agent after stopping it
Release v1.0-1.751
AWS CodeDeploy agent version 1.0-1.751
This release includes
- Feature - Source /etc/profile on agent startup
- Feature - Support SigV4 signing on calls to S3
- Issue - Clear AWS environment variables before starting up the agent
- Issue - Delete old deployment archives in Windows instances
- Issue - Do not run update on agent 'start' command