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.17.284 to 2.18.2 #878

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2022

Bumps aws-v2.version from 2.17.284 to 2.18.2.
Updates aws-query-protocol from 2.17.284 to 2.18.2

Updates aws-xml-protocol from 2.17.284 to 2.18.2

Updates s3 from 2.17.284 to 2.18.2

Updates url-connection-client from 2.17.284 to 2.18.2

Updates utils from 2.17.284 to 2.18.2

Changelog

Sourced from utils's changelog.

2.18.2 2022-10-24

AWS Batch

  • Features

    • This release adds support for AWS Batch on Amazon EKS.

AWS Certificate Manager Private Certificate Authority

  • Features

    • AWS Private Certificate Authority (AWS Private CA) now offers usage modes which are combination of features to address specific use cases.

AWS DataSync

  • Features

    • Added support for self-signed certificates when using object storage locations; added BytesCompressed to the TaskExecution response.

AWS SDK for Java v2

  • Features

    • Updated endpoint and partition metadata.

Amazon SageMaker Service

  • Features

    • SageMaker Inference Recommender now supports a new API ListInferenceRecommendationJobSteps to return the details of all the benchmark we create for an inference recommendation job.

2.18.1 2022-10-21

Amazon Cognito Identity Provider

  • Features

    • This release adds a new "DeletionProtection" field to the UserPool in Cognito. Application admins can configure this value with either ACTIVE or INACTIVE value. Setting this field to ACTIVE will prevent a user pool from accidental deletion.

Amazon SageMaker Service

  • Features

    • CreateInferenceRecommenderjob API now supports passing endpoint details directly, that will help customers to identify the max invocation and max latency they can achieve for their model and the associated endpoint along with getting recommendations on other instances.

Amazon Simple Storage Service

  • Features

    • S3 on Outposts launches support for automatic bucket-style alias. You can use the automatic access point alias instead of an access point ARN for any object-level operation in an Outposts bucket.

2.18.0 2022-10-20

AWS Global Accelerator

  • Features

    • Global Accelerator now supports AddEndpoints and RemoveEndpoints operations for standard endpoint groups.

AWS Resilience Hub

  • Features

    • In this release, we are introducing support for regional optimization for AWS Resilience Hub applications. It also includes a few documentation updates to improve clarity.

AWS SDK for Java v2

  • Features

    • This release updates internal logic for constructing API endpoints.

      We have added rule-based endpoint providers. Additionally there are new interfaces for endpoint providers and parameters at the service client level.

      The SDK provides service-specific EndpointProvider interfaces (e.g. S3EndpointProvider), that have a single method resolveEndpoint. resolveEndpoint accepts a set of parameters (also service specific) and computes an endpoint based on those parameters. All clients have a default implementation, but users are free to implement these to customize their endpoint logic.

... (truncated)

Commits
  • 48209bf Merge pull request #2220 from aws/staging/8f1e1b34-59fb-48b4-a779-726809c69e0d
  • 12a8afd Release 2.18.2. Updated CHANGELOG.md, README.md and all pom.xml.
  • 79aa90d Updated endpoints.json and partitions.json.
  • 2b26929 AWS Batch Update: This release adds support for AWS Batch on Amazon EKS.
  • ce4222e AWS DataSync Update: Added support for self-signed certificates when using ob...
  • 16129d1 Amazon SageMaker Service Update: SageMaker Inference Recommender now supports...
  • 2a402e9 AWS Certificate Manager Private Certificate Authority Update: AWS Private Cer...
  • 877f5a0 Fix simple publisher test. (#3510)
  • 979ff9b Update to next snapshot version: 2.18.2-SNAPSHOT
  • 4a8dd3c Merge pull request #2219 from aws/staging/e85a5651-0af8-4dce-8dc6-425cb9324ba0
  • 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.17.284 to 2.18.2.

Updates `aws-query-protocol` from 2.17.284 to 2.18.2

Updates `aws-xml-protocol` from 2.17.284 to 2.18.2

Updates `s3` from 2.17.284 to 2.18.2

Updates `url-connection-client` from 2.17.284 to 2.18.2

Updates `utils` from 2.17.284 to 2.18.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.284...2.18.2)

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

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 Oct 25, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 26, 2022

Superseded by #881.

@dependabot dependabot bot closed this Oct 26, 2022
@dependabot dependabot bot deleted the dependabot/maven/aws-v2.version-2.18.2 branch October 26, 2022 20:03
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