-
Notifications
You must be signed in to change notification settings - Fork 57
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
chore: update operator-sdk v1.31.0 #361
chore: update operator-sdk v1.31.0 #361
Conversation
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.
The commit linter actually looks at the commit message, not the PR message. I'd recommend squashin bot into one commit and adding chore:
to the title.
The generate job looks like it needs a change after updating operator-sdk
. The created-at
annotation makes this test fail, since it gets regenerated. Maybe we can prevent operator-sdk to add that?
Same comment as @jan--f , please do a squash of both commits and fix violations. I'd recommend triggering the linter locally before pushing, thanks! |
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.
Small nit already explained
operator-framework/operator-sdk#6285 Seems related to this, we'll probably need to actively ignore that. |
operator-framework/operator-sdk#6285 (comment) might be solution. |
094f071
to
b3c9115
Compare
thanks, done |
Signed-off-by: Mario Fernandez <[email protected]>
b3c9115
to
8666459
Compare
/lgtm |
/lgtm |
/approve |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danielmellado, jan--f, marioferh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Not sure how rhobs#361 could merge without hitting this, but maybe there was some unfortunate overlap of changes. Signed-off-by: Jan Fajerski <[email protected]>
* chore: drop defunct team from CODEOWNERS Signed-off-by: Jan Fajerski <[email protected]> * chore: update bundle.Dockerfile with new operator-sdk version Not sure how #361 could merge without hitting this, but maybe there was some unfortunate overlap of changes. Signed-off-by: Jan Fajerski <[email protected]> --------- Signed-off-by: Jan Fajerski <[email protected]>
Operator-sdk needs this update: operator-framework/operator-sdk#6408 in order to fix this:
observability-operator/deploy/dependencies/kustomization.yaml
Lines 6 to 21 in b6b11bb