prometheus-community / yet-another-cloudwatch-exporter

Prometheus exporter for AWS CloudWatch - Discovers services through AWS tags, gets CloudWatch metrics data and provides them as Prometheus metrics with AWS tags as labels
Apache License 2.0
983 stars 335 forks source link

Bump the aws-sdk-v2 group across 1 directory with 15 updates #1547

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the aws-sdk-v2 group with 13 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.31.0 1.32.2
github.com/aws/aws-sdk-go-v2/config 1.27.37 1.28.0
github.com/aws/aws-sdk-go-v2/service/amp 1.28.1 1.29.3
github.com/aws/aws-sdk-go-v2/service/apigateway 1.26.1 1.27.2
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 1.23.1 1.24.2
github.com/aws/aws-sdk-go-v2/service/autoscaling 1.44.1 1.46.0
github.com/aws/aws-sdk-go-v2/service/cloudwatch 1.41.1 1.42.2
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice 1.41.1 1.44.0
github.com/aws/aws-sdk-go-v2/service/ec2 1.179.0 1.184.0
github.com/aws/aws-sdk-go-v2/service/iam 1.36.1 1.37.2
github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi 1.24.1 1.25.2
github.com/aws/aws-sdk-go-v2/service/shield 1.28.1 1.29.2
github.com/aws/aws-sdk-go-v2/service/storagegateway 1.33.1 1.34.2

Updates github.com/aws/aws-sdk-go-v2 from 1.31.0 to 1.32.2

Commits


Updates github.com/aws/aws-sdk-go-v2/config from 1.27.37 to 1.28.0

Commits


Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.35 to 1.17.41

Commits


Updates github.com/aws/aws-sdk-go-v2/service/amp from 1.28.1 to 1.29.3

Commits


Updates github.com/aws/aws-sdk-go-v2/service/apigateway from 1.26.1 to 1.27.2

Commits


Updates github.com/aws/aws-sdk-go-v2/service/apigatewayv2 from 1.23.1 to 1.24.2

Commits


Updates github.com/aws/aws-sdk-go-v2/service/autoscaling from 1.44.1 to 1.46.0

Commits
  • 6afe528 Release 2023-11-22
  • 769b1e0 Regenerated Clients
  • b6c7699 Update API model
  • 57f3065 breakfix: convert public access block config fields to nilable like s3 (#2385)
  • fa3ee1a Release 2023-11-21
  • 6e0c553 Regenerated Clients
  • 32fa00b Update endpoints model
  • 72eae5c Update API model
  • 1c69d08 fix: don't expect response to be json in endpointcreds provider (#2381)
  • 3bd97c0 fix: don't send 0 max items for object version and multipart upload paginator...
  • Additional commits viewable in compare view


Updates github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.41.1 to 1.42.2

Commits


Updates github.com/aws/aws-sdk-go-v2/service/databasemigrationservice from 1.41.1 to 1.44.0

Commits
  • fa3ee1a Release 2023-11-21
  • 6e0c553 Regenerated Clients
  • 32fa00b Update endpoints model
  • 72eae5c Update API model
  • 1c69d08 fix: don't expect response to be json in endpointcreds provider (#2381)
  • 3bd97c0 fix: don't send 0 max items for object version and multipart upload paginator...
  • b3e07aa Release 2023-11-20
  • 2fc1c0d Regenerated Clients
  • 1a6bd02 Update endpoints model
  • ac2c871 Update API model
  • Additional commits viewable in compare view


Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.179.0 to 1.184.0

Commits


Updates github.com/aws/aws-sdk-go-v2/service/iam from 1.36.1 to 1.37.2

Commits


Updates github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi from 1.24.1 to 1.25.2

Commits


Updates github.com/aws/aws-sdk-go-v2/service/shield from 1.28.1 to 1.29.2

Commits


Updates github.com/aws/aws-sdk-go-v2/service/storagegateway from 1.33.1 to 1.34.2

Changelog

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

Release (2023-02-15)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.19.3
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/account: v1.9.1
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/acm: v1.17.3
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/acmpca: v1.21.2
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/alexaforbusiness: v1.15.2
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/amp: v1.16.2
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/amplify: v1.13.2
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/amplifybackend: v1.14.2
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.9.2
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/apigateway: v1.16.3
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi: v1.11.2
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/apigatewayv2: v1.13.3
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/appconfig: v1.17.1
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/appconfigdata: v1.6.1
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.24.2
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.

... (truncated)

Commits


Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.31.1 to 1.32.2

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 2 weeks ago

Superseded by #1551.