-
Notifications
You must be signed in to change notification settings - Fork 22
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
Change vbom.ml/util dependeny with github.com/fvbommel/util #25
Conversation
I would suggest to add the reason (what was the error of vbom and so on to the description) please, |
36e8fc4
to
d1735e7
Compare
/approve Holding so @phoracek can have a final word on this. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: maiqueb, rhrazdil 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 |
We should address #25 (comment) causing do-not-merge/invalid-commit-message |
Same issue kubernetes/kubectl#925 and corresponding PR kubernetes/kubernetes#94451 suggests to replace the dep with github.com/fvbommel/util Added vbom.ml/util => github.com/fvbommel/util v0.0.0-20180919145318-efcd4e0f9787 to go.mod. Source of the workaround: https://github.com/kubevirt/kubevirt/blob/0a731e884b91d236103ed9c1b5e40db849dfd471/hack/builder/vbom_ml.diff Signed-off-by: Radim Hrazdil <[email protected]>
d1735e7
to
65593d1
Compare
/lgtm |
Looks good, thanks! /hold cancel |
It contains the following PRs: - Change vbom.ml/util dependency with github.com/fvbommel/util [0] Fixes vbom dependency - Adding quotes in macvtap.yaml.in [1] Allows using yq to edit macvtap.yaml.in [0] kubevirt/macvtap-cni#25 [1] kubevirt/macvtap-cni#24 Signed-off-by: Radim Hrazdil <[email protected]>
It contains the following PRs: - Change vbom.ml/util dependency with github.com/fvbommel/util [0] Fixes vbom dependency - Adding quotes in macvtap.yaml.in [1] Allows using yq to edit macvtap.yaml.in [0] kubevirt/macvtap-cni#25 [1] kubevirt/macvtap-cni#24 Signed-off-by: Radim Hrazdil <[email protected]>
It contains the following PRs: - Change vbom.ml/util dependency with github.com/fvbommel/util [0] Fixes vbom dependency - Adding quotes in macvtap.yaml.in [1] Allows using yq to edit macvtap.yaml.in - Fix container command quotes in macvtap.yaml.in [2] Fixes single quotes in command list [0] kubevirt/macvtap-cni#25 [1] kubevirt/macvtap-cni#24 [2] kubevirt/macvtap-cni#27 Signed-off-by: Radim Hrazdil <[email protected]>
* Bump macvtap dep to v0.3.1 It contains the following PRs: - Change vbom.ml/util dependency with github.com/fvbommel/util [0] Fixes vbom dependency - Adding quotes in macvtap.yaml.in [1] Allows using yq to edit macvtap.yaml.in - Fix container command quotes in macvtap.yaml.in [2] Fixes single quotes in command list [0] kubevirt/macvtap-cni#25 [1] kubevirt/macvtap-cni#24 [2] kubevirt/macvtap-cni#27 Signed-off-by: Radim Hrazdil <[email protected]> * Add PlacementConfiguration for macvtap Use Workloads PlacementConfiguration from NetworkAddonsConfig in macvtap pods. By default, macvtap pods will be scheduled on all nodes. Signed-off-by: Radim Hrazdil <[email protected]>
Added vbom.ml/util => github.com/fvbommel/util v0.0.0-20180919145318-efcd4e0f9787
to go.mod.
Signed-off-by: Radim Hrazdil [email protected]
What this PR does / why we need it:
CI fails to get vbom.ml/util dependency
Same issue kubernetes/kubectl#925 and corresponding fix kubernetes/kubernetes#94451 suggests to replace the dep with github.com/fvbommel/util
Source of the used workaround:
https://github.com/kubevirt/kubevirt/blob/0a731e884b91d236103ed9c1b5e40db849dfd471/hack/builder/vbom_ml.diff
Special notes for your reviewer:
Release note: