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-go-pkg(deps): bump github.com/Azure/azure-storage-blob-go from 0.10.0 to 0.15.0 #1859

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2023

Bumps github.com/Azure/azure-storage-blob-go from 0.10.0 to 0.15.0.

Release notes

Sourced from github.com/Azure/azure-storage-blob-go's releases.

v0.15.0

Version 0.15.0:

  • Cleaned the function signatures for GetTags() and SetTags()
  • Added Support for PutBlobFromUrl
  • Added MSI login example
  • Offered knob to disable syslog
  • Fixed issue in copierChunk by returning the original buffer to the pool
  • Fixed issue where chunkwriter hangs on cancel
  • Added support for Permanent Delete to remove soft-deleted versions and snapshots
  • Added updates to support new user delegation SAS
  • Implemented version/object level WORM
  • Added rehydrate priority in SetTier
  • Implemented copy source authorization for service-to-service copies

v0.14.0

Version 0.14.0:

Azure Storage Blob Go SDK v0.13.0

Version 0.13.0:

  • Validate echoed client request ID from the service
  • Added new TransferManager option for UploadStreamToBlockBlob to fine-tune the concurrency and memory usage

Azure Storage Blob Go SDK v0.12.0

Version 0.12.0:

Azure Storage Blob Go SDK v0.11.0

  • Added support for the service version 2019-12-12.
  • Added Get Blob Tags and Set Blob Tags APIs which allow user-defined tags to be added to a blob which then act as a secondary index.
  • Added Find Blobs by Tags API which allow blobs to be retrieved based upon their tags.
  • The maximum size of a block uploaded via Put Block has been increased to 4 GiB (4000 MiB). This means that the maximum size of a block blob is now approximately 200 TiB.
  • The maximum size for a blob uploaded through Put Blob has been increased to 5 GiB (5000 MiB).
  • Added Blob APIs to support Blob Versioning feature.
  • Added support for setting blob tier directly at the time of blob creation instead of separate Set Blob Tier API call.
  • Added Get Page Range Diff API to get the collection of page ranges that differ between a specified snapshot and this page blob representing managed disk.
Changelog

Sourced from github.com/Azure/azure-storage-blob-go's changelog.

Version 0.15.0:

  • Cleaned the function signatures for GetTags() and SetTags()
  • Added Support for PutBlobFromUrl
  • Added MSI login example
  • Offered knob to disable syslog
  • Fixed issue in copierChunk by returning the original buffer to the pool
  • Fixed issue where chunkwriter hangs on cancel
  • Added support for Permanent Delete to remove soft-deleted versions and snapshots
  • Added updates to support new user delegation SAS
  • Implemented version/object level WORM
  • Added rehydrate priority in SetTier
  • Implemented copy source authorization for service-to-service copies

Version 0.14.0:

Version 0.13.0:

  • Validate echoed client request ID from the service
  • Added new TransferManager option for UploadStreamToBlockBlob to fine-tune the concurrency and memory usage

Version 0.12.0:

Version 0.11.0:

  • Added support for the service version 2019-12-12.
  • Added Get Blob Tags and Set Blob Tags APIs which allow user-defined tags to be added to a blob which then act as a secondary index.
  • Added Find Blobs by Tags API which allow blobs to be retrieved based upon their tags.
  • The maximum size of a block uploaded via Put Block has been increased to 4 GiB (4000 MiB). This means that the maximum size of a block blob is now approximately 200 TiB.
  • The maximum size for a blob uploaded through Put Blob has been increased to 5 GiB (5000 MiB).
  • Added Blob APIs to support Blob Versioning feature.
  • Added support for setting blob tier directly at the time of blob creation instead of separate Set Blob Tier API call.
  • Added Get Page Range Diff API to get the collection of page ranges that differ between a specified snapshot and this page blob representing managed disk.
Commits
  • a95cc93 Merge pull request #324 from Azure/dev
  • 3165aad Updated version for 0.15 and added changelog (#323)
  • 69bf9eb Merge pull request #284 from kfarnung/chunkwriting_buffers
  • 7a7d02e Merge branch 'dev' into chunkwriting_buffers
  • 609d45c Merge pull request #322 from Azure/dev-master-merge
  • 36a3b7c Removed swagger spec
  • a541006 Merge remote-tracking branch 'origin/master' into dev
  • fcec3a3 Added SAS Permission for Permanent Delete (#305)
  • e7f2275 Implement copy source authorization (#317)
  • 7e62913 Rehydrate Priority In SetTier (#320)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner March 14, 2023 05:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 14, 2023
@matt0x6F
Copy link
Contributor

@dependabot rebase

Bumps [github.com/Azure/azure-storage-blob-go](https://github.com/Azure/azure-storage-blob-go) from 0.10.0 to 0.15.0.
- [Release notes](https://github.com/Azure/azure-storage-blob-go/releases)
- [Changelog](https://github.com/Azure/azure-storage-blob-go/blob/master/ChangeLog.md)
- [Commits](Azure/azure-storage-blob-go@v0.10.0...v0.15.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-storage-blob-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/main/github.com/Azure/azure-storage-blob-go-0.15.0 branch from ffa69b2 to 5a22b69 Compare February 19, 2024 02:07
@@ -129,7 +129,7 @@ func (s *azblobLock) acquireLease(ctx context.Context, blobURL azblob.BlockBlobU
defer cancel()

// first we need to create a blob which can be then leased
_, err := blobURL.Upload(tctx, bytes.NewReader([]byte{1}), azblob.BlobHTTPHeaders{}, nil, azblob.BlobAccessConditions{})
_, err := blobURL.Upload(tctx, bytes.NewReader([]byte{1}), azblob.BlobHTTPHeaders{}, nil, azblob.BlobAccessConditions{}, azblob.DefaultAccessTier, nil, azblob.ClientProvidedKeyOptions{}, azblob.ImmutabilityPolicyOptions{})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm somewhat concerned about azblob.DefaultAccessTier because I don't really trust that the people who built this SDK mean "default" as in "what it used to be before I implemented object level priority".

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In terms of the SDK and Azure it translates to this:

	// AccessTierNone represents an empty AccessTierType.
	AccessTierNone AccessTierType = ""

So, I think this is what users would expect who are existing users of Azure Blob Storage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant