qonto / prometheus-rds-exporter

Prometheus exporter for AWS RDS
MIT License
60 stars 10 forks source link

chore(deps): bump the aws-sdk-go-v2 group with 9 updates #153

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the aws-sdk-go-v2 group with 9 updates:

Package From To
github.com/aws/aws-sdk-go-v2 1.25.3 1.26.0
github.com/aws/aws-sdk-go-v2/config 1.27.7 1.27.9
github.com/aws/aws-sdk-go-v2/credentials 1.17.7 1.17.9
github.com/aws/aws-sdk-go-v2/feature/ec2/imds 1.15.3 1.16.0
github.com/aws/aws-sdk-go-v2/service/cloudwatch 1.36.2 1.36.3
github.com/aws/aws-sdk-go-v2/service/ec2 1.151.0 1.152.0
github.com/aws/aws-sdk-go-v2/service/rds 1.75.2 1.76.0
github.com/aws/aws-sdk-go-v2/service/servicequotas 1.21.2 1.21.3
github.com/aws/aws-sdk-go-v2/service/sts 1.28.4 1.28.5

Updates github.com/aws/aws-sdk-go-v2 from 1.25.3 to 1.26.0

Commits


Updates github.com/aws/aws-sdk-go-v2/config from 1.27.7 to 1.27.9

Commits


Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.7 to 1.17.9

Commits


Updates github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.15.3 to 1.16.0

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/feature/ec2/imds's changelog.

Release (2022-03-23)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.16.0
    • Feature: Update CredentialsCache to make use of two new optional CredentialsProvider interfaces to give the cache, per provider, behavior how the cache handles credentials that fail to refresh, and adjusting expires time. See aws.CredentialsCache for more details.
    • Feature: Update ec2rolecreds package's Provider to implememnt support for CredentialsCache new optional caching strategy interfaces, HandleFailRefreshCredentialsCacheStrategy and AdjustExpiresByCredentialsCacheStrategy.
  • github.com/aws/aws-sdk-go-v2/credentials: v1.11.0
    • Feature: Update ec2rolecreds package's Provider to implememnt support for CredentialsCache new optional caching strategy interfaces, HandleFailRefreshCredentialsCacheStrategy and AdjustExpiresByCredentialsCacheStrategy.
  • github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.18.0
    • Feature: This release updates 1 API parameter, the SnsArn attribute. The character length and regex pattern for the SnsArn attribute have been updated, which enables you to deselect an SNS topic when using the UpdateSettings operation.
  • github.com/aws/aws-sdk-go-v2/service/ebs: v1.15.0
    • Feature: Increased the maximum supported value for the Timeout parameter of the StartSnapshot API from 60 minutes to 4320 minutes. Changed the HTTP error code for ConflictException from 503 to 409.
  • github.com/aws/aws-sdk-go-v2/service/elasticache: v1.20.2
    • Documentation: Doc only update for ElastiCache
  • github.com/aws/aws-sdk-go-v2/service/gamesparks: v1.0.0
    • Release: New AWS service client module
    • Feature: Released the preview of Amazon GameSparks, a fully managed AWS service that provides a multi-service backend for game developers.
  • github.com/aws/aws-sdk-go-v2/service/redshift: v1.22.0
    • Feature: This release adds a new [--encrypted | --no-encrypted] field in restore-from-cluster-snapshot API. Customers can now restore an unencrypted snapshot to a cluster encrypted with AWS Managed Key or their own KMS key.
  • github.com/aws/aws-sdk-go-v2/service/ssm: v1.23.0
    • Feature: Update AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource APIs to reflect the support for tagging Automation resources. Includes other minor documentation updates.
  • github.com/aws/aws-sdk-go-v2/service/transfer: v1.18.1
    • Documentation: Documentation updates for AWS Transfer Family to describe how to remove an associated workflow from a server.

Release (2022-03-22)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/costexplorer: v1.18.0
    • Feature: Added three new APIs to support tagging and resource-level authorization on Cost Explorer resources: TagResource, UntagResource, ListTagsForResource. Added optional parameters to CreateCostCategoryDefinition, CreateAnomalySubscription and CreateAnomalyMonitor APIs to support Tag On Create.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.18.2
    • Documentation: Documentation only update to address tickets
  • github.com/aws/aws-sdk-go-v2/service/lakeformation: v1.16.0
    • Feature: The release fixes the incorrect permissions called out in the documentation - DESCRIBE_TAG, ASSOCIATE_TAG, DELETE_TAG, ALTER_TAG. This trebuchet release fixes the corresponding SDK and documentation.
  • github.com/aws/aws-sdk-go-v2/service/location: v1.16.0
    • Feature: Amazon Location Service now includes a MaxResults parameter for GetDevicePositionHistory requests.
  • github.com/aws/aws-sdk-go-v2/service/polly: v1.14.0
    • Feature: Amazon Polly adds new Catalan voice - Arlet. Arlet is available as Neural voice only.

