Releases: bobheadxi/deployments
v1.5.0
What's Changed
- Document that
token
now has a default. by @buckett in #136 - doc: correct auto_inactive default value by @theodorton in #142
- feat: add
task
input by @EndBug in #141 - Clarify token permissions by @ai in #166
- feat: Bump runtime to Node 20 by @nschonni in #163
- fix(delete-env): proper warning on 404 by @mtfurlan in #159
New Contributors
- @buckett made their first contribution in #136
- @theodorton made their first contribution in #142
- @krainboltgreene made their first contribution in #146
- @EndBug made their first contribution in #141
- @ai made their first contribution in #166
- @nschonni made their first contribution in #163
- @mtfurlan made their first contribution in #159
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Bump actions/core by @johncarter-phntm in #124
- fix: delete env from settings by @devthejo in #134
New Contributors
- @johncarter-phntm made their first contribution in #124
- @devthejo made their first contribution in #134
Full Changelog: v1...v1.4.0
v1.3.0
What's Changed
- [CI-fix] Run tests on PRs too by @paullarsen-unlikely in #109
- [BUGFIX] Don't deactivate already inactive deployments by @paullarsen-unlikely in #104
New Contributors
- @paullarsen-unlikely made their first contribution in #109
Full Changelog: v1...v1.3.0
v1.2.0
What's Changed
- Make
delete-env
work as documented by @awesomeunleashed in #101 - default to the
${{ github.token }}
by @mxcl in #102
New Contributors
- @awesomeunleashed made their first contribution in #101
- @mxcl made their first contribution in #102
Full Changelog: v1...v1.2.0
v1.1.0
See https://github.com/bobheadxi/deployments/releases/tag/v1.0.0 for more details about what's new in bobheadxi/deployments@v1
and how to migrate from v0.6.x
!
This release adds the ability to provide the payload
parameter for deployment creation on step: start
(#87)
v1.0.1
See https://github.com/bobheadxi/deployments/releases/tag/v1.0.0 for more details about what's new in bobheadxi/deployments@v1
and how to migrate from v0.6.x
!
This release adds back the auto_inactive
option that was originally removed.
v1.0.0
bobheadxi/deployments@v1
brings a streamlined API, refactored codebase (now complete with integration testing), and more reliable behaviour. Thank you to everyone who has used this action and contributed features, documentation, and more!
v0.6.x
- please migrate with care! If you run into any issues, please feel free to request help in GitHub discussions:
- CHANGED:
no_override
is nowoverride
, and the default behaviour isoverride: true
instep: finish
(step: start
behaviour remains unchanged, but you can now setoverride: true
on it now as well). - CHANGED:
log_args
is nowdebug
, but does the same thing as before. - CHANGED:
env
is now always required. You can useenv: ${{ steps.deployment.outputs.env }}
to avoid repeating your env configuration. REMOVED:This was added back in https://github.com/bobheadxi/deployments/releases/tag/v1.0.1.auto_inactive
- useoverride
instead.- REMOVED:
transient
- all deployments created by this action aretransient
by default, with removals handled byoverride
orstep: deactivate-env
. - ADDED:
step: delete-env
deletes an environment entirely.
Then you can change your workflow to target the v1
tag, and automatically receive updates going forward:
- uses: bobheadxi/[email protected]
+ uses: bobheadxi/deployments@v1
To preserve old behaviour, please ensure that you have your usage of bobheadxi/deployments
pinned to the desired version.
v0.6.2
What's Changed
- feat: allow any deployment status supported by github api by @nmccrina-contessa in #69
- upgrade dependencies
New Contributors
- @nmccrina-contessa made their first contribution in #69
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- upgrade to @actions/github v5 by @bobheadxi in #33
- package action with @vercel/ncc by @bobheadxi in #35
- Give a description when creating a deployment by @AlekseyLeshko in #58
New Contributors
- @AlekseyLeshko made their first contribution in #58
Full Changelog: v0.6.0...v0.6.1