Build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.16.2 to 1.16.3 #601

Merged
argoyle merged 1 commits from dependabot-go_modules-github.com-aws-aws-sdk-go-v2-feature-s3-manager-1.16.3 into main 2024-02-21 07:30:05 +00:00
argoyle commented 2024-02-20 22:44:54 +00:00 (Migrated from gitlab.com)

Bumps github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.16.2 to 1.16.3.

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/feature/s3/manager's changelog.

Release (2022-04-25)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.16.3
    • Dependency Update: Update SDK's internal copy of golang.org/x/sync/singleflight to address issue with test failing due to timeing issues
  • github.com/aws/aws-sdk-go-v2/credentials: v1.12.0
    • Feature: Adds Duration and Policy options that can be used when creating stscreds.WebIdentityRoleProvider credentials provider.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.23.0
    • Feature: This release adds SearchUsers API which can be used to search for users with a Connect Instance
  • github.com/aws/aws-sdk-go-v2/service/gamelift: v1.14.4
    • Documentation: Documentation updates for Amazon GameLift.
  • github.com/aws/aws-sdk-go-v2/service/mq: v1.13.0
    • Feature: This release adds the CRITICAL_ACTION_REQUIRED broker state and the ActionRequired API property. CRITICAL_ACTION_REQUIRED informs you when your broker is degraded. ActionRequired provides you with a code which you can use to find instructions in the Developer Guide on how to resolve the issue.
  • github.com/aws/aws-sdk-go-v2/service/rdsdata: v1.12.0
    • Feature: Support to receive SQL query results in the form of a simplified JSON string. This enables developers using the new JSON string format to more easily convert it to an object using popular JSON string parsing libraries.
  • github.com/aws/aws-sdk-go-v2/service/securityhub: v1.21.0
    • Feature: Security Hub now lets you opt-out of auto-enabling the defaults standards (CIS and FSBP) in accounts that are auto-enabled with Security Hub via Security Hub's integration with AWS Organizations.

Release (2022-04-22)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings: v1.9.0
    • Feature: Include additional exceptions types.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.36.0
    • Feature: Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state.

Release (2022-04-21)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/elasticache: v1.20.5
    • Documentation: Doc only update for ElastiCache
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.24.0
    • Feature: This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types
  • github.com/aws/aws-sdk-go-v2/service/iotsitewise: v1.21.0
    • Feature: This release adds 3 new batch data query APIs : BatchGetAssetPropertyValue, BatchGetAssetPropertyValueHistory and BatchGetAssetPropertyAggregates
  • github.com/aws/aws-sdk-go-v2/service/iottwinmaker: v1.7.0
  • github.com/aws/aws-sdk-go-v2/service/lookoutmetrics: v1.12.0
    • Feature: Added DetectMetricSetConfig API for detecting configuration required for creating metric set from provided S3 data source.
  • github.com/aws/aws-sdk-go-v2/service/mediatailor: v1.17.0
    • Feature: This release introduces tiered channels and adds support for live sources. Customers using a STANDARD channel can now create programs using live sources.
  • github.com/aws/aws-sdk-go-v2/service/secretsmanager: v1.15.5
    • Documentation: Documentation updates for Secrets Manager
  • github.com/aws/aws-sdk-go-v2/service/storagegateway: v1.17.0
    • Feature: This release adds support for minimum of 5 character length virtual tape barcodes.
  • github.com/aws/aws-sdk-go-v2/service/wisdom: v1.8.0
    • Feature: This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations.

... (truncated)

