Skip to content

build(deps): bump com.amazonaws:aws-java-sdk-sts from 1.12.691 to 1.12.695 #3282

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2024

Bumps com.amazonaws:aws-java-sdk-sts from 1.12.691 to 1.12.695.

Changelog

Sourced from com.amazonaws:aws-java-sdk-sts's changelog.

1.12.695 2024-04-04

AWS B2B Data Interchange

  • Features

    • Adding support for X12 5010 HIPAA EDI version and associated transaction sets.

AWS Clean Rooms Service

  • Features

    • Feature: New schemaStatusDetails field to the existing Schema object that displays a status on Schema API responses to show whether a schema is queryable or not. New BatchGetSchemaAnalysisRule API to retrieve multiple schemaAnalysisRules using a single API call.

Amazon EMR Containers

  • Features

    • This release adds support for integration with EKS AccessEntry APIs to enable automatic Cluster Access for EMR on EKS.

Amazon Elastic Compute Cloud

  • Features

    • Amazon EC2 G6 instances powered by NVIDIA L4 Tensor Core GPUs can be used for a wide range of graphics-intensive and machine learning use cases. Gr6 instances also feature NVIDIA L4 GPUs and can be used for graphics workloads with higher memory requirements.

Amazon Interactive Video Service

  • Features

    • API update to include an SRT ingest endpoint and passphrase for all channels.

Amazon Verified Permissions

  • Features

    • Adds GroupConfiguration field to Identity Source API's

1.12.694 2024-04-03

AWS Clean Rooms ML

  • Features

    • The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide.

AWS CloudFormation

  • Features

    • This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template

AWS Elemental MediaLive

  • Features

    • Cmaf Ingest outputs are now supported in Media Live

AWS Ground Station

  • Features

    • This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses.

AWS Health Imaging

  • Features

    • SearchImageSets API now supports following enhancements - Additional support for searching on UpdatedAt and SeriesInstanceUID - Support for searching existing filters between dates/times - Support for sorting the search result by Ascending/Descending - Additional parameters returned in the response

AWS Lambda

  • Features

    • Add Ruby 3.3 (ruby3.3) support to AWS Lambda

... (truncated)

Commits
  • f3f5543 AWS SDK for Java 1.12.695
  • b4ec2ab Update GitHub version number to 1.12.695-SNAPSHOT
  • 4a46bf3 AWS SDK for Java 1.12.694
  • 5de4081 Update GitHub version number to 1.12.694-SNAPSHOT
  • c2aacfe AWS SDK for Java 1.12.693
  • f740c21 Update GitHub version number to 1.12.693-SNAPSHOT
  • 6bfb4d9 AWS SDK for Java 1.12.692
  • ef747a3 Update GitHub version number to 1.12.692-SNAPSHOT
  • 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)

Bumps [com.amazonaws:aws-java-sdk-sts](https://github.com/aws/aws-sdk-java) from 1.12.691 to 1.12.695.
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.691...1.12.695)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk-sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 5, 2024
@dependabot dependabot bot requested review from brendandburns and yue9944882 April 5, 2024 02:32
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Apr 5, 2024
@brendandburns
Copy link
Contributor

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 5, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: brendandburns, dependabot[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 5, 2024
@k8s-ci-robot k8s-ci-robot merged commit 40a5084 into master Apr 5, 2024
@dependabot dependabot bot deleted the dependabot/maven/com.amazonaws-aws-java-sdk-sts-1.12.695 branch April 5, 2024 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file java Pull requests that update Java code lgtm "Looks good to me", indicates that a PR is ready to be merged. 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.

2 participants