Closed renovate[bot] closed 3 weeks ago
Hey @renovate[bot]! π
Thank you for your contribution to the project. Please refer to the contribution rules for a quick overview of the process.
Make sure that this PR clearly explains:
With submitting this PR you confirm that you hold the rights of the code added and agree that it will published under this LICENSE.
The following ChatOps commands are supported:
/help
: notifies a maintainer to help you outSimply add a comment with the command in the first line. If you need to pass more information, separate it with a blank line from the command.
This message was generated automatically. You are welcome to improve it.
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
β COPYPASTE | jscpd | yes | no | 1.57s | |
β REPOSITORY | checkov | yes | no | 15.03s | |
β REPOSITORY | dustilock | yes | no | 0.34s | |
β REPOSITORY | gitleaks | yes | no | 1.47s | |
β REPOSITORY | git_diff | yes | no | 0.01s | |
β REPOSITORY | grype | yes | no | 12.93s | |
β REPOSITORY | secretlint | yes | no | 1.13s | |
β REPOSITORY | syft | yes | no | 0.37s | |
β REPOSITORY | trivy-sbom | yes | no | 0.13s | |
β REPOSITORY | trufflehog | yes | no | 4.52s | |
β SPELL | cspell | 11 | 0 | 2.93s | |
β TERRAFORM | terraform-fmt | 10 | 0 | 0 | 0.71s |
See detailed report in MegaLinter reports
_Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff_
This PR contains the following updates:
5.73.0
->5.74.0
==1.35.49
->==1.35.54
==1.35.49
->==1.35.54
5.14.0
->5.15.0
Release Notes
hashicorp/terraform-provider-aws (aws)
### [`v5.74.0`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5740-October-31-2024) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.73.0...v5.74.0) FEATURES: - **New Data Source:** `aws_lb_listener_rule` ([#39865](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39865)) - **New Resource:** `aws_opensearch_authorize_vpc_endpoint_access` ([#39846](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39846)) - **New Resource:** `aws_ssmquicksetup_configuration_manager` ([#39931](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39931)) ENHANCEMENTS: - data-source/aws_imagebuilder_distribution_configuration: Add `distribution.s3_export_configuration` attribute ([#35492](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/35492)) - data-source/aws_imagebuilder_image_recipe: Fix `block_device_mapping.0.ebs.0.delete_on_termination: '' expected type 'bool', got unconvertible type 'string'` errors ([#39928](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39928)) - resource/aws_codedeploy_deployment_group: Add `termination_hook_enabled` argument ([#35482](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/35482)) - resource/aws_eks_cluster: Add `zonal_shift_config` argument ([#39852](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39852)) - resource/aws_imagebuilder_distribution_configuration: Add `distribution.s3_export_configuration` argument ([#35492](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/35492)) - resource/aws_imagebuilder_image_pipeline: Allow `container_recipe_arn` and `image_recipe_arn` to be updated in-place ([#39117](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39117)) - resource/aws_keyspaces_keyspace: Add `replication_specification` argument ([#36331](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/36331)) - resource/aws_launch_template: Add `efa-only` as a valid value for `network_interfaces.interface_type` ([#39882](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39882)) - resource/aws_transfer_server: Add `TransferSecurityPolicy-Restricted-2024-06` as a valid value for `security_policy_name` ([#39871](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39871)) BUG FIXES: - resource/aws_docdb_cluster: Use `master_password` on resource Create when `snapshot_identifier` is configured ([#38193](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38193)) - resource/aws_imagebuilder_container_recipe: Change `component.parameter.name`, `component.parameter.value`, `target_repository.repository_name`, and `target_repository.service` to [ForceNew](https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-behaviors#forcenew) ([#39117](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39117)) - resource/aws_route53\_record: Fix `interface conversion: interface {} is nil, not map[string]interface {}` panic when `geolocation_routing_policy` is empty ([#39944](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39944)) - resource/aws_ssm_patch_baseline: Update `approval_rule.approve_after_days` validation to allow a maximum value of `360` ([#39949](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39949)) - resource/aws_wafv2\_web_acl: Fix `decoding JSON: unexpected end of JSON input` errors when updating from using `rule_json` to using `rule` ([#39283](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39283)) - resource/aws_wafv2\_web_acl: Fix unmarshal error for incompatible types in `rule_json` ([#39878](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39878))boto/boto3 (boto3)
### [`v1.35.54`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13554) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.35.53...1.35.54) \======= - api-change:`bedrock-agent`: \[`botocore`] Amazon Bedrock Knowledge Bases now supports using application inference profiles to increase throughput and improve resilience. - api-change:`docdb-elastic`: \[`botocore`] Amazon DocumentDB Elastic Clusters adds support for pending maintenance actions feature with APIs GetPendingMaintenanceAction, ListPendingMaintenanceActions and ApplyPendingMaintenanceAction - api-change:`logs`: \[`botocore`] This release introduces an improvement in PutLogEvents - api-change:`taxsettings`: \[`botocore`] Add support for supplemental tax registrations via these new APIs: PutSupplementalTaxRegistration, ListSupplementalTaxRegistrations, and DeleteSupplementalTaxRegistration. ### [`v1.35.53`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13553) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.35.52...1.35.53) \======= - api-change:`amp`: \[`botocore`] Added support for UpdateScraper API, to enable updating collector configuration in-place - api-change:`autoscaling`: \[`botocore`] Adds bake time for Auto Scaling group Instance Refresh - api-change:`batch`: \[`botocore`] Add `podNamespace` to `EksAttemptDetail` and `containerID` to `EksAttemptContainerDetail`. - api-change:`elbv2`: \[`botocore`] Add UDP support for AWS PrivateLink and dual-stack Network Load Balancers - api-change:`glue`: \[`botocore`] Add schedule support for AWS Glue column statistics - api-change:`sagemaker`: \[`botocore`] SageMaker HyperPod adds scale-down at instance level via BatchDeleteClusterNodes API and group level via UpdateCluster API. SageMaker Training exposes secondary job status in TrainingJobSummary from ListTrainingJobs API. SageMaker now supports G6, G6e, P5e instances for HyperPod and Training. - api-change:`sesv2`: \[`botocore`] This release enables customers to provide the email template content in the SESv2 SendEmail and SendBulkEmail APIs instead of the name or the ARN of a stored email template. ### [`v1.35.52`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13552) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.35.51...1.35.52) \======= - api-change:`appsync`: \[`botocore`] This release adds support for AppSync Event APIs. - api-change:`connect`: \[`botocore`] Updated the public documentation for the UserIdentityInfo object to accurately reflect the character limits for the FirstName and LastName fields, which were previously listed as 1-100 characters. - api-change:`datasync`: \[`botocore`] AWS DataSync now supports Enhanced mode tasks. This task mode supports transfer of virtually unlimited numbers of objects with enhanced metrics, more detailed logs, and higher performance than Basic mode. This mode currently supports transfers between Amazon S3 locations. - api-change:`ec2`: \[`botocore`] This release adds two new capabilities to VPC Security Groups: Security Group VPC Associations and Shared Security Groups. - api-change:`ecs`: \[`botocore`] This release supports service deployments and service revisions which provide a comprehensive view of your Amazon ECS service history. - api-change:`geo-maps`: \[`botocore`] Release of Amazon Location Maps API. Maps enables you to build digital maps that showcase your locations, visualize your data, and unlock insights to drive your business - api-change:`geo-places`: \[`botocore`] Release of Amazon Location Places API. Places enables you to quickly search, display, and filter places, businesses, and locations based on proximity, category, and name - api-change:`geo-routes`: \[`botocore`] Release of Amazon Location Routes API. Routes enables you to plan efficient routes and streamline deliveries by leveraging real-time traffic, vehicle restrictions, and turn-by-turn directions. - api-change:`keyspaces`: \[`botocore`] Adds support for interacting with user-defined types (UDTs) through the following new operations: Create-Type, Delete-Type, List-Types, Get-Type. - api-change:`network-firewall`: \[`botocore`] AWS Network Firewall now supports configuring TCP idle timeout - api-change:`opensearch`: \[`botocore`] This release introduces the new OpenSearch user interface (Dashboards), a new web-based application that can be associated with multiple data sources across OpenSearch managed clusters, serverless collections, and Amazon S3, so that users can gain a comprehensive insights in an unified interface. - api-change:`opensearchserverless`: \[`botocore`] Neo Integration via IAM Identity Center (IdC) - api-change:`redshift`: \[`botocore`] This release launches S3 event integrations to create and manage integrations from an Amazon S3 source into an Amazon Redshift database. - api-change:`redshift-serverless`: \[`botocore`] Adds and updates API members for the Redshift Serverless AI-driven scaling and optimization feature using the price-performance target setting. - api-change:`route53`: \[`botocore`] This release adds support for TLSA, SSHFP, SVCB, and HTTPS record types. - api-change:`sagemaker`: \[`botocore`] Added support for Model Registry Staging construct. Users can define series of stages that models can progress through for model workflows and lifecycle. This simplifies tracking and managing models as they transition through development, testing, and production stages. - api-change:`workmail`: \[`botocore`] This release adds support for Multi-Factor Authentication (MFA) and Personal Access Tokens through integration with AWS IAM Identity Center. ### [`v1.35.51`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13551) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.35.50...1.35.51) \======= - api-change:`bedrock`: \[`botocore`] Update Application Inference Profile - api-change:`bedrock-runtime`: \[`botocore`] Update Application Inference Profile - api-change:`cleanrooms`: \[`botocore`] This release adds the option for customers to configure analytics engine when creating a collaboration, and introduces the new SPARK analytics engine type in addition to maintaining the legacy CLEAN_ROOMS_SQL engine type. - api-change:`iotfleetwise`: \[`botocore`] Updated BatchCreateVehicle and BatchUpdateVehicle APIs: LimitExceededException has been added and the maximum number of vehicles in a batch has been set to 10 explicitly - api-change:`logs`: \[`botocore`] Added support for new optional baseline parameter in the UpdateAnomaly API. For UpdateAnomaly requests with baseline set to True, The anomaly behavior is then treated as baseline behavior. However, more severe occurrences of this behavior will still be reported as anomalies. - api-change:`redshift-data`: \[`botocore`] Adding a new API GetStatementResultV2 that supports CSV formatted results from ExecuteStatement and BatchExecuteStatement calls. - api-change:`sagemaker`: \[`botocore`] Adding `notebook-al2-v3` as allowed value to SageMaker NotebookInstance PlatformIdentifier attribute ### [`v1.35.50`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13550) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.35.49...1.35.50) \======= - api-change:`mediapackagev2`: \[`botocore`] MediaPackage V2 Live to VOD Harvester is a MediaPackage V2 feature, which is used to export content from an origin endpoint to a S3 bucket. - api-change:`opensearch`: \[`botocore`] Adds support for provisioning dedicated coordinator nodes. Coordinator nodes can be specified using the new NodeOptions parameter in ClusterConfig. - api-change:`rds`: \[`botocore`] This release adds support for Enhanced Monitoring and Performance Insights when restoring Aurora Limitless Database DB clusters. It also adds support for the os-upgrade pending maintenance action. - api-change:`storagegateway`: \[`botocore`] Documentation update: Amazon FSx File Gateway will no longer be available to new customers.boto/botocore (botocore)
### [`v1.35.54`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13554) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.35.53...1.35.54) \======= - api-change:`bedrock-agent`: Amazon Bedrock Knowledge Bases now supports using application inference profiles to increase throughput and improve resilience. - api-change:`docdb-elastic`: Amazon DocumentDB Elastic Clusters adds support for pending maintenance actions feature with APIs GetPendingMaintenanceAction, ListPendingMaintenanceActions and ApplyPendingMaintenanceAction - api-change:`logs`: This release introduces an improvement in PutLogEvents - api-change:`taxsettings`: Add support for supplemental tax registrations via these new APIs: PutSupplementalTaxRegistration, ListSupplementalTaxRegistrations, and DeleteSupplementalTaxRegistration. ### [`v1.35.53`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13553) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.35.52...1.35.53) \======= - api-change:`amp`: Added support for UpdateScraper API, to enable updating collector configuration in-place - api-change:`autoscaling`: Adds bake time for Auto Scaling group Instance Refresh - api-change:`batch`: Add `podNamespace` to `EksAttemptDetail` and `containerID` to `EksAttemptContainerDetail`. - api-change:`elbv2`: Add UDP support for AWS PrivateLink and dual-stack Network Load Balancers - api-change:`glue`: Add schedule support for AWS Glue column statistics - api-change:`sagemaker`: SageMaker HyperPod adds scale-down at instance level via BatchDeleteClusterNodes API and group level via UpdateCluster API. SageMaker Training exposes secondary job status in TrainingJobSummary from ListTrainingJobs API. SageMaker now supports G6, G6e, P5e instances for HyperPod and Training. - api-change:`sesv2`: This release enables customers to provide the email template content in the SESv2 SendEmail and SendBulkEmail APIs instead of the name or the ARN of a stored email template. ### [`v1.35.52`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13552) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.35.51...1.35.52) \======= - api-change:`appsync`: This release adds support for AppSync Event APIs. - api-change:`connect`: Updated the public documentation for the UserIdentityInfo object to accurately reflect the character limits for the FirstName and LastName fields, which were previously listed as 1-100 characters. - api-change:`datasync`: AWS DataSync now supports Enhanced mode tasks. This task mode supports transfer of virtually unlimited numbers of objects with enhanced metrics, more detailed logs, and higher performance than Basic mode. This mode currently supports transfers between Amazon S3 locations. - api-change:`ec2`: This release adds two new capabilities to VPC Security Groups: Security Group VPC Associations and Shared Security Groups. - api-change:`ecs`: This release supports service deployments and service revisions which provide a comprehensive view of your Amazon ECS service history. - api-change:`geo-maps`: Release of Amazon Location Maps API. Maps enables you to build digital maps that showcase your locations, visualize your data, and unlock insights to drive your business - api-change:`geo-places`: Release of Amazon Location Places API. Places enables you to quickly search, display, and filter places, businesses, and locations based on proximity, category, and name - api-change:`geo-routes`: Release of Amazon Location Routes API. Routes enables you to plan efficient routes and streamline deliveries by leveraging real-time traffic, vehicle restrictions, and turn-by-turn directions. - api-change:`keyspaces`: Adds support for interacting with user-defined types (UDTs) through the following new operations: Create-Type, Delete-Type, List-Types, Get-Type. - api-change:`network-firewall`: AWS Network Firewall now supports configuring TCP idle timeout - api-change:`opensearch`: This release introduces the new OpenSearch user interface (Dashboards), a new web-based application that can be associated with multiple data sources across OpenSearch managed clusters, serverless collections, and Amazon S3, so that users can gain a comprehensive insights in an unified interface. - api-change:`opensearchserverless`: Neo Integration via IAM Identity Center (IdC) - api-change:`redshift`: This release launches S3 event integrations to create and manage integrations from an Amazon S3 source into an Amazon Redshift database. - api-change:`redshift-serverless`: Adds and updates API members for the Redshift Serverless AI-driven scaling and optimization feature using the price-performance target setting. - api-change:`route53`: This release adds support for TLSA, SSHFP, SVCB, and HTTPS record types. - api-change:`sagemaker`: Added support for Model Registry Staging construct. Users can define series of stages that models can progress through for model workflows and lifecycle. This simplifies tracking and managing models as they transition through development, testing, and production stages. - api-change:`workmail`: This release adds support for Multi-Factor Authentication (MFA) and Personal Access Tokens through integration with AWS IAM Identity Center. ### [`v1.35.51`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13551) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.35.50...1.35.51) \======= - api-change:`bedrock`: Update Application Inference Profile - api-change:`bedrock-runtime`: Update Application Inference Profile - api-change:`cleanrooms`: This release adds the option for customers to configure analytics engine when creating a collaboration, and introduces the new SPARK analytics engine type in addition to maintaining the legacy CLEAN_ROOMS_SQL engine type. - api-change:`iotfleetwise`: Updated BatchCreateVehicle and BatchUpdateVehicle APIs: LimitExceededException has been added and the maximum number of vehicles in a batch has been set to 10 explicitly - api-change:`logs`: Added support for new optional baseline parameter in the UpdateAnomaly API. For UpdateAnomaly requests with baseline set to True, The anomaly behavior is then treated as baseline behavior. However, more severe occurrences of this behavior will still be reported as anomalies. - api-change:`redshift-data`: Adding a new API GetStatementResultV2 that supports CSV formatted results from ExecuteStatement and BatchExecuteStatement calls. - api-change:`sagemaker`: Adding `notebook-al2-v3` as allowed value to SageMaker NotebookInstance PlatformIdentifier attribute ### [`v1.35.50`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13550) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.35.49...1.35.50) \======= - api-change:`mediapackagev2`: MediaPackage V2 Live to VOD Harvester is a MediaPackage V2 feature, which is used to export content from an origin endpoint to a S3 bucket. - api-change:`opensearch`: Adds support for provisioning dedicated coordinator nodes. Coordinator nodes can be specified using the new NodeOptions parameter in ClusterConfig. - api-change:`rds`: This release adds support for Enhanced Monitoring and Performance Insights when restoring Aurora Limitless Database DB clusters. It also adds support for the os-upgrade pending maintenance action. - api-change:`storagegateway`: Documentation update: Amazon FSx File Gateway will no longer be available to new customers.terraform-aws-modules/terraform-aws-vpc (terraform-aws-modules/vpc/aws)
### [`v5.15.0`](https://redirect.github.com/terraform-aws-modules/terraform-aws-vpc/blob/HEAD/CHANGELOG.md#5150-2024-11-03) [Compare Source](https://redirect.github.com/terraform-aws-modules/terraform-aws-vpc/compare/v5.14.0...v5.15.0) ##### Features - Add option to create/delete NAT Gateway route for private route tables ([#1127](https://redirect.github.com/terraform-aws-modules/terraform-aws-vpc/issues/1127)) ([f02a1af](https://redirect.github.com/terraform-aws-modules/terraform-aws-vpc/commit/f02a1af5aedc550c81048cfa880153bedf2a006d))Configuration
π Schedule: Branch creation - "before 4am on Monday" (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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.