From 9f4bdf47a3cd8c32b1d0924ffe6a94c5fc2954ee Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 18 Dec 2024 11:41:33 -0500
Subject: [PATCH] deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from
0.3.0 to 0.3.1 (#1153)
Bumps
[sigs.k8s.io/cloud-provider-azure/pkg/azclient](https://github.com/kubernetes-sigs/cloud-provider-azure)
from 0.3.0 to 0.3.1.
Commits
abff66a
add ListVmssFlexVMsWithOnlyInstanceView and
ListVmssFlexVMsWithOnlyInstanceVi...
f58fd05
build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient (#7852)
0dfd806
build(deps): bump the all group in /pkg/azclient with 4 updates (#7848)
d0c21ce
build(deps): bump
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compu...
658b821
build(deps): bump the all group in /pkg/azclient/trace with 3 updates
(#7846)
cfd4cb1
build(deps): bump github/codeql-action from 3.27.7 to 3.27.9 (#7842)
f3273f1
feat: bump k8s versions to v1.32.0 (#7822)
f0051f1
init sub repo in storage account package (#7835)
ae8bf54
fix: fetch and override env config from metadata service and env files
(#7823)
ea3d05a
build(deps): bump k8s.io/client-go (#7832)
- Additional commits viewable in compare
view
[![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.3.0&new-version=0.3.1)](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)
---
Dependabot commands and options
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
go.mod | 2 +-
go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/go.mod b/go.mod
index 51bfedd38b..7f109a555f 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
github.com/spf13/cobra v1.8.1
go.uber.org/zap v1.27.0
k8s.io/client-go v0.30.3
- sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.3.0
+ sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.3.1
sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader v0.0.20
)
diff --git a/go.sum b/go.sum
index b5612ef765..4e3db48075 100644
--- a/go.sum
+++ b/go.sum
@@ -1220,8 +1220,8 @@ k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 h1:MDF6h2H/h4tbzmtIKTuctcwZmY0tY
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
oras.land/oras-go v1.2.5 h1:XpYuAwAb0DfQsunIyMfeET92emK8km3W4yEzZvUbsTo=
oras.land/oras-go v1.2.5/go.mod h1:PuAwRShRZCsZb7g8Ar3jKKQR/2A/qN+pkYxIOd/FAoo=
-sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.3.0 h1:1LI4mBKsi44m7S8XCehRk2GN96cr9LyqGJZa///nNgg=
-sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.3.0/go.mod h1:IgwGixJhv7hSS0iINNGCqSD6GhkUjeWKWqQjy87ZkRM=
+sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.3.1 h1:VC7sQVtKlX7RrYyVdxzgaoqLO8ZokYzMbTvfmND9ciY=
+sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.3.1/go.mod h1:IgwGixJhv7hSS0iINNGCqSD6GhkUjeWKWqQjy87ZkRM=
sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader v0.0.20 h1:jeEFfNxq9uJqkkxhd6WaWNsKNjKhJBcVuWTSgJoXXHM=
sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader v0.0.20/go.mod h1:5evhIg+6KdZLaezvJPN1rMcn/EY+GypQh/7gNZHD97Y=
sigs.k8s.io/controller-runtime v0.18.5 h1:nTHio/W+Q4aBlQMgbnC5hZb4IjIidyrizMai9P6n4Rk=