Skip to content

Releases: webfactory/create-aws-codedeploy-deployment

Update AWS SDK to v3

13 Aug 12:53
3bbfd21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

Add a second action to clean up deployment groups

12 Aug 14:17
3922b2b
Compare
Choose a tag to compare

⚠️ This release requires you to change uses: statements from webfactory/create-aws-codedeploy-deployment to webfactory/create-aws-codedeploy-deployment/create-deployment.

What's Changed

  • Bump simple-git from 3.10.0 to 3.15.0 by @dependabot in #27
  • Bump simple-git from 3.15.0 to 3.16.0 by @dependabot in #28
  • Bump semver from 5.7.1 to 5.7.2 by @dependabot in #29
  • Add a second action to delete deployment groups (e. g. after PR merge) by @mpdude in #31

Full Changelog: v0.4.0...v0.5.0

v0.4.0

25 Oct 13:43
de07259
Compare
Choose a tag to compare

What's Changed

  • Upgrade from Node 12 to Node 16 (see GitHub announcement) to address a deprecation notice
  • Upgrade actions/core to address a deprecation notice (see GitHub announcement)
  • Fail gracefully with an error message when appspec.yml is missing (#19)
  • Allow overriding the branch name used to look up configuration (#20)
  • Avoid an error when dealing with failed deployments (#23)
  • Fix handling of concurrent deployments (#24)
  • Add a $PR_NUMBER placeholder for deployment group names (#26)

Full Changelog: v0.3.0...v0.4.0

Support `workflow_dispatch` events

24 Oct 13:07
cb5e208
Compare
Choose a tag to compare

Thanks to @mkarnicki 's contribution in #8, this action now also works in workflows triggered with the workflow_dispatch event. For example, this allows to manually trigger workflows to perform deployments.

Fix release tag to include `v` prefix

21 Dec 10:56
Compare
Choose a tag to compare

Fix a bug when previous deployments did not include a description

17 Dec 08:20
Compare
Choose a tag to compare

This release mostly includes fix fix from 0d7a684, hoping that this will resolve #5.

Fix a bug with destructuring assignments

15 Sep 12:59
Compare
Choose a tag to compare

This prevents a crash of the action when it is first run for a new deployment group that has no previous deployments.

Works around race conditions

15 Sep 10:14
fc0c006
Compare
Choose a tag to compare

This release tries to mitigate possible race conditions when several workflow runs try to deploy to the same deployment group at the same time. Additionally, a small CLI wrapper script is included.

Initial release

17 Jun 12:17
8e523b4
Compare
Choose a tag to compare

This is the initial release. Care will be taken to be BC as much as possible – but hey, it's still a 0.x.