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 (#1213)
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.77.0` -> `5.78.0` | [![age](https://developer.mend.io/api/mc/badges/age/terraform-provider/hashicorp%2faws/5.78.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/terraform-provider/hashicorp%2faws/5.78.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/terraform-provider/hashicorp%2faws/5.77.0/5.78.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-provider/hashicorp%2faws/5.77.0/5.78.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [boto3](https://redirect.github.com/boto/boto3) | | patch | `==1.35.68` -> `==1.35.71` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/boto3/1.35.71?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/boto3/1.35.71?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/boto3/1.35.68/1.35.71?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/boto3/1.35.68/1.35.71?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [botocore](https://redirect.github.com/boto/botocore) | | patch | `==1.35.68` -> `==1.35.71` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/botocore/1.35.71?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/botocore/1.35.71?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/botocore/1.35.68/1.35.71?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/botocore/1.35.68/1.35.71?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-aws (aws)</summary> ### [`v5.78.0`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5780-November-26-2024) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.77.0...v5.78.0) NOTES: - resource/aws_s3\_bucket_lifecycle_configuration: Lifecycle configurations can now be applied to directory buckets ([#​40268](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40268)) FEATURES: - **New Resource:** `aws_iam_organizations_features` ([#​40164](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40164)) ENHANCEMENTS: - data-source/aws_memorydb_cluster: Add `engine` attribute ([#​40224](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40224)) - data-source/aws_memorydb_snapshot: Add `cluster_configuration.engine` attribute ([#​40224](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40224)) - resource/aws_memorydb_cluster: Add `engine` argument ([#​40224](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40224)) - resource/aws_memorydb_snapshot: Add `cluster_configuration.engine` attribute ([#​40224](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40224)) BUG FIXES: - data-source/aws_rds_reserved_instance_offering: When `product_description` (e.g., "postgresql") is a substring of multiple products, fix `Error: multiple RDS Reserved Instance Offerings matched; use additional constraints to reduce matches to a single RDS Reserved Instance Offering` ([#​40281](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40281)) - provider: Suppress `Warning: AWS account ID not found for provider` when `skip_requesting_account_id` is `true` ([#​40264](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40264)) - resource/aws_batch_job_definition: Fix crash when specifying `eksProperties` or `ecsProperties` block ([#​40172](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40172)) - resource/aws_bedrock_guardrail: Fix perpetual diff if multiple `content_policy_config.filters_config`s are specified. ([#​40304](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40304)) - resource/aws_chatbot_slack_channel_configuration: Fix inconsistent provider result when order of `sns_topic_arns`changes ([#​40253](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40253)) - resource/aws_chatbot_teams_channel_configuration: Fix inconsistent provider result when order of `sns_topic_arns`changes ([#​40291](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40291)) - resource/aws_db_instance: When changing `storage_type` from `io1` or `io2` to `gp3`, fix bug causing error `InvalidParameterCombination: You must specify both the storage size and iops when modifying the storage size or iops on a DB instance that has iops` ([#​37257](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/37257)) - resource/aws_db_instance: When changing a `gp3` volume's `allocated_storage` to a value larger than the [threshold value for `engine`](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#gp3-storage), fix bug causing error `InvalidParameterCombination: You must specify both the storage size and iops when modifying the storage size or iops on a DB instance that has iops` ([#​28847](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/28847)) </details> <details> <summary>boto/boto3 (boto3)</summary> ### [`v1.35.71`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13571) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.35.70...1.35.71) \======= - api-change:`bedrock-agent`: \[`botocore`] Add support for specifying embeddingDataType, either FLOAT32 or BINARY - api-change:`config`: \[`botocore`] AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders. - api-change:`fsx`: \[`botocore`] This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent\_2 file systems. - api-change:`observabilityadmin`: \[`botocore`] Amazon CloudWatch Observability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry. ### [`v1.35.70`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13570) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.35.69...1.35.70) \======= - api-change:`bedrock-agent`: \[`botocore`] Custom Orchestration API release for AWSBedrockAgents. - api-change:`bedrock-agent-runtime`: \[`botocore`] Custom Orchestration and Streaming configurations API release for AWSBedrockAgents. - api-change:`connect`: \[`botocore`] Enables access to ValueMap and ValueInteger types for SegmentAttributes and fixes deserialization bug for DescribeContactFlow in AmazonConnect Public API - api-change:`ec2`: \[`botocore`] Adds support for Time-based Copy for EBS Snapshots and Cross Region PrivateLink. Time-based Copy ensures that EBS Snapshots are copied within and across AWS Regions in a specified timeframe. Cross Region PrivateLink enables customers to connect to VPC endpoint services hosted in other AWS Regions. - api-change:`qapps`: \[`botocore`] Private sharing, file upload and data collection feature support for Q Apps ### [`v1.35.69`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13569) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.35.68...1.35.69) \======= - api-change:`directconnect`: \[`botocore`] Update DescribeDirectConnectGatewayAssociations API to return associated core network information if a Direct Connect gateway is attached to a Cloud WAN core network. - api-change:`networkmanager`: \[`botocore`] This release adds native Direct Connect integration on Cloud WAN enabling customers to directly attach their Direct Connect gateways to Cloud WAN without the need for an intermediate Transit Gateway. - api-change:`s3`: \[`botocore`] Amazon Simple Storage Service / Features: Add support for ETag based conditional writes in PutObject and CompleteMultiPartUpload APIs to prevent unintended object modifications. </details> <details> <summary>boto/botocore (botocore)</summary> ### [`v1.35.71`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13571) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.35.70...1.35.71) \======= - api-change:`bedrock-agent`: Add support for specifying embeddingDataType, either FLOAT32 or BINARY - api-change:`config`: AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders. - api-change:`fsx`: This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent\_2 file systems. - api-change:`observabilityadmin`: Amazon CloudWatch Observability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry. ### [`v1.35.70`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13570) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.35.69...1.35.70) \======= - api-change:`bedrock-agent`: Custom Orchestration API release for AWSBedrockAgents. - api-change:`bedrock-agent-runtime`: Custom Orchestration and Streaming configurations API release for AWSBedrockAgents. - api-change:`connect`: Enables access to ValueMap and ValueInteger types for SegmentAttributes and fixes deserialization bug for DescribeContactFlow in AmazonConnect Public API - api-change:`ec2`: Adds support for Time-based Copy for EBS Snapshots and Cross Region PrivateLink. Time-based Copy ensures that EBS Snapshots are copied within and across AWS Regions in a specified timeframe. Cross Region PrivateLink enables customers to connect to VPC endpoint services hosted in other AWS Regions. - api-change:`qapps`: Private sharing, file upload and data collection feature support for Q Apps ### [`v1.35.69`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13569) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.35.68...1.35.69) \======= - api-change:`directconnect`: Update DescribeDirectConnectGatewayAssociations API to return associated core network information if a Direct Connect gateway is attached to a Cloud WAN core network. - api-change:`networkmanager`: This release adds native Direct Connect integration on Cloud WAN enabling customers to directly attach their Direct Connect gateways to Cloud WAN without the need for an intermediate Transit Gateway. - api-change:`s3`: Amazon Simple Storage Service / Features: Add support for ETag based conditional writes in PutObject and CompleteMultiPartUpload APIs to prevent unintended object modifications. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information