Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

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

Conversation

dependabot[bot]
Copy link
Contributor

@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
@codecov
Copy link

codecov bot commented Mar 10, 2021

Codecov Report

Merging #3482 (ff6c1bf) into master (a2789d4) will decrease coverage by 0.70%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3482      +/-   ##
==========================================
- Coverage   41.32%   40.61%   -0.71%     
==========================================
  Files         221      215       -6     
  Lines       11683    11473     -210     
  Branches      290      290              
==========================================
- Hits         4828     4660     -168     
+ Misses       6239     6205      -34     
+ Partials      616      608       -8     
Flag Coverage Δ *Carryforward flag
api 29.89% <ø> (ø) Carriedforward from a2789d4
approval-service 84.61% <ø> (ø) Carriedforward from a2789d4
bridge 20.37% <ø> (ø) Carriedforward from a2789d4
cli 41.21% <ø> (ø) Carriedforward from a2789d4
configuration-service 19.51% <ø> (ø) Carriedforward from a2789d4
distributor 55.61% <ø> (ø) Carriedforward from a2789d4
helm-service 45.70% <ø> (ø) Carriedforward from a2789d4
jmeter-service 11.19% <ø> (ø) Carriedforward from a2789d4
lighthouse-service 48.55% <ø> (ø) Carriedforward from a2789d4
mongodb-datastore 24.53% <ø> (ø) Carriedforward from a2789d4
openshift-route-service 33.82% <ø> (ø) Carriedforward from a2789d4
remediation-service 60.41% <ø> (ø)
secret-service ?
shipyard-controller 55.65% <ø> (ø) Carriedforward from a2789d4
statistics-service 55.31% <ø> (ø) Carriedforward from a2789d4

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

Impacted Files Coverage Δ
secret-service/pkg/backend/registry.go
secret-service/pkg/repository/scopes.go
secret-service/pkg/handler/secrethandler.go
secret-service/pkg/handler/common.go
secret-service/pkg/backend/secretbackend_k8s.go
secret-service/pkg/common/utils.go

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 a2789d4...ff6c1bf. Read the comment docs.

@christian-kreuzberger-dtx
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/remediation-service/go.mongodb.org/mongo-driver-1.5.0 branch 2 times, most recently from bcdee86 to 5d20329 Compare March 12, 2021 06:57
@dependabot dependabot bot force-pushed the dependabot/go_modules/remediation-service/go.mongodb.org/mongo-driver-1.5.0 branch 2 times, most recently from 5f10a7f to fbf57f1 Compare March 25, 2021 06:31
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 fbf57f1 to ff6c1bf Compare March 29, 2021 08:24
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2021

Superseded by #3664.

@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 07:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant