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

chore(deps): update bobheadxi/deployments action to v1 #116

Closed
wants to merge 27 commits into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 17, 2022

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

bobheadxi/deployments

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.


Configuration

📅 Schedule: 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, click this checkbox.

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

BacLuc added 4 commits April 17, 2022 13:23
e.g. postgres database for the api tests.
… linter

Exclude packages which only start the lint process like
"@vue/cli-plugin-eslint",
"lint-staged"

Regex was tested here: https://regex101.com/r/rGeHCu/1
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2179867651

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-79.5%) to 0.0%

Totals Coverage Status
Change from base Build 2179851453: -79.5%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls

@coveralls
Copy link

coveralls commented Apr 17, 2022

Pull Request Test Coverage Report for Build 2302889074

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-1.4%) to 78.068%

Totals Coverage Status
Change from base Build 2302870738: -1.4%
Covered Lines: 1463
Relevant Lines: 1874

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/bobheadxi-deployments-1.x branch from e46c086 to a72805f Compare May 10, 2022 19:29
@BacLuc BacLuc closed this May 15, 2022
@BacLuc BacLuc deleted the renovate/bobheadxi-deployments-1.x branch May 15, 2022 15:20
@coveralls
Copy link

coveralls commented Nov 2, 2024

Pull Request Test Coverage Report for Build 2179867651

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 79.455%

Totals Coverage Status
Change from base Build 2179851453: 0.0%
Covered Lines: 1605
Relevant Lines: 2020

💛 - Coveralls

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

Successfully merging this pull request may close these issues.

3 participants