-
Notifications
You must be signed in to change notification settings - Fork 8
Releases: webfactory/create-aws-codedeploy-deployment
Update AWS SDK to v3
Add a second action to clean up deployment groups
3922b2b
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
Assets 2
v0.4.0
de07259
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
Assets 2
Support `workflow_dispatch` events
cb5e208
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.
Assets 2
Fix release tag to include `v` prefix
No other changes.
Assets 2
Fix a bug when previous deployments did not include a description
Assets 2
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.
Assets 2
Works around race conditions
fc0c006
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.