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
586 stars 331 forks source link

chore(deps): update all dependencies #1205

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
aws (source) required_provider minor 5.74.0 -> 5.75.0 age adoption passing confidence
boto3 patch ==1.35.54 -> ==1.35.57 age adoption passing confidence
botocore patch ==1.35.54 -> ==1.35.57 age adoption passing confidence
terraform-linters/setup-tflint action digest 19a52fb -> 8093687

Release Notes

hashicorp/terraform-provider-aws (aws) ### [`v5.75.0`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5750-November-7-2024) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.74.0...v5.75.0) BREAKING CHANGES: - resource/aws_api_gateway_stage: Add `canary_settings.deployment_id` attribute as `required` ([#​39929](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39929)) NOTES: - provider: validation of arguments implementing the custom `ARNType` will properly surface validation errors ([#​40008](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40008)) - resource/aws_api_gateway_stage: `deployment_id` was added to `canary_settings` as a `required` attribute. This breaking change was necessary to make `canary_settings` functional. Without this change all canary traffic was routed to the main deployment ([#​39929](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39929)) FEATURES: - **New Data Source:** `aws_spot_datafeed_subscription` ([#​39647](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39647)) ENHANCEMENTS: - data-source/aws_batch_job_definition: Add `init_containers`, `share_process_namespace`, and `image_pull_secrets` attributes ([#​40019](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40019)) - resource/aws_batch_job_definition: Add `init_containers` and `share_process_namespace` arguments ([#​40019](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40019)) - resource/aws_batch_job_definition: Increase maximum number of `containers` arguments to 10 ([#​40019](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40019)) - resource/aws_eks_addon: Add `pod_identity_association` argument ([#​38357](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38357)) - resource/aws_iam_user_login_profile: Mark the `password` argument as sensitive ([#​39991](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39991)) BUG FIXES: - resource/aws_api_gateway_deployment: Fix destroy error when canary stage still exists on resource ([#​39929](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39929)) - resource/aws_codedeploy_deployment_group: Remove maximum items limit on the `alarm_configuration.alarms` argument ([#​39971](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39971)) - resource/aws_eks_addon: Handle `ResourceNotFound` exceptions during resource destruction ([#​38357](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/38357)) - resource/aws_elasticache_reserved_cache_node: Fix `Value Conversion Error` during resource creation ([#​39945](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39945)) - resource/aws_lb_listener: Fix errors when updating the `tcp_idle_timeout_seconds` argument for gateway load balancers ([#​40039](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40039)) - resource/aws_lb_listener: Remove the default `tcp_idle_timeout_seconds` value, preventing `ModifyListenerAttributes` API calls when a value is not explicitly configured ([#​40039](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40039)) - resource/aws_vpc_ipam_pool: Fix bug when `public_ip_source = "amazon"`: `The request can only contain PubliclyAdvertisable if the AddressFamily is IPv6 and PublicIpSource is byoip.` ([#​40042](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40042))
boto/boto3 (boto3) ### [`v1.35.57`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13557) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.35.56...1.35.57) \======= - api-change:`batch`: \[`botocore`] This feature allows override LaunchTemplates to be specified in an AWS Batch Compute Environment. - api-change:`bedrock-agent-runtime`: \[`botocore`] This release adds trace functionality to Bedrock Prompt Flows - api-change:`chime-sdk-media-pipelines`: \[`botocore`] Added support for Media Capture Pipeline and Media Concatenation Pipeline for customer managed server side encryption. Now Media Capture Pipeline can use IAM sink role to get access to KMS key and encrypt/decrypt recorded artifacts. KMS key ID can also be supplied with encryption context. - api-change:`controlcatalog`: \[`botocore`] AWS Control Catalog GetControl public API returns additional data in output, including Implementation and Parameters - api-change:`eks`: \[`botocore`] Adds new error code `Ec2InstanceTypeDoesNotExist` for Amazon EKS managed node groups - api-change:`firehose`: \[`botocore`] Amazon Data Firehose / Features : Adds support for a new DeliveryStreamType, DatabaseAsSource. DatabaseAsSource hoses allow customers to stream CDC events from their RDS and Amazon EC2 hosted databases, running MySQL and PostgreSQL database engines, to Iceberg Table destinations. - api-change:`lambda`: \[`botocore`] This release adds support for using AWS KMS customer managed keys to encrypt AWS Lambda .zip deployment packages. - api-change:`pinpoint-sms-voice-v2`: \[`botocore`] Added the RequiresAuthenticationTimestamp field to the RegistrationVersionStatusHistory data type. - api-change:`qbusiness`: \[`botocore`] Adds S3 path option to pass group member list for PutGroup API. ### [`v1.35.56`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13556) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.35.55...1.35.56) \======= - api-change:`autoscaling`: \[`botocore`] Auto Scaling groups now support the ability to strictly balance instances across Availability Zones by configuring the AvailabilityZoneDistribution parameter. If balanced-only is configured for a group, launches will always be attempted in the under scaled Availability Zone even if it is unhealthy. - api-change:`bedrock-agent`: \[`botocore`] Add prompt support for chat template configuration and agent generative AI resource. Add support for configuring an optional guardrail in Prompt and Knowledge Base nodes in Prompt Flows. Add API to validate flow definition - api-change:`bedrock-runtime`: \[`botocore`] Add Prompt management support to Bedrock runtime APIs: Converse, ConverseStream, InvokeModel, InvokeModelWithStreamingResponse - api-change:`cleanrooms`: \[`botocore`] This release introduces support for Custom Models in AWS Clean Rooms ML. - api-change:`cleanroomsml`: \[`botocore`] This release introduces support for Custom Models in AWS Clean Rooms ML. - api-change:`quicksight`: \[`botocore`] Add Client Credentials based OAuth support for Snowflake and Starburst - api-change:`resource-explorer-2`: \[`botocore`] Add GetManagedView, ListManagedViews APIs. - api-change:`synthetics`: \[`botocore`] Add support to toggle if a canary will automatically delete provisioned canary resources such as Lambda functions and layers when a canary is deleted. This behavior can be controlled via the new ProvisionedResourceCleanup property exposed in the CreateCanary and UpdateCanary APIs. ### [`v1.35.55`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13555) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.35.54...1.35.55) \======= - api-change:`codebuild`: \[`botocore`] AWS CodeBuild now adds additional compute types for reserved capacity fleet. - api-change:`guardduty`: \[`botocore`] GuardDuty RDS Protection expands support for Amazon Aurora PostgreSQL Limitless Databases. - api-change:`lakeformation`: \[`botocore`] API changes for new named tag expressions feature. - api-change:`qapps`: \[`botocore`] Introduces category apis in AmazonQApps. Web experience users use Categories to tag and filter library items. - api-change:`s3control`: \[`botocore`] Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs. - api-change:`verifiedpermissions`: \[`botocore`] Adding BatchGetPolicy API which supports the retrieval of multiple policies across multiple policy stores within a single request. - enhancement:protocol: \[`botocore`] Added support for header enabling service migration off the AWS Query protocol.
boto/botocore (botocore) ### [`v1.35.57`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13557) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.35.56...1.35.57) \======= - api-change:`batch`: This feature allows override LaunchTemplates to be specified in an AWS Batch Compute Environment. - api-change:`bedrock-agent-runtime`: This release adds trace functionality to Bedrock Prompt Flows - api-change:`chime-sdk-media-pipelines`: Added support for Media Capture Pipeline and Media Concatenation Pipeline for customer managed server side encryption. Now Media Capture Pipeline can use IAM sink role to get access to KMS key and encrypt/decrypt recorded artifacts. KMS key ID can also be supplied with encryption context. - api-change:`controlcatalog`: AWS Control Catalog GetControl public API returns additional data in output, including Implementation and Parameters - api-change:`eks`: Adds new error code `Ec2InstanceTypeDoesNotExist` for Amazon EKS managed node groups - api-change:`firehose`: Amazon Data Firehose / Features : Adds support for a new DeliveryStreamType, DatabaseAsSource. DatabaseAsSource hoses allow customers to stream CDC events from their RDS and Amazon EC2 hosted databases, running MySQL and PostgreSQL database engines, to Iceberg Table destinations. - api-change:`lambda`: This release adds support for using AWS KMS customer managed keys to encrypt AWS Lambda .zip deployment packages. - api-change:`pinpoint-sms-voice-v2`: Added the RequiresAuthenticationTimestamp field to the RegistrationVersionStatusHistory data type. - api-change:`qbusiness`: Adds S3 path option to pass group member list for PutGroup API. ### [`v1.35.56`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13556) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.35.55...1.35.56) \======= - api-change:`autoscaling`: Auto Scaling groups now support the ability to strictly balance instances across Availability Zones by configuring the AvailabilityZoneDistribution parameter. If balanced-only is configured for a group, launches will always be attempted in the under scaled Availability Zone even if it is unhealthy. - api-change:`bedrock-agent`: Add prompt support for chat template configuration and agent generative AI resource. Add support for configuring an optional guardrail in Prompt and Knowledge Base nodes in Prompt Flows. Add API to validate flow definition - api-change:`bedrock-runtime`: Add Prompt management support to Bedrock runtime APIs: Converse, ConverseStream, InvokeModel, InvokeModelWithStreamingResponse - api-change:`cleanrooms`: This release introduces support for Custom Models in AWS Clean Rooms ML. - api-change:`cleanroomsml`: This release introduces support for Custom Models in AWS Clean Rooms ML. - api-change:`quicksight`: Add Client Credentials based OAuth support for Snowflake and Starburst - api-change:`resource-explorer-2`: Add GetManagedView, ListManagedViews APIs. - api-change:`synthetics`: Add support to toggle if a canary will automatically delete provisioned canary resources such as Lambda functions and layers when a canary is deleted. This behavior can be controlled via the new ProvisionedResourceCleanup property exposed in the CreateCanary and UpdateCanary APIs. ### [`v1.35.55`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13555) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.35.54...1.35.55) \======= - api-change:`codebuild`: AWS CodeBuild now adds additional compute types for reserved capacity fleet. - api-change:`guardduty`: GuardDuty RDS Protection expands support for Amazon Aurora PostgreSQL Limitless Databases. - api-change:`lakeformation`: API changes for new named tag expressions feature. - api-change:`qapps`: Introduces category apis in AmazonQApps. Web experience users use Categories to tag and filter library items. - api-change:`s3control`: Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs. - api-change:`verifiedpermissions`: Adding BatchGetPolicy API which supports the retrieval of multiple policies across multiple policy stores within a single request. - enhancement:protocol: Added support for header enabling service migration off the AWS Query protocol.

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.

github-actions[bot] commented 1 week 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 1 week ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 1 0 0.04s
✅ COPYPASTE jscpd yes no 1.57s
✅ REPOSITORY checkov yes no 15.27s
✅ REPOSITORY dustilock yes no 0.5s
✅ REPOSITORY gitleaks yes no 1.23s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 13.69s
✅ REPOSITORY secretlint yes no 1.1s
✅ REPOSITORY syft yes no 0.37s
✅ REPOSITORY trivy-sbom yes no 0.22s
✅ REPOSITORY trufflehog yes no 3.36s
✅ SPELL cspell 7 0 2.43s
✅ TERRAFORM terraform-fmt 5 0 0 0.31s
✅ YAML prettier 1 0 0 0.45s
✅ YAML v8r 1 0 2.61s
✅ YAML yamllint 1 0 0.36s

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_