Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump k8s.io/apiextensions-apiserver from 0.17.2 to 0.26.2 #152

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump k8s.io/apiextensions-apiserver from 0.17.2 to 0.26.2
Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.17.2 to 0.26.2.
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.17.2...v0.26.2)

---
updated-dependencies:
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 1, 2023
commit b542bb21b89f57641a17f4cb8d2bab05efbf1180
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/ghodss/yaml v1.0.0
github.com/open-policy-agent/frameworks/constraint v0.0.0-20200609232535-dd99544a3119
github.com/open-policy-agent/opa v0.25.2
github.com/spf13/cobra v1.0.0
github.com/spf13/cobra v1.6.0
github.com/spf13/viper v1.7.1
k8s.io/apiextensions-apiserver v0.17.2
k8s.io/apimachinery v0.18.4
k8s.io/apiextensions-apiserver v0.26.2
k8s.io/apimachinery v0.26.2
)
Loading