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 aws-v2.version from 2.18.15 to 2.18.21 #923

Merged
merged 1 commit into from
Nov 22, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2022

Bumps aws-v2.version from 2.18.15 to 2.18.21.
Updates aws-query-protocol from 2.18.15 to 2.18.21

Updates aws-xml-protocol from 2.18.15 to 2.18.21

Updates s3 from 2.18.15 to 2.18.21

Updates url-connection-client from 2.18.15 to 2.18.21

Updates utils from 2.18.15 to 2.18.21

Changelog

Sourced from utils's changelog.

2.18.21 2022-11-18

AWS Audit Manager

  • Features

    • This release introduces a new feature for Audit Manager: Evidence finder. You can now use evidence finder to quickly query your evidence, and add the matching evidence results to an assessment report.

AWS Glue

  • Features

    • AWSGlue Crawler - Adding support for Table and Column level Comments with database level datatypes for JDBC based crawler.

AWS IoT RoboRunner

AWS SDK for Java v2

  • Features

    • Updated endpoint and partition metadata.

AWS Service Catalog

  • Features

    • This release 1. adds support for Principal Name Sharing with Service Catalog portfolio sharing. 2. Introduces repo sourced products which are created and managed with existing SC APIs. These products are synced to external repos and auto create new product versions based on changes in the repo.

AWS Step Functions

AWS Systems Manager for SAP

  • Features

    • AWS Systems Manager for SAP provides simplified operations and management of SAP applications such as SAP HANA. With this release, SAP customers and partners can automate and simplify their SAP system administration tasks such as backup/restore of SAP HANA.

AWS Transfer Family

  • Features

    • Adds a NONE encryption algorithm type to AS2 connectors, providing support for skipping encryption of the AS2 message body when a HTTPS URL is also specified.

Amazon Appflow

  • Features

    • AppFlow provides a new API called UpdateConnectorRegistration to update a custom connector that customers have previously registered. With this API, customers no longer need to unregister and then register a connector to make an update.

Amazon Chime SDK Voice

Amazon CloudFront

  • Features

    • CloudFront API support for staging distributions and associated traffic management policies.

Amazon Connect Service

  • Features

    • Added AllowedAccessControlTags and TagRestrictedResource for Tag Based Access Control on Amazon Connect Webpage

Amazon DynamoDB

... (truncated)

Commits
  • 3378ab2 Merge pull request #2259 from aws/staging/13f7dea7-3d93-4790-afb6-1f5142ae4045
  • 0a990e0 Release 2.18.21. Updated CHANGELOG.md, README.md and all pom.xml.
  • 8351853 Updated endpoints.json and partitions.json.
  • e274db4 Amazon SageMaker Service Update: Added DisableProfiler flag as a new field in...
  • c7ebaa5 AWS Systems Manager for SAP Update: AWS Systems Manager for SAP provides simp...
  • 42e0f3c Amazon QuickSight Update: This release adds the following: 1) Asset managemen...
  • daaf60f AWS Step Functions Update: This release adds support for using Step Functions...
  • 936a10b Amazon Chime SDK Voice Update: Amazon Chime Voice Connector, Voice Connector ...
  • 198db05 Amazon Appflow Update: AppFlow provides a new API called UpdateConnectorRegis...
  • 2719ebd Amazon DynamoDB Streams Update: Updated minor fixes for DynamoDB documentation.
  • Additional commits viewable in compare view

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 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 `aws-v2.version` from 2.18.15 to 2.18.21.

Updates `aws-query-protocol` from 2.18.15 to 2.18.21

Updates `aws-xml-protocol` from 2.18.15 to 2.18.21

Updates `s3` from 2.18.15 to 2.18.21

Updates `url-connection-client` from 2.18.15 to 2.18.21

Updates `utils` from 2.18.15 to 2.18.21
- [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.18.15...2.18.21)

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:aws-query-protocol
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:aws-xml-protocol
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:url-connection-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 21, 2022
Copy link
Member

@afranken afranken 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 dependabot bot merged commit 6e96e14 into main Nov 22, 2022
@dependabot dependabot bot deleted the dependabot/maven/aws-v2.version-2.18.21 branch November 22, 2022 07:42
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant