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

fix(deps): update dependency com.amazonaws:aws-encryption-sdk-java to v3 #852

Conversation

mend-for-github-com[bot]
Copy link
Contributor

@mend-for-github-com mend-for-github-com bot commented Aug 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.amazonaws:aws-encryption-sdk-java 2.4.1 -> 3.0.1 age adoption passing confidence

Release Notes

aws/aws-encryption-sdk-java (com.amazonaws:aws-encryption-sdk-java)

v3.0.1

Fixes
Maintenance

v3.0.0

⚠ BREAKING CHANGES
  • This feature update includes a breaking change that requires AWS SDK v2 Java as a hard dependency.
Features
  • Integrate ESDK-Java with AWS Cryptographic Material Providers Library (MPL) for Keyring and CMM Support. (#​1864) (9297e1b)
Maintenance

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

@dbwiddis
Copy link
Member

dbwiddis commented Sep 2, 2024

Major version bump with some breaking changes that need further investigation.

@dbwiddis
Copy link
Member

dbwiddis commented Sep 5, 2024

Wasted at least an hour trying and failing to find the right dependency

@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/com.amazonaws-aws-encryption-sdk-java-3.x branch from 90ccffd to a388731 Compare September 6, 2024 16:45
mend-for-github-com bot and others added 2 commits September 6, 2024 17:51
Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
Signed-off-by: Daniel Widdis <[email protected]>
@dbwiddis dbwiddis force-pushed the whitesource-remediate/com.amazonaws-aws-encryption-sdk-java-3.x branch from a388731 to 4db5af8 Compare September 7, 2024 02:22
Copy link

codecov bot commented Sep 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.55%. Comparing base (1b055e8) to head (4db5af8).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #852   +/-   ##
=========================================
  Coverage     77.55%   77.55%           
  Complexity      966      966           
=========================================
  Files            97       97           
  Lines          4531     4531           
  Branches        422      422           
=========================================
  Hits           3514     3514           
  Misses          835      835           
  Partials        182      182           

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

Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@owaiskazi19 owaiskazi19 merged commit 3fd91b8 into main Sep 8, 2024
20 checks passed
@owaiskazi19 owaiskazi19 deleted the whitesource-remediate/com.amazonaws-aws-encryption-sdk-java-3.x branch September 8, 2024 21:37
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/flow-framework/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/flow-framework/backport-2.x
# Create a new branch
git switch --create backport/backport-852-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 3fd91b8fd849b4309cf88c3cb7a77ee1031c616e
# Push it to GitHub
git push --set-upstream origin backport/backport-852-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/flow-framework/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-852-to-2.x.

dbwiddis added a commit to dbwiddis/flow-framework that referenced this pull request Sep 30, 2024
… v3 (opensearch-project#852)

* fix(deps): update dependency com.amazonaws:aws-encryption-sdk-java to v3

Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>

* Add necessary dependencies

Signed-off-by: Daniel Widdis <[email protected]>

---------

Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
Signed-off-by: Daniel Widdis <[email protected]>
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: Daniel Widdis <[email protected]>
dbwiddis added a commit to dbwiddis/flow-framework that referenced this pull request Oct 2, 2024
… v3 (opensearch-project#852)

* fix(deps): update dependency com.amazonaws:aws-encryption-sdk-java to v3

Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>

* Add necessary dependencies

Signed-off-by: Daniel Widdis <[email protected]>

---------

Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
Signed-off-by: Daniel Widdis <[email protected]>
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: Daniel Widdis <[email protected]>
amitgalitz pushed a commit that referenced this pull request Oct 3, 2024
…a and dependencies (#893)

* fix(deps): update dependency com.amazonaws:aws-encryption-sdk-java to v3 (#852)

* fix(deps): update dependency com.amazonaws:aws-encryption-sdk-java to v3

Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>

* Add necessary dependencies

Signed-off-by: Daniel Widdis <[email protected]>

---------

Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
Signed-off-by: Daniel Widdis <[email protected]>
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: Daniel Widdis <[email protected]>

* fix(deps): update dependency org.dafny:dafnyruntime to v4.8.0 (#866)

Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>

---------

Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
Signed-off-by: Daniel Widdis <[email protected]>
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x backport PRs to 2.x branch skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants