-
Notifications
You must be signed in to change notification settings - Fork 507
AGENT-1522: bump InternalReleaseImage to v1 #6174
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
Open
andfasano
wants to merge
3
commits into
openshift:main
Choose a base branch
from
andfasano:bump-iri-to-v1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+76,836
−79,221
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -37,20 +37,20 @@ require ( | |
| github.com/onsi/gomega v1.38.2 | ||
| github.com/opencontainers/go-digest v1.0.0 | ||
| github.com/openshift-eng/openshift-tests-extension v0.0.0-20260127124016-0fed2b824818 | ||
| github.com/openshift/api v0.0.0-20260603130340-1ad2ac3eb53d | ||
| github.com/openshift/client-go v0.0.0-20260603140539-6892dc3e1ffc | ||
| github.com/openshift/api v0.0.0-20260702202555-ef71f942ef6c | ||
| github.com/openshift/client-go v0.0.0-20260703082747-24d059aea27a | ||
| github.com/openshift/library-go v0.0.0-20260303171201-5d9eb6295ff6 | ||
| github.com/openshift/runtime-utils v0.0.0-20230921210328-7bdb5b9c177b | ||
| github.com/prometheus/client_golang v1.23.2 | ||
| github.com/rs/zerolog v1.34.0 | ||
| github.com/spf13/cobra v1.10.0 | ||
| github.com/spf13/pflag v1.0.9 | ||
| github.com/spf13/pflag v1.0.10 | ||
| github.com/stretchr/testify v1.11.1 | ||
| github.com/tidwall/gjson v1.18.0 | ||
| github.com/tidwall/sjson v1.2.5 | ||
| github.com/vincent-petithory/dataurl v1.0.0 | ||
| github.com/vmware/govmomi v0.45.1 | ||
| golang.org/x/net v0.48.0 | ||
| golang.org/x/net v0.50.0 | ||
|
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. 🔒 Security & Privacy | 🟠 Major | ⚡ Quick win Bump
🤖 Prompt for AI Agents |
||
| golang.org/x/time v0.11.0 | ||
| google.golang.org/grpc v1.79.3 | ||
| k8s.io/api v0.35.1 | ||
|
|
@@ -63,7 +63,7 @@ require ( | |
| k8s.io/kubectl v0.35.0 | ||
| k8s.io/kubelet v0.35.0 | ||
| k8s.io/kubernetes v1.35.0 | ||
| k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 | ||
| k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 | ||
| sigs.k8s.io/controller-runtime v0.23.0 | ||
| sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20240522175850-2e9781e9fc60 | ||
| ) | ||
|
|
@@ -122,6 +122,17 @@ require ( | |
| github.com/go-openapi/runtime v0.28.0 // indirect | ||
| github.com/go-openapi/spec v0.21.0 // indirect | ||
| github.com/go-openapi/strfmt v0.23.0 // indirect | ||
| github.com/go-openapi/swag/cmdutils v0.25.4 // indirect | ||
| github.com/go-openapi/swag/conv v0.25.4 // indirect | ||
| github.com/go-openapi/swag/fileutils v0.25.4 // indirect | ||
| github.com/go-openapi/swag/jsonname v0.25.4 // indirect | ||
| github.com/go-openapi/swag/jsonutils v0.25.4 // indirect | ||
| github.com/go-openapi/swag/loading v0.25.4 // indirect | ||
| github.com/go-openapi/swag/mangling v0.25.4 // indirect | ||
| github.com/go-openapi/swag/netutils v0.25.4 // indirect | ||
| github.com/go-openapi/swag/stringutils v0.25.4 // indirect | ||
| github.com/go-openapi/swag/typeutils v0.25.4 // indirect | ||
| github.com/go-openapi/swag/yamlutils v0.25.4 // indirect | ||
| github.com/go-openapi/validate v0.24.0 // indirect | ||
| github.com/go-task/slim-sprig/v3 v3.0.0 // indirect | ||
| github.com/go-viper/mapstructure/v2 v2.2.1 // indirect | ||
|
|
@@ -232,7 +243,7 @@ require ( | |
| sigs.k8s.io/kustomize/api v0.20.1 // indirect | ||
| sigs.k8s.io/kustomize/kyaml v0.20.1 // indirect | ||
| sigs.k8s.io/randfill v1.0.0 // indirect | ||
| sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect | ||
| sigs.k8s.io/structured-merge-diff/v6 v6.3.2 // indirect | ||
| ) | ||
|
|
||
| require ( | ||
|
|
@@ -270,7 +281,7 @@ require ( | |
| github.com/docker/docker-credential-helpers v0.9.3 // indirect | ||
| github.com/docker/go-connections v0.5.0 // indirect | ||
| github.com/docker/go-units v0.5.0 // indirect | ||
| github.com/emicklei/go-restful/v3 v3.12.2 // indirect | ||
| github.com/emicklei/go-restful/v3 v3.13.0 // indirect | ||
| github.com/ettle/strcase v0.2.0 // indirect | ||
| github.com/evanphx/json-patch/v5 v5.9.11 // indirect | ||
| github.com/fatih/color v1.18.0 // indirect | ||
|
|
@@ -281,7 +292,7 @@ require ( | |
| github.com/go-logr/logr v1.4.3 // indirect | ||
| github.com/go-openapi/jsonpointer v0.21.0 // indirect | ||
| github.com/go-openapi/jsonreference v0.21.0 // indirect | ||
| github.com/go-openapi/swag v0.23.1 // indirect | ||
| github.com/go-openapi/swag v0.25.4 // indirect | ||
| github.com/go-toolsmith/astcast v1.1.0 // indirect | ||
| github.com/go-toolsmith/astcopy v1.1.0 // indirect | ||
| github.com/go-toolsmith/astequal v1.2.0 // indirect | ||
|
|
@@ -314,7 +325,6 @@ require ( | |
| github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
| github.com/jgautheron/goconst v1.7.1 // indirect | ||
| github.com/jingyugao/rowserrcheck v1.1.1 // indirect | ||
| github.com/josharian/intern v1.0.0 // indirect | ||
| github.com/json-iterator/go v1.1.12 // indirect | ||
| github.com/julz/importas v0.2.0 // indirect | ||
| github.com/kisielk/errcheck v1.8.0 // indirect | ||
|
|
@@ -325,7 +335,6 @@ require ( | |
| github.com/ldez/tagliatelle v0.5.0 // indirect | ||
| github.com/leonklingele/grouper v1.1.2 // indirect | ||
| github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec // indirect | ||
| github.com/mailru/easyjson v0.9.0 // indirect | ||
| github.com/maratori/testpackage v1.1.1 // indirect | ||
| github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26 // indirect | ||
| github.com/mattn/go-colorable v0.1.13 // indirect | ||
|
|
@@ -393,25 +402,25 @@ require ( | |
| go.uber.org/multierr v1.11.0 // indirect | ||
| go.uber.org/zap v1.27.0 // indirect | ||
| go4.org v0.0.0-20200104003542-c7e774b10ea0 // indirect | ||
| golang.org/x/crypto v0.46.0 | ||
| golang.org/x/crypto v0.48.0 | ||
| golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329 | ||
| golang.org/x/exp/typeparams v0.0.0-20241108190413-2d47ceb2692f // indirect | ||
| golang.org/x/mod v0.30.0 // indirect | ||
| golang.org/x/mod v0.33.0 // indirect | ||
| golang.org/x/oauth2 v0.34.0 // indirect | ||
| golang.org/x/sync v0.19.0 | ||
| golang.org/x/sys v0.40.0 | ||
| golang.org/x/term v0.38.0 // indirect | ||
| golang.org/x/text v0.32.0 // indirect | ||
| golang.org/x/tools v0.39.0 // indirect | ||
| golang.org/x/sys v0.41.0 | ||
| golang.org/x/term v0.40.0 // indirect | ||
| golang.org/x/text v0.34.0 // indirect | ||
| golang.org/x/tools v0.42.0 // indirect | ||
| google.golang.org/protobuf v1.36.10 // indirect | ||
| gopkg.in/inf.v0 v0.9.1 // indirect | ||
| gopkg.in/yaml.v2 v2.4.0 | ||
| gopkg.in/yaml.v3 v3.0.1 | ||
| honnef.co/go/tools v0.5.1 // indirect | ||
| k8s.io/apiserver v0.35.1 | ||
| k8s.io/klog/v2 v2.130.1 | ||
| k8s.io/klog/v2 v2.140.0 | ||
| k8s.io/kube-aggregator v0.35.1 // indirect | ||
| k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect | ||
| k8s.io/kube-openapi v0.0.0-20260519202549-bbf5c5577288 // indirect | ||
| mvdan.cc/gofumpt v0.7.0 // indirect | ||
| mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f // indirect | ||
| sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.