-
Notifications
You must be signed in to change notification settings - Fork 9
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
BUG 2242374: build: update go module deps #526
BUG 2242374: build: update go module deps #526
Conversation
Update go mod deps. The most interesting update is to libopenstorage/secrets which no longer uses Vault code licensed under BUSL-1.1. Signed-off-by: Blaine Gardner <blaine.gardner@ibm.com>
@BlaineEXE: This pull request references Bugzilla bug 2242374, 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 kubernetes/test-infra repository. |
/approve |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: BlaineEXE, travisn The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1759099
into
red-hat-storage:release-4.14
@BlaineEXE: All pull requests linked via external trackers have merged: Bugzilla bug 2242374 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 kubernetes/test-infra repository. |
Port below patch red-hat-storage/rook#526 to address licensing issues. fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2244568 Signed-off-by: Vinayakswami Hariharmath <vharihar@redhat.com>
Port below patch red-hat-storage/rook#526 to address licensing issues. fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2244568 Signed-off-by: Vinayakswami Hariharmath <vharihar@redhat.com>
Port below patch red-hat-storage/rook#526 to address licensing issues. fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2244568 Signed-off-by: Vinayakswami Hariharmath <vharihar@redhat.com>
Through this patch (libopenstorage/secrets#80), libopenstorage repo is updated to use mpl libraries instead of busl libraries. The updated libopenstorage code is inducted through version change in go.mod through this patch. We just followed the version as per red-hat-storage/rook#526 to address mpl to busl library updation. Also, added other module version update in this patch. Issues: Fixed: https://bugzilla.redhat.com/show_bug.cgi?id=2244568 Signed-off-by: Vinayakswami Hariharmath <vharihar@redhat.com>
Through this patch (libopenstorage/secrets#80), libopenstorage repo is updated to use mpl libraries instead of busl libraries. The updated libopenstorage code is inducted through version change in go.mod through this patch. We just followed the version as per red-hat-storage/rook#526 to address mpl to busl library updation. Also, added other module version update in this patch. Issues: Fixed: https://bugzilla.redhat.com/show_bug.cgi?id=2244568 Signed-off-by: Vinayakswami Hariharmath <vharihar@redhat.com>
Through this patch (libopenstorage/secrets#80), libopenstorage repo is updated to use mpl libraries instead of busl libraries. The updated libopenstorage code is inducted through version change in go.mod through this patch. We just followed the version as per red-hat-storage/rook#526 to address mpl to busl library updation. Also, added other module version update in this patch. Issues: Fixed: https://bugzilla.redhat.com/show_bug.cgi?id=2244568 Signed-off-by: Vinayakswami Hariharmath <vharihar@redhat.com> (cherry picked from commit fa79f19)
Through this patch (libopenstorage/secrets#80), libopenstorage repo is updated to use mpl libraries instead of busl libraries. The updated libopenstorage code is inducted through version change in go.mod through this patch. We just followed the version as per red-hat-storage/rook#526 to address mpl to busl library updation. Also, added other module version update in this patch. Issues: Fixed: https://bugzilla.redhat.com/show_bug.cgi?id=2244568 Signed-off-by: Vinayakswami Hariharmath <vharihar@redhat.com> (cherry picked from commit fa79f19)
Through this patch (libopenstorage/secrets#80), libopenstorage repo is updated to use mpl libraries instead of busl libraries. The updated libopenstorage code is inducted through version change in go.mod through this patch. We just followed the version as per red-hat-storage/rook#526 to address mpl to busl library updation. Also, added other module version update in this patch. Issues: Fixed: https://bugzilla.redhat.com/show_bug.cgi?id=2244568 Signed-off-by: Vinayakswami Hariharmath <vharihar@redhat.com> (cherry picked from commit fa79f19) Signed-off-by: liranmauda <liran.mauda@gmail.com>
Update go mod deps. The most interesting update is to libopenstorage/secrets which no longer uses Vault code licensed under BUSL-1.1.
Description of your changes:
Which issue is resolved by this Pull Request:
Resolves #
Checklist:
skip-ci
on the PR.