Release Notes:
- New feature:
2.1.0adds support for theRESTARTdeployment mode, which restarts the application on the target instances using the revision from the deployment group's last successful deployment, without downloading a new revision. The agent installs from the copy of the revision already on the instance. If that copy is missing or incomplete, the agent downloads the revision, so the deployment still completes. For the deployment mode itself, see deploymentMode in the AWS CodeDeploy API Reference. - Security improvement: The agent now rejects a deployment whose AppSpec file path resolves outside the application revision directory. Paths nested inside the revision, such as
configs/appspec.yml, are still supported.
What's Changed (Commit log)
- Remove stale annotations and a dangling comment fragment by @gmiliaras in #426
- 2.1.x Agent Release by @filipdanic in #427
Full Changelog: v2.0.1...v2.1.0