Build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.92 to 1.13.0 #505

Merged
argoyle merged 1 commits from dependabot-go_modules-github.com-aws-aws-sdk-go-v2-feature-s3-manager-1.13.0 into main 2023-11-01 20:59:40 +00:00
argoyle commented 2023-11-01 20:19:11 +00:00 (Migrated from gitlab.com)

Bumps github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.92 to 1.13.0.

Changelog

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

Release (2022-01-14)

General Highlights

  • Feature: Updated github.com/aws/smithy-go to latest version
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.13.0
    • Bug Fix: Updates the Retry middleware to release the retry token, on subsequent attempts. This fixes #1413, and is based on PR #1424
  • github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue: v1.6.0
    • Feature: Adds new MarshalWithOptions and UnmarshalWithOptions helpers allowing Encoding and Decoding options to be specified when serializing AttributeValues. Addresses issue: aws/aws-sdk-go-v2#1494
  • github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue: v1.6.0
    • Feature: Adds new MarshalWithOptions and UnmarshalWithOptions helpers allowing Encoding and Decoding options to be specified when serializing AttributeValues. Addresses issue: aws/aws-sdk-go-v2#1494
  • github.com/aws/aws-sdk-go-v2/service/appsync: v1.12.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/autoscalingplans: v1.10.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/computeoptimizer: v1.15.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/costexplorer: v1.15.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/databasemigrationservice: v1.16.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/databrew: v1.16.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.28.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/elasticache: v1.18.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/elasticsearchservice: v1.13.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/finspacedata: v1.8.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/fms: v1.13.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.19.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/honeycode: v1.9.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/identitystore: v1.12.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/ioteventsdata: v1.9.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/iotwireless: v1.16.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/kendra: v1.20.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/lexmodelsv2: v1.17.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/lexruntimev2: v1.12.0

... (truncated)

