Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 from 1.26.7 to 1.27.0 #3341

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 from 1.26.7 to 1.27.0.

Changelog

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

Release (2022-07-01)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/databasemigrationservice: v1.20.0
    • Feature: Added new features for AWS DMS version 3.4.7 that includes new endpoint settings for S3, OpenSearch, Postgres, SQLServer and Oracle.
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.21.5
    • Documentation: Adds support for additional retention periods to Performance Insights.
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.27.0
    • Feature: Add presign support for HeadBucket, DeleteObject, and DeleteBucket. Fixes #1076.

Release (2022-06-30)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/athena: v1.16.0
    • Feature: This feature introduces the API support for Athena's parameterized query and BatchGetPreparedStatement API.
  • github.com/aws/aws-sdk-go-v2/service/customerprofiles: v1.18.0
    • Feature: This release adds the optional MinAllowedConfidenceScoreForMerging parameter to the CreateDomain, UpdateDomain, and GetAutoMergingPreview APIs in Customer Profiles. This parameter is used as a threshold to influence the profile auto-merging step of the Identity Resolution process.
  • github.com/aws/aws-sdk-go-v2/service/emr: v1.20.0
    • Feature: This release adds support for the ExecutionRoleArn parameter in the AddJobFlowSteps and DescribeStep APIs. Customers can use ExecutionRoleArn to specify the IAM role used for each job they submit using the AddJobFlowSteps API.
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.27.0
    • Feature: This release adds tag as an input of CreateDatabase
  • github.com/aws/aws-sdk-go-v2/service/kendra: v1.29.0
    • Feature: Amazon Kendra now provides a data source connector for alfresco
  • github.com/aws/aws-sdk-go-v2/service/mwaa: v1.13.0
    • Feature: Documentation updates for Amazon Managed Workflows for Apache Airflow.
  • github.com/aws/aws-sdk-go-v2/service/pricing: v1.16.0
    • Feature: Documentation update for GetProducts Response.
  • github.com/aws/aws-sdk-go-v2/service/wellarchitected: v1.16.0
    • Feature: Added support for UpdateGlobalSettings API. Added status filter to ListWorkloadShares and ListLensShares.
  • github.com/aws/aws-sdk-go-v2/service/workmail: v1.16.0
    • Feature: This release adds support for managing user availability configurations in Amazon WorkMail.

Release (2022-06-29)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.16.6
    • Bug Fix: Fix aws/signer/v4 to not double sign Content-Length header. Fixes #1728. Thanks to @​matelang for creating the issue and PR.
  • github.com/aws/aws-sdk-go-v2/service/appstream: v1.17.0
    • Feature: Includes support for StreamingExperienceSettings in CreateStack and UpdateStack APIs
  • github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2: v1.18.7
    • Documentation: This release adds two attributes for ALB. One, helps to preserve the host header and the other helps to modify, preserve, or remove the X-Forwarded-For header in the HTTP request.
  • github.com/aws/aws-sdk-go-v2/service/emr: v1.19.0
    • Feature: This release introduces additional optional parameter "Throughput" to VolumeSpecification to enable user to configure throughput for gp3 ebs volumes.
  • github.com/aws/aws-sdk-go-v2/service/medialive: v1.21.0

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…ancingv2

Bumps [github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2](https://github.com/aws/aws-sdk-go-v2) from 1.26.7 to 1.27.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.27.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.26.7...service/s3/v1.27.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 1, 2024
Copy link

sonarcloud bot commented Feb 1, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

codecov bot commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8405f2e) 81.83% compared to head (f70f71d) 81.82%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3341      +/-   ##
==========================================
- Coverage   81.83%   81.82%   -0.02%     
==========================================
  Files         135      135              
  Lines       20688    20688              
==========================================
- Hits        16931    16928       -3     
- Misses       2883     2886       +3     
  Partials      874      874              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Feb 1, 2024

Go Published Test Results

2 106 tests   2 106 ✅  2m 50s ⏱️
  118 suites      0 💤
    1 files        0 ❌

Results for commit f70f71d.

Copy link
Contributor

github-actions bot commented Feb 1, 2024

E2E Tests Published Test Results

  4 files    4 suites   3h 29m 1s ⏱️
106 tests  96 ✅  6 💤  4 ❌
438 runs  400 ✅ 24 💤 14 ❌

For more details on these failures, see this check.

Results for commit f70f71d.

@zachaller zachaller merged commit f305342 into master Feb 6, 2024
23 checks passed
@zachaller zachaller deleted the dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2-1.27.0 branch February 6, 2024 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant