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 mongodb-crypt from 1.2.1 to 1.4.0 #25114

Merged
merged 1 commit into from
Apr 26, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2022

Bumps mongodb-crypt from 1.2.1 to 1.4.0.

Release notes

Sourced from mongodb-crypt's releases.

1.4.0 release

New Features

  • Support on-demand credentials with MONGOCRYPT_CTX_NEED_KMS_CREDENTIALS state and mongocrypt_ctx_provide_kms_providers.

1.4.0-alpha0 release

New Features

  • Support on-demand AWS credentials with MONGOCRYPT_CTX_NEED_KMS_CREDENTIALS state and mongocrypt_ctx_provide_kms_providers.

Fixed

  • Resolve 32 bit Windows compile errors.

1.3.2 release

Fixed

  • Resolve 32 bit Windows compile errors.

1.3.1 Release

New Features

  • Support custom key material through mongocrypt_ctx_setopt_key_material.

Fixed

  • Fix deprecation warnings with OpenSSL 3.0.
  • Resolve possible symbol conflicts with OpenSSL.

1.3.0 release

Support the "kmip" KMS provider.

1.3.0-beta1 release

Introduces support for the "kmip" KMS provider.

This is an unstable pre-release.

node-v1.2.7

The MongoDB Node.js team is pleased to announce version 1.2.7 of the mongodb-client-encryption package!

Release Highlights

This release brings in the latest version of libmongocrypt 1.2.2. Check the libmongocrypt notes for 1.2.2 and 1.2.1 for updates.

We invite you to try the mongodb-client-encryption library immediately, and report any issues to the NODE project.

node-v1.2.6

The MongoDB Node.js team is pleased to announce version 1.2.6 of the mongodb-client-encryption package!

Release Highlights

In this release we've fixed an issue where the keyAltNames option was being ignored in the createDataKey method on ClientEncryption.

Bug Fixes

  • NODE-3118: keyAltNames option not serialized (#176)

... (truncated)

Changelog

Sourced from mongodb-crypt's changelog.

1.4.0

New Features

  • Support on-demand credentials with MONGOCRYPT_CTX_NEED_KMS_CREDENTIALS state and mongocrypt_ctx_provide_kms_providers.

1.4.0-alpha0

New Features

  • Support on-demand AWS credentials with MONGOCRYPT_CTX_NEED_KMS_CREDENTIALS state and mongocrypt_ctx_provide_kms_providers.

Fixed

  • Resolve 32 bit Windows compile errors.

1.3.1

New Features

  • Support custom key material through mongocrypt_ctx_setopt_key_material.

Fixed

  • Fix deprecation warnings with OpenSSL 3.0.
  • Resolve possible symbol conflicts with OpenSSL.

1.3.0

  • Support "kmip" KMS provider.
  • Add mongocrypt_kms_ctx_get_kms_provider.
  • Apply default port to endpoints returned in mongocrypt_kms_ctx_endpoint

1.2.2

  • Fix pkg-config and PPA build dependency on libbson.
  • Fix JSON schema caching behavior when server reports no JSON schema.
Commits
  • 3881de7 update build.gradle.kts for 1.4.0
  • ee7fc47 update Linux distribution packages installation instructions
  • a233d8b update CHANGELOG.md for 1.4.0
  • b0ae4b0 MONGOCRYPT-420 add CMAKE path to macos variant (#297)
  • 2932610 MONGOCRYPT-413 always use HEAD reference for generating Debian tarball
  • 3f3e88b Download universal MacOS shared library (#279)
  • 9ce232c MONGOCRYPT-411 fix URLs in windows-upload s3 cmds (#272)
  • 1995ee4 MONGOCRYPT-411 use ${branch_name}, not ${branch} (#271)
  • 4a14c34 chore: update codeowners file (#268)
  • adfdce0 feat(NODE-3978): allow identifying decrypted fields for internal usage/testin...
  • 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)

Bumps [mongodb-crypt](https://github.com/mongodb/libmongocrypt) from 1.2.1 to 1.4.0.
- [Release notes](https://github.com/mongodb/libmongocrypt/releases)
- [Changelog](https://github.com/mongodb/libmongocrypt/blob/master/CHANGELOG.md)
- [Commits](mongodb/libmongocrypt@1.2.1...1.4.0)

---
updated-dependencies:
- dependency-name: org.mongodb:mongodb-crypt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Apr 22, 2022
@sberyozkin sberyozkin requested a review from loicmathieu April 23, 2022 09:50
@loicmathieu
Copy link
Contributor

The documentation didn't specify any version dependency matrix between this lib and the driver.
And we didn't have test for it as it needs an enterprise MongoDB version.
This library is included for GraalVM native image support.

That being said, I think it's a safe update as it's a tiny library with low surface.

@gsmet gsmet merged commit 43afda6 into main Apr 26, 2022
@quarkus-bot quarkus-bot bot added this to the 2.9 - main milestone Apr 26, 2022
@dependabot dependabot bot deleted the dependabot/maven/org.mongodb-mongodb-crypt-1.4.0 branch April 26, 2022 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file kind/component-upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants