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

deps(maven): bump software.amazon.awssdk:bom from 2.17.278 to 2.17.279 #10446

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2022

Bumps software.amazon.awssdk:bom from 2.17.278 to 2.17.279.

Changelog

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

2.17.279 2022-09-21

AWS S3 Control

  • Features

    • S3 on Outposts launches support for object versioning for Outposts buckets. With S3 Versioning, you can preserve, retrieve, and restore every version of every object stored in your buckets. You can recover from both unintended user actions and application failures.

AWS SDK for Java v2

  • Features

    • Updated service endpoint metadata.
  • Bugfixes

    • Fixed issue where errors were being wrapped by SdkClientException

Amazon Comprehend

  • Features

    • Amazon Comprehend now supports synchronous mode for targeted sentiment API operations.

Amazon SageMaker Service

  • Features

    • SageMaker now allows customization on Canvas Application settings, including enabling/disabling time-series forecasting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels.
Commits
  • f3e99c6 Merge pull request #2035 from aws/salande/object-versioning
  • d31a21b Merge pull request #2150 from aws/staging/97ffea06-fa75-4345-bc2a-ebfaedae6587
  • 3bb1890 Release 2.17.279. Updated CHANGELOG.md, README.md and all pom.xml.
  • 752d58c Updated endpoints.json.
  • 1f7165e AWS S3 Control Update: S3 on Outposts launches support for object versioning ...
  • eb338a0 Amazon SageMaker Service Update: SageMaker now allows customization on Canvas...
  • 24a5e78 Amazon Comprehend Update: Amazon Comprehend now supports synchronous mode for...
  • 5951f6b Errors should not be wrapped - Async Waiters (#3430)
  • 821397a Errors should not be wrapped - Http (#3431)
  • ba95988 Update to next snapshot version: 2.17.279-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.


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 dependabot bot added the dependencies Pull requests that update a dependency file label Sep 22, 2022
@npepinpe
Copy link
Member

@remcowesterhoud I thought the PRs would be opened only a 3am?

@npepinpe
Copy link
Member

@dependabot rebase

Bumps [software.amazon.awssdk:bom](https://github.com/aws/aws-sdk-java-v2) from 2.17.278 to 2.17.279.
- [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.278...2.17.279)

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/software.amazon.awssdk-bom-2.17.279 branch from ca27827 to f1daabd Compare September 22, 2022 11:22
@remcowesterhoud
Copy link
Contributor

🤔 It probably has to do with the open PR limit we have configured. There were 5 open dependabot PRs. 2 got merged. Dependabot has already ran at 3am so it knows it needs to create a PR for this dependency. I guess it keeps some kind of queue.

@npepinpe
Copy link
Member

Makes sense. Would be nice to configure that it still only runs at 3am, but not that big of a deal 👍

@remcowesterhoud
Copy link
Contributor

It could also be that dependabot runs when a PR is merged. Looking at the dependency graph in Github it shows that it ran 42 minutes ago, which is when the other PR got merged.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

zeebe-bors-camunda bot added a commit that referenced this pull request Sep 22, 2022
10432: fix: querying backup status considers backups from other nodes r=oleschoenburg a=oleschoenburg

This fixes #10380, allowing brokers to return the best backup status, regardless of which broker took the backup.

To do this, I implemented support for listing backups based on wildcards (e.g. all backups with a given partition and checkpoint id).

10446: deps(maven): bump software.amazon.awssdk:bom from 2.17.278 to 2.17.279 r=github-actions[bot] a=dependabot[bot]

Bumps [software.amazon.awssdk:bom](https://github.com/aws/aws-sdk-java-v2) from 2.17.278 to 2.17.279.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md">software.amazon.awssdk:bom's changelog</a>.</em></p>
<blockquote>
<h1><strong>2.17.279</strong> <strong>2022-09-21</strong></h1>
<h2><strong>AWS S3 Control</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>S3 on Outposts launches support for object versioning for Outposts buckets. With S3 Versioning, you can preserve, retrieve, and restore every version of every object stored in your buckets. You can recover from both unintended user actions and application failures.</li>
</ul>
</li>
</ul>
<h2><strong>AWS SDK for Java v2</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Updated service endpoint metadata.</li>
</ul>
</li>
<li>
<h3>Bugfixes</h3>
<ul>
<li>Fixed issue where errors were being wrapped by SdkClientException</li>
</ul>
</li>
</ul>
<h2><strong>Amazon Comprehend</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Amazon Comprehend now supports synchronous mode for targeted sentiment API operations.</li>
</ul>
</li>
</ul>
<h2><strong>Amazon SageMaker Service</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>SageMaker now allows customization on Canvas Application settings, including enabling/disabling time-series forecasting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/f3e99c64eb01477737b9b6b470ed2f1cd52e0b85"><code>f3e99c6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-sdk-java-v2/issues/2035">#2035</a> from aws/salande/object-versioning</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/d31a21b98a7eb0a66a684cc96053052ea0e81356"><code>d31a21b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-sdk-java-v2/issues/2150">#2150</a> from aws/staging/97ffea06-fa75-4345-bc2a-ebfaedae6587</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/3bb1890c20f858d85595d838e3f48941499069bf"><code>3bb1890</code></a> Release 2.17.279. Updated CHANGELOG.md, README.md and all pom.xml.</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/752d58c5a893335313a41360d5fae317d5e52a89"><code>752d58c</code></a> Updated endpoints.json.</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/1f7165e1fcb377f9c09df1ee1d69224d636840a5"><code>1f7165e</code></a> AWS S3 Control Update: S3 on Outposts launches support for object versioning ...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/eb338a0140b4a3544d5144dc894d2f87c9bc45c7"><code>eb338a0</code></a> Amazon SageMaker Service Update: SageMaker now allows customization on Canvas...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/24a5e78fe00eeba531ace4e21f864cff532ee13a"><code>24a5e78</code></a> Amazon Comprehend Update: Amazon Comprehend now supports synchronous mode for...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/5951f6bfab38ee1f1a91538f4306cbfd370a9278"><code>5951f6b</code></a> Errors should not be wrapped - Async Waiters (<a href="https://github-redirect.dependabot.com/aws/aws-sdk-java-v2/issues/3430">#3430</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/821397a4c3bf173ffa81541eaefbfa265b3d89e4"><code>821397a</code></a> Errors should not be wrapped - Http (<a href="https://github-redirect.dependabot.com/aws/aws-sdk-java-v2/issues/3431">#3431</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/ba959881ef9a9aebb0d4fa08a0336f0a83e8c4f8"><code>ba95988</code></a> Update to next snapshot version: 2.17.279-SNAPSHOT</li>
<li>See full diff in <a href="https://github.com/aws/aws-sdk-java-v2/compare/2.17.278...2.17.279">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=software.amazon.awssdk:bom&package-manager=maven&previous-version=2.17.278&new-version=2.17.279)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Co-authored-by: Ole Schönburg <ole.schoenburg@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@zeebe-bors-camunda
Copy link
Contributor

Build failed (retrying...):

@github-actions
Copy link
Contributor

Test Results

   859 files   -     8     859 suites   - 8   1h 47m 58s ⏱️ + 4m 54s
6 699 tests +  99  6 689 ✔️ +  99  10 💤 ±0  0 ±0 
6 887 runs  +103  6 877 ✔️ +103  10 💤 ±0  0 ±0 

Results for commit f1daabd. ± Comparison against base commit ea68555.

zeebe-bors-camunda bot added a commit that referenced this pull request Sep 22, 2022
10446: deps(maven): bump software.amazon.awssdk:bom from 2.17.278 to 2.17.279 r=github-actions[bot] a=dependabot[bot]

Bumps [software.amazon.awssdk:bom](https://github.com/aws/aws-sdk-java-v2) from 2.17.278 to 2.17.279.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md">software.amazon.awssdk:bom's changelog</a>.</em></p>
<blockquote>
<h1><strong>2.17.279</strong> <strong>2022-09-21</strong></h1>
<h2><strong>AWS S3 Control</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>S3 on Outposts launches support for object versioning for Outposts buckets. With S3 Versioning, you can preserve, retrieve, and restore every version of every object stored in your buckets. You can recover from both unintended user actions and application failures.</li>
</ul>
</li>
</ul>
<h2><strong>AWS SDK for Java v2</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Updated service endpoint metadata.</li>
</ul>
</li>
<li>
<h3>Bugfixes</h3>
<ul>
<li>Fixed issue where errors were being wrapped by SdkClientException</li>
</ul>
</li>
</ul>
<h2><strong>Amazon Comprehend</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>Amazon Comprehend now supports synchronous mode for targeted sentiment API operations.</li>
</ul>
</li>
</ul>
<h2><strong>Amazon SageMaker Service</strong></h2>
<ul>
<li>
<h3>Features</h3>
<ul>
<li>SageMaker now allows customization on Canvas Application settings, including enabling/disabling time-series forecasting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/f3e99c64eb01477737b9b6b470ed2f1cd52e0b85"><code>f3e99c6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-sdk-java-v2/issues/2035">#2035</a> from aws/salande/object-versioning</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/d31a21b98a7eb0a66a684cc96053052ea0e81356"><code>d31a21b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-sdk-java-v2/issues/2150">#2150</a> from aws/staging/97ffea06-fa75-4345-bc2a-ebfaedae6587</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/3bb1890c20f858d85595d838e3f48941499069bf"><code>3bb1890</code></a> Release 2.17.279. Updated CHANGELOG.md, README.md and all pom.xml.</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/752d58c5a893335313a41360d5fae317d5e52a89"><code>752d58c</code></a> Updated endpoints.json.</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/1f7165e1fcb377f9c09df1ee1d69224d636840a5"><code>1f7165e</code></a> AWS S3 Control Update: S3 on Outposts launches support for object versioning ...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/eb338a0140b4a3544d5144dc894d2f87c9bc45c7"><code>eb338a0</code></a> Amazon SageMaker Service Update: SageMaker now allows customization on Canvas...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/24a5e78fe00eeba531ace4e21f864cff532ee13a"><code>24a5e78</code></a> Amazon Comprehend Update: Amazon Comprehend now supports synchronous mode for...</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/5951f6bfab38ee1f1a91538f4306cbfd370a9278"><code>5951f6b</code></a> Errors should not be wrapped - Async Waiters (<a href="https://github-redirect.dependabot.com/aws/aws-sdk-java-v2/issues/3430">#3430</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/821397a4c3bf173ffa81541eaefbfa265b3d89e4"><code>821397a</code></a> Errors should not be wrapped - Http (<a href="https://github-redirect.dependabot.com/aws/aws-sdk-java-v2/issues/3431">#3431</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-java-v2/commit/ba959881ef9a9aebb0d4fa08a0336f0a83e8c4f8"><code>ba95988</code></a> Update to next snapshot version: 2.17.279-SNAPSHOT</li>
<li>See full diff in <a href="https://github.com/aws/aws-sdk-java-v2/compare/2.17.278...2.17.279">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=software.amazon.awssdk:bom&package-manager=maven&previous-version=2.17.278&new-version=2.17.279)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@zeebe-bors-camunda
Copy link
Contributor

Build failed:

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 2022

Superseded by #10462.

@dependabot dependabot bot closed this Sep 23, 2022
@dependabot dependabot bot deleted the dependabot/maven/software.amazon.awssdk-bom-2.17.279 branch September 23, 2022 04:01
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