Release (2022-03-21)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings: v1.8.0
    • Feature: Add support for media replication to link multiple WebRTC media sessions together to reach larger and global audiences. Participants connected to a replica session can be granted access to join the primary session and can switch sessions with their existing WebRTC connection
  • github.com/aws/aws-sdk-go-v2/service/ecr: v1.17.0
    • Feature: This release includes a fix in the DescribeImageScanFindings paginated output.
  • github.com/aws/aws-sdk-go-v2/service/mediaconnect: v1.16.0
    • Feature: This release adds support for selecting a maintenance window.

... (truncated)

Commits


Updates github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.36.2 to 1.36.3

Commits


Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.151.0 to 1.152.0

Commits


Updates github.com/aws/aws-sdk-go-v2/service/rds from 1.75.2 to 1.76.0

Changelog

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

Release (2022-12-12)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/customerprofiles: v1.21.0
    • Feature: This release allows custom strings in PartyType and Gender through 2 new attributes in the CreateProfile and UpdateProfile APIs: PartyTypeString and GenderString.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.76.0
    • Feature: This release updates DescribeFpgaImages to show supported instance types of AFIs in its response.
  • github.com/aws/aws-sdk-go-v2/service/kinesisvideo: v1.13.0
    • Feature: This release adds support for public preview of Kinesis Video Stream at Edge enabling customers to provide configuration for the Kinesis Video Stream EdgeAgent running on an on-premise IoT device. Customers can now locally record from cameras and stream videos to the cloud on configured schedule.
  • github.com/aws/aws-sdk-go-v2/service/lookoutvision: v1.14.13
    • Documentation: This documentation update adds kms:GenerateDataKey as a required permission to StartModelPackagingJob.
  • github.com/aws/aws-sdk-go-v2/service/migrationhubrefactorspaces: v1.7.0
    • Feature: This release adds support for Lambda alias service endpoints. Lambda alias ARNs can now be passed into CreateService.
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.34.0
    • Feature: Update the RDS API model to support copying option groups during the CopyDBSnapshot operation
  • github.com/aws/aws-sdk-go-v2/service/rekognition: v1.22.0
    • Feature: Adds support for "aliases" and "categories", inclusion and exclusion filters for labels and label categories, and aggregating labels by video segment timestamps for Stored Video Label Detection APIs.
  • github.com/aws/aws-sdk-go-v2/service/sagemakermetrics: v1.0.0
    • Release: New AWS service client module
    • Feature: This release introduces support SageMaker Metrics APIs.
  • github.com/aws/aws-sdk-go-v2/service/wafv2: v1.23.3
    • Documentation: Documents the naming requirement for logging destinations that you use with web ACLs.

Release (2022-12-09)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.17.2
    • Documentation: Doc-only update for CloudWatch Logs, for Tagging Permissions clarifications
  • github.com/aws/aws-sdk-go-v2/service/iotfleetwise: v1.1.0
    • Feature: Deprecated assignedValue property for actuators and attributes. Added a message to invalid nodes and invalid decoder manifest exceptions.
  • github.com/aws/aws-sdk-go-v2/service/medialive: v1.26.0
    • Feature: Link devices now support buffer size (latency) configuration. A higher latency value means a longer delay in transmitting from the device to MediaLive, but improved resiliency. A lower latency value means a shorter delay, but less resiliency.
  • github.com/aws/aws-sdk-go-v2/service/mediapackagevod: v1.20.0
    • Feature: This release provides the approximate number of assets in a packaging group.

Release (2022-12-08)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.25.0
    • Feature: Adds support for metric math for target tracking scaling policies, saving you the cost and effort of publishing a custom metric to CloudWatch. Also adds support for VPC Lattice by adding the Attach/Detach/DescribeTrafficSources APIs and a new health check type to the CreateAutoScalingGroup API.
  • github.com/aws/aws-sdk-go-v2/service/iottwinmaker: v1.9.0
    • Feature: This release adds the following new features: 1) New APIs for managing a continuous sync of assets and asset models from AWS IoT SiteWise. 2) Support user friendly names for component types (ComponentTypeName) and properties (DisplayName).
  • github.com/aws/aws-sdk-go-v2/service/migrationhubstrategy: v1.6.0
    • Feature: This release adds known application filtering, server selection for assessments, support for potential recommendations, and indications for configuration and assessment status. For more information, see the AWS Migration Hub documentation at https://docs.aws.amazon.com/migrationhub/index.html

Release (2022-12-07)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/cloudfront: v1.22.0
    • Feature: Introducing UpdateDistributionWithStagingConfig that can be used to promote the staging configuration to the production.

... (truncated)

Commits


Updates github.com/aws/aws-sdk-go-v2/service/servicequotas from 1.21.2 to 1.21.3

Commits


Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.28.4 to 1.28.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