Build(deps): bump github.com/aws/aws-sdk-go from 1.43.6 to 1.44.0 #111

Merged
argoyle merged 1 commits from dependabot-go_modules-github.com-aws-aws-sdk-go-1.44.0 into main 2022-04-26 05:06:45 +00:00
argoyle commented 2022-04-25 22:40:38 +00:00 (Migrated from gitlab.com)

Bumps github.com/aws/aws-sdk-go from 1.43.6 to 1.44.0.

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.44.0 (2022-04-25)

Service Client Updates

  • service/connect: Updates service API, documentation, and paginators
  • service/gamelift: Updates service documentation
    • Documentation updates for Amazon GameLift.
  • service/mq: Updates service API and documentation
    • 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.
  • service/rds-data: Updates service API and documentation
  • service/securityhub: Updates service API and documentation

SDK Features

  • aws/request: Fixes bug in WithSetRequestHeaders where the header key was added to the header map directly
    • Addresses an issue where the header keys being added were being added directly to the header map, and did not have the canonical header casing applied. This introduced bugs where instead of overwriting existing header key, it added another map entry.

Release v1.43.45 (2022-04-22)

Service Client Updates

  • service/chime-sdk-meetings: Updates service API and documentation
  • service/ec2: Updates service API, documentation, and waiters
    • Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state.

Release v1.43.44 (2022-04-21)

Service Client Updates

  • service/elasticache: Updates service documentation
    • Doc only update for ElastiCache
  • service/glue: Updates service API, documentation, and paginators
    • This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types
  • service/iotsitewise: Updates service API, documentation, and paginators
  • service/iottwinmaker: Updates service API and documentation
  • service/lookoutmetrics: Updates service API and documentation
  • service/mediatailor: Updates service API, documentation, and paginators
  • service/secretsmanager: Updates service documentation
    • Documentation updates for Secrets Manager
  • service/storagegateway: Updates service API and documentation
    • This release adds support for minimum of 5 character length virtual tape barcodes.
  • service/wisdom: Updates service API and documentation

Release v1.43.43 (2022-04-20)

Service Client Updates

  • service/connect: Updates service API, documentation, and paginators
  • service/macie2: Updates service API and documentation
  • service/mgn: Updates service API and documentation
  • service/rds: Updates service API, documentation, waiters, paginators, and examples

... (truncated)

Changelog

Sourced from github.com/aws/aws-sdk-go's changelog.

Release v1.44.0 (2022-04-25)

Service Client Updates

  • service/connect: Updates service API, documentation, and paginators
  • service/gamelift: Updates service documentation
    • Documentation updates for Amazon GameLift.
  • service/mq: Updates service API and documentation
    • 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.
  • service/rds-data: Updates service API and documentation
  • service/securityhub: Updates service API and documentation

SDK Features

  • aws/request: Fixes bug in WithSetRequestHeaders where the header key was added to the header map directly
    • Addresses an issue where the header keys being added were being added directly to the header map, and did not have the canonical header casing applied. This introduced bugs where instead of overwriting existing header key, it added another map entry.

Release v1.43.45 (2022-04-22)

Service Client Updates

  • service/chime-sdk-meetings: Updates service API and documentation
  • service/ec2: Updates service API, documentation, and waiters
    • Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state.

Release v1.43.44 (2022-04-21)

Service Client Updates

  • service/elasticache: Updates service documentation
    • Doc only update for ElastiCache
  • service/glue: Updates service API, documentation, and paginators
    • This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types
  • service/iotsitewise: Updates service API, documentation, and paginators
  • service/iottwinmaker: Updates service API and documentation
  • service/lookoutmetrics: Updates service API and documentation
  • service/mediatailor: Updates service API, documentation, and paginators
  • service/secretsmanager: Updates service documentation
    • Documentation updates for Secrets Manager
  • service/storagegateway: Updates service API and documentation
    • This release adds support for minimum of 5 character length virtual tape barcodes.
  • service/wisdom: Updates service API and documentation

Release v1.43.43 (2022-04-20)

