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 (#1127)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [aws](https://registry.terraform.io/providers/hashicorp/aws) ([source](https://github.com/hashicorp/terraform-provider-aws)) | required_provider | minor | `5.48.0` -> `5.49.0` | [![age](https://developer.mend.io/api/mc/badges/age/terraform-provider/aws/5.49.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/terraform-provider/aws/5.49.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/terraform-provider/aws/5.48.0/5.49.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-provider/aws/5.48.0/5.49.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [boto3](https://github.com/boto/boto3) | | patch | `==1.34.100` -> `==1.34.104` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/boto3/1.34.104?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/boto3/1.34.104?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/boto3/1.34.100/1.34.104?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/boto3/1.34.100/1.34.104?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [botocore](https://github.com/boto/botocore) | | patch | `==1.34.100` -> `==1.34.104` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/botocore/1.34.104?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/botocore/1.34.104?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/botocore/1.34.100/1.34.104?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/botocore/1.34.100/1.34.104?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) | action | digest | `a37ac6e` -> `e4dc86b` | | | | | | [random](https://registry.terraform.io/providers/hashicorp/random) ([source](https://github.com/hashicorp/terraform-provider-random)) | required_provider | patch | `3.6.0` -> `3.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/terraform-provider/random/3.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/terraform-provider/random/3.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/terraform-provider/random/3.6.0/3.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-provider/random/3.6.0/3.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-aws (aws)</summary> ### [`v5.49.0`](https://github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5490-May-10-2024) [Compare Source](https://github.com/hashicorp/terraform-provider-aws/compare/v5.48.0...v5.49.0) FEATURES: - **New Data Source:** `aws_datazone_environment_blueprint` ([#​36600](https://github.com/hashicorp/terraform-provider-aws/issues/36600)) - **New Resource:** `aws_bedrockagent_data_source` ([#​37158](https://github.com/hashicorp/terraform-provider-aws/issues/37158)) - **New Resource:** `aws_datazone_domain` ([#​36600](https://github.com/hashicorp/terraform-provider-aws/issues/36600)) - **New Resource:** `aws_datazone_environment_blueprint_configuration` ([#​36600](https://github.com/hashicorp/terraform-provider-aws/issues/36600)) ENHANCEMENTS: - data-source/aws_iam_policy_document: Add `minified_json` attribute ([#​35677](https://github.com/hashicorp/terraform-provider-aws/issues/35677)) - resource/aws_dynamodb_table_export: Add plan-time validation of `table_arn` ([#​37288](https://github.com/hashicorp/terraform-provider-aws/issues/37288)) - resource/aws_kms_key: Add `rotation_period_in_days` argument ([#​37140](https://github.com/hashicorp/terraform-provider-aws/issues/37140)) - resource/aws_securitylake_subscriber_notification: Better handles importing resource ([#​37332](https://github.com/hashicorp/terraform-provider-aws/issues/37332)) - resource/aws_securitylake_subscriber_notification: Deprecates `endpoint_id` in favor of `subscriber_endpoint` ([#​37332](https://github.com/hashicorp/terraform-provider-aws/issues/37332)) - resource/aws_securitylake_subscriber_notification: Handles `configuration.https_notification_configuration.authorization_api_key_value` as sensitive value ([#​37332](https://github.com/hashicorp/terraform-provider-aws/issues/37332)) BUG FIXES: - data-source/aws_fsx_ontap_storage_virtual_machine: Correctly set `tags` on Read ([#​37353](https://github.com/hashicorp/terraform-provider-aws/issues/37353)) - data-source/aws_rds_orderable_db_instance: Fix `InvalidParameterValue: Invalid value 3412 for MaxRecords. Must be between 20 and 1000` errors ([#​37251](https://github.com/hashicorp/terraform-provider-aws/issues/37251)) - data-source/aws_resourceexplorer2\_search: Fix 401 unauthorized error due to missing `view_arn` in the AWS API request ([#​36778](https://github.com/hashicorp/terraform-provider-aws/issues/36778)) - data-source/aws_resourceexplorer2\_search: Fix panic caused by bad mappping between Terraform and AWS schemas ([#​36778](https://github.com/hashicorp/terraform-provider-aws/issues/36778)) - data-source/aws_resourceexplorer2\_search: Fix state persistence and data types ([#​36778](https://github.com/hashicorp/terraform-provider-aws/issues/36778)) - resource/aws_bedrockagent_agent: Fix to use the configured `prepare_agent` value (or default value of `true` when omitted) for all create and update operations ([#​37405](https://github.com/hashicorp/terraform-provider-aws/issues/37405)) - resource/aws_elasticsearch_domain: Fix handling of unset `auto_tune_options.rollback_on_disable` argument ([#​37394](https://github.com/hashicorp/terraform-provider-aws/issues/37394)) - resource/aws_fsx_ontap_storage_virtual_machine: Correctly set `tags` and `tags_all` on resource Read ([#​37353](https://github.com/hashicorp/terraform-provider-aws/issues/37353)) - resource/aws_fsx_openzfs_file_system: Correctly set `tags` and `tags_all` on resource Read ([#​37353](https://github.com/hashicorp/terraform-provider-aws/issues/37353)) - resource/aws_kms_custom_key_store: Change `trust_anchor_certificate` to [ForceNew](https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-behaviors#forcenew) ([#​37092](https://github.com/hashicorp/terraform-provider-aws/issues/37092)) - resource/aws_opensearch_domain: Fix handling of unset `auto_tune_options.rollback_on_disable` argument ([#​37394](https://github.com/hashicorp/terraform-provider-aws/issues/37394)) - resource/aws_opensearch_domain: Wait for `auto_tune_options` to be applied during creation ([#​37394](https://github.com/hashicorp/terraform-provider-aws/issues/37394)) - resource/aws_securitylake_aws_log_source: Correctly handles unspecified `source_version` ([#​36268](https://github.com/hashicorp/terraform-provider-aws/issues/36268)) - resource/aws_securitylake_aws_log_source: Prevents errors when creating multiple log sources concurrently ([#​36268](https://github.com/hashicorp/terraform-provider-aws/issues/36268)) - resource/aws_securitylake_custom_log_source: Prevents errors when creating multiple log sources concurrently ([#​36268](https://github.com/hashicorp/terraform-provider-aws/issues/36268)) - resource/aws_securitylake_custom_log_source: Validates length of `source_name` parameter ([#​36268](https://github.com/hashicorp/terraform-provider-aws/issues/36268)) - resource/aws_securitylake_subscriber: Allow more than one log source ([#​36268](https://github.com/hashicorp/terraform-provider-aws/issues/36268)) - resource/aws_securitylake_subscriber: Correctly handles unspecified `access_type` ([#​36268](https://github.com/hashicorp/terraform-provider-aws/issues/36268)) - resource/aws_securitylake_subscriber: Correctly handles unspecified `source_version` parameter for `aws_log_source_resource` and `custom_log_source_resource` ([#​36268](https://github.com/hashicorp/terraform-provider-aws/issues/36268)) - resource/aws_securitylake_subscriber: Correctly requires `source_name` parameter for `aws_log_source_resource` and `custom_log_source_resource` ([#​36268](https://github.com/hashicorp/terraform-provider-aws/issues/36268)) - resource/aws_securitylake_subscriber_notification: No longer recreates resource when not needed ([#​37332](https://github.com/hashicorp/terraform-provider-aws/issues/37332)) - resource/aws_securitylake_subscriber_notification: Requires value for `configuration.https_notification_configuration.endpoint` ([#​37332](https://github.com/hashicorp/terraform-provider-aws/issues/37332)) - resource/provider: Change the AWS SDK for Go v2 API client [`BackoffDelayer`](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2@​v1.26.1/aws/retry#BackoffDelayer) to maintain behavioral compatibility with AWS SDK for Go v1 ([#​37404](https://github.com/hashicorp/terraform-provider-aws/issues/37404)) </details> <details> <summary>boto/boto3 (boto3)</summary> ### [`v1.34.104`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134104) [Compare Source](https://github.com/boto/boto3/compare/1.34.103...1.34.104) \======== - api-change:`events`: \[`botocore`] Amazon EventBridge introduces KMS customer-managed key (CMK) encryption support for custom and partner events published on EventBridge Event Bus (including default bus) and UpdateEventBus API. - api-change:`vpc-lattice`: \[`botocore`] This release adds TLS Passthrough support. It also increases max number of target group per rule to 10. ### [`v1.34.103`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134103) [Compare Source](https://github.com/boto/boto3/compare/1.34.102...1.34.103) \======== - api-change:`discovery`: \[`botocore`] add v2 smoke tests and smithy smokeTests trait for SDK testing - api-change:`greengrassv2`: \[`botocore`] Mark ComponentVersion in ComponentDeploymentSpecification as required. - api-change:`sagemaker`: \[`botocore`] Introduced support for G6 instance types on Sagemaker Notebook Instances and on SageMaker Studio for JupyterLab and CodeEditor applications. - api-change:`sso-oidc`: \[`botocore`] Updated request parameters for PKCE support. ### [`v1.34.102`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134102) [Compare Source](https://github.com/boto/boto3/compare/1.34.101...1.34.102) \======== - api-change:`bedrock-agent-runtime`: \[`botocore`] This release adds support to provide guardrail configuration and modify inference parameters that are then used in RetrieveAndGenerate API in Agents for Amazon Bedrock. - api-change:`pinpoint`: \[`botocore`] This release adds support for specifying email message headers for Email Templates, Campaigns, Journeys and Send Messages. - api-change:`route53resolver`: \[`botocore`] Update the DNS Firewall settings to correct a spelling issue. - api-change:`ssm-sap`: \[`botocore`] Added support for application-aware start/stop of SAP applications running on EC2 instances, with SSM for SAP - api-change:`verifiedpermissions`: \[`botocore`] Adds policy effect and actions fields to Policy API's. ### [`v1.34.101`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134101) [Compare Source](https://github.com/boto/boto3/compare/1.34.100...1.34.101) \======== - api-change:`cognito-idp`: \[`botocore`] Add EXTERNAL_PROVIDER enum value to UserStatusType. - api-change:`ec2`: \[`botocore`] Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes - api-change:`ecr`: \[`botocore`] This release adds pull through cache rules support for GitLab container registry in Amazon ECR. - api-change:`fms`: \[`botocore`] The policy scope resource tag is always a string value, either a non-empty string or an empty string. - api-change:`polly`: \[`botocore`] Add new engine - generative - that builds the most expressive conversational voices. - api-change:`sqs`: \[`botocore`] This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames. </details> <details> <summary>boto/botocore (botocore)</summary> ### [`v1.34.104`](https://github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#134104) [Compare Source](https://github.com/boto/botocore/compare/1.34.103...1.34.104) \======== - api-change:`events`: Amazon EventBridge introduces KMS customer-managed key (CMK) encryption support for custom and partner events published on EventBridge Event Bus (including default bus) and UpdateEventBus API. - api-change:`vpc-lattice`: This release adds TLS Passthrough support. It also increases max number of target group per rule to 10. ### [`v1.34.103`](https://github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#134103) [Compare Source](https://github.com/boto/botocore/compare/1.34.102...1.34.103) \======== - api-change:`discovery`: add v2 smoke tests and smithy smokeTests trait for SDK testing - api-change:`greengrassv2`: Mark ComponentVersion in ComponentDeploymentSpecification as required. - api-change:`sagemaker`: Introduced support for G6 instance types on Sagemaker Notebook Instances and on SageMaker Studio for JupyterLab and CodeEditor applications. - api-change:`sso-oidc`: Updated request parameters for PKCE support. ### [`v1.34.102`](https://github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#134102) [Compare Source](https://github.com/boto/botocore/compare/1.34.101...1.34.102) \======== - api-change:`bedrock-agent-runtime`: This release adds support to provide guardrail configuration and modify inference parameters that are then used in RetrieveAndGenerate API in Agents for Amazon Bedrock. - api-change:`pinpoint`: This release adds support for specifying email message headers for Email Templates, Campaigns, Journeys and Send Messages. - api-change:`route53resolver`: Update the DNS Firewall settings to correct a spelling issue. - api-change:`ssm-sap`: Added support for application-aware start/stop of SAP applications running on EC2 instances, with SSM for SAP - api-change:`verifiedpermissions`: Adds policy effect and actions fields to Policy API's. ### [`v1.34.101`](https://github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#134101) [Compare Source](https://github.com/boto/botocore/compare/1.34.100...1.34.101) \======== - api-change:`cognito-idp`: Add EXTERNAL_PROVIDER enum value to UserStatusType. - api-change:`ec2`: Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes - api-change:`ecr`: This release adds pull through cache rules support for GitLab container registry in Amazon ECR. - api-change:`fms`: The policy scope resource tag is always a string value, either a non-empty string or an empty string. - api-change:`polly`: Add new engine - generative - that builds the most expressive conversational voices. - api-change:`sqs`: This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames. </details> <details> <summary>hashicorp/terraform-provider-random (random)</summary> ### [`v3.6.1`](https://github.com/hashicorp/terraform-provider-random/blob/HEAD/CHANGELOG.md#361-April-16-2024) [Compare Source](https://github.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://github.com/hashicorp/terraform-provider-random/issues/385)) - resource/random_shuffle: Prevent inconsistent result after apply when result_count is set to 0 ([#​409](https://github.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://github.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://github.com/hashicorp/terraform-provider-random/issues/551)) </details> --- ### 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/cattle-ops/terraform-aws-gitlab-runner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information