Skip to content

Commit 55e9731

Browse files
deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.5.3 to 0.5.4 (#1400)
Bumps [sigs.k8s.io/cloud-provider-azure/pkg/azclient](https://github.com/kubernetes-sigs/cloud-provider-azure) from 0.5.3 to 0.5.4. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/17ffe7210e2cfe72a9f5d534dfdda35704c44bb8"><code>17ffe72</code></a> build(deps): bump the all group in /pkg/azclient with 2 updates (<a href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8488">#8488</a>)</li> <li><a href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/359f2f9b3eca93b9bf50078089a78f7616df8135"><code>359f2f9</code></a> build(deps): bump actions/cache from 4.2.1 to 4.2.2 in the all group (<a href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8487">#8487</a>)</li> <li><a href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/64ca762b05e8ddd6957f13e23004ee474a13f30a"><code>64ca762</code></a> build(deps): bump github.com/go-git/go-git/v5 (<a href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8486">#8486</a>)</li> <li><a href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/ddb7933b326db4a306d4bed0125e0e97252aaaa3"><code>ddb7933</code></a> [StepSecurity] ci: Harden GitHub Actions</li> <li><a href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/560cabffba326971a1f1e9839894b2bd5f1e82bb"><code>560cabf</code></a> remove step in release action</li> <li><a href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/fdda31ad706abbfa5afaa045163fd2ee31d41a6c"><code>fdda31a</code></a> commit release note to doc/release-note-vxxxx branch (<a href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8469">#8469</a>)</li> <li><a href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/2a06a115a96d8a509d00525191c8fe333d95cb8b"><code>2a06a11</code></a> Set auxiliary token policy when auxiliary token provider enabled (<a href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8375">#8375</a>)</li> <li><a href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/ecbd18d142403d32d490afa75b09cc1978d70b85"><code>ecbd18d</code></a> build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient (<a href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8454">#8454</a>)</li> <li><a href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/46209e3021c8ba906e3a173b9fd62519b4110609"><code>46209e3</code></a> build(deps): bump the all group across 1 directory with 5 updates (<a href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8358">#8358</a>)</li> <li><a href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/dd14f110d08d9f222497ffbb9418ef9e19f0c9be"><code>dd14f11</code></a> Update vendor license for master (<a href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/8421">#8421</a>)</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes-sigs/cloud-provider-azure/compare/pkg/azclient/v0.5.3...pkg/azclient/v0.5.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/cloud-provider-azure/pkg/azclient&package-manager=go_modules&previous-version=0.5.3&new-version=0.5.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b7cf9d3 commit 55e9731

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/spf13/cobra v1.9.1
1010
go.uber.org/zap v1.27.0
1111
k8s.io/client-go v0.30.3
12-
sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.5.3
12+
sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.5.4
1313
sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader v0.0.20
1414
)
1515

@@ -341,7 +341,7 @@ require (
341341
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6 v6.4.0 // indirect
342342
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/msi/armmsi v1.2.0 // indirect
343343
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v6 v6.2.0 // indirect
344-
github.com/Azure/msi-dataplane v0.4.1 // indirect
344+
github.com/Azure/msi-dataplane v0.4.2 // indirect
345345
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
346346
github.com/rogpeppe/go-internal v1.13.1 // indirect
347347
go.opentelemetry.io/auto/sdk v1.1.0 // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ github.com/Azure/go-autorest/logger v0.2.1 h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+Z
8383
github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8=
8484
github.com/Azure/go-autorest/tracing v0.6.0 h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo=
8585
github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU=
86-
github.com/Azure/msi-dataplane v0.4.1 h1:nKTPIyNbNHljQGobHm5BX/nnTmFSe56wxGIykdlZK1g=
87-
github.com/Azure/msi-dataplane v0.4.1/go.mod h1:yAfxdJyvcnvSDfSyOFV9qm4fReEQDl+nZLGeH2ZWSmw=
86+
github.com/Azure/msi-dataplane v0.4.2 h1:4V44wRZ+sKmKgj64SKN5lMskt1qQBQSUiy6kazWvwKU=
87+
github.com/Azure/msi-dataplane v0.4.2/go.mod h1:yAfxdJyvcnvSDfSyOFV9qm4fReEQDl+nZLGeH2ZWSmw=
8888
github.com/Azure/perf-tests/network/benchmarks/netperf v0.0.0-20241008140716-395a79947d2c h1:TMXh4Z1Z98o4Ob7JYhiNHocITQXHqJSsrB5ts4uwKl8=
8989
github.com/Azure/perf-tests/network/benchmarks/netperf v0.0.0-20241008140716-395a79947d2c/go.mod h1:jeV6A8q9uDVDwffTt5KBk+5g7bXfpEImYW6qLKn0E+I=
9090
github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1 h1:WJTmL004Abzc5wDB5VtZG2PJk5ndYDgVacGqfirKxjM=
@@ -1225,8 +1225,8 @@ k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJ
12251225
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
12261226
oras.land/oras-go v1.2.5 h1:XpYuAwAb0DfQsunIyMfeET92emK8km3W4yEzZvUbsTo=
12271227
oras.land/oras-go v1.2.5/go.mod h1:PuAwRShRZCsZb7g8Ar3jKKQR/2A/qN+pkYxIOd/FAoo=
1228-
sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.5.3 h1:bFkLaehTS9c2qw3ujvPdEsa2z3X82OCGGRgAmzEdxK4=
1229-
sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.5.3/go.mod h1:1VEz2aRXDiGDLjbwcI2Zu3Tk43MZ4fFsGNFhsgU+9q8=
1228+
sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.5.4 h1:qxBak/m6Rj2xYo7faBKsCdU4xbPXsa+MwnX4ymTxEhQ=
1229+
sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.5.4/go.mod h1:EiBF+gLie9K19GaYbmGEIpT4s+WCpMFXLmjlu3hGEmY=
12301230
sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader v0.0.20 h1:jeEFfNxq9uJqkkxhd6WaWNsKNjKhJBcVuWTSgJoXXHM=
12311231
sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader v0.0.20/go.mod h1:5evhIg+6KdZLaezvJPN1rMcn/EY+GypQh/7gNZHD97Y=
12321232
sigs.k8s.io/controller-runtime v0.18.5 h1:nTHio/W+Q4aBlQMgbnC5hZb4IjIidyrizMai9P6n4Rk=

0 commit comments

Comments
 (0)