Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bobheadxi/deployments action to v1 #2544

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2024

This PR contains the following updates:

Package Type Update Change
bobheadxi/deployments action major v0.5.2 -> v1.5.0

Release Notes

bobheadxi/deployments (bobheadxi/deployments)

v1.5.0

Compare Source

What's Changed
New 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

New 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 from v0.6.x!

This release adds the ability to provide the payload parameter for deployment creation on step: 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 from v0.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!

⚠️ This release makes a number of following breaking changes from 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 now override, and the default behaviour is override: true in step: finish (step: start behaviour remains unchanged, but you can now set override: true on it now as well).
  • CHANGED: log_args is now debug, but does the same thing as before.
  • CHANGED: env is now always required. You can use env: ${{ steps.deployment.outputs.env }} to avoid repeating your env configuration.
  • ~~REMOVED: auto_inactive - use override instead.~~ This was added back in https://github.com/bobheadxi/deployments/releases/tag/v1.0.1.
  • REMOVED: transient - all deployments created by this action are transient by default, with removals handled by override or step: 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

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 to update deployment status for can now be configured by the new repository parameter (#​29)
  • improved documentation for 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants