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-logs from 1.11.759 to 1.11.762 in /modules/localstack #2541

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 9, 2020

Bumps aws-java-sdk-logs from 1.11.759 to 1.11.762.

Changelog

Sourced from aws-java-sdk-logs's changelog.

1.11.762 2020-04-08

AWS CloudFormation

  • Features

    • The OrganizationalUnitIds parameter on StackSet and the OrganizationalUnitId parameter on StackInstance, StackInstanceSummary, and StackSetOperationResultSummary are now reserved for internal use. No data is returned for this parameter.

AWS Elemental MediaConvert

  • Features

    • AWS Elemental MediaConvert SDK adds support for queue hopping. Jobs can now hop from their original queue to a specified alternate queue, based on the maximum wait time that you specify in the job settings.

AWS Migration Hub Config

  • Features

    • Adding ThrottlingException

Amazon Chime

  • Features

    • feature: Chime: This release introduces the ability to tag Amazon Chime SDK meeting resources. You can use tags to organize and identify your resources for cost allocation.

Amazon CodeGuru Profiler

  • Features

    • CodeGuruProfiler adds support for resource based authorization to submit profile data.

Amazon EC2 Container Service

  • Features

    • This release provides native support for specifying Amazon EFS file systems as volumes in your Amazon ECS task definitions.

Amazon Elastic Compute Cloud

  • Features

    • This release provides the ability to include tags in EC2 event notifications.

1.11.761 2020-04-07

AWS MediaConnect

  • Features

    • You can now send content from your MediaConnect flow to your virtual private cloud (VPC) without going over the public internet.

Amazon API Gateway

  • Features

    • Documentation updates for Amazon API Gateway.

Amazon CodeGuru Reviewer

  • Features

    • API updates for CodeGuruReviewer

1.11.760 2020-04-06

AWS Elastic Beanstalk

  • Features

    • This release adds a new action, ListPlatformBranches, and updates two actions, ListPlatformVersions and DescribePlatformVersion, to support the concept of Elastic Beanstalk platform branches.

AWS Identity and Access Management

  • Features

    • Documentation updates for AWS Identity and Access Management (IAM).
... (truncated)
Commits
  • 0a305c4 AWS SDK for Java 1.11.762
  • b15c98a Update GitHub version number to 1.11.762-SNAPSHOT
  • 38fa68b AWS SDK for Java 1.11.761
  • 19d2442 Update GitHub version number to 1.11.761-SNAPSHOT
  • 6b7f1c5 AWS SDK for Java 1.11.760
  • fded68a Update GitHub version number to 1.11.760-SNAPSHOT
  • See full diff 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview
Copy link
Contributor Author

Dependabot tried to automerge this PR, but received the following error from GitHub:

Waiting on code owner review from bsideup, kiview, and/or rnorth.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/modules/localstack/com.amazonaws-aws-java-sdk-logs-1.11.762 branch from f6eb801 to c97df89 Compare April 11, 2020 18:07
@dependabot-preview
Copy link
Contributor Author

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.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/modules/localstack/com.amazonaws-aws-java-sdk-logs-1.11.762 branch 3 times, most recently from 6906255 to 7ba0e02 Compare April 12, 2020 14:08
@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/modules/localstack/com.amazonaws-aws-java-sdk-logs-1.11.762 branch from 7ba0e02 to 6b23afb Compare April 13, 2020 05:12
@dependabot-preview
Copy link
Contributor Author

Dependabot tried to automerge this PR, but received the following error from GitHub:

Waiting on code owner review from bsideup, kiview, and/or rnorth.

@rnorth rnorth merged commit f187758 into master Apr 13, 2020
@rnorth rnorth deleted the dependabot/gradle/modules/localstack/com.amazonaws-aws-java-sdk-logs-1.11.762 branch April 13, 2020 19:51
quincy pushed a commit to quincy/testcontainers-java that referenced this pull request May 28, 2020
…tcontainers#2541)

Bumps [aws-java-sdk-logs](https://github.com/aws/aws-sdk-java) from 1.11.759 to 1.11.762.
- [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.759...1.11.762)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
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

1 participant