-
Notifications
You must be signed in to change notification settings - Fork 153
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
Bump HPP to v0.5.1 and HPPO to v0.5.2 #721
Conversation
Hello contributor, thanks for submitting a PR for this project! I am the bot who triggers "standard-CI" builds for this project. In order to allow automated tests to run, please ask one of the project maintainers to review the code and then do one of the following:
|
@@ -229,7 +229,7 @@ EOM | |||
# Write HCO CRDs | |||
(cd ${PROJECT_ROOT}/tools/csv-merger/ && go build) | |||
hco_crds=${TEMPDIR}/hco.crds.yaml | |||
${PROJECT_ROOT}/tools/csv-merger/csv-merger --api-sources=${PROJECT_ROOT}/pkg/apis/... --output-mode=CRDs > $hco_crds | |||
(cd ${PROJECT_ROOT} && ${PROJECT_ROOT}/tools/csv-merger/csv-merger --api-sources=${PROJECT_ROOT}/pkg/apis/... --output-mode=CRDs > $hco_crds) |
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.
Note this change.
Otherwise csv-merger
exits with cannot import absolute path
/lgtm |
Hi @awels , Thanks
|
Ugh, forgot to sync the csv generator, the yaml is correct, let me sync them. |
kubevirt/hostpath-provisioner-operator#79 fixes the CRD in helper.go |
https://github.com/kubevirt/hostpath-provisioner-operator/releases/tag/v0.5.1 should have it fixed. if you update to use operator 0.5.1 |
done, thanks |
/retest |
3 similar comments
/retest |
/retest |
/retest |
/rebase |
Signed-off-by: orenc1 <[email protected]>
Signed-off-by: orenc1 <[email protected]>
Could it be that the failures are because from v1alpha1 to v1beta1, I changed one of the fields from a string to a boolean? I did remove the alpha api completely, since HCO wasn't managing it. Looks like something is looking for alpha api? |
Yes, looks like the olm registry container is searching for |
I guess I am stuck keeping it around for a bit.... |
kubevirt/hostpath-provisioner-operator#82 once merged I will make new release v0.5.2 |
I created new 0.5.2 release that should have alpha api in it again. |
Signed-off-by: orenc1 <[email protected]>
/retest |
/test hco-e2e-upgrade-prev-azure |
@nunnatsa: The specified target(s) for
Use In 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. |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nunnatsa 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 |
Signed-off-by: orenc1 [email protected]
Release note: