Skip to content
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

Bump go.mongodb.org/mongo-driver from 1.4.6 to 1.5.0 in /remediation-service #75

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 10, 2021

Bumps go.mongodb.org/mongo-driver from 1.4.6 to 1.5.0.

Release notes

Sourced from go.mongodb.org/mongo-driver's releases.

MongoDB Go Driver 1.5.0

The MongoDB Go driver team is pleased to release 1.5.0 of the official Go driver.

This release contains several new features and usability improvements for the driver.

Documentation can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver Jira where a list of current issues can be found.

This release contains a new errors API for the primary mongo package. Users can now detect duplicate key errors, timeouts, and network errors via the mongo.IsDuplicateKeyError, mongo.IsTimeout, and mongo.IsNetworkError functions, respectively. Additionally, a new UpdateByID function has been added to the mongo.Collection type to update a single document with a given _id value.

The Go Driver now supports using GCP and Azure key management services with the client-side field level encryption feature. In addition, AWS key management support has been enhanced to allow authenticating with temporary AWS credentials. See the MongoDB docs for more information about these improvements. Use of client-side field level encryption requires users to install the latest released version of libmongocrypt. Note: This means that existing applications that use this feature will need to upgrade the libmongocrypt dependency when upgrading to this driver version; otherwise, the application will fail to compile. Users can upgrade to the latest development release of libmongocrypt via the OS-specific instructions for macos, Windows, and Linux.

Monitoring has now been added for various server events. A ServerMonitor set on a mongo.Client monitors changes on the MongoDB deployment it is connected to and reports the changes in the client's representation of the deployment.

For a full list of tickets included in this release, please see the links below: Projects:

Projects

New Features

Improvements

Bugs

Tasks

MongoDB Go Driver 1.5.0-beta1

The MongoDB Go driver team is pleased to release 1.5.0-beta1 of the official Go driver.

This release contains driver-specific improvements.

Documentation can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver Jira where a list of current issues can be found.

This release includes beta support for using Azure and GCP key management with the client-side field level encryption feature. See the MongoDB docs for more information and code samples. Use of client-side field level encryption, even without Azure/GCP, requires users to install the latest development release of libmongocrypt. Note: This means that existing applications that use this feature will need to upgrade the libmongocrypt dependency when upgrading to this driver release; otherwise, the application will fail to build. Users can upgrade to the latest development release of libmongocrypt via the OS-specific instructions for macos, Windows, and Linux. Each OS-specific link contains instructions for installing both the latest stable and dev releases.

... (truncated)

Commits
  • 6760875 Update version to v1.5.0
  • 19a368c GODRIVER-1911 Fix Windows/macos test failures for CSFLE (#603)
  • 2a5f9a4 GODRIVER-1879 Apply connectTimeoutMS to TLS handshake (#594)
  • 2c5b75b GODRIVER-1855 Support AWS authentication with temporary credentials in CSFLE ...
  • 66d9882 GODRIVER-1893 Cleanup comments and tests
  • b88bb74 GODRIVER-1893 Add primitive.IsValidObjectID function (#592)
  • ccdaffc GODRIVER-1882 Use new AWS setup script in Evergreen (#587)
  • 7087b5e GODRIVER-1890 Add nil Client checks (#590)
  • b03a7e4 GODRIVER-1852 Add commitTransaction error check for timeout (#569)
  • 07b0039 GODRIVER-1875 reduce TestPool test timeout (#582)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 10, 2021
@dependabot dependabot bot force-pushed the dependabot/go_modules/remediation-service/go.mongodb.org/mongo-driver-1.5.0 branch from 31ff883 to ef4b257 Compare March 17, 2021 07:02
@codecov-io
Copy link

codecov-io commented Mar 17, 2021

Codecov Report

Merging #75 (17691b9) into master (a662a57) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #75   +/-   ##
=======================================
  Coverage   40.76%   40.76%           
=======================================
  Files         202      202           
  Lines       11258    11258           
  Branches      283      283           
=======================================
  Hits         4589     4589           
  Misses       6064     6064           
  Partials      605      605           
Flag Coverage Δ *Carryforward flag
api 29.89% <ø> (ø) Carriedforward from a662a57
approval-service 84.61% <ø> (ø) Carriedforward from a662a57
bridge 20.80% <ø> (ø) Carriedforward from a662a57
cli 40.88% <ø> (ø) Carriedforward from a662a57
configuration-service 19.51% <ø> (ø) Carriedforward from a662a57
distributor 55.61% <ø> (ø) Carriedforward from a662a57
helm-service 45.70% <ø> (ø) Carriedforward from a662a57
jmeter-service 11.19% <ø> (ø) Carriedforward from a662a57
lighthouse-service 48.55% <ø> (ø) Carriedforward from a662a57
mongodb-datastore 24.53% <ø> (ø) Carriedforward from a662a57
openshift-route-service 33.82% <ø> (ø) Carriedforward from a662a57
remediation-service 60.41% <ø> (ø)
shipyard-controller 55.65% <ø> (ø) Carriedforward from a662a57
statistics-service 55.31% <ø> (ø) Carriedforward from a662a57

*This pull request uses carry forward flags. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a662a57...17691b9. Read the comment docs.

Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.4.6 to 1.5.0.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@1.4.6...v1.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/remediation-service/go.mongodb.org/mongo-driver-1.5.0 branch from ef4b257 to 17691b9 Compare March 23, 2021 07:18
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 31, 2021

Superseded by #99.

@dependabot dependabot bot closed this Mar 31, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/remediation-service/go.mongodb.org/mongo-driver-1.5.0 branch March 31, 2021 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
1 participant