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 #1571

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
alpine final minor 3.14.1 -> 3.15.0
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.24
github.com/Azure/go-autorest/autorest/azure/auth require patch v0.5.8 -> v0.5.11
github.com/google/go-cmp require patch v0.5.6 -> v0.5.7
github.com/prometheus/client_golang require minor v1.11.0 -> v1.12.1
github.com/spf13/viper require patch v1.10.0 -> v1.10.1

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)
google/go-cmp ### [`v0.5.7`](https://togithub.com/google/go-cmp/releases/v0.5.7) [Compare Source](https://togithub.com/google/go-cmp/compare/v0.5.6...v0.5.7) Reporter changes: - ([#​266](https://togithub.com/google/go-cmp/issues/266)) Fix textual printing of byte slices - ([#​275](https://togithub.com/google/go-cmp/issues/275)) Reduce minimum length for specialize string diffing - ([#​276](https://togithub.com/google/go-cmp/issues/276)) Use any alias instead of interface{} Code cleanup changes: - ([#​281](https://togithub.com/google/go-cmp/issues/281)) Update minimum supported version to go1.11 - ([#​282](https://togithub.com/google/go-cmp/issues/282)) Drop hacks to work around Go reflection bugs in Go1.9 - ([#​285](https://togithub.com/google/go-cmp/issues/285)) Add //go:build lines - ([#​262](https://togithub.com/google/go-cmp/issues/262)) Fix staticcheck findings - ([#​263](https://togithub.com/google/go-cmp/issues/263)) Avoid shadowing variable - ([#​268](https://togithub.com/google/go-cmp/issues/268)) Use sha256 in test - ([#​271](https://togithub.com/google/go-cmp/issues/271)) Fix spelling mistakes - ([#​269](https://togithub.com/google/go-cmp/issues/269)) Change build status badge
prometheus/client_golang ### [`v1.12.1`](https://togithub.com/prometheus/client_golang/releases/v1.12.1) [Compare Source](https://togithub.com/prometheus/client_golang/compare/v1.12.0...v1.12.1) - \[BUGFIX] Make the Go 1.17 collector concurrency-safe [#​969](https://togithub.com/prometheus/client_golang/issues/969) - Use simpler locking in the Go 1.17 collector [#​975](https://togithub.com/prometheus/client_golang/issues/975) - \[BUGFIX] Reduce granularity of histogram buckets for Go 1.17 collector [#​974](https://togithub.com/prometheus/client_golang/issues/974) - \[ENHANCEMENT] API client: make HTTP reads more efficient [#​976](https://togithub.com/prometheus/client_golang/issues/976) **Full Changelog**: https://github.com/prometheus/client_golang/compare/v1.12.0...v1.12.1 ### [`v1.12.0`](https://togithub.com/prometheus/client_golang/releases/v1.12.0) [Compare Source](https://togithub.com/prometheus/client_golang/compare/v1.11.1...v1.12.0) - \[CHANGE] example/random: Move flags and metrics into main() [#​935](https://togithub.com/prometheus/client_golang/issues/935) - \[FEATURE] API client: Support wal replay status api [#​944](https://togithub.com/prometheus/client_golang/issues/944) - \[FEATURE] Use the runtime/metrics package for the Go collector for 1.17+ [#​955](https://togithub.com/prometheus/client_golang/issues/955) - \[ENHANCEMENT] API client: Update /api/v1/status/tsdb to include headStats [#​925](https://togithub.com/prometheus/client_golang/issues/925) - \[SECURITY FIX] promhttp: Check validity of method and code label values [#​962](https://togithub.com/prometheus/client_golang/issues/962) (Addressed [`CVE-2022-21698`](https://togithub.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p)) #### What's Changed - Address minor issues on the changelog by [@​kakkoyun](https://togithub.com/kakkoyun) in [https://github.com/prometheus/client_golang/pull/879](https://togithub.com/prometheus/client_golang/pull/879) - Synchronize common files from prometheus/prometheus by [@​prombot](https://togithub.com/prombot) in [https://github.com/prometheus/client_golang/pull/888](https://togithub.com/prometheus/client_golang/pull/888) - Update status badgets by [@​SuperQ](https://togithub.com/SuperQ) in [https://github.com/prometheus/client_golang/pull/885](https://togithub.com/prometheus/client_golang/pull/885) - Updating dependency versions + cleanup by [@​sivabalan](https://togithub.com/sivabalan) in [https://github.com/prometheus/client_golang/pull/881](https://togithub.com/prometheus/client_golang/pull/881) - Synchronize common files from prometheus/prometheus by [@​prombot](https://togithub.com/prombot) in [https://github.com/prometheus/client_golang/pull/892](https://togithub.com/prometheus/client_golang/pull/892) - add ExponentialBucketsRange function by [@​sbunce](https://togithub.com/sbunce) in [https://github.com/prometheus/client_golang/pull/899](https://togithub.com/prometheus/client_golang/pull/899) - Synchronize common files from prometheus/prometheus by [@​prombot](https://togithub.com/prombot) in [https://github.com/prometheus/client_golang/pull/909](https://togithub.com/prometheus/client_golang/pull/909) - Update cespare/xxhash dependency by [@​dtrudg](https://togithub.com/dtrudg) in [https://github.com/prometheus/client_golang/pull/913](https://togithub.com/prometheus/client_golang/pull/913) - example/random: Move flags and metrics into main() by [@​beorn7](https://togithub.com/beorn7) in [https://github.com/prometheus/client_golang/pull/935](https://togithub.com/prometheus/client_golang/pull/935) - Fix typo by [@​gozeloglu](https://togithub.com/gozeloglu) in [https://github.com/prometheus/client_golang/pull/939](https://togithub.com/prometheus/client_golang/pull/939) - Add support for go 1.17 by [@​mrueg](https://togithub.com/mrueg) in [https://github.com/prometheus/client_golang/pull/950](https://togithub.com/prometheus/client_golang/pull/950) - Synchronize common files from prometheus/prometheus by [@​prombot](https://togithub.com/prombot) in [https://github.com/prometheus/client_golang/pull/928](https://togithub.com/prometheus/client_golang/pull/928) - Synchronize common files from prometheus/prometheus by [@​prombot](https://togithub.com/prombot) in [https://github.com/prometheus/client_golang/pull/952](https://togithub.com/prometheus/client_golang/pull/952) - API: support wal replay status api by [@​yeya24](https://togithub.com/yeya24) in [https://github.com/prometheus/client_golang/pull/944](https://togithub.com/prometheus/client_golang/pull/944) - Update /api/v1/status/tsdb to include headStats by [@​prymitive](https://togithub.com/prymitive) in [https://github.com/prometheus/client_golang/pull/925](https://togithub.com/prometheus/client_golang/pull/925) - Use the runtime/metrics package for the Go collector for 1.17+ by [@​mknyszek](https://togithub.com/mknyszek) in [https://github.com/prometheus/client_golang/pull/955](https://togithub.com/prometheus/client_golang/pull/955) - promhttp: Check validity of method and code label values by [@​kakkoyun](https://togithub.com/kakkoyun) in [https://github.com/prometheus/client_golang/pull/962](https://togithub.com/prometheus/client_golang/pull/962) - go.\*: Update dependencies by [@​kakkoyun](https://togithub.com/kakkoyun) in [https://github.com/prometheus/client_golang/pull/965](https://togithub.com/prometheus/client_golang/pull/965) #### New Contributors - [@​sivabalan](https://togithub.com/sivabalan) made their first contribution in [https://github.com/prometheus/client_golang/pull/881](https://togithub.com/prometheus/client_golang/pull/881) - [@​sbunce](https://togithub.com/sbunce) made their first contribution in [https://github.com/prometheus/client_golang/pull/899](https://togithub.com/prometheus/client_golang/pull/899) - [@​dtrudg](https://togithub.com/dtrudg) made their first contribution in [https://github.com/prometheus/client_golang/pull/913](https://togithub.com/prometheus/client_golang/pull/913) - [@​gozeloglu](https://togithub.com/gozeloglu) made their first contribution in [https://github.com/prometheus/client_golang/pull/939](https://togithub.com/prometheus/client_golang/pull/939) - [@​mrueg](https://togithub.com/mrueg) made their first contribution in [https://github.com/prometheus/client_golang/pull/950](https://togithub.com/prometheus/client_golang/pull/950) - [@​prymitive](https://togithub.com/prymitive) made their first contribution in [https://github.com/prometheus/client_golang/pull/925](https://togithub.com/prometheus/client_golang/pull/925) - [@​mknyszek](https://togithub.com/mknyszek) made their first contribution in [https://github.com/prometheus/client_golang/pull/955](https://togithub.com/prometheus/client_golang/pull/955) **Full Changelog**: https://github.com/prometheus/client_golang/compare/v1.11.0...v1.12.0 ### [`v1.11.1`](https://togithub.com/prometheus/client_golang/releases/v1.11.1) [Compare Source](https://togithub.com/prometheus/client_golang/compare/v1.11.0...v1.11.1) - \[SECURITY FIX] promhttp: Check validity of method and code label values[https://github.com/prometheus/client_golang/pull/987](https://togithub.com/prometheus/client_golang/pull/987)7 (Addressed [`CVE-2022-21698`](https://togithub.com/prometheus/client_golang/security/advisories/GHSA-cg3q-j54f-5p7p)) ##### What's Changed - promhttp: Check validity of method and code label values by [@​bwplotka](https://togithub.com/bwplotka) and [@​kakkoyun](https://togithub.com/kakkoyun) in [https://github.com/prometheus/client_golang/pull/987](https://togithub.com/prometheus/client_golang/pull/987) **Full Changelog**: https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1
spf13/viper ### [`v1.10.1`](https://togithub.com/spf13/viper/releases/v1.10.1) [Compare Source](https://togithub.com/spf13/viper/compare/v1.10.0...v1.10.1) This is a maintenance release upgrading the Consul dependency fixing CVEs.

