SSWConsulting / SSW.SophieBot

Business grade bots that empower you on enterprise data searching and entering using advanced artificial intelligence.
https://sswsophie.com/sophiebot/
MIT License
6 stars 3 forks source link

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

Open dependabot[bot] opened 7 months ago

dependabot[bot] commented 7 months ago

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: https://github.com/bacongobbler/azure-blob-storage-upload/compare/v2.0.1...v3.0.0

v2.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/bacongobbler/azure-blob-storage-upload/compare/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 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)
github-actions[bot] commented 7 months ago

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[bot] commented 6 months ago

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[bot] commented 6 months ago

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!