AGENT-1522: bump InternalReleaseImage to v1#10620
Conversation
|
@pawanpinjarkar: This pull request references AGENT-1522 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. DetailsIn response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
📝 WalkthroughWalkthroughA ChangesModule replacement
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (14 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/payload-job-with-prs periodic-ci-openshift-release-main-nightly-5.0-e2e-agent-compact-iso-no-registry-techpreview openshift/api#2880 |
|
@pawanpinjarkar: it appears that you have attempted to use some version of the payload command, but your comment was incorrectly formatted and cannot be acted upon. See the docs for usage info. |
|
/payload-job-with-prs periodic-ci-openshift-release-main-nightly-5.0-e2e-agent-compact-iso-no-registry-techpreview openshift/api#2880 |
|
@pawanpinjarkar: it appears that you have attempted to use some version of the payload command, but your comment was incorrectly formatted and cannot be acted upon. See the docs for usage info. |
|
/payload-job-with-prs periodic-ci-openshift-release-main-nightly-5.0-e2e-agent-compact-iso-no-registry-techpreview openshift/api#2880 |
|
@pawanpinjarkar: it appears that you have attempted to use some version of the payload command, but your comment was incorrectly formatted and cannot be acted upon. See the docs for usage info. |
|
/testwith openshift/installer/main/e2e-agent-compact-ipv4-iso-no-registry openshift/api#2880 openshift/client-go#383 |
|
/retitle WIP: AGENT-1522: bump InternalReleaseImage to v1 The go.mod changes point to Pawan's openshift/api commit. Also, @pawanpinjarkar while making the next update to the PR, please make sure to put just the go.mod changes in 1 commit and everything else in a 2nd commit. |
|
@andfasano: This PR was included in a payload test run from openshift/api#2880
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/c9993180-6646-11f1-9b81-8f288bc688c1-0 |
|
@andfasano: This PR was included in a payload test run from openshift/api#2880
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/79d770f0-665d-11f1-9ef4-6c006290fce7-0 |
|
@andfasano: This PR was included in a payload test run from openshift/api#2880
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/79d6df40-68cf-11f1-9a39-3d80b7114f29-0 |
2c81db2 to
04689cc
Compare
|
/payload-job-with-prs periodic-ci-openshift-release-main-nightly-5.0-e2e-agent-compact-iso-no-registry-techpreview openshift/client-go#383 openshift/assisted-service#10455 openshift-metal/dev-scripts#1912 |
|
@sadasu: An error was encountered. No known errors were detected, please see the full error message for details. Full error message.
unable to get pr from github for: openshift-metal/dev-scripts#1912: Get "http://ghproxy/repos/openshift-metal/dev-scripts/pulls/1912": failed to get installation id for org openshift-metal: the github app is not installed in organization openshift-metal
Please contact an administrator to resolve this issue. |
|
/payload-job-with-prs periodic-ci-openshift-release-main-nightly-5.0-e2e-agent-compact-iso-no-registry-techpreview openshift/client-go#383 openshift/assisted-service#10455 openshift-metal3/dev-scripts#1912 |
|
@andfasano: This PR was included in a payload test run from openshift/api#2880
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/f474fbc0-70a8-11f1-8667-ca570bd96a96-0 |
|
@andfasano: This PR was included in a payload test run from openshift/api#2880
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/ac7a0210-70b3-11f1-9ff0-58eea2434dcb-0 |
|
@andfasano: This PR was included in a payload test run from openshift/api#2880
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/6110c6c0-7139-11f1-9201-ebaca0b9eef9-0 |
|
@andfasano: This PR was included in a payload test run from openshift/api#2880
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/7ad1f9e0-715b-11f1-9fd6-756025c45f8c-0 |
|
Unit test is failing, perhaps needs a rebase? |
e03a87f to
6d24aab
Compare
|
Looks like a unit test failure with OSStream expecting the |
| sigs.k8s.io/cluster-api-provider-azure => github.com/mboersma/cluster-api-provider-azure v0.3.1-0.20251030205607-3161b9cc8d3e | ||
| ) | ||
|
|
||
| replace github.com/openshift/api => github.com/pawanpinjarkar/api v0.0.0-20260611132132-df7836b66b8f |
6d24aab to
00075be
Compare
00075be to
2812330
Compare
The FeatureGateAWSClusterHostedDNSInstall feature gate was promoted to General Availability (GA) in openshift/api on June 11, 2026 (commit 564b1995796e). This promotion changed the feature from requiring TechPreviewNoUpgrade or CustomNoUpgrade feature sets to being enabled by default in all feature sets. The openshift/api dependency update required for AGENT-1522 (graduating InternalReleaseImage from v1alpha1 to v1) pulls in this GA promotion, since InternalReleaseImage v1 was added on June 26, 2026 - after the AWSClusterHostedDNSInstall promotion. This commit updates the feature gate validation test to reflect that AWS UserProvisionedDNS is now allowed in the Default feature set without requiring explicit feature gate enablement.
fc24d7d to
641b89f
Compare
|
/lgtm |
| items: | ||
| description: ClusterVersionCapability enumerates optional, core | ||
| cluster components. | ||
| enum: |
There was a problem hiding this comment.
out of curiosity, what triggered this change?
There was a problem hiding this comment.
When updating github.com/openshift/api, the install-config CRD must be regenerated. This is documented in AGENTS.md The upstream https://github.com/openshift/installer/pull/10620/changes#diff-b318e1e6bbcc59892bb6b4298564b051c6f6d5d848878d14aab856509ff0625cL1310 changed how ClusterVersionCapability is defined in the CRD schema.
Without this change, the make verify was failing
|
/test |
|
/test e2e-aws-custom-dns-techpreview |
|
/test e2e-aws-ovn-dualstack-ipv6-primary-techpreview |
|
/hold |
|
@pawanpinjarkar: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/close Not necessary at this time. |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@sadasu: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Uh oh!
There was an error while loading. Please reload this page.