Build(deps): bump github.com/aws/aws-sdk-go from 1.44.222 to 1.44.233 #362

Closed
argoyle wants to merge 0 commits from dependabot-go_modules-github.com-aws-aws-sdk-go-1.44.233 into main
argoyle commented 2023-03-30 22:40:44 +00:00 (Migrated from gitlab.com)

Bumps github.com/aws/aws-sdk-go from 1.44.222 to 1.44.233.

Release notes

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

Release v1.44.233 (2023-03-30)

Service Client Updates

  • service/athena: Updates service API
    • Make DefaultExecutorDpuSize and CoordinatorDpuSize fields optional in StartSession
  • service/autoscaling: Updates service API, documentation, paginators, and examples
    • Amazon EC2 Auto Scaling now supports Elastic Load Balancing traffic sources with the AttachTrafficSources, DetachTrafficSources, and DescribeTrafficSources APIs. This release also introduces a new activity status, "WaitingForConnectionDraining", for VPC Lattice to the DescribeScalingActivities API.
  • service/batch: Updates service API and documentation
    • This feature allows Batch on EKS to support configuration of Pod Labels through Metadata for Batch on EKS Jobs.
  • service/compute-optimizer: Updates service API and documentation
  • service/drs: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • This release adds support for Tunnel Endpoint Lifecycle control, a new feature that provides Site-to-Site VPN customers with better visibility and control of their VPN tunnel maintenance updates.
  • service/elasticmapreduce: Updates service API and documentation
    • Updated DescribeCluster and ListClusters API responses to include ErrorDetail that specifies error code, programmatically accessible error data,and an error message. ErrorDetail provides the underlying reason for cluster failure and recommends actions to simplify troubleshooting of EMR clusters.
  • service/glue: Updates service API and documentation
    • This release adds support for AWS Glue Data Quality, which helps you evaluate and monitor the quality of your data and includes the API for creating, deleting, or updating data quality rulesets, runs and evaluations.
  • service/guardduty: Updates service API, documentation, and paginators
    • Added EKS Runtime Monitoring feature support to existing detector, finding APIs and introducing new Coverage APIs
  • service/imagebuilder: Updates service API, documentation, and paginators
  • service/ivs: Updates service API and documentation
  • service/kendra: Updates service API and documentation
    • AWS Kendra now supports featured results for a query.
  • service/network-firewall: Updates service API, documentation, and paginators
  • service/sagemaker-geospatial: Updates service API and documentation
  • service/vpc-lattice: Adds new service
  • service/wellarchitected: Updates service API, documentation, and paginators

SDK Bugs

  • aws/session: Fix AWS_USE_FIPS_ENDPOINT not being inferred on resolved credentials.
    • Defer resolving default credentials chain until after other config is resolved.

Release v1.44.232 (2023-03-29)

Service Client Updates

  • service/opensearchserverless: Updates service API and documentation
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Add support for creating a read replica DB instance from a Multi-AZ DB cluster.

Release v1.44.231 (2023-03-28)

Service Client Updates

  • service/iot-data: Adds new service
  • service/ssm-contacts: Updates service API, documentation, paginators, and examples
  • service/ssm-incidents: Updates service API and documentation

