Skip to content

Commit

Permalink
Bump k8s.io/client-go from 0.27.2 to 0.28.1 (#115)
Browse files Browse the repository at this point in the history
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from
0.27.2 to 0.28.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/client-go/commit/dd6c5527b7a13e417cfd08fdb5664dfa6a8578e1"><code>dd6c552</code></a>
Update dependencies to v0.28.1 tag</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/fe76ecc1225abd2d50aa4840bbed76b3486549d8"><code>fe76ecc</code></a>
Merge remote-tracking branch 'origin/master' into release-1.28</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/a715d8b30712308a7179e3bed28eb9f3641a060d"><code>a715d8b</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/client-go/issues/119876">#119876</a>
from marosset/revert-118895</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/3163e5ae55210ee048a4e28306a48cc55d46f6ed"><code>3163e5a</code></a>
Revert &quot;Merge pull request <a
href="https://redirect.github.com/kubernetes/client-go/issues/118895">#118895</a>
from RyanAoh/kep-1860&quot;</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/8d766e7320d4f2c6b3194a3e30d34b4507cb9037"><code>8d766e7</code></a>
Avoid returning nil responseKind in v1beta1 aggregated discovery</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/dcfe307184d93752f5177f2c36db71761bfbd5af"><code>dcfe307</code></a>
Merge remote-tracking branch 'origin/master' into release-1.28</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/7d2c3dfa0e4226498fc071db4c38146c53c6e415"><code>7d2c3df</code></a>
.*: bump golang.org/x/net to v0.13.0</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/c5b1c13ccbedeb03c00ba162ef27566b0dfb512d"><code>c5b1c13</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/client-go/issues/118644">#118644</a>
from alexzielenski/apiserver/policy/namespaceParamRef</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/a98e74a6eb472b26cfce23d684327e2072a6a2c8"><code>a98e74a</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/client-go/issues/116469">#116469</a>
from RomanBednar/pv-phase-transition-time</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/dcfedbe450d69a004b1d500d1bc77a1581d0317d"><code>dcfedbe</code></a>
make update</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes/client-go/compare/v0.27.2...v0.28.1">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.27.2&new-version=0.28.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 Sep 2, 2023
1 parent 0935b40 commit 6112ae9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 112 deletions.
17 changes: 8 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ require (
github.com/prometheus/client_golang v1.16.0
github.com/robfig/cron/v3 v3.0.1
go.uber.org/zap v1.25.0
k8s.io/api v0.27.4
k8s.io/apimachinery v0.27.4
k8s.io/client-go v0.27.2
k8s.io/api v0.28.1
k8s.io/apimachinery v0.28.1
k8s.io/client-go v0.28.1
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
sigs.k8s.io/controller-runtime v0.15.1
)
Expand All @@ -21,7 +21,6 @@ require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-logr/zapr v1.2.4 // indirect
Expand All @@ -31,7 +30,7 @@ require (
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/gnostic v0.6.9 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
Expand All @@ -50,8 +49,8 @@ require (
github.com/prometheus/procfs v0.10.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/oauth2 v0.7.0 // indirect
golang.org/x/net v0.13.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/term v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
Expand All @@ -65,8 +64,8 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.27.2 // indirect
k8s.io/component-base v0.27.2 // indirect
k8s.io/klog/v2 v2.90.1 // indirect
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
k8s.io/klog/v2 v2.100.1 // indirect
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
Expand Down
Loading

0 comments on commit 6112ae9

Please sign in to comment.