nerdswords / 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
959 stars 330 forks source link

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

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.30.3 1.30.4
github.com/aws/aws-sdk-go-v2/config 1.27.26 1.27.31
github.com/aws/aws-sdk-go-v2/service/amp 1.27.3 1.27.4
github.com/aws/aws-sdk-go-v2/service/apigateway 1.25.3 1.25.6
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 1.22.3 1.22.6
github.com/aws/aws-sdk-go-v2/service/autoscaling 1.43.3 1.43.5
github.com/aws/aws-sdk-go-v2/service/cloudwatch 1.40.3 1.40.5
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice 1.40.3 1.40.5
github.com/aws/aws-sdk-go-v2/service/ec2 1.170.0 1.176.0
github.com/aws/aws-sdk-go-v2/service/iam 1.34.3 1.35.0
github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi 1.23.3 1.23.5
github.com/aws/aws-sdk-go-v2/service/shield 1.27.3 1.27.4
github.com/aws/aws-sdk-go-v2/service/storagegateway 1.31.3 1.31.4

Updates github.com/aws/aws-sdk-go-v2 from 1.30.3 to 1.30.4

Commits


Updates github.com/aws/aws-sdk-go-v2/config from 1.27.26 to 1.27.31

Commits
  • a6e48ac Release 2024-08-26
  • 7d62062 Regenerated Clients
  • bdf2372 Update API model
  • 84ca95e omitempty for NULL attribute values from custom marshalers (#2739)
  • d7a7f5a save sso cache token expiresAt in UTC (#2709)
  • 87cea8b Release 2024-08-23
  • 93f8d22 Regenerated Clients
  • bd44016 Update API model
  • 097b04b Merge pull request #2761 from aws/fix-dont-fail-test-if-credentials-set
  • c10d543 Don't fail credentials unit tests if credentials are found on a file
  • Additional commits viewable in compare view


Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.26 to 1.17.30

Commits
  • a6e48ac Release 2024-08-26
  • 7d62062 Regenerated Clients
  • bdf2372 Update API model
  • 84ca95e omitempty for NULL attribute values from custom marshalers (#2739)
  • d7a7f5a save sso cache token expiresAt in UTC (#2709)
  • 87cea8b Release 2024-08-23
  • 93f8d22 Regenerated Clients
  • bd44016 Update API model
  • 097b04b Merge pull request #2761 from aws/fix-dont-fail-test-if-credentials-set
  • c10d543 Don't fail credentials unit tests if credentials are found on a file
  • Additional commits viewable in compare view


Updates github.com/aws/aws-sdk-go-v2/service/amp from 1.27.3 to 1.27.4

Commits


Updates github.com/aws/aws-sdk-go-v2/service/apigateway from 1.25.3 to 1.25.6

Commits


Updates github.com/aws/aws-sdk-go-v2/service/apigatewayv2 from 1.22.3 to 1.22.6

Commits


Updates github.com/aws/aws-sdk-go-v2/service/autoscaling from 1.43.3 to 1.43.5

Commits


Updates github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.40.3 to 1.40.5

Commits


Updates github.com/aws/aws-sdk-go-v2/service/databasemigrationservice from 1.40.3 to 1.40.5

Commits


Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.170.0 to 1.176.0

Commits


Updates github.com/aws/aws-sdk-go-v2/service/iam from 1.34.3 to 1.35.0

Changelog

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

Release (2023-06-16)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice: v1.16.0
    • Feature: Add Amazon EC2 instance recommendations export
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.59.0
    • Feature: Updates the *InstanceStorageConfig APIs to support a new ResourceType: SCREEN_RECORDINGS to enable screen recording and specify the storage configurations for publishing the recordings. Also updates DescribeInstance and ListInstances APIs to include InstanceAccessUrl attribute in the API response.
  • github.com/aws/aws-sdk-go-v2/service/iam: v1.20.3
    • Documentation: Documentation updates for AWS Identity and Access Management (IAM).
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.35.0
    • Feature: This release adds SDK support for request-payer request header and request-charged response header in the "GetBucketAccelerateConfiguration", "ListMultipartUploads", "ListObjects", "ListObjectsV2" and "ListObjectVersions" S3 APIs.

Release (2023-06-15)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.25.0
    • Feature: This release introduces 2 Audit Manager features: CSV exports and new manual evidence options. You can now export your evidence finder results in CSV format. In addition, you can now add manual evidence to a control by entering free-form text or uploading a file from your browser.
  • github.com/aws/aws-sdk-go-v2/service/efs: v1.20.3
    • Documentation: Documentation updates for EFS.
  • github.com/aws/aws-sdk-go-v2/service/guardduty: v1.23.2
    • Documentation: Updated descriptions for some APIs.
  • github.com/aws/aws-sdk-go-v2/service/location: v1.24.0
    • Feature: Amazon Location Service adds categories to places, including filtering on those categories in searches. Also, you can now add metadata properties to your geofences.

Release (2023-06-13)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.27.0
    • Feature: This feature allows users to view dashboards for CloudTrail Lake event data stores.
  • github.com/aws/aws-sdk-go-v2/service/codegurusecurity: v1.0.0
    • Release: New AWS service client module
    • Feature: Initial release of Amazon CodeGuru Security APIs
  • github.com/aws/aws-sdk-go-v2/service/drs: v1.14.0
    • Feature: Added APIs to support network replication and recovery using AWS Elastic Disaster Recovery.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.100.0
    • Feature: This release introduces a new feature, EC2 Instance Connect Endpoint, that enables you to connect to a resource over TCP, without requiring the resource to have a public IPv4 address.
  • github.com/aws/aws-sdk-go-v2/service/imagebuilder: v1.23.5
    • Documentation: Change the Image Builder ImagePipeline dateNextRun field to more accurately describe the data.
  • github.com/aws/aws-sdk-go-v2/service/lightsail: v1.27.0
    • Feature: This release adds pagination for the Get Certificates API operation.
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.34.0

... (truncated)

Commits


Updates github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi from 1.23.3 to 1.23.5

Commits
  • ce842a7 Release 2023-12-01
  • d40f923 Regenerated Clients
  • 3a00ef5 Update API model
  • 1f61a06 fix: correct recognition and zeroing of cache-wrapped AnonymousCredentials (#...
  • 623d430 fix: correct wrapping of errors in authentication workflow (#2403)
  • cb676e7 Release 2023-11-30.2
  • 21db1a2 Regenerated Clients
  • 833655d Update API model
  • fcfb7ac fix: use region overrides in endpoint discovery (#2393)
  • f3ea5b8 Release 2023-11-30
  • Additional commits viewable in compare view


Updates github.com/aws/aws-sdk-go-v2/service/shield from 1.27.3 to 1.27.4

Commits


Updates github.com/aws/aws-sdk-go-v2/service/storagegateway from 1.31.3 to 1.31.4

Commits


Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.30.3 to 1.30.5

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 #1512.