Commits
  • 6911981 Release 2022-04-25
  • 1bd13c6 Regenerated Clients
  • 82cbcb0 Update API model
  • b0a3c24 Adds Policy and Duration parameters to stscreds.WebIdentityRoleOptions ...
  • da333d3 internal/sync/singleflight: Update version of singleflight (#1679)
  • 7065f83 Add make command for listing the SDK's complete set of Go dependencies (#1677)
  • d27c530 Release 2022-04-22
  • 67f8605 Regenerated Clients
  • 4e2def0 Update API model
  • aa725de Update smithy-go to smithy 1.21.0 (#1615)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) from 1.16.2 to 1.16.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.3/CHANGELOG.md">github.com/aws/aws-sdk-go-v2/feature/s3/manager's changelog</a>.</em></p> <blockquote> <h1>Release (2022-04-25)</h1> <h2>General Highlights</h2> <ul> <li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li> </ul> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/aws-sdk-go-v2</code>: v1.16.3 <ul> <li><strong>Dependency Update</strong>: Update SDK's internal copy of golang.org/x/sync/singleflight to address issue with test failing due to timeing issues</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/credentials</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.3/credentials/CHANGELOG.md#v1120-2022-04-25">v1.12.0</a> <ul> <li><strong>Feature</strong>: Adds Duration and Policy options that can be used when creating stscreds.WebIdentityRoleProvider credentials provider.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/connect</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.3/service/connect/CHANGELOG.md#v1230-2022-04-25">v1.23.0</a> <ul> <li><strong>Feature</strong>: This release adds SearchUsers API which can be used to search for users with a Connect Instance</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/gamelift</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.3/service/gamelift/CHANGELOG.md#v1144-2022-04-25">v1.14.4</a> <ul> <li><strong>Documentation</strong>: Documentation updates for Amazon GameLift.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/mq</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.3/service/mq/CHANGELOG.md#v1130-2022-04-25">v1.13.0</a> <ul> <li><strong>Feature</strong>: This release adds the CRITICAL_ACTION_REQUIRED broker state and the ActionRequired API property. CRITICAL_ACTION_REQUIRED informs you when your broker is degraded. ActionRequired provides you with a code which you can use to find instructions in the Developer Guide on how to resolve the issue.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/rdsdata</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.3/service/rdsdata/CHANGELOG.md#v1120-2022-04-25">v1.12.0</a> <ul> <li><strong>Feature</strong>: Support to receive SQL query results in the form of a simplified JSON string. This enables developers using the new JSON string format to more easily convert it to an object using popular JSON string parsing libraries.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/securityhub</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.3/service/securityhub/CHANGELOG.md#v1210-2022-04-25">v1.21.0</a> <ul> <li><strong>Feature</strong>: Security Hub now lets you opt-out of auto-enabling the defaults standards (CIS and FSBP) in accounts that are auto-enabled with Security Hub via Security Hub's integration with AWS Organizations.</li> </ul> </li> </ul> <h1>Release (2022-04-22)</h1> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.3/service/chimesdkmeetings/CHANGELOG.md#v190-2022-04-22">v1.9.0</a> <ul> <li><strong>Feature</strong>: Include additional exceptions types.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/ec2</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.3/service/ec2/CHANGELOG.md#v1360-2022-04-22">v1.36.0</a> <ul> <li><strong>Feature</strong>: Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state.</li> </ul> </li> </ul> <h1>Release (2022-04-21)</h1> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/aws-sdk-go-v2/service/elasticache</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.3/service/elasticache/CHANGELOG.md#v1205-2022-04-21">v1.20.5</a> <ul> <li><strong>Documentation</strong>: Doc only update for ElastiCache</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/glue</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.3/service/glue/CHANGELOG.md#v1240-2022-04-21">v1.24.0</a> <ul> <li><strong>Feature</strong>: This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/iotsitewise</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.3/service/iotsitewise/CHANGELOG.md#v1210-2022-04-21">v1.21.0</a> <ul> <li><strong>Feature</strong>: This release adds 3 new batch data query APIs : BatchGetAssetPropertyValue, BatchGetAssetPropertyValueHistory and BatchGetAssetPropertyAggregates</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/iottwinmaker</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.3/service/iottwinmaker/CHANGELOG.md#v170-2022-04-21">v1.7.0</a> <ul> <li><strong>Feature</strong>: General availability (GA) for AWS IoT TwinMaker. For more information, see <a href="https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/Welcome.html">https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/Welcome.html</a></li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/lookoutmetrics</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.3/service/lookoutmetrics/CHANGELOG.md#v1120-2022-04-21">v1.12.0</a> <ul> <li><strong>Feature</strong>: Added DetectMetricSetConfig API for detecting configuration required for creating metric set from provided S3 data source.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/mediatailor</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.3/service/mediatailor/CHANGELOG.md#v1170-2022-04-21">v1.17.0</a> <ul> <li><strong>Feature</strong>: This release introduces tiered channels and adds support for live sources. Customers using a STANDARD channel can now create programs using live sources.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/secretsmanager</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.3/service/secretsmanager/CHANGELOG.md#v1155-2022-04-21">v1.15.5</a> <ul> <li><strong>Documentation</strong>: Documentation updates for Secrets Manager</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/storagegateway</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.3/service/storagegateway/CHANGELOG.md#v1170-2022-04-21">v1.17.0</a> <ul> <li><strong>Feature</strong>: This release adds support for minimum of 5 character length virtual tape barcodes.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/wisdom</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.3/service/wisdom/CHANGELOG.md#v180-2022-04-21">v1.8.0</a> <ul> <li><strong>Feature</strong>: This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations.</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/69119818ef63fe807b5613a9f554f90308480409"><code>6911981</code></a> Release 2022-04-25</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/1bd13c6a9064b55969283c20805ca353b35a62b1"><code>1bd13c6</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/82cbcb0a6cb4b9c212930a83936146cbd4a91c04"><code>82cbcb0</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/b0a3c24ad3d64508103806eec1bd2db566bf6a88"><code>b0a3c24</code></a> Adds <code>Policy</code> and <code>Duration</code> parameters to <code>stscreds.WebIdentityRoleOptions</code> ...</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/da333d30950eb2c1bba0684e98fa385ea12b25e5"><code>da333d3</code></a> internal/sync/singleflight: Update version of singleflight (<a href="https://github.com/aws/aws-sdk-go-v2/issues/1679">#1679</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/7065f8301817eec4d19b06370ca0358ec935154f"><code>7065f83</code></a> Add make command for listing the SDK's complete set of Go dependencies (<a href="https://github.com/aws/aws-sdk-go-v2/issues/1677">#1677</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d27c530d7a073fbfcc558f152558422b01b2848e"><code>d27c530</code></a> Release 2022-04-22</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/67f8605fa990563e60a1bbc668a8c26d4fa7dea8"><code>67f8605</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/4e2def0b498eab9f9a9b21a00e5197d5343173a8"><code>4e2def0</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/aa725defcc1fc1676e1fb6891170d3f639962c45"><code>aa725de</code></a> Update smithy-go to smithy 1.21.0 (<a href="https://github.com/aws/aws-sdk-go-v2/issues/1615">#1615</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/v1.16.2...v1.16.3">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2024-02-21 07:24:06 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2024-02-21 07:24:09 +00:00 (Migrated from gitlab.com)

⚠️ dependabot-gitlab is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot-gitlab` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2024-02-21 07:24:22 +00:00 (Migrated from gitlab.com)

dependabot-gitlab successfully recreated merge request!

:white_check_mark: `dependabot-gitlab` successfully recreated merge request!
argoyle commented 2024-02-21 07:24:23 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle commented 2024-02-21 07:24:23 +00:00 (Migrated from gitlab.com)

added 3 commits

  • f8fe0d72...995d9d91 - 2 commits from branch main
  • a17326a6 - Build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager

Compare with previous version

added 3 commits <ul><li>f8fe0d72...995d9d91 - 2 commits from branch <code>main</code></li><li>a17326a6 - Build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager</li></ul> [Compare with previous version](/unboundsoftware/s3uploader/-/merge_requests/597/diffs?diff_id=931079433&start_sha=f8fe0d724848c351870404ac4f5e8b48fab24d7e)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2024-02-21 07:24:42 +00:00
argoyle (Migrated from gitlab.com) merged commit into main 2024-02-21 07:30:05 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/s3uploader#601