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

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
aws (source) required_provider minor 5.59.0 -> 5.60.0 age adoption passing confidence
boto3 patch ==1.34.145 -> ==1.34.150 age adoption passing confidence
botocore patch ==1.34.145 -> ==1.34.150 age adoption passing confidence
random (source) required_provider patch 3.6.0 -> 3.6.2 age adoption passing confidence

Release Notes

hashicorp/terraform-provider-aws (aws) ### [`v5.60.0`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5600-July-25-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-aws/compare/v5.59.0...v5.60.0) NOTES: - resource/aws_shield_subscription: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing ([#​37637](https://togithub.com/hashicorp/terraform-provider-aws/issues/37637)) FEATURES: - **New Data Source:** `aws_service_principal` ([#​38307](https://togithub.com/hashicorp/terraform-provider-aws/issues/38307)) - **New Resource:** `aws_shield_subscription` ([#​37637](https://togithub.com/hashicorp/terraform-provider-aws/issues/37637)) ENHANCEMENTS: - data-source/aws_cloudwatch_event_bus: Add `kms_key_identifier` attribute ([#​38492](https://togithub.com/hashicorp/terraform-provider-aws/issues/38492)) - data-source/aws_cur_report_definition: Add `tags` attribute ([#​38483](https://togithub.com/hashicorp/terraform-provider-aws/issues/38483)) - resource/aws_appflow_flow: Add `metadata_catalog_config` attribute ([#​37566](https://togithub.com/hashicorp/terraform-provider-aws/issues/37566)) - resource/aws_appflow_flow: Add `prefix_hierarchy` attribute to `destination_flow_config.s3.s3_output_format_config` ([#​37566](https://togithub.com/hashicorp/terraform-provider-aws/issues/37566)) - resource/aws_batch_job_definition: Add `eks_properties.*.pod_properties.*.image_pull_secret` argument ([#​38517](https://togithub.com/hashicorp/terraform-provider-aws/issues/38517)) - resource/aws_cloudformation_stack_set_instance: Add `operation_preferences.concurrency_mode` argument ([#​38498](https://togithub.com/hashicorp/terraform-provider-aws/issues/38498)) - resource/aws_cloudwatch_event_bus: Add `kms_key_identifier` argument ([#​38492](https://togithub.com/hashicorp/terraform-provider-aws/issues/38492)) - resource/aws_cur_report_definition: Add `tags` argument and `tags_all` attribute ([#​38483](https://togithub.com/hashicorp/terraform-provider-aws/issues/38483)) - resource/aws_db_cluster_snapshot: Add `shared_accounts` argument ([#​34885](https://togithub.com/hashicorp/terraform-provider-aws/issues/34885)) - resource/aws_db_snapshot_copy: Add `shared_accounts` argument ([#​34843](https://togithub.com/hashicorp/terraform-provider-aws/issues/34843)) - resource/aws_glue_connection: Add `AZURECOSMOS`, `AZURESQL`, `BIGQUERY`, `OPENSEARCH`, and `SNOWFLAKE` as valid values for the `connection_type` argument and `SparkProperties` as a valid value for the `connection_properties` argument ([#​37731](https://togithub.com/hashicorp/terraform-provider-aws/issues/37731)) - resource/aws_iam_role: Change from partial resource creation to resource creation failed if an `inline_policy` fails to create ([#​38477](https://togithub.com/hashicorp/terraform-provider-aws/issues/38477)) - resource/aws_rds_cluster: Add `scaling_configuration.seconds_before_timeout` argument ([#​38451](https://togithub.com/hashicorp/terraform-provider-aws/issues/38451)) - resource/aws_sesv2\_configuration_set_event_destination: Add `event_destination.event_bridge_destination` configuration block ([#​38458](https://togithub.com/hashicorp/terraform-provider-aws/issues/38458)) - resource/aws_timestreamwrite_table: Fix `runtime error: invalid memory address or nil pointer dereference` panic when reading a non-existent table ([#​38512](https://togithub.com/hashicorp/terraform-provider-aws/issues/38512)) BUG FIXES: - data-source/aws_fsx_ontap_storage_virtual_machine: Correctly set `tags` on Read ([#​38343](https://togithub.com/hashicorp/terraform-provider-aws/issues/38343)) - data-source/aws_fsx_openzfs_snapshot: Correctly set `tags` on Read ([#​38343](https://togithub.com/hashicorp/terraform-provider-aws/issues/38343)) - resource/aws_ce_cost_category: Fix perpetual diff with the `rule` argument on update ([#​38449](https://togithub.com/hashicorp/terraform-provider-aws/issues/38449)) - resource/aws_codebuild_webhook: Remove errant validation on `scope_configuration.domain` argument ([#​38513](https://togithub.com/hashicorp/terraform-provider-aws/issues/38513)) - resource/aws_ecs_service: Fix `error marshaling prior state: a number is required` when upgrading from v5.58.0 to v5.59.0 ([#​38490](https://togithub.com/hashicorp/terraform-provider-aws/issues/38490)) - resource/aws_ecs_task_definition: Fix `Provider produced inconsistent final plan` errors when `container_definitions` is [unknown](https://developer.hashicorp.com/terraform/language/expressions/references#values-not-yet-known) ([#​38471](https://togithub.com/hashicorp/terraform-provider-aws/issues/38471)) - resource/aws_elasticache_replication_group: Fix `error marshaling prior state` when upgrading from v4.67.0 to v5.59.0 ([#​38476](https://togithub.com/hashicorp/terraform-provider-aws/issues/38476)) - resource/aws_fsx_openzfs_volume: Correctly set `tags` on Read ([#​38343](https://togithub.com/hashicorp/terraform-provider-aws/issues/38343)) - resource/aws_rds_cluster: Mark `ca_certificate_identifier` as Computed ([#​38437](https://togithub.com/hashicorp/terraform-provider-aws/issues/38437)) - resource/aws_rds_cluster: Use the configured `copy_tags_to_snapshot` value when `restore_to_point_in_time` is set ([#​34044](https://togithub.com/hashicorp/terraform-provider-aws/issues/34044)) - resource/aws_rds_cluster: Wait for no pending modified values on Update if `apply_immediately` is `true`. This fixes `InvalidParameterCombination` errors when updating `engine_version` ([#​38437](https://togithub.com/hashicorp/terraform-provider-aws/issues/38437))
boto/boto3 (boto3) ### [`v1.34.150`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134150) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.149...1.34.150) \======== - api-change:`elasticache`: \[`botocore`] Renaming full service name as it appears in developer documentation. - api-change:`memorydb`: \[`botocore`] Renaming full service name as it appears in developer documentation. ### [`v1.34.149`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134149) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.148...1.34.149) \======== - api-change:`application-autoscaling`: \[`botocore`] Application Auto Scaling is now more responsive to the changes in demand of your SageMaker Inference endpoints. To get started, create or update a Target Tracking policy based on High Resolution CloudWatch metrics. - api-change:`application-signals`: \[`botocore`] CloudWatch Application Signals now supports application logs correlation with traces and operational health metrics of applications running on EC2 instances. Users can view the most relevant telemetry to troubleshoot application health anomalies such as spikes in latency, errors, and availability. - api-change:`bedrock-runtime`: \[`botocore`] Provides ServiceUnavailableException error message - api-change:`codecommit`: \[`botocore`] CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository. - api-change:`datazone`: \[`botocore`] Introduces GetEnvironmentCredentials operation to SDK - api-change:`ec2`: \[`botocore`] EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types. - api-change:`ecr`: \[`botocore`] API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template. - api-change:`eks`: \[`botocore`] This release adds support for EKS cluster to manage extended support. - api-change:`elbv2`: \[`botocore`] This release adds support for sharing trust stores across accounts and organizations through integration with AWS Resource Access Manager. - api-change:`network-firewall`: \[`botocore`] You can now log events that are related to TLS inspection, in addition to the existing alert and flow logging. - api-change:`outposts`: \[`botocore`] Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses - api-change:`stepfunctions`: \[`botocore`] This release adds support to customer managed KMS key encryption in AWS Step Functions. ### [`v1.34.148`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134148) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.147...1.34.148) \======== - api-change:`cleanrooms`: \[`botocore`] Three enhancements to the AWS Clean Rooms: Disallowed Output Columns, Flexible Result Receivers, SQL as a Seed - api-change:`dynamodb`: \[`botocore`] DynamoDB doc only update for July - api-change:`iotsitewise`: \[`botocore`] Adds support for creating SiteWise Edge gateways that run on a Siemens Industrial Edge Device. - api-change:`mediapackagev2`: \[`botocore`] This release adds support for Irdeto DRM encryption in DASH manifests. - api-change:`medical-imaging`: \[`botocore`] CopyImageSet API adds copying selected instances between image sets, and overriding inconsistent metadata with a force parameter. UpdateImageSetMetadata API enables reverting to prior versions; updates to Study, Series, and SOP Instance UIDs; and updates to private elements, with a force parameter. - api-change:`pinpoint-sms-voice-v2`: \[`botocore`] Update for rebrand to AWS End User Messaging SMS and Voice. ### [`v1.34.147`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134147) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.146...1.34.147) \======== - api-change:`appsync`: \[`botocore`] Adding support for paginators in AppSync list APIs - api-change:`cleanrooms`: \[`botocore`] This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table. - api-change:`cleanroomsml`: \[`botocore`] Adds SQL query as the source of seed audience for audience generation job. - api-change:`connect`: \[`botocore`] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API - api-change:`connect-contact-lens`: \[`botocore`] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API - api-change:`datazone`: \[`botocore`] This release removes the deprecated dataProductItem field from Search API output. - api-change:`entityresolution`: \[`botocore`] Support First Party ID Mapping ### [`v1.34.146`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134146) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.145...1.34.146) \======== - api-change:`datazone`: \[`botocore`] This release adds 1/ support of register S3 locations of assets in AWS Lake Formation hybrid access mode for DefaultDataLake blueprint. 2/ support of CRUD operations for Asset Filters. - api-change:`ivs`: \[`botocore`] Documentation update for IVS Low Latency API Reference. - api-change:`mobile`: \[`botocore`] The mobile client has been removed following the deprecation of the service. - api-change:`neptune-graph`: \[`botocore`] Amazon Neptune Analytics provides new options for customers to start with smaller graphs at a lower cost. CreateGraph, CreaateGraphImportTask, UpdateGraph and StartImportTask APIs will now allow 32 and 64 for `provisioned-memory` - api-change:`redshift-serverless`: \[`botocore`] Adds dualstack support for Redshift Serverless workgroup.
boto/botocore (botocore) ### [`v1.34.150`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#134150) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.149...1.34.150) \======== - api-change:`elasticache`: Renaming full service name as it appears in developer documentation. - api-change:`memorydb`: Renaming full service name as it appears in developer documentation. ### [`v1.34.149`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#134149) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.148...1.34.149) \======== - api-change:`application-autoscaling`: Application Auto Scaling is now more responsive to the changes in demand of your SageMaker Inference endpoints. To get started, create or update a Target Tracking policy based on High Resolution CloudWatch metrics. - api-change:`application-signals`: CloudWatch Application Signals now supports application logs correlation with traces and operational health metrics of applications running on EC2 instances. Users can view the most relevant telemetry to troubleshoot application health anomalies such as spikes in latency, errors, and availability. - api-change:`bedrock-runtime`: Provides ServiceUnavailableException error message - api-change:`codecommit`: CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository. - api-change:`datazone`: Introduces GetEnvironmentCredentials operation to SDK - api-change:`ec2`: EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types. - api-change:`ecr`: API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template. - api-change:`eks`: This release adds support for EKS cluster to manage extended support. - api-change:`elbv2`: This release adds support for sharing trust stores across accounts and organizations through integration with AWS Resource Access Manager. - api-change:`network-firewall`: You can now log events that are related to TLS inspection, in addition to the existing alert and flow logging. - api-change:`outposts`: Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses - api-change:`stepfunctions`: This release adds support to customer managed KMS key encryption in AWS Step Functions. ### [`v1.34.148`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#134148) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.147...1.34.148) \======== - api-change:`cleanrooms`: Three enhancements to the AWS Clean Rooms: Disallowed Output Columns, Flexible Result Receivers, SQL as a Seed - api-change:`dynamodb`: DynamoDB doc only update for July - api-change:`iotsitewise`: Adds support for creating SiteWise Edge gateways that run on a Siemens Industrial Edge Device. - api-change:`mediapackagev2`: This release adds support for Irdeto DRM encryption in DASH manifests. - api-change:`medical-imaging`: CopyImageSet API adds copying selected instances between image sets, and overriding inconsistent metadata with a force parameter. UpdateImageSetMetadata API enables reverting to prior versions; updates to Study, Series, and SOP Instance UIDs; and updates to private elements, with a force parameter. - api-change:`pinpoint-sms-voice-v2`: Update for rebrand to AWS End User Messaging SMS and Voice. ### [`v1.34.147`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#134147) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.146...1.34.147) \======== - api-change:`appsync`: Adding support for paginators in AppSync list APIs - api-change:`cleanrooms`: This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table. - api-change:`cleanroomsml`: Adds SQL query as the source of seed audience for audience generation job. - api-change:`connect`: Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API - api-change:`connect-contact-lens`: Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API - api-change:`datazone`: This release removes the deprecated dataProductItem field from Search API output. - api-change:`entityresolution`: Support First Party ID Mapping ### [`v1.34.146`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#134146) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.145...1.34.146) \======== - api-change:`datazone`: This release adds 1/ support of register S3 locations of assets in AWS Lake Formation hybrid access mode for DefaultDataLake blueprint. 2/ support of CRUD operations for Asset Filters. - api-change:`ivs`: Documentation update for IVS Low Latency API Reference. - api-change:`mobile`: The mobile client has been removed following the deprecation of the service. - api-change:`neptune-graph`: Amazon Neptune Analytics provides new options for customers to start with smaller graphs at a lower cost. CreateGraph, CreaateGraphImportTask, UpdateGraph and StartImportTask APIs will now allow 32 and 64 for `provisioned-memory` - api-change:`redshift-serverless`: Adds dualstack support for Redshift Serverless workgroup.
hashicorp/terraform-provider-random (random) ### [`v3.6.2`](https://togithub.com/hashicorp/terraform-provider-random/blob/HEAD/CHANGELOG.md#362-May-21-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-random/compare/v3.6.1...v3.6.2) NOTES: - resource/random_pet: Results have been updated to the latest upstream petname data ([#​581](https://togithub.com/hashicorp/terraform-provider-random/issues/581)) ### [`v3.6.1`](https://togithub.com/hashicorp/terraform-provider-random/blob/HEAD/CHANGELOG.md#361-April-16-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-random/compare/v3.6.0...v3.6.1) BUG FIXES: - all: Prevent `keepers` from triggering an in-place update following import ([#​385](https://togithub.com/hashicorp/terraform-provider-random/issues/385)) - resource/random_shuffle: Prevent inconsistent result after apply when result_count is set to 0 ([#​409](https://togithub.com/hashicorp/terraform-provider-random/issues/409)) - provider/random_password: Fix bug which causes panic when special, upper, lower and number/numeric are all false ([#​551](https://togithub.com/hashicorp/terraform-provider-random/issues/551)) - provider/random_string: Fix bug which causes panic when special, upper, lower and number/numeric are all false ([#​551](https://togithub.com/hashicorp/terraform-provider-random/issues/551))

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 was generated by Mend Renovate. View the repository job log.

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

πŸ¦™ MegaLinter status: βœ… SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
βœ… COPYPASTE jscpd yes no 1.59s
βœ… REPOSITORY checkov yes no 14.15s
βœ… REPOSITORY dustilock yes no 0.2s
βœ… REPOSITORY gitleaks yes no 1.08s
βœ… REPOSITORY git_diff yes no 0.01s
βœ… REPOSITORY grype yes no 12.14s
βœ… REPOSITORY secretlint yes no 0.98s
βœ… REPOSITORY syft yes no 0.36s
βœ… REPOSITORY trivy-sbom yes no 0.99s
βœ… REPOSITORY trufflehog yes no 4.16s
βœ… SPELL cspell 6 0 2.27s
βœ… TERRAFORM terraform-fmt 5 0 0 0.33s

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_