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

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
aws (source) required_provider minor 5.42.0 -> 5.43.0 age adoption passing confidence
boto3 patch ==1.34.69 -> ==1.34.74 age adoption passing confidence
botocore patch ==1.34.69 -> ==1.34.74 age adoption passing confidence

Release Notes

hashicorp/terraform-provider-aws (aws) ### [`v5.43.0`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5430-March-28-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-aws/compare/v5.42.0...v5.43.0) FEATURES: - **New Data Source:** `aws_resourceexplorer2_search` ([#​36560](https://togithub.com/hashicorp/terraform-provider-aws/issues/36560)) - **New Data Source:** `aws_servicecatalogappregistry_application` ([#​36596](https://togithub.com/hashicorp/terraform-provider-aws/issues/36596)) - **New Resource:** `aws_cloudfrontkeyvaluestore_key` ([#​36534](https://togithub.com/hashicorp/terraform-provider-aws/issues/36534)) - **New Resource:** `aws_devopsguru_notification_channel` ([#​36557](https://togithub.com/hashicorp/terraform-provider-aws/issues/36557)) - **New Resource:** `aws_ec2_instance_metadata_defaults` ([#​36589](https://togithub.com/hashicorp/terraform-provider-aws/issues/36589)) - **New Resource:** `aws_lakeformation_resource_lf_tag` ([#​36537](https://togithub.com/hashicorp/terraform-provider-aws/issues/36537)) - **New Resource:** `aws_m2_application` ([#​35399](https://togithub.com/hashicorp/terraform-provider-aws/issues/35399)) - **New Resource:** `aws_m2_deployment` ([#​35408](https://togithub.com/hashicorp/terraform-provider-aws/issues/35408)) - **New Resource:** `aws_m2_environment` ([#​35311](https://togithub.com/hashicorp/terraform-provider-aws/issues/35311)) - **New Resource:** `aws_redshiftserverless_custom_domain_association` ([#​35865](https://togithub.com/hashicorp/terraform-provider-aws/issues/35865)) - **New Resource:** `aws_servicecatalogappregistry_application` ([#​36277](https://togithub.com/hashicorp/terraform-provider-aws/issues/36277)) ENHANCEMENTS: - data-source/aws_cloudfront_function: Add `key_value_store_associations` attribute ([#​36585](https://togithub.com/hashicorp/terraform-provider-aws/issues/36585)) - data-source/aws_db_snapshot: Add `original_snapshot_create_time` attribute ([#​36544](https://togithub.com/hashicorp/terraform-provider-aws/issues/36544)) - resource/aws_cloudfront_function: Add `key_value_store_associations` argument ([#​36585](https://togithub.com/hashicorp/terraform-provider-aws/issues/36585)) - resource/aws_ec2\_host: Add user configurable timeouts ([#​36538](https://togithub.com/hashicorp/terraform-provider-aws/issues/36538)) - resource/aws_glacier_vault_lock: Allow `policy` to have leading whitespace ([#​36597](https://togithub.com/hashicorp/terraform-provider-aws/issues/36597)) - resource/aws_iam_group_policy: Allow `policy` to have leading whitespace ([#​36597](https://togithub.com/hashicorp/terraform-provider-aws/issues/36597)) - resource/aws_iam_policy: Allow `policy` to have leading whitespace ([#​36597](https://togithub.com/hashicorp/terraform-provider-aws/issues/36597)) - resource/aws_iam_role: Allow `assume_role_policy` and `inline_policy.*.policy` to have leading whitespace ([#​36597](https://togithub.com/hashicorp/terraform-provider-aws/issues/36597)) - resource/aws_iam_role_policy: Allow `policy` to have leading whitespace ([#​36597](https://togithub.com/hashicorp/terraform-provider-aws/issues/36597)) - resource/aws_iam_user_policy: Allow `policy` to have leading whitespace ([#​36597](https://togithub.com/hashicorp/terraform-provider-aws/issues/36597)) - resource/aws_kinesisanalyticsv2\_application: Add support for `FLINK-1_18` `runtime_environment` value ([#​36562](https://togithub.com/hashicorp/terraform-provider-aws/issues/36562)) - resource/aws_media_store_container_policy: Allow `policy` to have leading whitespace ([#​36597](https://togithub.com/hashicorp/terraform-provider-aws/issues/36597)) - resource/aws_ssoadmin_permission_set_inline_policy: Allow `inline_policy` to have leading whitespace ([#​36597](https://togithub.com/hashicorp/terraform-provider-aws/issues/36597)) - resource/aws_transfer_access: Allow `policy` to have leading whitespace ([#​36597](https://togithub.com/hashicorp/terraform-provider-aws/issues/36597)) - resource/aws_transfer_user: Allow `policy` to have leading whitespace ([#​36597](https://togithub.com/hashicorp/terraform-provider-aws/issues/36597)) - resource/aws_vpc_ipam: Add `tier` argument ([#​36504](https://togithub.com/hashicorp/terraform-provider-aws/issues/36504)) BUG FIXES: - data-source/aws_cur_report_definition: Direct all API calls to the `us-east-1` endpoint as this is the only Region in which AWS Cost and Usage Reports is available ([#​36540](https://togithub.com/hashicorp/terraform-provider-aws/issues/36540)) - resource/aws_applicationinsights_application: Make `ACTIVE` a valid create target status ([#​36615](https://togithub.com/hashicorp/terraform-provider-aws/issues/36615)) - resource/aws_autoscaling_group: Don't attempt to remove scale-in protection from instances that don't have the feature enabled ([#​36586](https://togithub.com/hashicorp/terraform-provider-aws/issues/36586)) - resource/aws_cur_report_definition: Direct all API calls to the `us-east-1` endpoint as this is the only Region in which AWS Cost and Usage Reports is available ([#​36540](https://togithub.com/hashicorp/terraform-provider-aws/issues/36540)) - resource/aws_elasticsearch_domain_policy: Handle delayed domain status propagation, preventing a `ValidationException`. ([#​36592](https://togithub.com/hashicorp/terraform-provider-aws/issues/36592)) - resource/aws_iam_instance_profile: Detect when the associated `role` no longer exists ([#​34099](https://togithub.com/hashicorp/terraform-provider-aws/issues/34099)) - resource/aws_instance: Replace an instance when an `instance_type` change also requires an architecture change, such as x86\_64 to arm64 ([#​36590](https://togithub.com/hashicorp/terraform-provider-aws/issues/36590)) - resource/aws_opensearch_domain_policy: Handle delayed domain status propagation, preventing a `ValidationException`. ([#​36592](https://togithub.com/hashicorp/terraform-provider-aws/issues/36592)) - resource/aws_quicksight_dashboard: Fix failure when updating a dashboard takes a while ([#​34227](https://togithub.com/hashicorp/terraform-provider-aws/issues/34227)) - resource/aws_quicksight_template: Fix "Invalid address to set" errors ([#​34227](https://togithub.com/hashicorp/terraform-provider-aws/issues/34227)) - resource/aws_quicksight_template: Fix "a number is required" errors when state contains an empty string ([#​34227](https://togithub.com/hashicorp/terraform-provider-aws/issues/34227)) - resource/aws_redshift_cluster: Fix `InvalidParameterCombination` errors when updating only `skip_final_snapshot` ([#​36635](https://togithub.com/hashicorp/terraform-provider-aws/issues/36635)) - resource/aws_route53\_zone: Prevent re-creation when `name` casing changes ([#​36563](https://togithub.com/hashicorp/terraform-provider-aws/issues/36563)) - resource/aws_secretsmanager_secret_version: Fix to handle versions deleted out-of-band without raising an `InvalidRequestException` ([#​36609](https://togithub.com/hashicorp/terraform-provider-aws/issues/36609)) - resource/aws_ssm_parameter: force create a new SSM parameter when `data_type` is updated. ([#​35960](https://togithub.com/hashicorp/terraform-provider-aws/issues/35960))
boto/boto3 (boto3) ### [`v1.34.74`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13474) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.73...1.34.74) \======= - api-change:`b2bi`: \[`botocore`] Supporting new EDI X12 transaction sets for X12 versions 4010, 4030, and 5010. - api-change:`codebuild`: \[`botocore`] Add new fleet status code for Reserved Capacity. - api-change:`codeconnections`: \[`botocore`] Duplicating the CodeStar Connections service into the new, rebranded AWS CodeConnections service. - api-change:`internetmonitor`: \[`botocore`] This release adds support to allow customers to track cross account monitors through ListMonitor, GetMonitor, ListHealthEvents, GetHealthEvent, StartQuery APIs. - api-change:`iotwireless`: \[`botocore`] Add support for retrieving key historical and live metrics for LoRaWAN devices and gateways - api-change:`marketplace-catalog`: \[`botocore`] This release enhances the ListEntities API to support ResaleAuthorizationId filter and sort for OfferEntity in the request and the addition of a ResaleAuthorizationId field in the response of OfferSummary. - api-change:`neptune-graph`: \[`botocore`] Add the new API Start-Import-Task for Amazon Neptune Analytics. - api-change:`sagemaker`: \[`botocore`] This release adds support for custom images for the CodeEditor App on SageMaker Studio ### [`v1.34.73`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13473) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.72...1.34.73) \======= - api-change:`codecatalyst`: \[`botocore`] This release adds support for understanding pending changes to subscriptions by including two new response parameters for the GetSubscription API for Amazon CodeCatalyst. - api-change:`compute-optimizer`: \[`botocore`] This release enables AWS Compute Optimizer to analyze and generate recommendations with a new customization preference, Memory Utilization. - api-change:`ec2`: \[`botocore`] Amazon EC2 C7gd, M7gd and R7gd metal instances with up to 3.8 TB of local NVMe-based SSD block-level storage have up to 45% improved real-time NVMe storage performance than comparable Graviton2-based instances. - api-change:`eks`: \[`botocore`] Add multiple customer error code to handle customer caused failure when managing EKS node groups - api-change:`guardduty`: \[`botocore`] Add EC2 support for GuardDuty Runtime Monitoring auto management. - api-change:`neptune-graph`: \[`botocore`] Update ImportTaskCancelled waiter to evaluate task state correctly and minor documentation changes. - api-change:`oam`: \[`botocore`] This release adds support for sharing AWS::InternetMonitor::Monitor resources. - api-change:`quicksight`: \[`botocore`] Amazon QuickSight: Adds support for setting up VPC Endpoint restrictions for accessing QuickSight Website. ### [`v1.34.72`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13472) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.71...1.34.72) \======= - api-change:`batch`: \[`botocore`] This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS - api-change:`bedrock-agent`: \[`botocore`] This changes introduces metadata documents statistics and also updates the documentation for bedrock agent. - api-change:`bedrock-agent-runtime`: \[`botocore`] This release introduces filtering support on Retrieve and RetrieveAndGenerate APIs. - api-change:`elasticache`: \[`botocore`] Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load - api-change:`secretsmanager`: \[`botocore`] Documentation updates for Secrets Manager ### [`v1.34.71`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13471) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.70...1.34.71) \======= - api-change:`bedrock-agent-runtime`: \[`botocore`] This release adds support to customize prompts sent through the RetrieveAndGenerate API in Agents for Amazon Bedrock. - api-change:`ce`: \[`botocore`] Adds support for backfill of cost allocation tags, with new StartCostAllocationTagBackfill and ListCostAllocationTagBackfillHistory API. - api-change:`ec2`: \[`botocore`] Documentation updates for Elastic Compute Cloud (EC2). - api-change:`ecs`: \[`botocore`] This is a documentation update for Amazon ECS. - api-change:`finspace`: \[`botocore`] Add new operation delete-kx-cluster-node and add status parameter to list-kx-cluster-node operation. ### [`v1.34.70`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13470) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.69...1.34.70) \======= - api-change:`codebuild`: \[`botocore`] Supporting GitLab and GitLab Self Managed as source types in AWS CodeBuild. - api-change:`ec2`: \[`botocore`] Added support for ModifyInstanceMetadataDefaults and GetInstanceMetadataDefaults to set Instance Metadata Service account defaults - api-change:`ecs`: \[`botocore`] Documentation only update for Amazon ECS. - api-change:`emr-containers`: \[`botocore`] This release increases the number of supported job template parameters from 20 to 100. - api-change:`globalaccelerator`: \[`botocore`] AWS Global Accelerator now supports cross-account sharing for bring your own IP addresses. - api-change:`medialive`: \[`botocore`] Exposing TileMedia H265 options - api-change:`sagemaker`: \[`botocore`] Introduced support for the following new instance types on SageMaker Studio for JupyterLab and CodeEditor applications: m6i, m6id, m7i, c6i, c6id, c7i, r6i, r6id, r7i, and p5
boto/botocore (botocore) ### [`v1.34.74`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13474) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.73...1.34.74) \======= - api-change:`b2bi`: Supporting new EDI X12 transaction sets for X12 versions 4010, 4030, and 5010. - api-change:`codebuild`: Add new fleet status code for Reserved Capacity. - api-change:`codeconnections`: Duplicating the CodeStar Connections service into the new, rebranded AWS CodeConnections service. - api-change:`internetmonitor`: This release adds support to allow customers to track cross account monitors through ListMonitor, GetMonitor, ListHealthEvents, GetHealthEvent, StartQuery APIs. - api-change:`iotwireless`: Add support for retrieving key historical and live metrics for LoRaWAN devices and gateways - api-change:`marketplace-catalog`: This release enhances the ListEntities API to support ResaleAuthorizationId filter and sort for OfferEntity in the request and the addition of a ResaleAuthorizationId field in the response of OfferSummary. - api-change:`neptune-graph`: Add the new API Start-Import-Task for Amazon Neptune Analytics. - api-change:`sagemaker`: This release adds support for custom images for the CodeEditor App on SageMaker Studio ### [`v1.34.73`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13473) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.72...1.34.73) \======= - api-change:`codecatalyst`: This release adds support for understanding pending changes to subscriptions by including two new response parameters for the GetSubscription API for Amazon CodeCatalyst. - api-change:`compute-optimizer`: This release enables AWS Compute Optimizer to analyze and generate recommendations with a new customization preference, Memory Utilization. - api-change:`ec2`: Amazon EC2 C7gd, M7gd and R7gd metal instances with up to 3.8 TB of local NVMe-based SSD block-level storage have up to 45% improved real-time NVMe storage performance than comparable Graviton2-based instances. - api-change:`eks`: Add multiple customer error code to handle customer caused failure when managing EKS node groups - api-change:`guardduty`: Add EC2 support for GuardDuty Runtime Monitoring auto management. - api-change:`neptune-graph`: Update ImportTaskCancelled waiter to evaluate task state correctly and minor documentation changes. - api-change:`oam`: This release adds support for sharing AWS::InternetMonitor::Monitor resources. - api-change:`quicksight`: Amazon QuickSight: Adds support for setting up VPC Endpoint restrictions for accessing QuickSight Website. ### [`v1.34.72`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13472) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.71...1.34.72) \======= - api-change:`batch`: This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS - api-change:`bedrock-agent`: This changes introduces metadata documents statistics and also updates the documentation for bedrock agent. - api-change:`bedrock-agent-runtime`: This release introduces filtering support on Retrieve and RetrieveAndGenerate APIs. - api-change:`elasticache`: Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load - api-change:`secretsmanager`: Documentation updates for Secrets Manager ### [`v1.34.71`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13471) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.70...1.34.71) \======= - api-change:`bedrock-agent-runtime`: This release adds support to customize prompts sent through the RetrieveAndGenerate API in Agents for Amazon Bedrock. - api-change:`ce`: Adds support for backfill of cost allocation tags, with new StartCostAllocationTagBackfill and ListCostAllocationTagBackfillHistory API. - api-change:`ec2`: Documentation updates for Elastic Compute Cloud (EC2). - api-change:`ecs`: This is a documentation update for Amazon ECS. - api-change:`finspace`: Add new operation delete-kx-cluster-node and add status parameter to list-kx-cluster-node operation. ### [`v1.34.70`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13470) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.69...1.34.70) \======= - api-change:`codebuild`: Supporting GitLab and GitLab Self Managed as source types in AWS CodeBuild. - api-change:`ec2`: Added support for ModifyInstanceMetadataDefaults and GetInstanceMetadataDefaults to set Instance Metadata Service account defaults - api-change:`ecs`: Documentation only update for Amazon ECS. - api-change:`emr-containers`: This release increases the number of supported job template parameters from 20 to 100. - api-change:`globalaccelerator`: AWS Global Accelerator now supports cross-account sharing for bring your own IP addresses. - api-change:`medialive`: Exposing TileMedia H265 options - api-change:`sagemaker`: Introduced support for the following new instance types on SageMaker Studio for JupyterLab and CodeEditor applications: m6i, m6id, m7i, c6i, c6id, c7i, r6i, r6id, r7i, and p5

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 8 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 8 months ago

πŸ¦™ MegaLinter status: βœ… SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
βœ… COPYPASTE jscpd yes no 2.12s
βœ… REPOSITORY checkov yes no 16.06s
βœ… REPOSITORY dustilock yes no 0.26s
βœ… REPOSITORY gitleaks yes no 1.08s
βœ… REPOSITORY git_diff yes no 0.01s
βœ… REPOSITORY grype yes no 9.91s
βœ… REPOSITORY secretlint yes no 1.42s
βœ… REPOSITORY syft yes no 0.26s
βœ… REPOSITORY trivy-sbom yes no 1.36s
βœ… REPOSITORY trufflehog yes no 7.87s
βœ… SPELL cspell 6 0 2.92s
βœ… TERRAFORM terraform-fmt 5 0 0 0.44s

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_