-
Notifications
You must be signed in to change notification settings - Fork 71
[SANDBOX-1702] Upgrade to OCP 4.21 #1250
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
Changes from all commits
1e21f8c
1b84a68
c9c9da4
bc31e34
45ca59b
17b34b5
034bfeb
561deef
9df946b
c974b16
ab9226b
d5f3a54
871f799
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 |
|---|---|---|
|
|
@@ -8,10 +8,10 @@ require ( | |
| github.com/go-logr/logr v1.4.3 | ||
| github.com/gofrs/uuid v4.4.0+incompatible | ||
| github.com/mailgun/mailgun-go/v4 v4.8.1 | ||
| // using latest commit from 'github.com/openshift/api branch release-4.20' | ||
| github.com/openshift/api v0.0.0-20251202204302-1cb53e34ca33 | ||
| // using latest commit from 'github.com/openshift/library-go branch release-4.20' | ||
| github.com/openshift/library-go v0.0.0-20251110200504-2685cf1242fc // indirect | ||
| // using latest commit from 'github.com/openshift/api branch release-4.21' | ||
| github.com/openshift/api v0.0.0-20260304172252-b0658d22beea | ||
| // using latest commit from 'github.com/openshift/library-go branch release-4.21' | ||
| github.com/openshift/library-go v0.0.0-20260309173530-9ed71ac3148f // indirect | ||
| github.com/pkg/errors v0.9.1 | ||
| github.com/prometheus/client_golang v1.22.0 | ||
| github.com/redhat-cop/operator-utils v1.3.8 | ||
|
|
@@ -21,10 +21,10 @@ require ( | |
| go.uber.org/zap v1.27.0 | ||
| gopkg.in/h2non/gock.v1 v1.0.14 | ||
| gopkg.in/yaml.v2 v2.4.0 | ||
| k8s.io/api v0.33.4 | ||
| k8s.io/apiextensions-apiserver v0.33.4 | ||
| k8s.io/apimachinery v0.33.4 | ||
| k8s.io/client-go v0.33.4 | ||
| k8s.io/api v0.34.1 | ||
| k8s.io/apiextensions-apiserver v0.34.1 | ||
| k8s.io/apimachinery v0.34.1 | ||
| k8s.io/client-go v0.34.1 | ||
| k8s.io/klog v1.0.0 | ||
| k8s.io/klog/v2 v2.130.1 | ||
| sigs.k8s.io/controller-runtime v0.21.0 | ||
|
Comment on lines
+24
to
30
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. 🧩 Analysis chain🌐 Web query:
💡 Result:
Sources: Citations:
🏁 Script executed: #!/bin/bash
# Check the current state of go.mod to verify controller-runtime version
sed -n '20,35p' go.modRepository: codeready-toolchain/host-operator Length of output: 489 Upgrade You upgraded 🤖 Prompt for AI Agents |
||
|
|
@@ -34,14 +34,14 @@ require ( | |
|
|
||
| require ( | ||
| k8s.io/kubectl v0.33.4 | ||
| k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect | ||
| k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect | ||
| ) | ||
|
|
||
| require ( | ||
| github.com/go-bindata/go-bindata/v3 v3.1.3 | ||
| k8s.io/code-generator v0.33.4 | ||
| k8s.io/code-generator v0.34.1 | ||
| k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01 | ||
| k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff | ||
| k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b | ||
| ) | ||
|
|
||
| require ( | ||
|
|
@@ -58,12 +58,12 @@ require ( | |
| github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect | ||
| github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
| github.com/cloudflare/circl v1.6.3 // indirect | ||
| github.com/emicklei/go-restful/v3 v3.11.0 // indirect | ||
| github.com/emicklei/go-restful/v3 v3.12.2 // indirect | ||
| github.com/evanphx/json-patch/v5 v5.9.11 // indirect | ||
| github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect | ||
| github.com/fatih/color v1.18.0 // indirect | ||
| github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
| github.com/fxamacker/cbor/v2 v2.7.0 // indirect | ||
| github.com/fsnotify/fsnotify v1.9.0 // indirect | ||
| github.com/fxamacker/cbor/v2 v2.9.0 // indirect | ||
| github.com/go-errors/errors v1.4.2 // indirect | ||
| github.com/go-logr/stdr v1.2.2 // indirect | ||
| github.com/go-logr/zapr v1.3.0 // indirect | ||
|
|
@@ -75,7 +75,7 @@ require ( | |
| github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
| github.com/golang/protobuf v1.5.4 // indirect | ||
| github.com/google/btree v1.1.3 // indirect | ||
| github.com/google/gnostic-models v0.6.9 // indirect | ||
| github.com/google/gnostic-models v0.7.0 // indirect | ||
| github.com/google/go-cmp v0.7.0 // indirect | ||
| github.com/google/go-github/v52 v52.0.0 // indirect | ||
| github.com/google/go-querystring v1.1.0 // indirect | ||
|
|
@@ -100,7 +100,7 @@ require ( | |
| github.com/mitchellh/copystructure v1.0.0 // indirect | ||
| github.com/mitchellh/reflectwalk v1.0.0 // indirect | ||
| github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
| github.com/modern-go/reflect2 v1.0.2 // indirect | ||
| github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect | ||
| github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect | ||
| github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
| github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
|
|
@@ -116,11 +116,13 @@ require ( | |
| github.com/xlab/treeprint v1.2.0 // indirect | ||
| go.opencensus.io v0.24.0 // indirect | ||
| go.opentelemetry.io/auto/sdk v1.2.1 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect | ||
| go.opentelemetry.io/otel v1.39.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.39.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.39.0 // indirect | ||
| go.uber.org/multierr v1.11.0 // indirect | ||
| go.yaml.in/yaml/v2 v2.4.2 // indirect | ||
| go.yaml.in/yaml/v3 v3.0.4 // indirect | ||
| golang.org/x/crypto v0.46.0 // indirect | ||
| golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect | ||
| golang.org/x/mod v0.30.0 // indirect | ||
|
|
@@ -143,16 +145,20 @@ require ( | |
| gopkg.in/inf.v0 v0.9.1 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| k8s.io/cli-runtime v0.33.4 // indirect | ||
| k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7 // indirect | ||
| k8s.io/gengo/v2 v2.0.0-20250604051438-85fd79dbfd9f // indirect | ||
| sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect | ||
| sigs.k8s.io/kustomize/api v0.19.0 // indirect | ||
| sigs.k8s.io/kustomize/cmd/config v0.19.0 // indirect | ||
| sigs.k8s.io/kustomize/kyaml v0.19.0 // indirect | ||
| sigs.k8s.io/randfill v1.0.0 // indirect | ||
| sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect | ||
| sigs.k8s.io/yaml v1.4.0 // indirect | ||
| sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect | ||
| sigs.k8s.io/yaml v1.6.0 // indirect | ||
| ) | ||
|
|
||
| go 1.24.4 | ||
|
|
||
| toolchain go1.24.13 | ||
|
|
||
| replace github.com/codeready-toolchain/api => github.com/metlos/api v0.0.0-20260409145046-d8e6b4c36707 | ||
|
|
||
| replace github.com/codeready-toolchain/toolchain-common => github.com/metlos/toolchain-common v0.0.0-20260409174309-04ab229df5c0 | ||
Uh oh!
There was an error while loading. Please reload this page.