Commits
  • e10c0d2 Release 2022-01-14
  • 35ab85c Update smithy-go dependency version
  • 4741932 Fix Retry middleware not releasing retry token (#1560)
  • e4d9a88 Update API Models (#1559)
  • c1b62ab SDK DefaultsMode Configuration Implementation (#1553)
  • 07e5d3e i1494 passing opts to attributevalue marshalling (#1495)
  • 576b415 codegen: Adds smithy-cli dependency to prevent auto use of smithy-cli 1.16 (#...
  • 3ec6226 Release 2022-01-07
  • 50d7f6a Update smithy-go dependency version
  • 2d25393 config: Add WithCredentialCacheOptions for LoadDefaultConfig's LoadOptions (#...
  • 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.11.92 to 1.13.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/CHANGELOG.md">github.com/aws/aws-sdk-go-v2/feature/s3/manager's changelog</a>.</em></p> <blockquote> <h1>Release (2022-01-14)</h1> <h2>General Highlights</h2> <ul> <li><strong>Feature</strong>: Updated <code>github.com/aws/smithy-go</code> to latest version</li> <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.13.0 <ul> <li><strong>Bug Fix</strong>: Updates the Retry middleware to release the retry token, on subsequent attempts. This fixes <a href="https://github.com/aws/aws-sdk-go-v2/issues/1413">#1413</a>, and is based on PR <a href="https://github.com/aws/aws-sdk-go-v2/issues/1424">#1424</a></li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/feature/dynamodb/attributevalue/CHANGELOG.md#v160-2022-01-14">v1.6.0</a> <ul> <li><strong>Feature</strong>: Adds new MarshalWithOptions and UnmarshalWithOptions helpers allowing Encoding and Decoding options to be specified when serializing AttributeValues. Addresses issue: <a href="https://github.com/aws/aws-sdk-go-v2/issues/1494">aws/aws-sdk-go-v2#1494</a></li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/feature/dynamodbstreams/attributevalue/CHANGELOG.md#v160-2022-01-14">v1.6.0</a> <ul> <li><strong>Feature</strong>: Adds new MarshalWithOptions and UnmarshalWithOptions helpers allowing Encoding and Decoding options to be specified when serializing AttributeValues. Addresses issue: <a href="https://github.com/aws/aws-sdk-go-v2/issues/1494">aws/aws-sdk-go-v2#1494</a></li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/appsync</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/appsync/CHANGELOG.md#v1120-2022-01-14">v1.12.0</a> <ul> <li><strong>Feature</strong>: Updated API models</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/autoscalingplans</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/autoscalingplans/CHANGELOG.md#v1100-2022-01-14">v1.10.0</a> <ul> <li><strong>Documentation</strong>: Updated API models</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/computeoptimizer</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/computeoptimizer/CHANGELOG.md#v1150-2022-01-14">v1.15.0</a> <ul> <li><strong>Feature</strong>: Updated API models</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/costexplorer</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/costexplorer/CHANGELOG.md#v1150-2022-01-14">v1.15.0</a> <ul> <li><strong>Documentation</strong>: Updated API models</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/databasemigrationservice</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/databasemigrationservice/CHANGELOG.md#v1160-2022-01-14">v1.16.0</a> <ul> <li><strong>Documentation</strong>: Updated API models</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/databrew</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/databrew/CHANGELOG.md#v1160-2022-01-14">v1.16.0</a> <ul> <li><strong>Feature</strong>: Updated API models</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.13.0/service/ec2/CHANGELOG.md#v1280-2022-01-14">v1.28.0</a> <ul> <li><strong>Feature</strong>: Updated API models</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/elasticache</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/elasticache/CHANGELOG.md#v1180-2022-01-14">v1.18.0</a> <ul> <li><strong>Feature</strong>: Updated API models</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/elasticsearchservice</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/elasticsearchservice/CHANGELOG.md#v1130-2022-01-14">v1.13.0</a> <ul> <li><strong>Feature</strong>: Updated API models</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/finspacedata</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/finspacedata/CHANGELOG.md#v180-2022-01-14">v1.8.0</a> <ul> <li><strong>Documentation</strong>: Updated API models</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/fms</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/fms/CHANGELOG.md#v1130-2022-01-14">v1.13.0</a> <ul> <li><strong>Documentation</strong>: Updated API models</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.13.0/service/glue/CHANGELOG.md#v1190-2022-01-14">v1.19.0</a> <ul> <li><strong>Feature</strong>: Updated API models</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/honeycode</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/honeycode/CHANGELOG.md#v190-2022-01-14">v1.9.0</a> <ul> <li><strong>Feature</strong>: Updated API models</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/identitystore</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/identitystore/CHANGELOG.md#v1120-2022-01-14">v1.12.0</a> <ul> <li><strong>Documentation</strong>: Updated API models</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/ioteventsdata</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/ioteventsdata/CHANGELOG.md#v190-2022-01-14">v1.9.0</a> <ul> <li><strong>Documentation</strong>: Updated API models</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/iotwireless</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/iotwireless/CHANGELOG.md#v1160-2022-01-14">v1.16.0</a> <ul> <li><strong>Feature</strong>: Updated API models</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/kendra</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/kendra/CHANGELOG.md#v1200-2022-01-14">v1.20.0</a> <ul> <li><strong>Feature</strong>: Updated API models</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/lexmodelsv2</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/lexmodelsv2/CHANGELOG.md#v1170-2022-01-14">v1.17.0</a> <ul> <li><strong>Feature</strong>: Updated API models</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/lexruntimev2</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/service/lexruntimev2/CHANGELOG.md#v1120-2022-01-14">v1.12.0</a></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/e10c0d2c8db721bd0e3b16070f3a74f6bc7171de"><code>e10c0d2</code></a> Release 2022-01-14</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/35ab85c1330d3a1f21d0329ba0e1950dfc29e6d1"><code>35ab85c</code></a> Update smithy-go dependency version</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/4741932878bc94de3d7c8028e726bb0f9e6c2fcb"><code>4741932</code></a> Fix Retry middleware not releasing retry token (<a href="https://github.com/aws/aws-sdk-go-v2/issues/1560">#1560</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e4d9a886e7fd465519a26a770c4b007d6fefae70"><code>e4d9a88</code></a> Update API Models (<a href="https://github.com/aws/aws-sdk-go-v2/issues/1559">#1559</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c1b62ab3b6ed72021b2fd081664db46911baa241"><code>c1b62ab</code></a> SDK DefaultsMode Configuration Implementation (<a href="https://github.com/aws/aws-sdk-go-v2/issues/1553">#1553</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/07e5d3e7b6286c00376154db25a3e750df5bd0ff"><code>07e5d3e</code></a> i1494 passing opts to attributevalue marshalling (<a href="https://github.com/aws/aws-sdk-go-v2/issues/1495">#1495</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/576b4151f1db87570d680a61c737d816d79f3ab7"><code>576b415</code></a> codegen: Adds smithy-cli dependency to prevent auto use of smithy-cli 1.16 (#...</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3ec62266ee884956826f40ea3e70428802dd5b9c"><code>3ec6226</code></a> Release 2022-01-07</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/50d7f6a7d5a3d0470e53f1f58357c88aaa391d84"><code>50d7f6a</code></a> Update smithy-go dependency version</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2d25393b3864c79522946cf7c00dc30c78429a34"><code>2d25393</code></a> config: Add WithCredentialCacheOptions for LoadDefaultConfig's LoadOptions (#...</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/feature/s3/manager/v1.11.92...v1.13.0">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 2023-11-01 20:19:14 +00:00 (Migrated from gitlab.com)

mentioned in merge request !497

mentioned in merge request !497
argoyle commented 2023-11-01 20:24:55 +00:00 (Migrated from gitlab.com)

Codecov Report

Merging #501 (c166df9) into main (78b2207) will not change coverage.
The diff coverage is n/a.

Current head c166df9 differs from pull request most recent head 16d73d3. Consider uploading reports for the commit 16d73d3 to get more accurate results

@@            Coverage Diff            @@
##              main      #501   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          160       160           
=========================================
  Hits           160       160           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

## [Codecov](https://app.codecov.io/gl/unboundsoftware/s3uploader/pull/501?src=pr&el=h1&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) Report > Merging [#501](https://app.codecov.io/gl/unboundsoftware/s3uploader/pull/501?src=pr&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) (c166df9) into [main](https://app.codecov.io/gl/unboundsoftware/s3uploader/commit/78b2207596c2d99bf0eab6410f7603b750bdc806?el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) (78b2207) will **not change** coverage. > The diff coverage is `n/a`. > :exclamation: Current head c166df9 differs from pull request most recent head 16d73d3. Consider uploading reports for the commit 16d73d3 to get more accurate results ```diff @@ Coverage Diff @@ ## main #501 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 3 3 Lines 160 160 ========================================= Hits 160 160 ``` :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware)
argoyle commented 2023-11-01 20:55:42 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2023-11-01 20:55:44 +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 2023-11-01 20:55:54 +00:00 (Migrated from gitlab.com)

dependabot-gitlab successfully recreated merge request!

:white_check_mark: `dependabot-gitlab` successfully recreated merge request!
argoyle commented 2023-11-01 20:55:55 +00:00 (Migrated from gitlab.com)

added 4 commits

  • c166df94...78b22075 - 3 commits from branch main
  • 16d73d39 - Build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager

Compare with previous version

added 4 commits <ul><li>c166df94...78b22075 - 3 commits from branch <code>main</code></li><li>16d73d39 - Build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager</li></ul> [Compare with previous version](/unboundsoftware/s3uploader/-/merge_requests/501/diffs?diff_id=832925438&start_sha=c166df941bd7862a2914ae2a097ea7337b906310)
argoyle commented 2023-11-01 20:55:55 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2023-11-01 20:56:18 +00:00
argoyle (Migrated from gitlab.com) merged commit into main 2023-11-01 20:59:40 +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#505