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

Update mongo requirement from = 2.13.2 to = 2.19.1 #6688

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2023

Updates the requirements on mongo to permit the latest version.

Release notes

Sourced from mongo's releases.

2.19.1

This patch release in the 2.19 series fixes the following issue:

RUBY-3284 Connection Pool does not open new connections when needed

Changelog

Sourced from mongo's changelog.

.. _release-notes:


Release Notes


.. default-domain:: mongodb

This page documents significant changes in driver releases.

It is not an exhaustive list of changes and generally does not enumerate bug fixes; please consult the releases page on GitHub <https://github.com/mongodb/mongo-ruby-driver/releases>_ for a more comprehensive list of changes in each version of the driver and the releases page in Jira <https://jira.mongodb.org/projects/RUBY?selectedItem=com.atlassian.jira.jira-projects-plugin%3Arelease-page&status=released>_ for the complete list of changes, including those internal to the driver and its test suite.

.. _release-notes-2.19:

2.19

This release of the Ruby driver supports MongoDB version 7.0. The Ruby driver now supports Ruby 3.2. Ruby 2.5 and 2.6 are now deprecated.

This release includes the following new features:

  • The driver now limits the number of connections established by a connection pool simultaneously. By default the limit is 2. The limit can be configured with the :max_connecting option of the Mongo::Client constructor. The default should be sufficient for most applications. However, if your application is using a large number of threads, you may need to increase the limit.
  • Added support for automatic AWS credentials retrieval and authentication with temporary credentials when AWS KMS is used for client side encryption.
  • Added support for automatic GCP credentials retrieval when Google Cloud Key Management is used for client side encryption.
  • Added support the Azure VM-assigned Managed Identity for Automatic KMS Credentials when Azure Key Vault is used for client side encryption.
  • Queryable Encryption <https://www.mongodb.com/docs/upcoming/core/queryable-encryption/queryable-encryption/>_ support is extended.
  • Added support for Queryable Encryption Range Indexes.
  • A crypt_shared <https://www.mongodb.com/docs/manual/core/queryable-encryption/reference/shared-library/#download-the-automatic-encryption-shared-library>_ library can be now used instead of mongocryptd.
  • Added support for AWS IAM Roles for service accounts, EKS in particular.
  • AWS Credentials are now cached when possible.

.. _release-notes-2.18:

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [mongo](https://github.com/mongodb/mongo-ruby-driver) to permit the latest version.
- [Release notes](https://github.com/mongodb/mongo-ruby-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-ruby-driver/blob/master/docs/release-notes.txt)
- [Commits](mongodb/mongo-ruby-driver@v2.13.2...v2.19.1)

---
updated-dependencies:
- dependency-name: mongo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 26, 2023 19:58
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 26, 2023
@clintoncwolfe clintoncwolfe merged commit 31f6e26 into inspec-4 Sep 26, 2023
3 of 5 checks passed
@clintoncwolfe clintoncwolfe deleted the dependabot/bundler/inspec-4/mongo-eq-2.19.1 branch September 26, 2023 20:43
chef-expeditor bot pushed a commit that referenced this pull request Sep 26, 2023
Obvious fix; these changes are the result of automation not creative thinking.
@Vasu1105
Copy link
Contributor

Reverting this for now. As breaking the omnibus build.

Vasu1105 added a commit that referenced this pull request Sep 30, 2023
@Vasu1105 Vasu1105 mentioned this pull request Sep 30, 2023
4 tasks
Vasu1105 added a commit that referenced this pull request Sep 30, 2023
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 Expeditor: Skip Version Bump inspec-4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants