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

XS✔ ◾ ⬆️ github-actions: bump bacongobbler/azure-blob-storage-upload from 1.2.0 to 3.0.0 #682

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps bacongobbler/azure-blob-storage-upload from 1.2.0 to 3.0.0.

Release notes

Sourced from bacongobbler/azure-blob-storage-upload's releases.

v3.0.0

What's Changed

  • The base image switched from python to the official azure-cli image, improving runtime performance by eliminating the need to install azure-cli every run.

Breaking Changes

This change means that the Azure CLI version is no longer configurable through the cli_version field. If this is an issue for you, please file a ticket.

Full Changelog: bacongobbler/azure-blob-storage-upload@v2.0.1...v3.0.0

v2.0.1

What's Changed

New Contributors

Full Changelog: bacongobbler/azure-blob-storage-upload@v2.0.0...v2.0.1

v2.0.0

PLEASE READ ME BEFORE UPGRADING

This is a major release, breaking compatibility with older workflows. Due to a bug in with Github Action's handling of boolean values, the action now expects a string value as input.

When upgrading, please make sure to change any workflows from this:

sync: true

To this:

sync: 'true'

This forces Github's YAML parser to treat this value as a string rather than a boolean.

Changes since v1.2.0

Configurable Azure CLI Version

Users can now specify which version of the Azure CLI they wish to use via the cli_version flag:

      - uses: bacongobbler/azure-blob-storage-upload@v2.0.0
        with:
          cli_version: 2.33.0
          source_dir: _dist
          container_name: www
</tr></table> 

... (truncated)

Commits
  • 50f7d89 use mcr.microsoft.com/azure-cli as base image
  • ec64da8 Merge pull request #28 from Caspeco/parse/azure-python-version
  • 6438be6 Lock Python version to 3.10 to avoid issue with Azure CLI missing support
  • 8741392 update sorting of variable names
  • 7b1c40d update variables
  • 67563b8 fix syntax error
  • 261bf1e revert -n flag
  • 9207867 use test -n instead of ! test -z
  • a0146a6 revert: check for string values
  • 1bc9b77 make overwrite a mandatory flag to fix parsing issues
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [bacongobbler/azure-blob-storage-upload](https://github.com/bacongobbler/azure-blob-storage-upload) from 1.2.0 to 3.0.0.
- [Release notes](https://github.com/bacongobbler/azure-blob-storage-upload/releases)
- [Commits](bacongobbler/azure-blob-storage-upload@v1.2.0...v3.0.0)

---
updated-dependencies:
- dependency-name: bacongobbler/azure-blob-storage-upload
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

PR Metrics

Thanks for keeping your pull request small.
Thanks for adding tests.

Lines
Product Code -
Test Code -
Subtotal -
Ignored Code 1
Total 1

Metrics computed by PR Metrics. Add it to your Azure DevOps and GitHub PRs!

@github-actions github-actions bot changed the title ⬆️ github-actions: bump bacongobbler/azure-blob-storage-upload from 1.2.0 to 3.0.0 XS✔ ◾ ⬆️ github-actions: bump bacongobbler/azure-blob-storage-upload from 1.2.0 to 3.0.0 Apr 22, 2024
Copy link

Hi there!

This PR has been here a while.

[Did you know you should avoid merge debt?] (https://www.ssw.com.au/rules/merge-debt/)

Please review and merge or close.

Thanks!

Copy link

Hi there!

This PR has been here a while.

[Did you know you should avoid merge debt?] (https://www.ssw.com.au/rules/merge-debt/)

Please review and merge or close.

Thanks!

@github-actions github-actions bot added the Stale label May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant