-
Notifications
You must be signed in to change notification settings - Fork 545
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
fix: set correct groupName tag for packages.operators.coreos.com #3406
fix: set correct groupName tag for packages.operators.coreos.com #3406
Conversation
Seems like the groupName tag is not correct for the packagemanifest_types located in both pkg/package-server/api/operators and pkg/package-server/api/operators/v1 Both register.go files do point to the correct package name
Hi @manusa. Thanks for your PR. I'm waiting for a operator-framework member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
I've added a subsequent commit (b4e0390) to update the generated code according to the updated groupName tag. However, I'm not sure if this implies certain breaking changes. |
bb765c5
to
b4e0390
Compare
/ok-to-test |
@manusa thanks for this - I'm currently chasing someone more knowledgeable than myself to try to understand how this happened in the first place to see if there was any method behind the madness and to get a bit more certainty that the change shouldn't break anything. Please bear with me ^^ |
@manusa I think it's all good. Going to go ahead and merge this. Thanks for your patience. |
We have broken release automation which I'm trying to fix now. Don't want to add more variables into the mix so putting this on hold for now. /hold |
4771816
Description of the change:
Seems like the
groupName
tag is not correct for thepackagemanifest_types
located in bothpkg/package-server/api/operators
andpkg/package-server/api/operators/v1
.These changes address the problem.
Both register.go files do point to the correct package name though.
operator-lifecycle-manager/pkg/package-server/apis/operators/register.go
Line 9 in 75d70e6
operator-lifecycle-manager/pkg/package-server/apis/operators/v1/register.go
Line 12 in 75d70e6
Motivation for the change:
Correct generation of an OpenAPI client.
Architectural changes:
n/a
Testing remarks:
n/a
Reviewer Checklist
/doc
[FLAKE]
are truly flaky and have an issue