Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all dependencies (#1205)
This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [aws](https://registry.terraform.io/providers/hashicorp/aws) ([source](https://redirect.github.com/hashicorp/terraform-provider-aws)) | required_provider | minor | `5.74.0` -> `5.75.0` | [![age](https://developer.mend.io/api/mc/badges/age/terraform-provider/hashicorp%2faws/5.75.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/terraform-provider/hashicorp%2faws/5.75.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/terraform-provider/hashicorp%2faws/5.74.0/5.75.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-provider/hashicorp%2faws/5.74.0/5.75.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [boto3](https://redirect.github.com/boto/boto3) | | patch | `==1.35.54` -> `==1.35.57` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/boto3/1.35.57?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/boto3/1.35.57?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/boto3/1.35.54/1.35.57?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/boto3/1.35.54/1.35.57?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [botocore](https://redirect.github.com/boto/botocore) | | patch | `==1.35.54` -> `==1.35.57` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/botocore/1.35.57?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/botocore/1.35.57?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/botocore/1.35.54/1.35.57?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/botocore/1.35.54/1.35.57?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [terraform-linters/setup-tflint](https://redirect.github.com/terraform-linters/setup-tflint) | action | digest | `19a52fb` -> `8093687` | | | | | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-aws (aws)</summary> ### [`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)) </details> <details> <summary>boto/boto3 (boto3)</summary> ### [`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. </details> <details> <summary>boto/botocore (botocore)</summary> ### [`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. </details> --- ### 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cattle-ops/terraform-aws-gitlab-runner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOS43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information