-
Notifications
You must be signed in to change notification settings - Fork 233
NO-ISSUE: Update nmstate Go bindings to 2.2.43 #7579
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
base: master
Are you sure you want to change the base?
NO-ISSUE: Update nmstate Go bindings to 2.2.43 #7579
Conversation
This patch updates the version of the _nmstate_ Go bindings that we use to 2.2.43, in order to be able to use the new `GenerateStateFromPolicy` function that was introduced in that version. The patch also inclues new test to verify that the function exists, but doesn't use it in any real way. That should be included in future patches, which should also probably remove that test. You can see in the diffs of the _vendor_ directory that the only real change is the introduction of that function, everything else remains the same, so this shoul be safe. Note that in the `go.mod` file we have to use the commit instead of the `v2.2.43` tag because of how the Go code is nested within the git repository of the project. Related: nmstate/nmstate@c21cec1 Signed-off-by: Juan Hernandez <[email protected]>
@jhernand: This pull request explicitly references no jira issue. 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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jhernand 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 |
/hold This is just to verify that the new function exists. We will probably want to include these changes in the pull request that does use the new function. |
@jhernand Thank you very much, Juan! I’ll make the same update once I start implementing and using it. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7579 +/- ##
=======================================
Coverage 67.29% 67.30%
=======================================
Files 334 334
Lines 42301 42301
=======================================
+ Hits 28468 28472 +4
+ Misses 11259 11257 -2
+ Partials 2574 2572 -2
🚀 New features to boost your workflow:
|
@jhernand: The following tests 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. |
This patch updates the version of the nmstate Go bindings that we use to 2.2.43, in order to be able to use the new
GenerateStateFromPolicy
function that was introduced in that version.The patch also inclues new test to verify that the function exists, but doesn't use it in any real way. That should be included in future patches, which should also probably remove that test.
You can see in the diffs of the vendor directory that the only real change is the introduction of that function, everything else remains the same, so this shoul be safe.
Note that in the
go.mod
file we have to use the commit instead of thev2.2.43
tag because of how the Go code is nested within the git repository of the project.Related: nmstate/nmstate@c21cec1
List all the issues related to this PR
What environments does this code impact?
How was this code tested?
Tested using the included unit tests.
Checklist
docs
, README, etc)Reviewers Checklist