hetznercloud / csi-driver

Kubernetes Container Storage Interface driver for Hetzner Cloud Volumes
MIT License
620 stars 102 forks source link

deps: update module github.com/hetznercloud/hcloud-go/v2 to v2.11.0 #664

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/hetznercloud/hcloud-go/v2 v2.10.2 -> v2.11.0 age adoption passing confidence

Release Notes

hetznercloud/hcloud-go (github.com/hetznercloud/hcloud-go/v2) ### [`v2.11.0`](https://togithub.com/hetznercloud/hcloud-go/releases/tag/v2.11.0) [Compare Source](https://togithub.com/hetznercloud/hcloud-go/compare/v2.10.2...v2.11.0) ##### Features - add truncated exponential backoff with full jitter ([#​459](https://togithub.com/hetznercloud/hcloud-go/issues/459)) ([fd1f46c](https://togithub.com/hetznercloud/hcloud-go/commit/fd1f46cc35e61dde1e524399eef88c38a757636e)) - allow configuring retry options ([#​488](https://togithub.com/hetznercloud/hcloud-go/issues/488)) ([2db9575](https://togithub.com/hetznercloud/hcloud-go/commit/2db95753e2c826aeafa3bd9b864e95efd89ace7f)) - **exp:** add sliceutil package ([#​489](https://togithub.com/hetznercloud/hcloud-go/issues/489)) ([f4ad6bc](https://togithub.com/hetznercloud/hcloud-go/commit/f4ad6bc93ff5017dda1b71a1606b67a79b56eb57)) - **exp:** rename `*utils` package to `*util` ([#​487](https://togithub.com/hetznercloud/hcloud-go/issues/487)) ([19da475](https://togithub.com/hetznercloud/hcloud-go/commit/19da4759f4cbee7ed94ed6996350b45650f8b0b9)) - respect cancelled contexts during retry sleep ([#​470](https://togithub.com/hetznercloud/hcloud-go/issues/470)) ([756f605](https://togithub.com/hetznercloud/hcloud-go/commit/756f605c97ac570adec531a479fc61c1ed27ab72)) - retry requests when the api gateway errors ([#​470](https://togithub.com/hetznercloud/hcloud-go/issues/470)) ([756f605](https://togithub.com/hetznercloud/hcloud-go/commit/756f605c97ac570adec531a479fc61c1ed27ab72)) - retry requests when the network timed out ([#​470](https://togithub.com/hetznercloud/hcloud-go/issues/470)) ([756f605](https://togithub.com/hetznercloud/hcloud-go/commit/756f605c97ac570adec531a479fc61c1ed27ab72)) - retry requests when the rate limit was reached ([#​470](https://togithub.com/hetznercloud/hcloud-go/issues/470)) ([756f605](https://togithub.com/hetznercloud/hcloud-go/commit/756f605c97ac570adec531a479fc61c1ed27ab72)) ##### Bug Fixes - **exp:** set capacity for each batch ([#​490](https://togithub.com/hetznercloud/hcloud-go/issues/490)) ([57f53c1](https://togithub.com/hetznercloud/hcloud-go/commit/57f53c1dca54ee79a33bab35740e7de7ece3b75f))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 1 month 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: go get -d -t ./...
go: downloading github.com/container-storage-interface/spec v1.9.0
go: downloading github.com/go-kit/log v0.2.1
go: downloading github.com/hetznercloud/hcloud-go/v2 v2.11.0
go: downloading github.com/stretchr/testify v1.9.0
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
go: downloading github.com/prometheus/client_golang v1.19.1
go: downloading google.golang.org/grpc v1.65.0
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/kubernetes-csi/csi-test/v5 v5.2.0
go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
go: downloading golang.org/x/sys v0.22.0
go: downloading k8s.io/mount-utils v0.30.3
go: downloading k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
go: downloading github.com/go-logfmt/logfmt v0.5.1
go: downloading golang.org/x/net v0.27.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/client_model v0.5.0
go: downloading github.com/prometheus/common v0.48.0
go: downloading github.com/prometheus/procfs v0.12.0
go: downloading google.golang.org/protobuf v1.34.1
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/onsi/ginkgo/v2 v2.13.1
go: downloading github.com/onsi/gomega v1.30.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading k8s.io/klog/v2 v2.120.1
go: downloading github.com/moby/sys/mountinfo v0.6.2
go: downloading github.com/go-logr/logr v1.4.1
go: downloading github.com/google/go-cmp v0.6.0
go: downloading golang.org/x/text v0.16.0
go: downloading github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
go: downloading golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
go: downloading github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1
go: downloading github.com/hetznercloud/hcloud-go v1.57.0
go: github.com/hetznercloud/csi-driver/internal/api tested by
    github.com/hetznercloud/csi-driver/internal/api.test imports
    github.com/hetznercloud/hcloud-go/v2/hcloud/exp/mockutils: cannot find module providing package github.com/hetznercloud/hcloud-go/v2/hcloud/exp/mockutils
go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.
renovate[bot] commented 1 month ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 34.05%. Comparing base (47ec622) to head (c092395).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #664 +/- ## ======================================= Coverage 34.05% 34.05% ======================================= Files 19 19 Lines 1621 1621 ======================================= Hits 552 552 Misses 1035 1035 Partials 34 34 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.