-
Notifications
You must be signed in to change notification settings - Fork 71
OCPBUGS-30333: Move Helm to bingo dep and update it #837
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
OCPBUGS-30333: Move Helm to bingo dep and update it #837
Conversation
@bentito: This pull request references Jira Issue OCPBUGS-30333, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@bentito: This pull request references Jira Issue OCPBUGS-30333, which is invalid:
Comment 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 openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@bentito: This pull request references Jira Issue OCPBUGS-30333, which is invalid:
Comment 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 openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@perdasilva: This pull request references Jira Issue OCPBUGS-30333, which is valid. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request. 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 openshift-eng/jira-lifecycle-plugin repository. |
lgtm, but I'll just stick one label on here in case someone else wants to 👀 today. Otherwise I'll try to circle back around and merge. /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bentito, grokspawn 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 |
/lgtm |
Signed-off-by: Brett Tofel <[email protected]>
Signed-off-by: Brett Tofel <[email protected]>
Signed-off-by: Brett Tofel <[email protected]>
Signed-off-by: Brett Tofel <[email protected]>
Signed-off-by: Brett Tofel <[email protected]>
Signed-off-by: Brett Tofel <[email protected]>
1d3453f
to
4e3cd64
Compare
/lgtm |
@bentito: The following test failed, say
Full PR test history. Your PR dashboard. 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 understand the commands that are listed here. |
7915649
into
openshift:master
@bentito: Jira Issue OCPBUGS-30333: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-30333 has been moved to the MODIFIED state. 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 openshift-eng/jira-lifecycle-plugin repository. |
[ART PR BUILD NOTIFIER] Distgit: operator-lifecycle-manager |
[ART PR BUILD NOTIFIER] Distgit: operator-registry |
[ART PR BUILD NOTIFIER] Distgit: ose-operator-framework-tools |
/jira refresh |
@m1kola: Jira Issue OCPBUGS-30333 is in an unrecognized state (MODIFIED) and will not be moved to the MODIFIED state. 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 openshift-eng/jira-lifecycle-plugin repository. |
* Add bingo for Helm dep * Add bingo for Helm dep - vendor changes Signed-off-by: Brett Tofel <[email protected]> * Rm debug statement Signed-off-by: Brett Tofel <[email protected]> * Sync bingo go version with toolchain go version Signed-off-by: Brett Tofel <[email protected]> * Some Go debugging lines to debug helm bin path Signed-off-by: Brett Tofel <[email protected]> * Add helm dependency to verify target Signed-off-by: Brett Tofel <[email protected]> * Move down the bingo include to protect early defs Signed-off-by: Brett Tofel <[email protected]> --------- Signed-off-by: Brett Tofel <[email protected]>
We're adding
bingo
to the top level of this monorepo. In doing this we are also changing the dependency to a version of Helm that is free of the target bug.Actual files in need of review:
.bingo/*
Makefile
go.mod
go.sumscripts/generate_crds_manifests.sh
tools.go