Skip to content

Commit

Permalink
Bump k8s.io/client-go from 0.23.0 to 0.26.3 (#692)
Browse files Browse the repository at this point in the history
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.23.0 to 0.26.3.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/kubernetes/client-go/commit/8cbca742aebe24b24f7f4e32fd999942fa9133e8"><code>8cbca74</code></a> Update dependencies to v0.26.3 tag</li>
<li><a href="https://github.com/kubernetes/client-go/commit/87720b3719b25fb560cd53438dc32cbbe38803aa"><code>87720b3</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/client-go/issues/116437">#116437</a><code>seans3/automated-cherry-pick-of-#116145</code><a href="https://redirect.github.com/kubernetes/client-go/issues/1158">#1158</a>...</li>
<li><a href="https://github.com/kubernetes/client-go/commit/fc13749c0d2faef2973e5f00a0f6652ef1129241"><code>fc13749</code></a> Removes old discovery hack ignoring 403 and 404</li>
<li><a href="https://github.com/kubernetes/client-go/commit/f39ba12dc2a349dfefc59cde89cb64f9bfa7e0f7"><code>f39ba12</code></a> Plumb stale GroupVersions through aggregated discovery</li>
<li><a href="https://github.com/kubernetes/client-go/commit/f538edfed7566ac08853391887150134626b27d3"><code>f538edf</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/client-go/issues/116352">#116352</a><code>seans3/automated-cherry-pick-of-#115978</code></li>
<li><a href="https://github.com/kubernetes/client-go/commit/5dbbc58c50b17c97f041f69ac001821d3af9cf53"><code>5dbbc58</code></a> Tolerate empty discovery response in memcache client</li>
<li><a href="https://github.com/kubernetes/client-go/commit/62133a9b181969e6ad745f36b2ac5241460b1a9c"><code>62133a9</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/client-go/issues/115787">#115787</a> from liggitt/net-0.7.0-1.26</li>
<li><a href="https://github.com/kubernetes/client-go/commit/8ce239ff60d2c40f42bc8dc87a06d4f68f3367f3"><code>8ce239f</code></a> Update golang.org/x/net to v0.7.0</li>
<li><a href="https://github.com/kubernetes/client-go/commit/e6bc0bccc209ee1ee84329b11b5b84ef80bbe43f"><code>e6bc0bc</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/client-go/issues/115566">#115566</a><code>enj/automated-cherry-pick-of-#115315</code></li>
<li><a href="https://github.com/kubernetes/client-go/commit/9112e1916ffc110866a3621a8fe0f404b4905755"><code>9112e19</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/client-go/issues/115400">#115400</a><code>pohly/automated-cherry-pick-of-#115354</code></li>
<li>Additional commits viewable in <a href="https://github.com/kubernetes/client-go/compare/v0.23.0...v0.26.3">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=k8s.io/client-go&package-manager=go_modules&previous-version=0.23.0&new-version=0.26.3)](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 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>
  • Loading branch information
mergify[bot] authored Apr 3, 2023
2 parents b5f03f3 + d74586a commit 187f9a6
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 @@ -27,7 +27,7 @@ require (
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.26.3
k8s.io/apimachinery v0.26.3
k8s.io/client-go v0.26.1
k8s.io/client-go v0.26.3
knative.dev/pkg v0.0.0-20211119170723-a99300deff34
sigs.k8s.io/controller-runtime v0.14.6
sigs.k8s.io/yaml v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1339,8 +1339,8 @@ k8s.io/apimachinery v0.26.3 h1:dQx6PNETJ7nODU3XPtrwkfuubs6w7sX0M8n61zHIV/k=
k8s.io/apimachinery v0.26.3/go.mod h1:ats7nN1LExKHvJ9TmwootT00Yz05MuYqPXEXaVeOy5I=
k8s.io/apiserver v0.21.4/go.mod h1:SErUuFBBPZUcD2nsUU8hItxoYheqyYr2o/pCINEPW8g=
k8s.io/client-go v0.21.4/go.mod h1:t0/eMKyUAq/DoQ7vW8NVVA00/nomlwC+eInsS8PxSew=
k8s.io/client-go v0.26.1 h1:87CXzYJnAMGaa/IDDfRdhTzxk/wzGZ+/HUQpqgVSZXU=
k8s.io/client-go v0.26.1/go.mod h1:IWNSglg+rQ3OcvDkhY6+QLeasV4OYHDjdqeWkDQZwGE=
k8s.io/client-go v0.26.3 h1:k1UY+KXfkxV2ScEL3gilKcF7761xkYsSD6BC9szIu8s=
k8s.io/client-go v0.26.3/go.mod h1:ZPNu9lm8/dbRIPAgteN30RSXea6vrCpFvq+MateTUuQ=
k8s.io/code-generator v0.21.4/go.mod h1:K3y0Bv9Cz2cOW2vXUrNZlFbflhuPvuadW6JdnN6gGKo=
k8s.io/component-base v0.21.4/go.mod h1:ZKG0eHVX+tUDcaoIGpU3Vtk4TIjMddN9uhEWDmW6Nyg=
k8s.io/component-base v0.26.1 h1:4ahudpeQXHZL5kko+iDHqLj/FSGAEUnSVO0EBbgDd+4=
Expand Down

0 comments on commit 187f9a6

Please sign in to comment.