... (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.44.222 to 1.44.233. <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.233 (2023-03-30)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/athena</code>: Updates service API <ul> <li>Make DefaultExecutorDpuSize and CoordinatorDpuSize fields optional in StartSession</li> </ul> </li> <li><code>service/autoscaling</code>: Updates service API, documentation, paginators, and examples <ul> <li>Amazon EC2 Auto Scaling now supports Elastic Load Balancing traffic sources with the AttachTrafficSources, DetachTrafficSources, and DescribeTrafficSources APIs. This release also introduces a new activity status, &quot;WaitingForConnectionDraining&quot;, for VPC Lattice to the DescribeScalingActivities API.</li> </ul> </li> <li><code>service/batch</code>: Updates service API and documentation <ul> <li>This feature allows Batch on EKS to support configuration of Pod Labels through Metadata for Batch on EKS Jobs.</li> </ul> </li> <li><code>service/compute-optimizer</code>: Updates service API and documentation</li> <li><code>service/drs</code>: Updates service API and documentation</li> <li><code>service/ec2</code>: Updates service API and documentation <ul> <li>This release adds support for Tunnel Endpoint Lifecycle control, a new feature that provides Site-to-Site VPN customers with better visibility and control of their VPN tunnel maintenance updates.</li> </ul> </li> <li><code>service/elasticmapreduce</code>: Updates service API and documentation <ul> <li>Updated DescribeCluster and ListClusters API responses to include ErrorDetail that specifies error code, programmatically accessible error data,and an error message. ErrorDetail provides the underlying reason for cluster failure and recommends actions to simplify troubleshooting of EMR clusters.</li> </ul> </li> <li><code>service/glue</code>: Updates service API and documentation <ul> <li>This release adds support for AWS Glue Data Quality, which helps you evaluate and monitor the quality of your data and includes the API for creating, deleting, or updating data quality rulesets, runs and evaluations.</li> </ul> </li> <li><code>service/guardduty</code>: Updates service API, documentation, and paginators <ul> <li>Added EKS Runtime Monitoring feature support to existing detector, finding APIs and introducing new Coverage APIs</li> </ul> </li> <li><code>service/imagebuilder</code>: Updates service API, documentation, and paginators</li> <li><code>service/ivs</code>: Updates service API and documentation</li> <li><code>service/kendra</code>: Updates service API and documentation <ul> <li>AWS Kendra now supports featured results for a query.</li> </ul> </li> <li><code>service/network-firewall</code>: Updates service API, documentation, and paginators</li> <li><code>service/sagemaker-geospatial</code>: Updates service API and documentation</li> <li><code>service/vpc-lattice</code>: Adds new service</li> <li><code>service/wellarchitected</code>: Updates service API, documentation, and paginators</li> </ul> <h3>SDK Bugs</h3> <ul> <li><code>aws/session</code>: Fix <code>AWS_USE_FIPS_ENDPOINT</code> not being inferred on resolved credentials. <ul> <li>Defer resolving default credentials chain until after other config is resolved.</li> </ul> </li> </ul> <h1>Release v1.44.232 (2023-03-29)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/opensearchserverless</code>: Updates service API and documentation</li> <li><code>service/rds</code>: Updates service API, documentation, waiters, paginators, and examples <ul> <li>Add support for creating a read replica DB instance from a Multi-AZ DB cluster.</li> </ul> </li> </ul> <h1>Release v1.44.231 (2023-03-28)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/iot-data</code>: Adds new service</li> <li><code>service/ssm-contacts</code>: Updates service API, documentation, paginators, and examples</li> <li><code>service/ssm-incidents</code>: Updates service API and documentation</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/81d1cbbc6a2028023aff7bcab0fe1be320cd39f7"><code>81d1cbb</code></a> Release v1.44.233 (2023-03-30) (<a href="https://github.com/aws/aws-sdk-go/issues/4782">#4782</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/c5c52533e8b51c4cf1c53ed6000ea26f9eb373e6"><code>c5c5253</code></a> fix: resolve credentials last such that other environment config is respected...</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/4ff0cb489ddb4a4a36cf954e85c156a37a61c61a"><code>4ff0cb4</code></a> Release v1.44.232 (2023-03-29) (<a href="https://github.com/aws/aws-sdk-go/issues/4779">#4779</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/821f0153a645b171f0a81f2716d5aaf5f5369dbb"><code>821f015</code></a> Release v1.44.231 (2023-03-28) (<a href="https://github.com/aws/aws-sdk-go/issues/4778">#4778</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/d6a38b76ad946600d65898b42bc1bf6378faef3a"><code>d6a38b7</code></a> Release v1.44.230 (2023-03-27) (<a href="https://github.com/aws/aws-sdk-go/issues/4775">#4775</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/a284d376a6c0f86a0db61810dff7635d41ced960"><code>a284d37</code></a> Release v1.44.229 (2023-03-24) (<a href="https://github.com/aws/aws-sdk-go/issues/4773">#4773</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/a109cad51140ee84887c49a6d13077e2df7dfbe0"><code>a109cad</code></a> Release v1.44.228 (2023-03-23) (<a href="https://github.com/aws/aws-sdk-go/issues/4772">#4772</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/0e6aac8cb303ce35163a13ca89be3850d3ec3903"><code>0e6aac8</code></a> Release v1.44.227 (2023-03-22) (<a href="https://github.com/aws/aws-sdk-go/issues/4771">#4771</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/11faec02146b7c3305099eda2f9bc8d26570781e"><code>11faec0</code></a> Release v1.44.226 (2023-03-21) (<a href="https://github.com/aws/aws-sdk-go/issues/4768">#4768</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/dce57316190007a9731bd14dc0f86a8a487b0b14"><code>dce5731</code></a> Release v1.44.225 (2023-03-20) (<a href="https://github.com/aws/aws-sdk-go/issues/4766">#4766</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go/compare/v1.44.222...v1.44.233">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>
argoyle commented 2023-03-30 22:40:47 +00:00 (Migrated from gitlab.com)

mentioned in merge request !357

mentioned in merge request !357
argoyle commented 2023-03-30 22:51:44 +00:00 (Migrated from gitlab.com)

Codecov Report

Merging #358 (4f26a5e) into main (5a2ada0) will not change coverage.
The diff coverage is n/a.

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

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

## [Codecov](https://codecov.io/gl/unboundsoftware/s3uploader/pull/358?src=pr&el=h1&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) Report > Merging [#358](https://codecov.io/gl/unboundsoftware/s3uploader/pull/358?src=pr&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) (4f26a5e) into [main](https://codecov.io/gl/unboundsoftware/s3uploader/commit/5a2ada06d6cb07fee7c94cec1ede47dc239fb3d9?el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) (5a2ada0) will **not change** coverage. > The diff coverage is `n/a`. ```diff @@ Coverage Diff @@ ## main #358 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 3 3 Lines 159 159 ========================================= Hits 159 159 ``` :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 (Migrated from gitlab.com) closed this pull request 2023-03-31 08:33:27 +00:00
argoyle commented 2023-03-31 08:33:29 +00:00 (Migrated from gitlab.com)

Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/s3uploader#362