Configuration

📅 Schedule: "after 9am on thursday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

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

renovate[bot] commented 2 years ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/giantswarm/azure-operator":"/mnt/renovate/gh/giantswarm/azure-operator" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -e GOPATH -e GOPROXY -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e GIT_CONFIG_KEY_3 -e GIT_CONFIG_VALUE_3 -e GIT_CONFIG_KEY_4 -e GIT_CONFIG_VALUE_4 -e GIT_CONFIG_KEY_5 -e GIT_CONFIG_VALUE_5 -w "/mnt/renovate/gh/giantswarm/azure-operator" docker.io/renovate/go:1.17.7 bash -l -c "go get -d -t ./... && go mod tidy && go mod tidy"
go: downloading github.com/spf13/viper v1.10.1
go: downloading github.com/Azure/go-autorest/autorest v0.11.24
go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
go: downloading github.com/google/go-cmp v0.5.7
go: downloading github.com/prometheus/client_golang v1.12.1
go: downloading github.com/Azure/azure-storage-blob-go v0.14.0
go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18
go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5
go: downloading github.com/prometheus/common v0.32.1
go: downloading golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
go: downloading github.com/google/uuid v1.2.0
go: downloading golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
go: downloading github.com/golang-jwt/jwt/v4 v4.2.0
github.com/giantswarm/azure-operator/v5/service/controller/azureconfig/handler/blobobject imports
    github.com/giantswarm/apiextensions/v3/pkg/clientset/versioned imports
    github.com/giantswarm/apiextensions/v3/pkg/clientset/versioned/typed/infrastructure/v1alpha2 imports
    github.com/giantswarm/apiextensions/v3/pkg/apis/infrastructure/v1alpha2 imports
    sigs.k8s.io/cluster-api/api/v1alpha2: cannot find module providing package sigs.k8s.io/cluster-api/api/v1alpha2