cattle-ops / terraform-aws-gitlab-runner

Terraform module for AWS GitLab runners on ec2 (spot) instances
https://registry.terraform.io/modules/cattle-ops/gitlab-runner/aws
MIT License
587 stars 331 forks source link

chore(deps): update all dependencies #1106

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
aws (source) required_provider minor 5.43.0 -> 5.44.0 age adoption passing confidence
boto3 patch ==1.34.74 -> ==1.34.79 age adoption passing confidence
botocore patch ==1.34.74 -> ==1.34.79 age adoption passing confidence
terraform-aws-modules/vpc/aws (source) module patch 5.7.0 -> 5.7.1 age adoption passing confidence

Release Notes

hashicorp/terraform-provider-aws (aws) ### [`v5.44.0`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5440-April-4-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-aws/compare/v5.43.0...v5.44.0) FEATURES: - **New Data Source:** `aws_devopsguru_notification_channel` ([#​36656](https://togithub.com/hashicorp/terraform-provider-aws/issues/36656)) - **New Data Source:** `aws_devopsguru_resource_collection` ([#​36657](https://togithub.com/hashicorp/terraform-provider-aws/issues/36657)) - **New Data Source:** `aws_ecr_lifecycle_policy_document` ([#​6133](https://togithub.com/hashicorp/terraform-provider-aws/issues/6133)) - **New Function:** `trim_iam_role_path` ([#​36723](https://togithub.com/hashicorp/terraform-provider-aws/issues/36723)) - **New Resource:** `aws_devopsguru_service_integration` ([#​36694](https://togithub.com/hashicorp/terraform-provider-aws/issues/36694)) ENHANCEMENTS: - data-source/aws_servicecatalogappregistry_application: Add `application_tag` attribute ([#​36647](https://togithub.com/hashicorp/terraform-provider-aws/issues/36647)) - data/aws_glue_data_catalog_encryption_settings: Add `data_catalog_encryption_settings.encryption_at_rest.catalog_encryption_service_role` attribute ([#​35978](https://togithub.com/hashicorp/terraform-provider-aws/issues/35978)) - resource/aws_appstream_fleet: Add `desired_sessions` argument to the `compute_capacity` block. ([#​34266](https://togithub.com/hashicorp/terraform-provider-aws/issues/34266)) - resource/aws_appstream_fleet: Add `max_sessions_per_instance` argument. ([#​34266](https://togithub.com/hashicorp/terraform-provider-aws/issues/34266)) - resource/aws_batch_job_definition: Add update functions instead of ForceNew. Add `deregister_on_new_revision` to allow keeping prior versions ACTIVE when a new revision is published. ([#​35149](https://togithub.com/hashicorp/terraform-provider-aws/issues/35149)) - resource/aws_db_instance: Adds warning when setting `character_set_name` when `replicate_source_db`, `restore_to_point_in_time`, or `snapshot_identifier` is set ([#​36518](https://togithub.com/hashicorp/terraform-provider-aws/issues/36518)) - resource/aws_emr_cluster: Add `unhealthy_node_replacement` argument ([#​36523](https://togithub.com/hashicorp/terraform-provider-aws/issues/36523)) - resource/aws_glue_data_catalog_encryption_settings: Add `data_catalog_encryption_settings.encryption_at_rest.catalog_encryption_service_role` argument ([#​35978](https://togithub.com/hashicorp/terraform-provider-aws/issues/35978)) - resource/aws_servicecatalogappregistry_application: Add `application_tag` attribute ([#​36647](https://togithub.com/hashicorp/terraform-provider-aws/issues/36647)) - resource/aws_transfer_server: Add `s3_storage_options` configuration block ([#​36664](https://togithub.com/hashicorp/terraform-provider-aws/issues/36664)) - resource/aws_wafv2\_web_acl: Add `address_fields` and `phone_number_fields` to `statement.managed_rule_group_statement.managed_rule_group_configs.aws_managed_rules_acfp_rule_set.request_inspection` ([#​36685](https://togithub.com/hashicorp/terraform-provider-aws/issues/36685)) BUG FIXES: - Correctly handles user agents passed using `TF_APPEND_USER_AGENT` which contain `/`, `(`, `)`, or space. ([#​36738](https://togithub.com/hashicorp/terraform-provider-aws/issues/36738)) - resource/aws_batch_scheduling_policy: Fixes error where tags could not be updated ([#​36517](https://togithub.com/hashicorp/terraform-provider-aws/issues/36517)) - resource/aws_cloudfront_key_value_store: Serialize CloudFront KeyValueStore access ([#​36734](https://togithub.com/hashicorp/terraform-provider-aws/issues/36734)) - resource/aws_cloudfrontkeyvaluestore_key: Serialize CloudFront KeyValueStore access ([#​36734](https://togithub.com/hashicorp/terraform-provider-aws/issues/36734)) - resource/aws_cognito_user_pool: Correct plan-time validation of `email_verification_message`, `email_verification_subject`, `admin_create_user_config.invite_message_template.email_message`, `admin_create_user_config.invite_message_template.email_subject`, `admin_create_user_config.invite_message_template.sms_message`, `sms_authentication_message`, `sms_verification_message`, `verification_message_template.email_message`, `verification_message_template.email_message_by_link`, `verification_message_template.email_subject`, `verification_message_template.email_subject_by_link`, and `verification_message_template.sms_message` to count UTF-8 characters properly ([#​36661](https://togithub.com/hashicorp/terraform-provider-aws/issues/36661)) - resource/aws_ecr_lifecycle_policy: Add missing `tagPatternList` change detection in policy JSON ([#​35231](https://togithub.com/hashicorp/terraform-provider-aws/issues/35231)) - resource/aws_ecs_service: Correctly set `alarms.rollback` on resource Create and Update ([#​36691](https://togithub.com/hashicorp/terraform-provider-aws/issues/36691)) - resource/aws_iam_user: When `force_destroy` is used and there are inline or attached policies, allow resource to be destroyed ([#​36640](https://togithub.com/hashicorp/terraform-provider-aws/issues/36640)) - resource/aws_imagebuilder_distribution_configuration: Fix validation regex for `ami_distribution_configuration.name` ([#​36659](https://togithub.com/hashicorp/terraform-provider-aws/issues/36659)) - resource/aws_redshift_cluster: Fix error preventing modification of a configured `snapshot_copy` block ([#​36655](https://togithub.com/hashicorp/terraform-provider-aws/issues/36655)) - resource/aws_route53\_record: Fix to correctly interpret alias names with wildcards ([#​36699](https://togithub.com/hashicorp/terraform-provider-aws/issues/36699))
boto/boto3 (boto3) ### [`v1.34.79`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13479) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.78...1.34.79) \======= - api-change:`quicksight`: \[`botocore`] Adding IAMIdentityCenterInstanceArn parameter to CreateAccountSubscription - api-change:`resource-groups`: \[`botocore`] Added a new QueryErrorCode RESOURCE_TYPE_NOT_SUPPORTED that is returned by the ListGroupResources operation if the group query contains unsupported resource types. - api-change:`verifiedpermissions`: \[`botocore`] Adding BatchIsAuthorizedWithToken API which supports multiple authorization requests against a PolicyStore given a bearer token. ### [`v1.34.78`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13478) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.77...1.34.78) \======= - api-change:`b2bi`: \[`botocore`] Adding support for X12 5010 HIPAA EDI version and associated transaction sets. - api-change:`cleanrooms`: \[`botocore`] Feature: New schemaStatusDetails field to the existing Schema object that displays a status on Schema API responses to show whether a schema is queryable or not. New BatchGetSchemaAnalysisRule API to retrieve multiple schemaAnalysisRules using a single API call. - api-change:`ec2`: \[`botocore`] Amazon EC2 G6 instances powered by NVIDIA L4 Tensor Core GPUs can be used for a wide range of graphics-intensive and machine learning use cases. Gr6 instances also feature NVIDIA L4 GPUs and can be used for graphics workloads with higher memory requirements. - api-change:`emr-containers`: \[`botocore`] This release adds support for integration with EKS AccessEntry APIs to enable automatic Cluster Access for EMR on EKS. - api-change:`ivs`: \[`botocore`] API update to include an SRT ingest endpoint and passphrase for all channels. - api-change:`verifiedpermissions`: \[`botocore`] Adds GroupConfiguration field to Identity Source API's ### [`v1.34.77`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13477) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.76...1.34.77) \======= - api-change:`cleanroomsml`: \[`botocore`] The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide. - api-change:`cloudformation`: \[`botocore`] This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template - api-change:`datazone`: \[`botocore`] This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone. - api-change:`docdb`: \[`botocore`] This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster. - api-change:`groundstation`: \[`botocore`] This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses. - api-change:`lambda`: \[`botocore`] Add Ruby 3.3 (ruby3.3) support to AWS Lambda - api-change:`medialive`: \[`botocore`] Cmaf Ingest outputs are now supported in Media Live - api-change:`medical-imaging`: \[`botocore`] SearchImageSets API now supports following enhancements - Additional support for searching on UpdatedAt and SeriesInstanceUID - Support for searching existing filters between dates/times - Support for sorting the search result by Ascending/Descending - Additional parameters returned in the response - api-change:`transfer`: \[`botocore`] Add ability to specify Security Policies for SFTP Connectors ### [`v1.34.76`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13476) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.75...1.34.76) \======= - api-change:`ecs`: \[`botocore`] Documentation only update for Amazon ECS. - api-change:`glue`: \[`botocore`] Adding View related fields to responses of read-only Table APIs. - api-change:`ivschat`: \[`botocore`] Doc-only update. Changed "Resources" to "Key Concepts" in docs and updated text. - api-change:`rolesanywhere`: \[`botocore`] This release increases the limit on the roleArns request parameter for the \*Profile APIs that support it. This parameter can now take up to 250 role ARNs. - api-change:`securityhub`: \[`botocore`] Documentation updates for AWS Security Hub ### [`v1.34.75`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13475) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.74...1.34.75) \======= - api-change:`cloudwatch`: \[`botocore`] This release adds support for CloudWatch Anomaly Detection on cross-account metrics. SingleMetricAnomalyDetector and MetricDataQuery inputs to Anomaly Detection APIs now take an optional AccountId field. - api-change:`datazone`: \[`botocore`] This release supports the feature of AI recommendations for descriptions to enrich the business data catalog in Amazon DataZone. - api-change:`deadline`: \[`botocore`] AWS Deadline Cloud is a new fully managed service that helps customers set up, deploy, and scale rendering projects in minutes, so they can improve the efficiency of their rendering pipelines and take on more projects. - api-change:`emr`: \[`botocore`] This release fixes a broken link in the documentation. - api-change:`lightsail`: \[`botocore`] This release adds support to upgrade the TLS version of the distribution.
boto/botocore (botocore) ### [`v1.34.79`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13479) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.78...1.34.79) \======= - api-change:`quicksight`: Adding IAMIdentityCenterInstanceArn parameter to CreateAccountSubscription - api-change:`resource-groups`: Added a new QueryErrorCode RESOURCE_TYPE_NOT_SUPPORTED that is returned by the ListGroupResources operation if the group query contains unsupported resource types. - api-change:`verifiedpermissions`: Adding BatchIsAuthorizedWithToken API which supports multiple authorization requests against a PolicyStore given a bearer token. ### [`v1.34.78`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13478) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.77...1.34.78) \======= - api-change:`b2bi`: Adding support for X12 5010 HIPAA EDI version and associated transaction sets. - api-change:`cleanrooms`: Feature: New schemaStatusDetails field to the existing Schema object that displays a status on Schema API responses to show whether a schema is queryable or not. New BatchGetSchemaAnalysisRule API to retrieve multiple schemaAnalysisRules using a single API call. - api-change:`ec2`: Amazon EC2 G6 instances powered by NVIDIA L4 Tensor Core GPUs can be used for a wide range of graphics-intensive and machine learning use cases. Gr6 instances also feature NVIDIA L4 GPUs and can be used for graphics workloads with higher memory requirements. - api-change:`emr-containers`: This release adds support for integration with EKS AccessEntry APIs to enable automatic Cluster Access for EMR on EKS. - api-change:`ivs`: API update to include an SRT ingest endpoint and passphrase for all channels. - api-change:`verifiedpermissions`: Adds GroupConfiguration field to Identity Source API's ### [`v1.34.77`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13477) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.76...1.34.77) \======= - api-change:`cleanroomsml`: The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide. - api-change:`cloudformation`: This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template - api-change:`datazone`: This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone. - api-change:`docdb`: This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster. - api-change:`groundstation`: This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses. - api-change:`lambda`: Add Ruby 3.3 (ruby3.3) support to AWS Lambda - api-change:`medialive`: Cmaf Ingest outputs are now supported in Media Live - api-change:`medical-imaging`: SearchImageSets API now supports following enhancements - Additional support for searching on UpdatedAt and SeriesInstanceUID - Support for searching existing filters between dates/times - Support for sorting the search result by Ascending/Descending - Additional parameters returned in the response - api-change:`transfer`: Add ability to specify Security Policies for SFTP Connectors ### [`v1.34.76`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13476) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.75...1.34.76) \======= - api-change:`ecs`: Documentation only update for Amazon ECS. - api-change:`glue`: Adding View related fields to responses of read-only Table APIs. - api-change:`ivschat`: Doc-only update. Changed "Resources" to "Key Concepts" in docs and updated text. - api-change:`rolesanywhere`: This release increases the limit on the roleArns request parameter for the \*Profile APIs that support it. This parameter can now take up to 250 role ARNs. - api-change:`securityhub`: Documentation updates for AWS Security Hub ### [`v1.34.75`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13475) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.74...1.34.75) \======= - api-change:`cloudwatch`: This release adds support for CloudWatch Anomaly Detection on cross-account metrics. SingleMetricAnomalyDetector and MetricDataQuery inputs to Anomaly Detection APIs now take an optional AccountId field. - api-change:`datazone`: This release supports the feature of AI recommendations for descriptions to enrich the business data catalog in Amazon DataZone. - api-change:`deadline`: AWS Deadline Cloud is a new fully managed service that helps customers set up, deploy, and scale rendering projects in minutes, so they can improve the efficiency of their rendering pipelines and take on more projects. - api-change:`emr`: This release fixes a broken link in the documentation. - api-change:`lightsail`: This release adds support to upgrade the TLS version of the distribution.
terraform-aws-modules/terraform-aws-vpc (terraform-aws-modules/vpc/aws) ### [`v5.7.1`](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/blob/HEAD/CHANGELOG.md#571-2024-04-06) [Compare Source](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/compare/v5.7.0...v5.7.1) ##### Bug Fixes - Create the same number of IPv6 egress only gateway routes as the number of NAT gateways that are enabled/created ([#​1059](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/issues/1059)) ([77df552](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/commit/77df552a8aa43bb3711243a3a5ef3e29f70a4068))

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 7 months 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:

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

github-actions[bot] commented 7 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.9s
✅ REPOSITORY checkov yes no 16.78s
✅ REPOSITORY dustilock yes no 0.5s
✅ REPOSITORY gitleaks yes no 0.76s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 10.32s
✅ REPOSITORY secretlint yes no 1.26s
✅ REPOSITORY syft yes no 0.24s
✅ REPOSITORY trivy-sbom yes no 1.75s
✅ REPOSITORY trufflehog yes no 8.28s
✅ SPELL cspell 12 0 2.69s
✅ TERRAFORM terraform-fmt 11 0 0 0.95s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_