USHIFT-367: apply rebase.sh to openshift-dns manifests#925
USHIFT-367: apply rebase.sh to openshift-dns manifests#925openshift-merge-robot merged 1 commit intoopenshift:mainfrom
Conversation
stlaz
left a comment
There was a problem hiding this comment.
/hold
the script appears to be generating suspicious whitespace changes
@stlaz You're right that the indentation changes. This is an unfortunate side-effect of the rebase script editing manifests using becomes |
|
/hold cancel I see, this is explained here: https://mikefarah.gitbook.io/yq/usage/output-format I guess this was caused either by yq change or yq integration into the script. All good from me, then. |
|
/retest |
Are the script changes to make those edits in another PR? Or is the script already updating these manifests but the versions in this PR come from a different release image? |
|
/label needs-rebase |
|
@dhellmann: The label(s) 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. |
f20496b to
0633213
Compare
|
/retest |
|
/lgtm |
|
/retest-required Remaining retests: 0 against base HEAD f4b540c and 2 for PR HEAD 063321357175fb6f0666e8c9f3a947f31ef0908e in total |
0633213 to
ebae634
Compare
Signed-off-by: Frank A. Zdarsky <fzdarsky@redhat.com>
ebae634 to
6b6b697
Compare
|
@fzdarsky: 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fzdarsky, pacevedom 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 |
Updates the openshift-dns manifests using the latest rebase.sh automation.
Most changes are completely neutral and result from the adoption of
yq, e.g. reordering of fields resulting fromyqappending added fields at the end rather than ordering them in alphabetically or different indentation. A few changes drop comments or labels that are no longer applied by the respective operator. Most notable change is the adoption of the PSA labels for the namespace.Signed-off-by: Frank A. Zdarsky fzdarsky@redhat.com
Partially addresses USHIFT-367