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 etc modules Docker tags #1532

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
alpine final patch 3.14.1 -> 3.14.2
github.com/Azure/azure-storage-blob-go require minor v0.11.0 -> v0.14.0
github.com/Azure/go-autorest/autorest require patch v0.11.19 -> v0.11.21
github.com/spf13/viper require minor v1.8.1 -> v1.9.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)
Azure/go-autorest ### [`v0.11.21`](https://togithub.com/Azure/go-autorest/compare/autorest/v0.11.20...autorest/v0.11.21) [Compare Source](https://togithub.com/Azure/go-autorest/compare/autorest/v0.11.20...autorest/v0.11.21) ### [`v0.11.20`](https://togithub.com/Azure/go-autorest/compare/autorest/v0.11.19...autorest/v0.11.20) [Compare Source](https://togithub.com/Azure/go-autorest/compare/autorest/v0.11.19...autorest/v0.11.20)
spf13/viper ### [`v1.9.0`](https://togithub.com/spf13/viper/releases/v1.9.0) [Compare Source](https://togithub.com/spf13/viper/compare/v1.8.1...v1.9.0) This is a maintenance release primarily containing minor fixes and improvements. #### Changes ##### Added - Experimental new encoding layer - Add support for `tfvars` files ##### Fixed - Writing hidden files with no extension - `InConfig` processing paths *** In addition to the above changes, this release comes with tons of minor improvements, documentation changes an dependency updates. **Many thanks to everyone who contributed to this release!**

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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