Skip to content

Commit

Permalink
deps: bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.3.1 t…
Browse files Browse the repository at this point in the history
…o 0.4.1 (#1166)

Bumps
[sigs.k8s.io/cloud-provider-azure/pkg/azclient](https://github.com/kubernetes-sigs/cloud-provider-azure)
from 0.3.1 to 0.4.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/07f87749b297abc1c70f68218af3228a736da126"><code>07f8774</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/275">#275</a>
from feiskyer/add-lint</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/e1db5ed44bf94a37304cd0398f57d35d9a8ab359"><code>e1db5ed</code></a>
Add more verifications and fix verify failures</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/03dcbd54df41ae3207bac910c386ab96be8ad62a"><code>03dcbd5</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/274">#274</a>
from feiskyer/fix-273</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/7091fb5ea642a0725e7d2ecec96f6efec2361f2f"><code>7091fb5</code></a>
Update RBAC for cloud-node-manager</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/d0b0c0dee8cdb56f564fa2e18ae983689fcf56c9"><code>d0b0c0d</code></a>
Add unit tests for node manager</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/da235d19d375caa3efeecd0b57e8a8c5fb2945e1"><code>da235d1</code></a>
Fix node address unable to update issue</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/4ea58667d1785f1cb6318c73db4e77d145e981f6"><code>4ea5866</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/272">#272</a>
from mboersma/update-current-status-doc</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/6ef253ee403188f31c55fd3843320fdbabe25a17"><code>6ef253e</code></a>
Update README for v0.4.0 alpha release</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/5ac9a2a4a6e6e5e26ca1a3f32a1d9df645eef1ff"><code>5ac9a2a</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/269">#269</a>
from chewong/k8s-1-17</li>
<li><a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/commit/ef7d255a6c1528880a3a55d5f4114028b22d45db"><code>ef7d255</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cloud-provider-azure/issues/270">#270</a>
from feiskyer/enable-spell-checking</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes-sigs/cloud-provider-azure/compare/pkg/azclient/v0.3.1...v0.4.1">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.3.1&new-version=0.4.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)

---

<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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 6da36c5 commit 9c72cb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.4.1
sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader v0.0.20
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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.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 v0.4.1 h1:Gq0ED8eSgBQm51q0hjwfGkadutJ66uM06DdZmz8RaFQ=
sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.4.1/go.mod h1:SoTek2pL6V7adQX6kaJFE86IKDQNzwlNf9cXKgTGMT8=
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=
Expand Down

0 comments on commit 9c72cb9

Please sign in to comment.