Closed everettraven closed 1 week ago
/hold
/retest
/retest
Add OPRUN-3588: to the PR title =D
@everettraven: This pull request references OPRUN-3588 which is a valid jira issue.
@installer-team Can you please take a look. We need this PR before code branch for 4.18 happens.
@everettraven: This pull request references OPRUN-3588 which is a valid jira issue.
https://github.com/openshift/cluster-version-operator/pull/1108 is the PR to add the capability to CVO
@everettraven: This pull request references OPRUN-3588 which is a valid jira issue.
@everettraven the install config crd can be generated with
go generate ./pkg/types/installconfig.go
Can you squash the fix commit? It looks like this pr is just vendoring new dependencies and then generating the new crd, so if you want to squash everything into one commit that is fine too
@patrickdillon I rolled the fix commit into the commit to regenerate the CRD
/approve
/hold cancel
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: LalatenduMohanty, patrickdillon, tmshort
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@everettraven: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/okd-scos-e2e-aws-ovn | 2abc62275b2f0361314270b3a0637039b676f075 | link | false | /test okd-scos-e2e-aws-ovn |
Full PR test history. Your PR dashboard.
Description
Updates the
InstallConfig
.capabilities.additionalEnabledCapabilities
to add theOperatorLifecycleManagerV1
capability.Updated openshift/api, openshift/library-go, openshift/client-go to the latest versions to pull in the new capability
Prior ART for adding CVO capability: