-
Notifications
You must be signed in to change notification settings - Fork 1.5k
OPNET-781: vendor: bump github.com/openshift/api, pin k8s.io modules at 0.35 #10710
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
OPNET-781: vendor: bump github.com/openshift/api, pin k8s.io modules at 0.35 #10710
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| module github.com/openshift/installer | ||
|
|
||
| go 1.25.8 | ||
| go 1.26.0 | ||
|
|
||
| require ( | ||
| cloud.google.com/go/kms v1.22.0 | ||
|
|
@@ -70,7 +70,7 @@ require ( | |
| github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.7.0 | ||
| github.com/nutanix-cloud-native/prism-go-client v0.5.0 | ||
| github.com/onsi/gomega v1.39.1 | ||
| github.com/openshift/api v0.0.0-20260624092907-2259ae9f1483 | ||
| github.com/openshift/api v0.0.0-20260724065811-356624ff036f | ||
| github.com/openshift/assisted-image-service v0.0.0-20260428115106-2b81dd8e7120 | ||
| github.com/openshift/assisted-service/api v0.0.0 | ||
| github.com/openshift/assisted-service/client v0.0.0 | ||
|
|
@@ -114,9 +114,9 @@ require ( | |
| google.golang.org/grpc v1.79.3 | ||
| gopkg.in/ini.v1 v1.67.0 | ||
| gopkg.in/yaml.v2 v2.4.0 | ||
| k8s.io/api v0.35.1 | ||
| k8s.io/api v0.36.2 | ||
| k8s.io/apiextensions-apiserver v0.35.1 | ||
| k8s.io/apimachinery v0.35.1 | ||
| k8s.io/apimachinery v0.36.2 | ||
| k8s.io/client-go v0.35.1 | ||
| k8s.io/code-generator v0.35.1 | ||
| k8s.io/klog v1.0.0 | ||
|
|
@@ -341,7 +341,7 @@ require ( | |
| gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect | ||
| google.golang.org/genproto v0.0.0-20250707201910-8d1bb00bc6a7 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect | ||
| google.golang.org/protobuf v1.36.11 // indirect | ||
| google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect | ||
|
coderabbitai[bot] marked this conversation as resolved.
|
||
| gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect | ||
| gopkg.in/gcfg.v1 v1.2.3 // indirect | ||
| gopkg.in/inf.v0 v0.9.1 // indirect | ||
|
|
@@ -389,3 +389,9 @@ replace ( | |
| github.com/nutanix-cloud-native/cluster-api-provider-nutanix => github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.7.2-0.20251007022949-442bc2ebe286 | ||
| sigs.k8s.io/cluster-api-provider-azure => github.com/mboersma/cluster-api-provider-azure v0.3.1-0.20251030205607-3161b9cc8d3e | ||
| ) | ||
|
|
||
| replace k8s.io/api => k8s.io/api v0.35.1 | ||
|
|
||
| replace k8s.io/apimachinery => k8s.io/apimachinery v0.35.1 | ||
|
|
||
| replace k8s.io/client-go => k8s.io/client-go v0.35.1 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I opened #10713 to bump these to v0.36 |
||
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.