-
Notifications
You must be signed in to change notification settings - Fork 1.5k
OCPBUGS-114620: bump openshift api for gcd feature gate #10845
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
Merged
openshift-merge-bot
merged 5 commits into
openshift:release-5.0
from
barbacbd:cherry-pick-10775-to-release-5.0
Sep 4, 2026
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
97c74ba
CORS-4550: bump openshift api for gcd feature gate
tthvo eb29d8b
crd: regenerate install-config CRD
tthvo 579a0a9
gcp: populate universe domain in infrastructure CR without feature ga…
tthvo fb76776
tests: mock GCP credentials in infrastructure manifest test
tthvo 76447a4
update the CRD.
barbacbd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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
77 changes: 75 additions & 2 deletions
77
vendor/github.com/openshift/api/config/v1alpha1/types_cluster_monitoring.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
39 changes: 39 additions & 0 deletions
39
vendor/github.com/openshift/api/config/v1alpha1/zz_generated.deepcopy.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
vendor/github.com/openshift/api/config/v1alpha1/zz_generated.model_name.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win
🔎 Supported by static analysis
🏁 Script executed:
Repository: openshift/installer
Length of output: 22366
🏁 Script executed:
Repository: openshift/installer
Length of output: 48248
🏁 Script executed:
Repository: openshift/installer
Length of output: 50375
🏁 Script executed:
Repository: openshift/installer
Length of output: 43716
🏁 Script executed:
Repository: openshift/installer
Length of output: 7820
🏁 Script executed:
Repository: openshift/installer
Length of output: 3822
Validate
universe_domainbefore assigning it to Infrastructure status.gcp.IsNonDefaultUniverseDomainonly compares againstgoogleapis.com. Service-account credentials bypassvalidateCredentialURLs, so a malformeduniverse_domaincan reachGCPPlatformStatus.UniverseDomainand violate its DNS1123 validation rule. Validate it before assignment and add a malformed-credential test.🤖 Prompt for AI Agents
Source: MCP tools
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignore. The universe domain comes from the credential file, provided by the user. Thus, it's user responsibility to make sure it's correct.
We can validate, though, it's a nice-to-have. Let's skip for this PR.