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 #1536

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month 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.1
github.com/aws/aws-sdk-go-v2/config 1.27.37 1.27.42
github.com/aws/aws-sdk-go-v2/service/amp 1.28.1 1.29.1
github.com/aws/aws-sdk-go-v2/service/apigateway 1.26.1 1.27.1
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 1.23.1 1.24.1
github.com/aws/aws-sdk-go-v2/service/autoscaling 1.44.1 1.45.1
github.com/aws/aws-sdk-go-v2/service/cloudwatch 1.41.1 1.42.1
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice 1.41.1 1.42.1
github.com/aws/aws-sdk-go-v2/service/ec2 1.179.0 1.181.1
github.com/aws/aws-sdk-go-v2/service/iam 1.36.1 1.37.1
github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi 1.24.1 1.25.1
github.com/aws/aws-sdk-go-v2/service/shield 1.28.1 1.29.1
github.com/aws/aws-sdk-go-v2/service/storagegateway 1.33.1 1.34.1

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

Commits


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

Commits


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

Commits


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

Commits


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

Commits


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

Commits


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

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.1

Commits


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

Commits


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

Commits


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

Commits


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

Commits


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

Commits


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

Changelog

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

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
    • Feature: Integrate double encryption feature to SDKs.
    • Bug Fix: Fix HeadObject to return types.Nound when an object does not exist. Fixes 2084
  • github.com/aws/aws-sdk-go-v2/service/securityhub: v1.33.0
    • Feature: Add support for Security Hub Automation Rules
  • github.com/aws/aws-sdk-go-v2/service/simspaceweaver: v1.3.0
    • Feature: This release fixes using aws-us-gov ARNs in API calls and adds documentation for snapshot APIs.
  • github.com/aws/aws-sdk-go-v2/service/verifiedpermissions: v1.0.0
    • Release: New AWS service client module
    • Feature: GA release of Amazon Verified Permissions.
  • github.com/aws/aws-sdk-go-v2/service/wafv2: v1.35.0
    • Feature: You can now detect and block fraudulent account creation attempts with the new AWS WAF Fraud Control account creation fraud prevention (ACFP) managed rule group AWSManagedRulesACFPRuleSet.
  • github.com/aws/aws-sdk-go-v2/service/wellarchitected: v1.21.0
    • Feature: AWS Well-Architected now supports Profiles that help customers prioritize which questions to focus on first by providing a list of prioritized questions that are better aligned with their business goals and outcomes.

Release (2023-06-12)

... (truncated)

Commits


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

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 1 month ago

Superseded by #1543.