Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

chore(devdeps): update bobheadxi/deployments action to v1 #107

Merged
merged 2 commits into from
Feb 22, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 22, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
bobheadxi/deployments action major v0.6.2 -> v1.0.1

Release Notes

bobheadxi/deployments

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.


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested review from a team, adriengibrat and QuiiBz and removed request for a team February 22, 2022 02:41
@renovate renovate bot force-pushed the renovate/bobheadxi-deployments-1.x branch from ceda205 to ce551c7 Compare February 22, 2022 04:09
@codecov-commenter
Copy link

Codecov Report

Merging #107 (ce551c7) into main (099425f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #107   +/-   ##
=======================================
  Coverage   96.68%   96.68%           
=======================================
  Files          20       20           
  Lines         181      181           
  Branches       15       15           
=======================================
  Hits          175      175           
  Misses          6        6           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 099425f...ce551c7. Read the comment docs.

@chambo-e chambo-e merged commit 159addc into main Feb 22, 2022
@chambo-e chambo-e deleted the renovate/bobheadxi-deployments-1.x branch February 22, 2022 17:00
scaleway-bot pushed a commit that referenced this pull request Feb 22, 2022
### [1.13.5](v1.13.4...v1.13.5) (2022-02-22)

### 🔁 CI

* correctly remove image ([#109](#109)) ([7e54fe3](7e54fe3))

### 🐛 Bug Fixes

* correct overwritten regex type ([#106](#106)) ([a8ef933](a8ef933))

### 📦 Chore

* **deps:** update dependency @scaleway/ui to v0.137.0 ([#101](#101)) ([061975b](061975b))
* **devdeps:** update bobheadxi/deployments action to v1 ([#107](#107)) ([159addc](159addc))
* **devdeps:** update dependency @babel/core to v7.17.5 ([32e1575](32e1575))
* **devdeps:** update dependency @scaleway/eslint-config-react to v3.4.1 ([#103](#103)) ([099425f](099425f))
* **devdeps:** update dependency @scaleway/eslint-config-react to v3.4.2 ([#108](#108)) ([cf1514a](cf1514a))
* **devdeps:** update dependency rollup to v2.67.3 ([40b7111](40b7111))
* **devdeps:** update emotion monorepo ([#102](#102)) ([489083a](489083a))
* **devdeps:** update yarn to v3.2.0 ([#105](#105)) ([cb36cca](cb36cca))
@scaleway-bot
Copy link
Collaborator

🎉 This PR is included in version 1.13.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants