nmstate / kubernetes-nmstate

Declarative node network configuration driven through Kubernetes API.
GNU General Public License v2.0
180 stars 89 forks source link

go.mod: update mongodb-driver to 1.11.2 #1158

Closed dougsland closed 1 year ago

dougsland commented 1 year ago

Keep the mongodb-driver updated with the latest bits available. Improves the driver functionality, fixes and sec. patches.

Release note:

  Update golang mongodb-driver to 1.11.2
kubevirt-bot commented 1 year ago

Hi @dougsland. Thanks for your PR.

I'm waiting for a nmstate member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
dougsland commented 1 year ago

Release note:

  Update golang mongodb-driver to 1.11.2
dougsland commented 1 year ago

Closing this one as we only refer to mongodb in the go.mod/go.sum, looks like it's not used anymore. I will send a new one with go mod tidy

dougsland commented 1 year ago

@cybertron I believe it's good to update actually. Please let me know your thoughts.

$ kubernetes-nmstate> go mod graph  | grep -i mongo-driver
github.com/go-openapi/strfmt@v0.19.3 go.mongodb.org/mongo-driver@v1.0.3
github.com/go-openapi/validate@v0.19.5 go.mongodb.org/mongo-driver@v1.1.2
github.com/golang-migrate/migrate/v4@v4.6.2 go.mongodb.org/mongo-driver@v1.1.0
github.com/go-openapi/analysis@v0.19.5 go.mongodb.org/mongo-driver@v1.1.1
github.com/go-openapi/strfmt@v0.19.2 go.mongodb.org/mongo-driver@v1.0.3
$ kubernetes-nmstate> go mod graph  | grep -i go-openapi | more
github.com/nmstate/kubernetes-nmstate github.com/go-openapi/jsonpointer@v0.19.5
github.com/nmstate/kubernetes-nmstate github.com/go-openapi/jsonreference@v0.19.5
github.com/nmstate/kubernetes-nmstate github.com/go-openapi/swag@v0.19.14
cybertron commented 1 year ago

/ok-to-test Looks fine to me assuming it passes ci.

dougsland commented 1 year ago

updated the patch to include the go mod vendor

dougsland commented 1 year ago

/test pull-kubernetes-nmstate-e2e-handler-k8s-future

dougsland commented 1 year ago

/retest-required

dougsland commented 1 year ago

/test pull-kubernetes-nmstate-e2e-handler-k8s-future

kubevirt-bot commented 1 year ago

@dougsland: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-kubernetes-nmstate-e2e-handler-k8s-future a381faa1988370c4b11f17888724b755e784bd1e link false /test pull-kubernetes-nmstate-e2e-handler-k8s-future
Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
cybertron commented 1 year ago

/lgtm /approve

kubevirt-bot commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cybertron

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: - ~~[OWNERS](https://github.com/nmstate/kubernetes-nmstate/blob/main/OWNERS)~~ [cybertron] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
dougsland commented 1 year ago

/cherrypick release-4.13

kubevirt-bot commented 1 year ago

@dougsland: only nmstate org members may request cherry picks. You can still do the cherry-pick manually.

In response to [this](https://github.com/nmstate/kubernetes-nmstate/pull/1158#issuecomment-1480492974): >/cherrypick release-4.13 Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
dougsland commented 1 year ago

oops nevermind :)