Service Client Updates

  • service/connect: Updates service API, documentation, and paginators
  • service/macie2: Updates service API and documentation
  • service/mgn: Updates service API and documentation
  • service/rds: Updates service API, documentation, waiters, paginators, and examples

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.43.6 to 1.44.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go/releases">github.com/aws/aws-sdk-go's releases</a>.</em></p> <blockquote> <h1>Release v1.44.0 (2022-04-25)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/connect</code>: Updates service API, documentation, and paginators</li> <li><code>service/gamelift</code>: Updates service documentation <ul> <li>Documentation updates for Amazon GameLift.</li> </ul> </li> <li><code>service/mq</code>: Updates service API and documentation <ul> <li>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>service/rds-data</code>: Updates service API and documentation</li> <li><code>service/securityhub</code>: Updates service API and documentation</li> </ul> <h3>SDK Features</h3> <ul> <li><code>aws/request</code>: Fixes bug in WithSetRequestHeaders where the header key was added to the header map directly <ul> <li>Addresses an issue where the header keys being added were being added directly to the header map, and did not have the canonical header casing applied. This introduced bugs where instead of overwriting existing header key, it added another map entry.</li> </ul> </li> </ul> <h1>Release v1.43.45 (2022-04-22)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/chime-sdk-meetings</code>: Updates service API and documentation</li> <li><code>service/ec2</code>: Updates service API, documentation, and waiters <ul> <li>Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state.</li> </ul> </li> </ul> <h1>Release v1.43.44 (2022-04-21)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/elasticache</code>: Updates service documentation <ul> <li>Doc only update for ElastiCache</li> </ul> </li> <li><code>service/glue</code>: Updates service API, documentation, and paginators <ul> <li>This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types</li> </ul> </li> <li><code>service/iotsitewise</code>: Updates service API, documentation, and paginators</li> <li><code>service/iottwinmaker</code>: Updates service API and documentation</li> <li><code>service/lookoutmetrics</code>: Updates service API and documentation</li> <li><code>service/mediatailor</code>: Updates service API, documentation, and paginators</li> <li><code>service/secretsmanager</code>: Updates service documentation <ul> <li>Documentation updates for Secrets Manager</li> </ul> </li> <li><code>service/storagegateway</code>: Updates service API and documentation <ul> <li>This release adds support for minimum of 5 character length virtual tape barcodes.</li> </ul> </li> <li><code>service/wisdom</code>: Updates service API and documentation</li> </ul> <h1>Release v1.43.43 (2022-04-20)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/connect</code>: Updates service API, documentation, and paginators</li> <li><code>service/macie2</code>: Updates service API and documentation</li> <li><code>service/mgn</code>: Updates service API and documentation</li> <li><code>service/rds</code>: Updates service API, documentation, waiters, paginators, and examples</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md">github.com/aws/aws-sdk-go's changelog</a>.</em></p> <blockquote> <h1>Release v1.44.0 (2022-04-25)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/connect</code>: Updates service API, documentation, and paginators</li> <li><code>service/gamelift</code>: Updates service documentation <ul> <li>Documentation updates for Amazon GameLift.</li> </ul> </li> <li><code>service/mq</code>: Updates service API and documentation <ul> <li>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>service/rds-data</code>: Updates service API and documentation</li> <li><code>service/securityhub</code>: Updates service API and documentation</li> </ul> <h3>SDK Features</h3> <ul> <li><code>aws/request</code>: Fixes bug in WithSetRequestHeaders where the header key was added to the header map directly <ul> <li>Addresses an issue where the header keys being added were being added directly to the header map, and did not have the canonical header casing applied. This introduced bugs where instead of overwriting existing header key, it added another map entry.</li> </ul> </li> </ul> <h1>Release v1.43.45 (2022-04-22)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/chime-sdk-meetings</code>: Updates service API and documentation</li> <li><code>service/ec2</code>: Updates service API, documentation, and waiters <ul> <li>Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state.</li> </ul> </li> </ul> <h1>Release v1.43.44 (2022-04-21)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/elasticache</code>: Updates service documentation <ul> <li>Doc only update for ElastiCache</li> </ul> </li> <li><code>service/glue</code>: Updates service API, documentation, and paginators <ul> <li>This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types</li> </ul> </li> <li><code>service/iotsitewise</code>: Updates service API, documentation, and paginators</li> <li><code>service/iottwinmaker</code>: Updates service API and documentation</li> <li><code>service/lookoutmetrics</code>: Updates service API and documentation</li> <li><code>service/mediatailor</code>: Updates service API, documentation, and paginators</li> <li><code>service/secretsmanager</code>: Updates service documentation <ul> <li>Documentation updates for Secrets Manager</li> </ul> </li> <li><code>service/storagegateway</code>: Updates service API and documentation <ul> <li>This release adds support for minimum of 5 character length virtual tape barcodes.</li> </ul> </li> <li><code>service/wisdom</code>: Updates service API and documentation</li> </ul> <h1>Release v1.43.43 (2022-04-20)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/connect</code>: Updates service API, documentation, and paginators</li> <li><code>service/macie2</code>: Updates service API and documentation</li> <li><code>service/mgn</code>: Updates service API and documentation</li> <li><code>service/rds</code>: Updates service API, documentation, waiters, paginators, and examples</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/commit/e42fdf2e34b268c1a66dd5421d722e91eaad7680"><code>e42fdf2</code></a> Release v1.44.0 (2022-04-25) (<a href="https://github.com/aws/aws-sdk-go/issues/4375">#4375</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/181965c0e7e28288c534d95675cd220dba150076"><code>181965c</code></a> <code>aws/request</code> Fixes WithSetRequestHeaders key added to header map directly (#...</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/83cf2e68ba94c086cd84cd274f86b37464446773"><code>83cf2e6</code></a> Release v1.43.45 (2022-04-22) (<a href="https://github.com/aws/aws-sdk-go/issues/4371">#4371</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/e8afe81156c70d5bf7b6d2ed5aeeb609ea3ba3f8"><code>e8afe81</code></a> Release v1.43.44 (2022-04-21) (<a href="https://github.com/aws/aws-sdk-go/issues/4369">#4369</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/40af882dc853cc6e75bbaaa8caba27af7e0de5b6"><code>40af882</code></a> Release v1.43.43 (2022-04-20) (<a href="https://github.com/aws/aws-sdk-go/issues/4368">#4368</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/05d60e7c6b5569a70a2e38271c037f3cf4e56d44"><code>05d60e7</code></a> Revert &quot;Disable regabi due to on-going stability issues (<a href="https://github.com/aws/aws-sdk-go/issues/4245">#4245</a>)&quot; (<a href="https://github.com/aws/aws-sdk-go/issues/4365">#4365</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/32ca43ea00f9525ced123c0648357431a1e25476"><code>32ca43e</code></a> Release v1.43.42 (2022-04-19) (<a href="https://github.com/aws/aws-sdk-go/issues/4366">#4366</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/b0f95adfd84e55d3946cc476697431cfa78a04df"><code>b0f95ad</code></a> Release v1.43.41 (2022-04-15) (<a href="https://github.com/aws/aws-sdk-go/issues/4363">#4363</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/1659bb21aa5dfe775c128c89218c6f8267d367fc"><code>1659bb2</code></a> Release v1.43.40 (2022-04-14) (<a href="https://github.com/aws/aws-sdk-go/issues/4362">#4362</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/97103fcdbc3c70d5fe01058057bbb29e8d4aebad"><code>97103fc</code></a> Release v1.43.39 (2022-04-13) (<a href="https://github.com/aws/aws-sdk-go/issues/4361">#4361</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go/compare/v1.43.6...v1.44.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 rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
codecov commented 2022-04-25 22:46:15 +00:00 (Migrated from gitlab.com)

