OCPBUGS-3176: Rework IP Forwarding config#1473
OCPBUGS-3176: Rework IP Forwarding config#1473openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
We are not supposed to use booleans anymore for API, so modifying the config to use a new type. Signed-off-by: Tim Rozet <trozet@redhat.com>
|
@trozet: This pull request references Jira Issue OCPBUGS-3176, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. 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/test-infra repository. |
|
Hello @trozet! Some important instructions when contributing to openshift/api: |
|
/lgtm tagging so we get the types right for deserialization before we update cluster-config-operator to write the CRs. I'll make a followup to tweak validation. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, trozet The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@trozet: all tests passed! 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/test-infra repository. I understand the commands that are listed here. |
|
@trozet: Jira Issue OCPBUGS-3176: Some pull requests linked via external trackers have merged: The following pull requests linked via external trackers have not merged:
These pull request must merge or be unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with Jira Issue OCPBUGS-3176 has not been moved to the MODIFIED state. 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/test-infra repository. |
|
Fix included in accepted release 4.14.0-0.nightly-2023-09-11-201102 |
|
Fix included in accepted release 4.14.0-0.nightly-2023-09-12-024050 |
|
Fix included in accepted release 4.14.0-0.nightly-2023-09-15-101929 |
We are not supposed to use booleans anymore for API, so modifying the config to use a new type.
https://github.com/openshift/crd-schema-checker/blob/master/pkg/manifestcomparators/comp_no_bools.go#L20