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.1 to 2.17.2 #18916

Merged
merged 1 commit into from
Jul 22, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2021

Bumps awssdk.version from 2.17.1 to 2.17.2.
Updates software.amazon.awssdk:bom from 2.17.1 to 2.17.2

Changelog

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

2.17.2 2021-07-21

AWS CodeBuild

  • Features

    • AWS CodeBuild now allows you to set the access permissions for build artifacts, project artifacts, and log files that are uploaded to an Amazon S3 bucket that is owned by another account.

AWS Identity and Access Management

  • Features

    • Documentation updates for AWS Identity and Access Management (IAM).

AWS Lambda

  • Features

    • New ResourceConflictException error code for PutFunctionEventInvokeConfig, UpdateFunctionEventInvokeConfig, and DeleteFunctionEventInvokeConfig operations.

AWS Proton

  • Features

    • Documentation updates for AWS Proton

AWSKendraFrontendService

Amazon Elastic MapReduce

  • Features

    • EMR now supports new DescribeReleaseLabel and ListReleaseLabel APIs. They can provide Amazon EMR release label details. You can programmatically list available releases and applications for a specific Amazon EMR release label.

Amazon Personalize

  • Features

    • My AWS Service (placeholder) - Making minProvisionedTPS an optional parameter when creating a campaign. If not provided, it defaults to 1.

Amazon Relational Database Service

  • Features

    • Adds the OriginalSnapshotCreateTime field to the DBSnapshot response object. This field timestamps the underlying data of a snapshot and doesn't change when the snapshot is copied.

Elastic Load Balancing

  • Features

    • Adds support for enabling TLS protocol version and cipher suite headers to be sent to backend targets for Application Load Balancers.
Commits
  • 31ab0e0 Merge pull request #1555 from aws/staging/685db2ad-cada-4e10-a824-ad15f47ced8e
  • 42f04f5 Release 2.17.2. Updated CHANGELOG.md, README.md and all pom.xml.
  • 09c9ba7 Amazon Elastic MapReduce Update: EMR now supports new DescribeReleaseLabel an...
  • 3ed8b80 Amazon Personalize Update: My AWS Service (placeholder) - Making minProvision...
  • aaf7d3c Elastic Load Balancing Update: Adds support for enabling TLS protocol version...
  • 5d7ff15 AWS Identity and Access Management Update: Documentation updates for AWS Iden...
  • 4cbc947 AWS Lambda Update: New ResourceConflictException error code for PutFunctionEv...
  • e0ecc56 AWS Proton Update: Documentation updates for AWS Proton
  • d9d46f8 AWSKendraFrontendService Update: Amazon Kendra now provides a data source con...
  • 37d5618 AWS CodeBuild Update: AWS CodeBuild now allows you to set the access permissi...
  • Additional commits viewable in compare view

Updates apache-client from 2.17.1 to 2.17.2

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 @gsmet.


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.1 to 2.17.2.

Updates `software.amazon.awssdk:bom` from 2.17.1 to 2.17.2
- [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.1...2.17.2)

Updates `apache-client` from 2.17.1 to 2.17.2

---
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 Jul 21, 2021
Copy link
Member

@gsmet gsmet 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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2021

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@quarkus-bot
Copy link

quarkus-bot bot commented Jul 22, 2021

Failing Jobs - Building d527cea

Status Name Step Test failures Logs Raw logs
✔️ JVM Tests - JDK 11
JVM Tests - JDK 11 Windows Build Test failures Logs Raw logs
✔️ JVM Tests - JDK 16

Full information is available in the Build summary check run.

Test Failures

⚙️ JVM Tests - JDK 11 Windows #

📦 extensions/panache/mongodb-panache/deployment

io.quarkus.mongodb.panache.mongoentity.MongoEntityTest. - More details - Source on GitHub

java.lang.RuntimeException: 
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.mongodb.deployment.DevServicesMongoProcessor#startMongo threw an exception: java.lang.IllegalStateException: Could not find a valid Docker environment. Please see logs and check configuration
	at org.testcontainers.dockerclient.DockerClientProviderStrategy.lambda$getFirstValidStrategy$7(DockerClientProviderStrategy.java:215)
	at java.base/java.util.Optional.orElseThrow(Optional.java:408)
	at org.testcontainers.dockerclient.DockerClientProviderStrategy.getFirstValidStrategy(DockerClientProviderStrategy.java:207)
	at org.testcontainers.DockerClientFactory.getOrInitializeStrategy(DockerClientFactory.java:136)
	at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:178)
	at org.testcontainers.LazyDockerClient.getDockerClient(LazyDockerClient.java:14)
	at org.testcontainers.LazyDockerClient.authConfig(Lazy...

@gsmet gsmet merged commit 4c6317a into main Jul 22, 2021
@quarkus-bot quarkus-bot bot added this to the 2.2 - main milestone Jul 22, 2021
@dependabot dependabot bot deleted the dependabot/maven/awssdk.version-2.17.2 branch July 22, 2021 08:23
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