-
Notifications
You must be signed in to change notification settings - Fork 32
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
Include the operator-sdk bundle as repo payload #175
Include the operator-sdk bundle as repo payload #175
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ArangoGutierrez 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 |
Part of #174 |
/assign @marquiz |
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.
Thanks @ArangoGutierrez.
Could you also include the scripts, makefile rule(s) or whatever is needed to update the bundle? And update the release process in ´.github/ISSUE_TEMPLATE/release.md` to include this (if it's needed)?
Also, you could split this PR into two commits: the first one introducing the tooling to update the bundle (Dockerfile et al) and the second commit being the "auto-generated" content, i.e. new content added by running that tooling
Hey Markus thanks for the review, sure to the first part, working on that now, but the scond part is already there, this PR is basically generated by running |
Are you planning to address the documentation in this PR? BTW, just out of curiosity, I tried running |
b9068bd
to
55937dc
Compare
I will document in a following PR, I want to work towards adding HELM, then some docs, then cut release, that's the plan before Feb 🤞🏽 |
Hmm 🤨
|
[eduardo@fedora rhcos]$ operator-sdk version ...? |
That was my point. I've have my share of wrong tool/library versions. So could you document e.g. in the commit message what version of operator-sdk was used |
It has become common practice to include the bundle folder in the repo this patch is generated by running "make bundle", moving forward updating the bundle will be part of the release process. Generated with: - operator-sdk version: "v1.26.0" - kubernetes version: "v1.25.0" - go version: "go1.19.5" - GOOS: "linux" - GOARCH: "amd64"
55937dc
to
72e2477
Compare
@marquiz PTAL, commit now includes the version of dependencies to generate the bundle as is in this patch. |
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.
Thanks @ArangoGutierrez for the update
/lgtm
It has become common practice to include the bundle folder in the repo this patch is generated by running "make bundle", moving forward updating the bundle will be part of the release process.