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 awssdk.version from 2.17.38 to 2.17.41 #20217

Merged
merged 1 commit into from
Sep 17, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2021

Bumps awssdk.version from 2.17.38 to 2.17.41.
Updates software.amazon.awssdk:bom from 2.17.38 to 2.17.41

Changelog

Sourced from software.amazon.awssdk:bom's changelog.

2.17.41 2021-09-16

AWS RoboMaker

  • Features

    • Adding support to create container based Robot and Simulation applications by introducing an environment field

AWS SDK for Java v2

  • Features

    • Updated service endpoint metadata.

Amazon Macie 2

  • Features

    • This release adds support for specifying which managed data identifiers are used by a classification job, and retrieving a list of managed data identifiers that are available.

Amazon Pinpoint

  • Features

    • This SDK release adds a new feature for Pinpoint campaigns, in-app messaging.

Amazon SageMaker Service

  • Features

    • Add API for users to retry a failed pipeline execution or resume a stopped one.

Amazon Simple Storage Service

  • Features

    • Add support for access point arn filtering in S3 CW Request Metrics

Amazon Transcribe Service

  • Features

    • This release adds support for subtitling with Amazon Transcribe batch jobs.

DynamoDB Enhanced Client

  • Features

    • This commit introduces DynamoDbTable#putItemWithResponse() that allows customers to specify additional parameters on the request such as ReturnValues to get additional information the service response.

Managed Streaming for Kafka Connect

  • Features

    • This is the initial SDK release for Amazon Managed Streaming for Apache Kafka Connect (MSK Connect).

2.17.40 2021-09-14

AWS SDK for Java v2

  • Features

    • Upgrade Netty to 4.1.68

AWS WAFV2

  • Features

    • This release adds support for including rate based rules in a rule group.

Amazon Chime

  • Features

    • Adds support for SipHeaders parameter for CreateSipMediaApplicationCall.

... (truncated)

Commits
  • 17a6e59 Merge pull request #1697 from aws/millem/fix-release-buildspec
  • d87d6d7 Revert "Update release-to-maven buildspec. (#2716)"
  • eb94b96 Merge pull request #1696 from aws/staging/61453a76-d469-483f-9b7a-5d4a464e5d7d
  • c9c2dc7 Release 2.17.41. Updated CHANGELOG.md, README.md and all pom.xml.
  • 9d8c18b Updated endpoints.json.
  • 93fd02b Amazon Pinpoint Update: This SDK release adds a new feature for Pinpoint camp...
  • 68c2633 Amazon Macie 2 Update: This release adds support for specifying which managed...
  • 8259b59 Managed Streaming for Kafka Connect Update: This is the initial SDK release f...
  • a8c0952 Amazon Transcribe Service Update: This release adds support for subtitling wi...
  • d78151f Amazon SageMaker Service Update: Add API for users to retry a failed pipeline...
  • Additional commits viewable in compare view

Updates apache-client from 2.17.38 to 2.17.41

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @gastaldi.


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 `awssdk.version` from 2.17.38 to 2.17.41.

Updates `software.amazon.awssdk:bom` from 2.17.38 to 2.17.41
- [Release notes](https://github.com/aws/aws-sdk-java-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java-v2@2.17.38...2.17.41)

Updates `apache-client` from 2.17.38 to 2.17.41

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:apache-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Sep 16, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Sep 17, 2021

Failing Jobs - Building d16bfee

Status Name Step Failures Logs Raw logs
Gradle Tests - JDK 11 Windows Build Failures Logs Raw logs
Native Tests - Misc4 Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ Gradle Tests - JDK 11 Windows #

- Failing: integration-tests/gradle 

📦 integration-tests/gradle

io.quarkus.gradle.devmode.MultiModuleIncludedBuildTest.main line 24 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

⚙️ Native Tests - Misc4 #

- Failing: integration-tests/gradle 

📦 integration-tests/gradle

io.quarkus.gradle.nativeimage.CustomNativeTestSourceSetIT.runNativeTests line 18 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: "SUCCESS"

Copy link
Contributor

@gastaldi gastaldi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@gastaldi gastaldi merged commit 67a6694 into main Sep 17, 2021
@gastaldi gastaldi deleted the dependabot/maven/awssdk.version-2.17.41 branch September 17, 2021 01:34
@quarkus-bot quarkus-bot bot added this to the 2.3 - main milestone Sep 17, 2021
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant