Build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.16.0 to 1.16.1 #596

Merged
argoyle merged 1 commits from dependabot-go_modules-github.com-aws-aws-sdk-go-v2-feature-s3-manager-1.16.1 into main 2024-02-17 12:55:57 +00:00
argoyle commented 2024-02-16 22:42:12 +00:00 (Migrated from gitlab.com)

Bumps github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.16.0 to 1.16.1.

Changelog

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

Release (2022-03-24)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.20.0
    • Feature: Added new APIs GetCustomRulePolicy and GetOrganizationCustomRulePolicy, and updated existing APIs PutConfigRule, DescribeConfigRule, DescribeConfigRuleEvaluationStatus, PutOrganizationConfigRule, DescribeConfigRule to support a new feature for building AWS Config rules with AWS CloudFormation Guard
  • github.com/aws/aws-sdk-go-v2/service/lambda: v1.21.0
    • Feature: Adds support for increased ephemeral storage (/tmp) up to 10GB for Lambda functions. Customers can now provision up to 10 GB of ephemeral storage per function instance, a 20x increase over the previous limit of 512 MB.
  • github.com/aws/aws-sdk-go-v2/service/transcribe: v1.19.0
    • Feature: This release adds an additional parameter for subtitling with Amazon Transcribe batch jobs: outputStartIndex.

Release (2022-03-23)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.16.0
    • Feature: Update CredentialsCache to make use of two new optional CredentialsProvider interfaces to give the cache, per provider, behavior how the cache handles credentials that fail to refresh, and adjusting expires time. See aws.CredentialsCache for more details.
    • Feature: Update ec2rolecreds package's Provider to implememnt support for CredentialsCache new optional caching strategy interfaces, HandleFailRefreshCredentialsCacheStrategy and AdjustExpiresByCredentialsCacheStrategy.
  • github.com/aws/aws-sdk-go-v2/credentials: v1.11.0
    • Feature: Update ec2rolecreds package's Provider to implememnt support for CredentialsCache new optional caching strategy interfaces, HandleFailRefreshCredentialsCacheStrategy and AdjustExpiresByCredentialsCacheStrategy.
  • github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.18.0
    • Feature: This release updates 1 API parameter, the SnsArn attribute. The character length and regex pattern for the SnsArn attribute have been updated, which enables you to deselect an SNS topic when using the UpdateSettings operation.
  • github.com/aws/aws-sdk-go-v2/service/ebs: v1.15.0
    • Feature: Increased the maximum supported value for the Timeout parameter of the StartSnapshot API from 60 minutes to 4320 minutes. Changed the HTTP error code for ConflictException from 503 to 409.
  • github.com/aws/aws-sdk-go-v2/service/elasticache: v1.20.2
    • Documentation: Doc only update for ElastiCache
  • github.com/aws/aws-sdk-go-v2/service/gamesparks: v1.0.0
    • Release: New AWS service client module
    • Feature: Released the preview of Amazon GameSparks, a fully managed AWS service that provides a multi-service backend for game developers.
  • github.com/aws/aws-sdk-go-v2/service/redshift: v1.22.0
    • Feature: This release adds a new [--encrypted | --no-encrypted] field in restore-from-cluster-snapshot API. Customers can now restore an unencrypted snapshot to a cluster encrypted with AWS Managed Key or their own KMS key.
  • github.com/aws/aws-sdk-go-v2/service/ssm: v1.23.0
    • Feature: Update AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource APIs to reflect the support for tagging Automation resources. Includes other minor documentation updates.
  • github.com/aws/aws-sdk-go-v2/service/transfer: v1.18.1
    • Documentation: Documentation updates for AWS Transfer Family to describe how to remove an associated workflow from a server.

Release (2022-03-22)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/costexplorer: v1.18.0
    • Feature: Added three new APIs to support tagging and resource-level authorization on Cost Explorer resources: TagResource, UntagResource, ListTagsForResource. Added optional parameters to CreateCostCategoryDefinition, CreateAnomalySubscription and CreateAnomalyMonitor APIs to support Tag On Create.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.18.2
    • Documentation: Documentation only update to address tickets
  • github.com/aws/aws-sdk-go-v2/service/lakeformation: v1.16.0
    • Feature: The release fixes the incorrect permissions called out in the documentation - DESCRIBE_TAG, ASSOCIATE_TAG, DELETE_TAG, ALTER_TAG. This trebuchet release fixes the corresponding SDK and documentation.
  • github.com/aws/aws-sdk-go-v2/service/location: v1.16.0

... (truncated)

Commits


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.0 to 1.16.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.1/CHANGELOG.md">github.com/aws/aws-sdk-go-v2/feature/s3/manager's changelog</a>.</em></p> <blockquote> <h1>Release (2022-03-24)</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/service/configservice</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.1/service/configservice/CHANGELOG.md#v1200-2022-03-24">v1.20.0</a> <ul> <li><strong>Feature</strong>: Added new APIs GetCustomRulePolicy and GetOrganizationCustomRulePolicy, and updated existing APIs PutConfigRule, DescribeConfigRule, DescribeConfigRuleEvaluationStatus, PutOrganizationConfigRule, DescribeConfigRule to support a new feature for building AWS Config rules with AWS CloudFormation Guard</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/lambda</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.1/service/lambda/CHANGELOG.md#v1210-2022-03-24">v1.21.0</a> <ul> <li><strong>Feature</strong>: Adds support for increased ephemeral storage (/tmp) up to 10GB for Lambda functions. Customers can now provision up to 10 GB of ephemeral storage per function instance, a 20x increase over the previous limit of 512 MB.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/transcribe</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.1/service/transcribe/CHANGELOG.md#v1190-2022-03-24">v1.19.0</a> <ul> <li><strong>Feature</strong>: This release adds an additional parameter for subtitling with Amazon Transcribe batch jobs: outputStartIndex.</li> </ul> </li> </ul> <h1>Release (2022-03-23)</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.0 <ul> <li><strong>Feature</strong>: Update CredentialsCache to make use of two new optional CredentialsProvider interfaces to give the cache, per provider, behavior how the cache handles credentials that fail to refresh, and adjusting expires time. See <a href="https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/aws#CredentialsCache">aws.CredentialsCache</a> for more details.</li> <li><strong>Feature</strong>: Update <code>ec2rolecreds</code> package's <code>Provider</code> to implememnt support for CredentialsCache new optional caching strategy interfaces, HandleFailRefreshCredentialsCacheStrategy and AdjustExpiresByCredentialsCacheStrategy.</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.1/credentials/CHANGELOG.md#v1110-2022-03-23">v1.11.0</a> <ul> <li><strong>Feature</strong>: Update <code>ec2rolecreds</code> package's <code>Provider</code> to implememnt support for CredentialsCache new optional caching strategy interfaces, HandleFailRefreshCredentialsCacheStrategy and AdjustExpiresByCredentialsCacheStrategy.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/auditmanager</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.1/service/auditmanager/CHANGELOG.md#v1180-2022-03-23">v1.18.0</a> <ul> <li><strong>Feature</strong>: This release updates 1 API parameter, the SnsArn attribute. The character length and regex pattern for the SnsArn attribute have been updated, which enables you to deselect an SNS topic when using the UpdateSettings operation.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/ebs</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.1/service/ebs/CHANGELOG.md#v1150-2022-03-23">v1.15.0</a> <ul> <li><strong>Feature</strong>: Increased the maximum supported value for the Timeout parameter of the StartSnapshot API from 60 minutes to 4320 minutes. Changed the HTTP error code for ConflictException from 503 to 409.</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.16.1/service/elasticache/CHANGELOG.md#v1202-2022-03-23">v1.20.2</a> <ul> <li><strong>Documentation</strong>: Doc only update for ElastiCache</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/gamesparks</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.1/service/gamesparks/CHANGELOG.md#v100-2022-03-23">v1.0.0</a> <ul> <li><strong>Release</strong>: New AWS service client module</li> <li><strong>Feature</strong>: Released the preview of Amazon GameSparks, a fully managed AWS service that provides a multi-service backend for game developers.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/redshift</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.1/service/redshift/CHANGELOG.md#v1220-2022-03-23">v1.22.0</a> <ul> <li><strong>Feature</strong>: This release adds a new [--encrypted | --no-encrypted] field in restore-from-cluster-snapshot API. Customers can now restore an unencrypted snapshot to a cluster encrypted with AWS Managed Key or their own KMS key.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/ssm</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.1/service/ssm/CHANGELOG.md#v1230-2022-03-23">v1.23.0</a> <ul> <li><strong>Feature</strong>: Update AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource APIs to reflect the support for tagging Automation resources. Includes other minor documentation updates.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/transfer</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.1/service/transfer/CHANGELOG.md#v1181-2022-03-23">v1.18.1</a> <ul> <li><strong>Documentation</strong>: Documentation updates for AWS Transfer Family to describe how to remove an associated workflow from a server.</li> </ul> </li> </ul> <h1>Release (2022-03-22)</h1> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/aws-sdk-go-v2/service/costexplorer</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.1/service/costexplorer/CHANGELOG.md#v1180-2022-03-22">v1.18.0</a> <ul> <li><strong>Feature</strong>: Added three new APIs to support tagging and resource-level authorization on Cost Explorer resources: TagResource, UntagResource, ListTagsForResource. Added optional parameters to CreateCostCategoryDefinition, CreateAnomalySubscription and CreateAnomalyMonitor APIs to support Tag On Create.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/ecs</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.1/service/ecs/CHANGELOG.md#v1182-2022-03-22">v1.18.2</a> <ul> <li><strong>Documentation</strong>: Documentation only update to address tickets</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/lakeformation</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.1/service/lakeformation/CHANGELOG.md#v1160-2022-03-22">v1.16.0</a> <ul> <li><strong>Feature</strong>: The release fixes the incorrect permissions called out in the documentation - DESCRIBE_TAG, ASSOCIATE_TAG, DELETE_TAG, ALTER_TAG. This trebuchet release fixes the corresponding SDK and documentation.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/location</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/v1.16.1/service/location/CHANGELOG.md#v1160-2022-03-22">v1.16.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/386724971857987a5d2a50f506f23df615765ac7"><code>3867249</code></a> Release 2022-03-24</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2fb960e531eb00693870edd03e816f4189e8f50a"><code>2fb960e</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/6201345923b416b9de0f9c444f585ed2ef9a53a4"><code>6201345</code></a> Update SDK's smithy-go dependency to v1.11.2</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/aa4f5d50dd26eb346a18184f3a82ca9a5603607d"><code>aa4f5d5</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/9f1b668782a3e111f99685e0eaf6545430d6669d"><code>9f1b668</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/cd1c8a3764935dd86fe4cdf8aed382adc0c1a79e"><code>cd1c8a3</code></a> codegen: Fix EventSteam code generation bug (<a href="https://github.com/aws/aws-sdk-go-v2/issues/1638">#1638</a>)</li> <li>See full diff in <a href="https://github.com/aws/aws-sdk-go-v2/compare/v1.16.0...v1.16.1">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-16 22:42:14 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 656ee5e6 - Build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager

Compare with previous version

added 1 commit <ul><li>656ee5e6 - Build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager</li></ul> [Compare with previous version](/unboundsoftware/s3uploader/-/merge_requests/592/diffs?diff_id=927793314&start_sha=5b35df31368e5c462b854f592e4f883a5ccd6b09)
argoyle commented 2024-02-17 12:51:41 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2024-02-17 12:51:43 +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-17 12:52:08 +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-17 12:52:09 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle commented 2024-02-17 12:52:12 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 7784003d - 1 commit from branch main
  • 325e60b3 - Build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager

Compare with previous version

added 2 commits <ul><li>7784003d - 1 commit from branch <code>main</code></li><li>325e60b3 - Build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager</li></ul> [Compare with previous version](/unboundsoftware/s3uploader/-/merge_requests/592/diffs?diff_id=927932485&start_sha=656ee5e6ece09d66dca0f1a5f3966ec0d3e030e9)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2024-02-17 12:52:36 +00:00
argoyle (Migrated from gitlab.com) merged commit into main 2024-02-17 12:55:57 +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#596