Codecov Report

Merging #107 (423a070) into main (bc5ccd1) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #107   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          159       159           
=========================================
  Hits           159       159           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bc5ccd1...423a070. Read the comment docs.

# [Codecov](https://codecov.io/gl/unboundsoftware/s3uploader/pull/107?src=pr&el=h1&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) Report > Merging [#107](https://codecov.io/gl/unboundsoftware/s3uploader/pull/107?src=pr&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) (423a070) into [main](https://codecov.io/gl/unboundsoftware/s3uploader/commit/bc5ccd108b29f0c706528a4c56964b48c1a4d6ed?el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) (bc5ccd1) will **not change** coverage. > The diff coverage is `n/a`. ```diff @@ Coverage Diff @@ ## main #107 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 3 3 Lines 159 159 ========================================= Hits 159 159 ``` ------ [Continue to review full report at Codecov](https://codecov.io/gl/unboundsoftware/s3uploader/pull/107?src=pr&el=continue&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gl/unboundsoftware/s3uploader/pull/107?src=pr&el=footer&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware). Last update [bc5ccd1...423a070](https://codecov.io/gl/unboundsoftware/s3uploader/pull/107?src=pr&el=lastupdated&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware).
argoyle commented 2022-04-26 05:06:45 +00:00 (Migrated from gitlab.com)

mentioned in commit aa2ba857f3

mentioned in commit aa2ba857f33ef584842411ab5b2dc396700a4654
argoyle (Migrated from gitlab.com) merged commit aa2ba857f3 into main 2022-04-26 05:06:45 +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#111