-
Notifications
You must be signed in to change notification settings - Fork 186
1.3.2 Release #283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
1.3.2 Release #283
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Removed leftover debug typos Renamed variable to not have default in the name Added arg --appspec-path Allow for appspec-filename to be overridden
Fixed typo
IMDS provides a wide range of host and data properties that can be used to setup and run the service. However, it is not always available due to security constraints or as the agent is running from an on-prem host. This updates allows for the situation where IMDS is not available and provides reasonable fallbacks.
Prior to this change, running the install and update scripts on an Ubuntu 20.04 instance failed unless the output was directed to a file. This change makes them work without that workaround.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.