Commit 11895c8
authored
chore(deps): update all dependencies (#1261)
This PR contains the following updates:
| Package | Type | Update | Change | Age | Adoption | Passing |
Confidence |
|---|---|---|---|---|---|---|---|
| [aws](https://registry.terraform.io/providers/hashicorp/aws)
([source](https://redirect.github.com/hashicorp/terraform-provider-aws))
| required_provider | minor | `5.89.0` -> `5.90.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [boto3](https://redirect.github.com/boto/boto3) | | patch | `==1.37.5`
-> `==1.37.11` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [botocore](https://redirect.github.com/boto/botocore) | | patch |
`==1.37.5` -> `==1.37.11` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [random](https://registry.terraform.io/providers/hashicorp/random)
([source](https://redirect.github.com/hashicorp/terraform-provider-random))
| required_provider | minor | `3.6.3` -> `3.7.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[terraform-linters/setup-tflint](https://redirect.github.com/terraform-linters/setup-tflint)
| action | digest | `8093687` -> `90f302c` | | | | |
---
### Release Notes
<details>
<summary>hashicorp/terraform-provider-aws (aws)</summary>
###
[`v5.90.1`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5901-March-10-2025)
[Compare
Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.90.0...v5.90.1)
NOTES:
- provider: Restore the `godebug tlskyber=0` directive in `go.mod`. This
disables the experimental the post-quantum key exchange mechanism
`X25519Kyber768Draft00`, fixing failed or hanging network connections to
various AWS services. This fixes a regression introduced in
[v5.90.0](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5900-march--6-2025)
([#​41740](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41740))
FEATURES:
- **New Data Source:** `aws_datazone_domain`
([#​41480](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41480))
ENHANCEMENTS:
- resource/aws_codepipeline: Add `stage.before_entry`,
`stage.on_success` and `stage.on_failure` configuration blocks
([#​41663](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41663))
- resource/aws_mskconnect_connector: Allow `connector_configuration` to
be updated in-place
([#​41685](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41685))
- resource/aws_wafv2\_rule_group: Add `ja3_fingerprint` and
`ja4_fingerprint` to `custom_key` configuration blocks
([#​41719](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41719))
- resource/aws_wafv2\_rule_group: Add `ja4_fingerprint` to
`field_to_match` configuration blocks
([#​41719](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41719))
- resource/aws_wafv2\_web_acl: Add `ja3_fingerprint` and
`ja4_fingerprint` to `custom_key` configuration blocks
([#​41719](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41719))
- resource/aws_wafv2\_web_acl: Add `ja4_fingerprint` to `field_to_match`
configuration blocks
([#​41719](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41719))
###
[`v5.90.0`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5900-March-6-2025)
[Compare
Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.89.0...v5.90.0)
BREAKING CHANGES:
- resource/aws_s3\_bucket_lifecycle_configuration:
`rule.noncurrent_version_expiration.noncurrent_days` and
`rule.noncurrent_version_transition.noncurrent_days` are Required
([#​40796](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40796))
NOTES:
- data-source/aws_launch_template: `elastic_gpu_specifications` and
`elastic_inference_accelerator` are deprecated. AWS no longer supports
Elastic Graphics or Elastic Inference.
([#​41677](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41677))
- provider: In preparation for Go 1.24, we are re-enabling the
experimental post-quantum key exchange mechanism,
`X25519Kyber768Draft00`. Previously, in environments using AWS Network
Firewall, the Provider would hang due to a handshake issue between Go
1.23 and Network Firewall, which supported Suricata 6.0.9. We had
disabled the post-quantum key exchange to resolve the issue. Since
November 2024, AWS Network Firewall has upgraded to Suricata 7.0, which
no longer has this issue. However, if you use AWS Network Firewall, we’d
appreciate your help in identifying any remaining issues related to this
change.
([#​41655](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41655))
- provider: On December 3, 2024, Amazon SageMaker was renamed to Amazon
SageMaker AI. While resource and data source names remain the same in
the provider, documentation and error messages have been updated to
reflect the name change.
([#​41673](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41673))
- resource/aws_ecs_task_execution:
`overrides.inference_accelerator_overrides` is deprecated. AWS no longer
provides the Elastic Inference service.
([#​41676](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41676))
- resource/aws_launch_template: `elastic_gpu_specifications` and
`elastic_inference_accelerator` are deprecated. AWS no longer supports
Elastic Graphics or Elastic Inference.
([#​41677](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41677))
- resource/aws_opsworks_application: OpsWorks is no longer supported by
AWS. This resource is deprecated and will be removed in the next major
version.
([#​41674](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41674))
- resource/aws_opsworks_custom_layer: OpsWorks is no longer supported by
AWS. This resource is deprecated and will be removed in the next major
version.
([#​41674](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41674))
- resource/aws_opsworks_ecs_cluster_layer: OpsWorks is no longer
supported by AWS. This resource is deprecated and will be removed in the
next major version.
([#​41674](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41674))
- resource/aws_opsworks_ganglia_layer: OpsWorks is no longer supported
by AWS. This resource is deprecated and will be removed in the next
major version.
([#​41674](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41674))
- resource/aws_opsworks_haproxy_layer: OpsWorks is no longer supported
by AWS. This resource is deprecated and will be removed in the next
major version.
([#​41674](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41674))
- resource/aws_opsworks_instance: OpsWorks is no longer supported by
AWS. This resource is deprecated and will be removed in the next major
version.
([#​41674](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41674))
- resource/aws_opsworks_java_app_layer: OpsWorks is no longer supported
by AWS. This resource is deprecated and will be removed in the next
major version.
([#​41674](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41674))
- resource/aws_opsworks_memcached_layer: OpsWorks is no longer supported
by AWS. This resource is deprecated and will be removed in the next
major version.
([#​41674](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41674))
- resource/aws_opsworks_mysql_layer: OpsWorks is no longer supported by
AWS. This resource is deprecated and will be removed in the next major
version.
([#​41674](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41674))
- resource/aws_opsworks_nodejs_app_layer: OpsWorks is no longer
supported by AWS. This resource is deprecated and will be removed in the
next major version.
([#​41674](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41674))
- resource/aws_opsworks_permission: OpsWorks is no longer supported by
AWS. This resource is deprecated and will be removed in the next major
version.
([#​41674](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41674))
- resource/aws_opsworks_php_app_layer: OpsWorks is no longer supported
by AWS. This resource is deprecated and will be removed in the next
major version.
([#​41674](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41674))
- resource/aws_opsworks_rails_app_layer: OpsWorks is no longer supported
by AWS. This resource is deprecated and will be removed in the next
major version.
([#​41674](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41674))
- resource/aws_opsworks_rds_db_instance: OpsWorks is no longer supported
by AWS. This resource is deprecated and will be removed in the next
major version.
([#​41674](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41674))
- resource/aws_opsworks_stack: OpsWorks is no longer supported by AWS.
This resource is deprecated and will be removed in the next major
version.
([#​41674](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41674))
- resource/aws_opsworks_static_web_layer: OpsWorks is no longer
supported by AWS. This resource is deprecated and will be removed in the
next major version.
([#​41674](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41674))
- resource/aws_opsworks_user_profile: OpsWorks is no longer supported by
AWS. This resource is deprecated and will be removed in the next major
version.
([#​41674](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41674))
- resource/aws_sagemaker_notebook_instance: `accelerator_types` is
deprecated and will be removed in a future version. Use `instance_type`
instead.
([#​41673](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41673))
FEATURES:
- **New Resource:** `aws_dataexchange_event_action`
([#​40552](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40552))
- **New Resource:** `aws_lakeformation_opt_in`
([#​41611](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41611))
ENHANCEMENTS:
- data-source/aws_cloudfront_cache_policy: Add `arn` attribute
([#​41660](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41660))
- data-source/aws_cloudfront_origin_access_control: Add `arn` attribute
([#​41660](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41660))
- data-source/aws_cloudfront_origin_access_identity: Add `arn` attribute
([#​41660](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41660))
- data-source/aws_cloudfront_origin_request_policy: Add `arn` attribute
([#​41660](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41660))
- data-source/aws_cloudfront_response_headers_policy: Add `arn`
attribute
([#​41660](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41660))
- data-source/aws_dx_connection: Add `state` attribute
([#​41575](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41575))
- data-source/aws_opensearch_domain: Add `cluster_config.node_options`
attribute
([#​40181](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40181))
- resource/aws_account_region: Allow adoption of regions in an ENABLED
or DISABLED state without an explicit import operation
([#​41678](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41678))
- resource/aws_account_region: Prevent errors when the region is an
ENABLING or DISABLING state during creation
([#​41678](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41678))
- resource/aws_cloudfront_cache_policy: Add `arn` attribute
([#​41660](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41660))
- resource/aws_cloudfront_continuous_deployment_policy: Add `arn`
attribute
([#​41660](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41660))
- resource/aws_cloudfront_field_level_encryption_config: Add `arn`
attribute
([#​41660](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41660))
- resource/aws_cloudfront_field_level_encryption_profile: Add `arn`
attribute
([#​41660](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41660))
- resource/aws_cloudfront_origin_access_control: Add `arn` attribute
([#​41660](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41660))
- resource/aws_cloudfront_origin_access_identity: Add `arn` attribute
([#​41660](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41660))
- resource/aws_cloudfront_origin_request_policy: Add `arn` attribute
([#​41660](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41660))
- resource/aws_cloudfront_response_headers_policy: Add `arn` attribute
([#​41660](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41660))
- resource/aws_ec2\_client_vpn_endpoint: Add
`disconnect_on_session_timeout` attribute
([#​41621](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41621))
- resource/aws_mwaa_environment: Lower the minimum value of the
`max_webservers` and `min_webservers` arguments from `2` to `1` in
support of Amazon MWAA micro environments
([#​40244](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40244))
- resource/aws_opensearch_domain: Add `cluster_config.node_options`
configuration block in support of [dedicated coordinator
nodes](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/Dedicated-coordinator-nodes.html)
([#​40181](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40181))
- resource/aws_osis_pipeline: Add `vpc_options.vpc_endpoint_management`
argument
([#​38001](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38001))
- resource/aws_prometheus_rule_group_namespace: Add `arn` attribute
([#​41645](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41645))
- resource/aws_prometheus_rule_group_namespace: Add `tags` argument and
`tags_all` attribute
([#​41645](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41645))
- resource/aws_route53\_traffic_policy: Add `arn` attribute
([#​41660](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41660))
- resource/aws_route53\_traffic_policy_instance: Add `arn` attribute
([#​41660](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41660))
- resource/aws_s3\_bucket_lifecycle_configuration: Adds warning
validation to require exactly one of the elements of `rule.filter`
([#​41662](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41662))
- resource/aws_s3\_bucket_lifecycle_configuration:
`rule.noncurrent_version_expiration.noncurrent_days` and
`rule.noncurrent_version_transition.noncurrent_days` are Required.
Technically this is a breaking change, but failure to configure this
attribute would have led to `InvalidArgument` or `MalformedXML` errors
([#​40796](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40796))
- resource/aws_waf_byte_match_set: Add `arn` attribute
([#​41660](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41660))
- resource/aws_waf_sql_injection_match_set: Add `arn` attribute
([#​41660](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41660))
BUG FIXES:
- ephemeral/aws_secrets_manager_random_password: Change
`exclude_characters` from `Bool` to `String`
([#​41546](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41546))
- resource/aws_ecs_service: Fix removal of all
`vpc_lattice_configurations` blocks
([#​41594](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41594))
- resource/aws_s3\_bucket_lifecycle_configuration: Fix error when
converting `rule` configuration from `filter.prefix` to
`filter.and.prefix`
([#​41662](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41662))
- resource/aws_s3\_bucket_lifecycle_configuration: Fix error when
converting `rule` configuration from `prefix` to `filter.prefix` or
`filter.and.prefix`
([#​41662](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41662))
- resource/aws_sagemaker_mlflow_tracking_server: Increased the timeout
from 30 to 45 minutes
([#​41463](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41463))
- resource/aws_vpclattice_target_group: Retry `ConflictException` errors
on delete
([#​41594](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41594))
</details>
<details>
<summary>boto/boto3 (boto3)</summary>
###
[`v1.37.11`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13711)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.37.10...1.37.11)
\=======
- api-change:`ec2`: \[`botocore`] This release adds the GroupLongName
field to the response of the DescribeAvailabilityZones API.
- api-change:`ecr`: \[`botocore`] This release adds Amazon ECR to Amazon
ECR pull through cache rules support.
- api-change:`ecs`: \[`botocore`] This is a documentation only update
for Amazon ECS to address various tickets.
- api-change:`inspector2`: \[`botocore`] Adding componentArn to network
reachability details
- api-change:`medialive`: \[`botocore`] Add an enum option DISABLED for
Output Locking Mode under Global Configuration.
###
[`v1.37.10`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13710)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.37.9...1.37.10)
\=======
- api-change:`bedrock-agent`: \[`botocore`] Add support for computer use
tools
- api-change:`bedrock-agent-runtime`: \[`botocore`] Add support for
computer use tools
- api-change:`ce`: \[`botocore`] Releasing minor partition endpoint
updates.
- api-change:`connect`: \[`botocore`] Add support for contact transfers
in external voice systems.
- api-change:`medialive`: \[`botocore`] Adds defaultFontSize and
defaultLineHeight as options in the EbuTtDDestinationSettings within the
caption descriptions for an output stream.
- api-change:`pca-connector-ad`: \[`botocore`] PrivateCA Connector for
Active Directory now supports dual stack endpoints. This release adds
the IpAddressType option to the VpcInformation on a Connector which
determines whether the endpoint supports IPv4 only or IPv4 and IPv6
traffic.
- api-change:`securityhub`: \[`botocore`] This release adds new
StandardsControlsUpdatable field to the StandardsSubscription resource
- api-change:`timestream-influxdb`: \[`botocore`] This release updates
the default value of pprof-disabled from false to true.
###
[`v1.37.9`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#1379)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.37.8...1.37.9)
\======
- api-change:`bedrock-agent`: \[`botocore`] Introduces support for
Neptune Analytics as a vector data store and adds Context Enrichment
Configurations, enabling use cases such as GraphRAG.
- api-change:`bedrock-agent-runtime`: \[`botocore`] Support Multi Agent
Collaboration within Inline Agents
- api-change:`cloudfront`: \[`botocore`] Documentation updates for
Amazon CloudFront.
- api-change:`ec2`: \[`botocore`] Add serviceManaged field to
DescribeAddresses API response.
- api-change:`elbv2`: \[`botocore`] This release adds support for
assigning IP addresses to Application Load Balancers from VPC IP Address
Manager pools.
- api-change:`neptune-graph`: \[`botocore`] Several small updates to
resolve customer requests.
###
[`v1.37.8`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#1378)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.37.7...1.37.8)
\======
- api-change:`bedrock`: \[`botocore`] This releases adds support for
Custom Prompt Router
- api-change:`cloudtrail`: \[`botocore`] Doc-only update for CloudTrail.
- api-change:`ivs-realtime`: \[`botocore`] IVS Real-Time now offers
customers the ability to merge fragmented recordings in the event of a
participant disconnect.
- api-change:`networkflowmonitor`: \[`botocore`] This release contains 2
changes. 1: DeleteScope/GetScope/UpdateScope operations now return 404
instead of 500 when the resource does not exist. 2: Expected string
format for clientToken fields of
CreateMonitorInput/CreateScopeInput/UpdateMonitorInput have been updated
to be an UUID based string.
- api-change:`redshift-data`: \[`botocore`] This release adds support
for ListStatements API to filter statements by ClusterIdentifier,
WorkgroupName, and Database.
- api-change:`wafv2`: \[`botocore`] You can now perform an exact match
or rate limit aggregation against the web request's JA4 fingerprint.
- api-change:`workspaces`: \[`botocore`] Added a new
ModifyEndpointEncryptionMode API for managing endpoint encryption
settings.
###
[`v1.37.7`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#1377)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.37.6...1.37.7)
\======
- api-change:`bedrock-runtime`: \[`botocore`] This releases adds support
for Custom Prompt Router ARN
- api-change:`datasync`: \[`botocore`] AWS DataSync now supports
modifying ServerHostname while updating locations SMB, NFS, and
ObjectStorage.
- api-change:`gameliftstreams`: \[`botocore`] New Service: Amazon
GameLift Streams delivers low-latency game streaming from AWS global
infrastructure to virtually any device with a browser at up to 1080p
resolution and 60 fps.
- api-change:`iotfleetwise`: \[`botocore`] This release adds floating
point support for CAN/OBD signals and adds support for signed OBD
signals.
- api-change:`workspaces`: \[`botocore`] Added
DeviceTypeWorkSpacesThinClient type to allow users to access their
WorkSpaces through a WorkSpaces Thin Client.
###
[`v1.37.6`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#1376)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.37.5...1.37.6)
\======
- api-change:`elasticache`: \[`botocore`] Doc only update, listing
'valkey7' and 'valkey8' as engine options for parameter groups.
- api-change:`iot-managed-integrations`: \[`botocore`] Adding managed
integrations APIs for IoT Device Management to setup and control devices
across different manufacturers and connectivity protocols. APIs include
managedthing operations, credential and provisioning profile management,
notification configuration, and OTA update.
- api-change:`iotsitewise`: \[`botocore`] AWS IoT SiteWise now supports
MQTT-enabled, V3 gateways. Configure data destinations for real-time
ingestion into AWS IoT SiteWise or buffered ingestion using Amazon S3
storage. You can also use path filters for precise data collection from
specific MQTT topics.
- api-change:`rds`: \[`botocore`] Note support for Database Insights for
Amazon RDS.
</details>
<details>
<summary>boto/botocore (botocore)</summary>
###
[`v1.37.11`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13711)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.37.10...1.37.11)
\=======
- api-change:`ec2`: This release adds the GroupLongName field to the
response of the DescribeAvailabilityZones API.
- api-change:`ecr`: This release adds Amazon ECR to Amazon ECR pull
through cache rules support.
- api-change:`ecs`: This is a documentation only update for Amazon ECS
to address various tickets.
- api-change:`inspector2`: Adding componentArn to network reachability
details
- api-change:`medialive`: Add an enum option DISABLED for Output Locking
Mode under Global Configuration.
###
[`v1.37.10`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13710)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.37.9...1.37.10)
\=======
- api-change:`bedrock-agent`: Add support for computer use tools
- api-change:`bedrock-agent-runtime`: Add support for computer use tools
- api-change:`ce`: Releasing minor partition endpoint updates.
- api-change:`connect`: Add support for contact transfers in external
voice systems.
- api-change:`medialive`: Adds defaultFontSize and defaultLineHeight as
options in the EbuTtDDestinationSettings within the caption descriptions
for an output stream.
- api-change:`pca-connector-ad`: PrivateCA Connector for Active
Directory now supports dual stack endpoints. This release adds the
IpAddressType option to the VpcInformation on a Connector which
determines whether the endpoint supports IPv4 only or IPv4 and IPv6
traffic.
- api-change:`securityhub`: This release adds new
StandardsControlsUpdatable field to the StandardsSubscription resource
- api-change:`timestream-influxdb`: This release updates the default
value of pprof-disabled from false to true.
###
[`v1.37.9`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#1379)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.37.8...1.37.9)
\======
- api-change:`bedrock-agent`: Introduces support for Neptune Analytics
as a vector data store and adds Context Enrichment Configurations,
enabling use cases such as GraphRAG.
- api-change:`bedrock-agent-runtime`: Support Multi Agent Collaboration
within Inline Agents
- api-change:`cloudfront`: Documentation updates for Amazon CloudFront.
- api-change:`ec2`: Add serviceManaged field to DescribeAddresses API
response.
- api-change:`elbv2`: This release adds support for assigning IP
addresses to Application Load Balancers from VPC IP Address Manager
pools.
- api-change:`neptune-graph`: Several small updates to resolve customer
requests.
###
[`v1.37.8`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#1378)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.37.7...1.37.8)
\======
- api-change:`bedrock`: This releases adds support for Custom Prompt
Router
- api-change:`cloudtrail`: Doc-only update for CloudTrail.
- api-change:`ivs-realtime`: IVS Real-Time now offers customers the
ability to merge fragmented recordings in the event of a participant
disconnect.
- api-change:`networkflowmonitor`: This release contains 2 changes. 1:
DeleteScope/GetScope/UpdateScope operations now return 404 instead of
500 when the resource does not exist. 2: Expected string format for
clientToken fields of
CreateMonitorInput/CreateScopeInput/UpdateMonitorInput have been updated
to be an UUID based string.
- api-change:`redshift-data`: This release adds support for
ListStatements API to filter statements by ClusterIdentifier,
WorkgroupName, and Database.
- api-change:`wafv2`: You can now perform an exact match or rate limit
aggregation against the web request's JA4 fingerprint.
- api-change:`workspaces`: Added a new ModifyEndpointEncryptionMode API
for managing endpoint encryption settings.
###
[`v1.37.7`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#1377)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.37.6...1.37.7)
\======
- api-change:`bedrock-runtime`: This releases adds support for Custom
Prompt Router ARN
- api-change:`datasync`: AWS DataSync now supports modifying
ServerHostname while updating locations SMB, NFS, and ObjectStorage.
- api-change:`gameliftstreams`: New Service: Amazon GameLift Streams
delivers low-latency game streaming from AWS global infrastructure to
virtually any device with a browser at up to 1080p resolution and 60
fps.
- api-change:`iotfleetwise`: This release adds floating point support
for CAN/OBD signals and adds support for signed OBD signals.
- api-change:`workspaces`: Added DeviceTypeWorkSpacesThinClient type to
allow users to access their WorkSpaces through a WorkSpaces Thin Client.
###
[`v1.37.6`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#1376)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.37.5...1.37.6)
\======
- api-change:`elasticache`: Doc only update, listing 'valkey7' and
'valkey8' as engine options for parameter groups.
- api-change:`iot-managed-integrations`: Adding managed integrations
APIs for IoT Device Management to setup and control devices across
different manufacturers and connectivity protocols. APIs include
managedthing operations, credential and provisioning profile management,
notification configuration, and OTA update.
- api-change:`iotsitewise`: AWS IoT SiteWise now supports MQTT-enabled,
V3 gateways. Configure data destinations for real-time ingestion into
AWS IoT SiteWise or buffered ingestion using Amazon S3 storage. You can
also use path filters for precise data collection from specific MQTT
topics.
- api-change:`rds`: Note support for Database Insights for Amazon RDS.
</details>
<details>
<summary>hashicorp/terraform-provider-random (random)</summary>
###
[`v3.7.1`](https://redirect.github.com/hashicorp/terraform-provider-random/blob/HEAD/CHANGELOG.md#371-February-25-2025)
[Compare
Source](https://redirect.github.com/hashicorp/terraform-provider-random/compare/v3.6.3...v3.7.1)
NOTES:
- New [ephemeral
resource](https://developer.hashicorp.com/terraform/language/resources/ephemeral)
`random_password` now supports [ephemeral
values](https://developer.hashicorp.com/terraform/language/values/variables#exclude-values-from-state).
([#​625](https://redirect.github.com/hashicorp/terraform-provider-random/issues/625))
FEATURES:
- ephemeral/random_password: New ephemeral resource that generates a
password string. When used in combination with a managed resource
write-only attribute, Terraform will not store the password in the plan
or state file.
([#​625](https://redirect.github.com/hashicorp/terraform-provider-random/issues/625))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At
any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/cattle-ops/terraform-aws-gitlab-runner).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE5NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent be17253 commit 11895c8
File tree
3 files changed
+32
-32
lines changed- .github/workflows
- modules/terminate-agent-hook/lambda
3 files changed
+32
-32
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
0 commit comments