Update bobheadxi/deployments action to v1 #2544
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.5.2
->v1.5.0
Release Notes
bobheadxi/deployments (bobheadxi/deployments)
v1.5.0
Compare Source
What's Changed
token
now has a default. by @buckett in https://github.com/bobheadxi/deployments/pull/136task
input by @EndBug in https://github.com/bobheadxi/deployments/pull/141New Contributors
Full Changelog: bobheadxi/deployments@v1.4.0...v1.5.0
v1.4.0
Compare Source
What's Changed
New Contributors
Full Changelog: bobheadxi/deployments@v1...v1.4.0
v1.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: bobheadxi/deployments@v1...v1.3.0
v1.2.0
Compare Source
What's Changed
delete-env
work as documented by @awesomeunleashed in https://github.com/bobheadxi/deployments/pull/101${{ github.token }}
by @mxcl in https://github.com/bobheadxi/deployments/pull/102New Contributors
Full Changelog: bobheadxi/deployments@v1...v1.2.0
v1.1.0
Compare Source
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 fromv0.6.x
!This release adds the ability to provide the
payload
parameter for deployment creation onstep: start
(https://github.com/bobheadxi/deployments/pull/87)v1.0.1
Compare Source
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 fromv0.6.x
!This release adds back the
auto_inactive
option that was originally removed.v1.0.0
Compare Source
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: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).log_args
is nowdebug
, but does the same thing as before.env
is now always required. You can useenv: ${{ steps.deployment.outputs.env }}
to avoid repeating your env configuration.auto_inactive
- useoverride
instead.~~ This was added back in https://github.com/bobheadxi/deployments/releases/tag/v1.0.1.transient
- all deployments created by this action aretransient
by default, with removals handled byoverride
orstep: deactivate-env
.step: delete-env
deletes an environment entirely.Then you can change your workflow to target the
v1
tag, and automatically receive updates going forward:To preserve old behaviour, please ensure that you have your usage of
bobheadxi/deployments
pinned to the desired version.v0.6.2
Compare Source
What's Changed
New Contributors
Full Changelog: bobheadxi/deployments@v0.6.1...v0.6.2
v0.6.1
Compare Source
What's Changed
New Contributors
Full Changelog: bobheadxi/deployments@v0.6.0...v0.6.1
v0.6.0
Compare Source
repository
parameter (#29)log_args
(#31)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.