giantswarm / azure-operator

Manages Kubernetes clusters running in in a Giant Swarm installation on Microsoft Azure
https://giantswarm.io/
Apache License 2.0
30 stars 7 forks source link

Update module github.com/Azure/azure-storage-blob-go to v0.14.0 - autoclosed #1612

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/Azure/azure-storage-blob-go require minor v0.11.0 -> v0.14.0

Release Notes

Azure/azure-storage-blob-go ### [`v0.14.0`](https://togithub.com/Azure/azure-storage-blob-go/releases/v0.14.0) [Compare Source](https://togithub.com/Azure/azure-storage-blob-go/compare/v0.13.0...v0.14.0) #### Version 0.14.0: - Updated [Get Blob Tags](https://docs.microsoft.com/en-us/rest/api/storageservices/get-blob-tags) and [Set Blob Tags](https://docs.microsoft.com/en-us/rest/api/storageservices/set-blob-tags) function signatures - Added [Put Blob From URL](https://docs.microsoft.com/en-us/rest/api/storageservices/put-blob-from-url) - Offer knob to disable application logging (Syslog) - Added examples for MSI Login - Updated go.mod to address dependency issues - Fixed issues [#​260](https://togithub.com/Azure/azure-storage-blob-go/issues/260) and [#​257](https://togithub.com/Azure/azure-storage-blob-go/issues/257) ### [`v0.13.0`](https://togithub.com/Azure/azure-storage-blob-go/releases/v0.13.0) [Compare Source](https://togithub.com/Azure/azure-storage-blob-go/compare/v0.12.0...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 ### [`v0.12.0`](https://togithub.com/Azure/azure-storage-blob-go/releases/v0.12.0) [Compare Source](https://togithub.com/Azure/azure-storage-blob-go/compare/v0.11.0...v0.12.0) #### Version 0.12.0: - Added support for [Customer Provided Key](https://docs.microsoft.com/en-us/azure/storage/common/storage-service-encryption) which will let users encrypt their data within client applications before uploading to Azure Storage, and decrypting data while downloading to the client - Read here to know more about [Azure key vault](https://docs.microsoft.com/en-us/azure/key-vault/general/overview), [Encryption scope](https://docs.microsoft.com/en-us/azure/storage/blobs/encryption-scope-manage?tabs=portal), [managing encryption scope](https://docs.microsoft.com/en-us/azure/storage/blobs/encryption-scope-manage?tabs=portal), and how to [configure customer managed keys](https://docs.microsoft.com/en-us/azure/data-explorer/customer-managed-keys-portal) - Stopped using memory-mapped files and switched to the `io.ReaderAt` and `io.WriterAt` interfaces. Please refer [this](https://togithub.com/Azure/azure-storage-blob-go/pull/223/commits/0e3e7a4e260c059c49a418a0f1501452d3e05a44) to know more - Fixed issue [#​214](https://togithub.com/Azure/azure-storage-blob-go/issues/214) - Fixed issue [#​230](https://togithub.com/Azure/azure-storage-blob-go/issues/230)

Configuration

πŸ“… Schedule: "after 9am on thursday" (UTC).

🚦 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.



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