Skip to content

v2.1.0

Latest

Choose a tag to compare

@gmiliaras gmiliaras released this 09 Sep 15:01
0764f30

Release Notes:

  • New feature: 2.1.0 adds support for the RESTART deployment 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)

Full Changelog: v2.0.1...v2.1.0