Description of changes:
CodeDeploy agent 1.3.2 addresses CVE-2018-1000201 which affects Windows hosts running the agent. The CVE cites ruby-ffi, which is a dependency of the CodeDeploy agent. If your agent was installed with Amazon EC2 Systems Manager (SSM) and is set to update automatically, no action is required. Otherwise, action is required to manually update the agent. To upgrade the agent follow the instructions in Update the CodeDeploy agent on Windows Server.
Fixed: An issue when installing the CodeDeploy agent on Ubuntu 20.04 and later.
Fixed: An intermittent issue that occurred when extracting compressed files because relative paths weren't being handled correctly.
Added: Support for AWS PrivateLink and VPC endpoints for Windows instances.
Added: Support for Ubuntu 20.10.
Added: AppSpec file improvements, as described below.
You can now specify a custom filename for the AppSpec file when creating a local deployment. For more information, see Create a local deployment.
The AppSpec file can now have a .yaml file extension.
You can now overwrite deployed files using a new, optional file_exists_behavior setting in the AppSpec file. For more information, see AppSpec 'files' section (EC2/On-Premises deployments only).
Upgraded: CodeDeploy now uses the AWS SDK for Ruby 3.0.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Coverage increased (+0.2%) to 91.913% when pulling e8b1af6e534a840cbcb676b19b0913af6a37d48c on philstrong:gh-1.3.2 into c9c073c55c415af1ba3d4b7a717fcb9b05ce27a0 on aws:master.
Fixes #277 #272 #264 #14
https://docs.aws.amazon.com/codedeploy/latest/userguide/codedeploy-agent.html#codedeploy-agent-version-history
Description of changes: CodeDeploy agent 1.3.2 addresses CVE-2018-1000201 which affects Windows hosts running the agent. The CVE cites ruby-ffi, which is a dependency of the CodeDeploy agent. If your agent was installed with Amazon EC2 Systems Manager (SSM) and is set to update automatically, no action is required. Otherwise, action is required to manually update the agent. To upgrade the agent follow the instructions in Update the CodeDeploy agent on Windows Server.
Fixed: An issue when installing the CodeDeploy agent on Ubuntu 20.04 and later.
Fixed: An intermittent issue that occurred when extracting compressed files because relative paths weren't being handled correctly.
Added: Support for AWS PrivateLink and VPC endpoints for Windows instances.
Added: Support for Ubuntu 20.10.
Added: AppSpec file improvements, as described below.
You can now specify a custom filename for the AppSpec file when creating a local deployment. For more information, see Create a local deployment.
The AppSpec file can now have a .yaml file extension.
You can now overwrite deployed files using a new, optional file_exists_behavior setting in the AppSpec file. For more information, see AppSpec 'files' section (EC2/On-Premises deployments only).
Upgraded: CodeDeploy now uses the AWS SDK for Ruby 3.0.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.