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-java-sdk from 1.11.764 to 1.11.772 #200

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps aws-java-sdk from 1.11.764 to 1.11.772.

Changelog

Sourced from aws-java-sdk's changelog.

1.11.772 2020-04-29

AWS Cloud Map

  • Features

    • Documentation updates for servicediscovery

AWS IoT SiteWise

  • Features

    • AWS IoT SiteWise is a managed service that makes it easy to collect, store, organize and monitor data from industrial equipment at scale. You can use AWS IoT SiteWise to model your physical assets, processes and facilities, quickly compute common industrial performance metrics, and create fully managed web applications to help analyze industrial equipment data, prevent costly equipment issues, and reduce production inefficiencies.

AWS SDK for Java

  • Bugfixes

    • Fix an issue where the SDK fails to update the estimated clock skew and causes Time is too skewed to adjust error to be thrown. See #2305

AWS WAF

  • Features

    • This release add migration API for AWS WAF Classic ("waf" and "waf-regional"). The migration API will parse through your web ACL and generate a CloudFormation template into your S3 bucket. Deploying this template will create equivalent web ACL under new AWS WAF ("wafv2").

AWS WAF Regional

  • Features

    • This release add migration API for AWS WAF Classic ("waf" and "waf-regional"). The migration API will parse through your web ACL and generate a CloudFormation template into your S3 bucket. Deploying this template will create equivalent web ACL under new AWS WAF ("wafv2").

Amazon Transcribe Service

  • Features

    • With this release, you can now use Amazon Transcribe to create medical custom vocabularies and use them in both medical real-time streaming and medical batch transcription jobs.

1.11.771 2020-04-28

AWS Elemental MediaLive

  • Features

    • AWS Elemental MediaLive now supports several new features: enhanced VQ for H.264 (AVC) output encodes; passthrough of timed metadata and of Nielsen ID3 metadata in fMP4 containers in HLS outputs; the ability to generate a SCTE-35 sparse track without additional segmentation, in Microsoft Smooth outputs; the ability to select the audio from a TS input by specifying the audio track; and conversion of HDR colorspace in the input to an SDR colorspace in the output.

Amazon EC2 Container Registry

  • Features

    • This release adds support for multi-architecture images also known as a manifest list

Amazon Kinesis Video Streams

  • Features

    • Add "GET_CLIP" to the list of supported API names for the GetDataEndpoint API.

Amazon Kinesis Video Streams Archived Media

  • Features

    • Add support for the GetClip API for retrieving media from a video stream in the MP4 format.

Amazon Route 53

  • Features

    • Amazon Route 53 now supports the Africa (Cape Town) Region (af-south-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.

Amazon Simple Systems Manager (SSM)

  • Features

    • SSM State Manager support for adding list association filter for Resource Group and manual mode of managing compliance for an association.
... (truncated)
Commits
  • 61730c8 AWS SDK for Java 1.11.772
  • 1bde7b6 Update GitHub version number to 1.11.772-SNAPSHOT
  • c63039a AWS SDK for Java 1.11.771
  • 99bd3db Update GitHub version number to 1.11.771-SNAPSHOT
  • 19943ad AWS SDK for Java 1.11.770
  • 3613e0c Update GitHub version number to 1.11.770-SNAPSHOT
  • e1e239f AWS SDK for Java 1.11.769
  • efa91c1 Update GitHub version number to 1.11.769-SNAPSHOT
  • 6dc9ac9 AWS SDK for Java 1.11.768
  • f0fa353 Update GitHub version number to 1.11.768-SNAPSHOT
  • Additional commits viewable 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [aws-java-sdk](https://github.com/aws/aws-sdk-java) from 1.11.764 to 1.11.772.
- [Release notes](https://github.com/aws/aws-sdk-java/releases)
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.11.764...1.11.772)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 30, 2020
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 81.381% when pulling fac0e8a on dependabot/maven/1.0.x/com.amazonaws-aws-java-sdk-1.11.772 into 2a35cb3 on 1.0.x.

@dependabot-preview
Copy link
Contributor Author

Superseded by #202.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/1.0.x/com.amazonaws-aws-java-sdk-1.11.772 branch May 1, 2020 07:33
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants