Skip to content

Releases: webfactory/create-aws-codedeploy-deployment

Use Node v24, bump dependencies

18 Jun 17:06
f733c15

Choose a tag to compare

What's Changed

  • Bump undici from 5.28.4 to 5.28.5 by @dependabot[bot] in #33
  • Bump @octokit/request-error from 5.1.0 to 5.1.1 by @dependabot[bot] in #34
  • Bump @octokit/endpoint from 9.0.5 to 9.0.6 by @dependabot[bot] in #36
  • Bump @octokit/request from 8.4.0 to 8.4.1 by @dependabot[bot] in #35
  • Bump @octokit/plugin-paginate-rest from 9.2.1 to 9.2.2 by @dependabot[bot] in #37
  • Bump undici from 5.28.5 to 5.29.0 by @dependabot[bot] in #38
  • Bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in #39
  • Use Node v24 by @mpdude in #40
  • Bump dependencies to latest within semver ranges by @mpdude in #41
  • Bump @actions/core, @actions/github, @vercel/ncc to latest major versions by @mpdude in #42

Full Changelog: v0.5.1...v1.0.0

Update AWS SDK to v3

13 Aug 12:53
3bbfd21

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

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

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

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

Choose a tag to compare

Fix a bug when previous deployments did not include a description

17 Dec 08:20

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

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

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

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.