Releases: webfactory/create-aws-codedeploy-deployment
Update AWS SDK to v3
Add a second action to clean up deployment groups
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
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
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
No other changes.
Fix a bug when previous deployments did not include a description
Fix a bug with destructuring assignments
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
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
This is the initial release. Care will be taken to be BC as much as possible – but hey, it's still a 0.x.