Skip to content

chore(deps): bump aws-encryption-sdk from 3.3.0 to 4.0.0 #5564

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2024

Bumps aws-encryption-sdk from 3.3.0 to 4.0.0.

Release notes

Sourced from aws-encryption-sdk's releases.

4.0.0 -- 2024-11-13

Features

Breaking Changes

  • The MPL introduces the Required Encryption Context Cryptographic Materials Manager ("required EC CMM") as a new construct for protecting your data. On encrypt, the required EC CMM will use specific configured encryption context key-value pairs to calculate the message signature, but will not store those pairs in the ESDK message. On decrypt, decryptors must supply these same pairs that were used when encrypting the message. All messages that have been encrypted with versions of the ESDK <4.0.0 are forward compatible with this change. However, messages that are constructed with the required EC CMM are not backward compatible with ESDK <4.0.0, as no version of ESDK <4.0.0 supports reading messages encrypted with the required EC CMM. A message that is encrypted with the required EC CMM from the MPL must be decrypted with a CMM from the MPL.

Fixes

  • fix: MKPs attempt to decrypt with remaining keys if a preceding raw RSA key failed to decrypt (#707)
Changelog

Sourced from aws-encryption-sdk's changelog.

4.0.0 -- 2024-10-29

Features

  • Add support for constructs from the AWS Cryptographic Material Providers Library (MPL) <https://github.com/aws/aws-cryptographic-material-providers-library>. The MPL contains new constructs for encrypting and decrypting your data. We highly recommend installing the MPL. See Installing <https://github.com/aws/aws-encryption-sdk-python/tree/master?tab=readme-ov-file#installation> for instructions.

Breaking Changes ^^^^^^^^^^^^^^^^

  • The MPL introduces the Required Encryption Context Cryptographic Materials Manager ("required EC CMM") as a new construct for protecting your data. On encrypt, the required EC CMM will use specific configured encryption context key-value pairs to calculate the message signature, but will not store those pairs in the ESDK message. On decrypt, decryptors must supply these same pairs that were used when encrypting the message. All messages that have been encrypted with versions of the ESDK <4.0.0 are forward compatible with this change. However, messages that are constructed with the required EC CMM are not backward compatible with ESDK <4.0.0, as no version of ESDK <4.0.0 supports reading messages encrypted with the required EC CMM. A message that is encrypted with the required EC CMM from the MPL must be decrypted with a CMM from the MPL.

Fixes

  • fix: MKPs attempt to decrypt with remaining keys if a preceding raw RSA key failed to decrypt [#707](https://github.com/aws/aws-encryption-sdk-python/issues/707) <https://github.com/aws/aws-encryption-sdk-python/pull/707>_
Commits
  • 242d974 chore(deps-release): bump twine from 4.0.1 to 5.1.1 (#732)
  • a7ebffe feat!: Support AWS Cryptographic Material Providers Library (MPL) (#685)
  • 6e53b21 chore(CI): Run CodeBuild CI from GHA (#725)
  • 9aa22c3 chore(CI): Bump from macOS 12 to 13 (#723)
  • 61953f1 fix: MKPs attempt to decrypt with remaining keys if a preceding raw RSA key f...
  • f3fa225 fix(CI): Fix oracle linting (#702)
  • 1a1213a chore: add PyPi API tokens to Cfn template (#696)
  • 98b5eb7 fix(.readthedocs.yaml): fix docs failing issue (#689)
  • See full diff in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot requested a review from a team November 14, 2024 20:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 14, 2024
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Nov 14, 2024
@github-actions github-actions bot added the internal Maintenance changes label Nov 14, 2024
@leandrodamascena
Copy link
Contributor

Hey @anafalcao! Please don't merge this one.

I need to see the impact in the Data Masking utility.

@dependabot dependabot bot force-pushed the dependabot/pip/develop/aws-encryption-sdk-4.0.0 branch 4 times, most recently from 91f5e7f to ea2b0ac Compare November 18, 2024 11:44
Bumps [aws-encryption-sdk](https://github.com/aws/aws-encryption-sdk-python) from 3.3.0 to 4.0.0.
- [Release notes](https://github.com/aws/aws-encryption-sdk-python/releases)
- [Changelog](https://github.com/aws/aws-encryption-sdk-python/blob/master/CHANGELOG.rst)
- [Commits](aws/aws-encryption-sdk-python@v3.3.0...v4.0.0)

---
updated-dependencies:
- dependency-name: aws-encryption-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/develop/aws-encryption-sdk-4.0.0 branch from ea2b0ac to 8a5a856 Compare November 18, 2024 11:50
@leandrodamascena
Copy link
Contributor

@leandrodamascena leandrodamascena merged commit 32ecda8 into develop Nov 18, 2024
9 of 10 checks passed
@leandrodamascena leandrodamascena deleted the dependabot/pip/develop/aws-encryption-sdk-4.0.0 branch November 18, 2024 15:27
Copy link

codecov bot commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.16%. Comparing base (9991702) to head (f371663).
Report is 3 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #5564      +/-   ##
===========================================
- Coverage    96.16%   96.16%   -0.01%     
===========================================
  Files          229      229              
  Lines        10815    10836      +21     
  Branches      2009     2015       +6     
===========================================
+ Hits         10400    10420      +20     
  Misses         327      327              
- Partials        88       89       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

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 do-not-merge internal Maintenance changes python Pull requests that update Python code size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant