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 (#1187)
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.67.0` -> `5.68.0` | [![age](https://developer.mend.io/api/mc/badges/age/terraform-provider/aws/5.68.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/terraform-provider/aws/5.68.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/terraform-provider/aws/5.67.0/5.68.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-provider/aws/5.67.0/5.68.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [boto3](https://redirect.github.com/boto/boto3) | | patch | `==1.35.20` -> `==1.35.24` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/boto3/1.35.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/boto3/1.35.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/boto3/1.35.20/1.35.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/boto3/1.35.20/1.35.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [botocore](https://redirect.github.com/boto/botocore) | | patch | `==1.35.20` -> `==1.35.24` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/botocore/1.35.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/botocore/1.35.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/botocore/1.35.20/1.35.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/botocore/1.35.20/1.35.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [random](https://registry.terraform.io/providers/hashicorp/random) ([source](https://redirect.github.com/hashicorp/terraform-provider-random)) | required_provider | patch | `3.6.0` -> `3.6.3` | [![age](https://developer.mend.io/api/mc/badges/age/terraform-provider/random/3.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/terraform-provider/random/3.6.3?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.3?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.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [terraform-docs/gh-actions](https://redirect.github.com/terraform-docs/gh-actions) | action | minor | `v1.2.2` -> `v1.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/github-tags/terraform-docs%2fgh-actions/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/terraform-docs%2fgh-actions/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/terraform-docs%2fgh-actions/v1.2.2/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/terraform-docs%2fgh-actions/v1.2.2/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-aws (aws)</summary> ### [`v5.68.0`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5680-September-19-2024) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.67.0...v5.68.0) NOTES: - resource/aws_iam_role: The `inline_policy` argument is deprecated. Use the `aws_iam_role_policy` resource instead. If Terraform should exclusively manage all inline policy associations (the current behavior of this argument), use the `aws_iam_role_policies_exclusive` resource as well. ([#​39203](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39203)) - resource/aws_lexv2models_slot_type: Within the `composite_slot_type_setting` block, the `subslots` argument has been renamed `sub_slots`. See the [linked pull request](https://redirect.github.com/hashicorp/terraform-provider-aws/pull/39353) for additional justification on this change. The previous misnaming effectively made this argument unusable, therefore a breaking change in a minor version was deemed acceptable. ([#​39353](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39353)) FEATURES: - **New Data Source:** `aws_elasticache_reserved_cache_node_offering` ([#​29832](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/29832)) - **New Data Source:** `aws_securityhub_standards_control_associations` ([#​39334](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39334)) - **New Data Source:** `aws_synthetics_runtime_version` ([#​39180](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39180)) - **New Data Source:** `aws_synthetics_runtime_versions` ([#​39180](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39180)) - **New Resource:** `aws_appsync_source_api_association` ([#​39323](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39323)) - **New Resource:** `aws_elasticache_reserved_cache_node` ([#​29832](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/29832)) - **New Resource:** `aws_iam_role_policies_exclusive` ([#​39203](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39203)) - **New Resource:** `aws_pinpointsmsvoicev2_opt_out_list` ([#​25036](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/25036)) - **New Resource:** `aws_pinpointsmsvoicev2_phone_number` ([#​25036](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/25036)) - **New Resource:** `aws_sesv2_account_suppression_attributes` ([#​39325](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39325)) ENHANCEMENTS: - resource/aws_s3\_bucket_server_side_encryption_configuration: S3 directory buckets now support SSE-KMS ([#​39366](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39366)) - resource/aws_ses_receipt_rule: Add `iam_role_arn` argument to `s3_action` configuration block ([#​39364](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39364)) - resource/aws_synthetics_canary: Increase maximum `name` length to 255 characters ([#​39315](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39315)) BUG FIXES: - provider: Allows `assume_role.role_arn` to be an empty string when there is a single `assume_role` entry. ([#​39328](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39328)) - resource/aws_amplify_app: Fix failure when unsetting the `environment_variables` argument ([#​39397](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39397)) - resource/aws_dynamodb_table: Fix changing replicas to the default `Managed by DynamoDB` encryption setting ([#​31284](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31284)) - resource/aws_dynamodb_table: Handle eventual consistency of tag creation and removal ([#​39326](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39326)) - resource/aws_dynamodb_table_replica: Handle eventual consistency of tag creation and removal ([#​39326](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39326)) - resource/aws_dynamodb_tag: Handle eventual consistency of tag creation and removal ([#​39326](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39326)) - resource/aws_mq_broker: Fix `engine_version` mismatch with RabbitMQ 3.13 and ActiveMQ 5.18 and above ([#​39024](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39024)) - resource/aws_mwaa_environment: Fix creating environments with `endpoint_management = "CUSTOMER"` ([#​39394](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39394)) - resource/aws_opensearchserverless_access_policy: Fix incompatible type error when setting `policy` ([#​39322](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39322)) </details> <details> <summary>boto/boto3 (boto3)</summary> ### [`v1.35.24`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13524) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.35.23...1.35.24) \======= - api-change:`dynamodb`: \[`botocore`] Generate account endpoint for DynamoDB requests when the account ID is available - api-change:`neptune`: \[`botocore`] Add v2 smoke tests and smithy smokeTests trait for SDK testing. - api-change:`sagemaker`: \[`botocore`] Amazon SageMaker now supports using manifest files to specify the location of uncompressed model artifacts within Model Packages - api-change:`sagemaker-metrics`: \[`botocore`] This release introduces support for the SageMaker Metrics BatchGetMetrics API. - api-change:`workspaces`: \[`botocore`] Releasing new ErrorCodes for SysPrep failures during ImageImport and CreateImage process ### [`v1.35.23`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13523) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.35.22...1.35.23) \======= - api-change:`codeconnections`: \[`botocore`] This release adds the PullRequestComment field to CreateSyncConfiguration API input, UpdateSyncConfiguration API input, GetSyncConfiguration API output and ListSyncConfiguration API output - api-change:`glue`: \[`botocore`] This change is for releasing TestConnection api SDK model - api-change:`lambda`: \[`botocore`] Tagging support for Lambda event source mapping, and code signing configuration resources. - api-change:`mediaconvert`: \[`botocore`] This release provides support for additional DRM configurations per SPEKE Version 2.0. - api-change:`medialive`: \[`botocore`] Adds Bandwidth Reduction Filtering for HD AVC and HEVC encodes, multiplex container settings. - api-change:`quicksight`: \[`botocore`] QuickSight: 1. Add new API - ListFoldersForResource. 2. Commit mode adds visibility configuration of Apply button on multi-select controls for authors. - api-change:`sagemaker`: \[`botocore`] Introduced support for G6e instance types on SageMaker Studio for JupyterLab and CodeEditor applications. - api-change:`workspaces-web`: \[`botocore`] WorkSpaces Secure Browser now enables Administrators to view and manage end-user browsing sessions via Session Management APIs. ### [`v1.35.22`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13522) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.35.21...1.35.22) \======= - api-change:`ce`: \[`botocore`] This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations. - api-change:`ds`: \[`botocore`] Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API - api-change:`ds-data`: \[`botocore`] Added new AWS Directory Service Data API, enabling you to manage data stored in AWS Directory Service directories. This includes APIs for creating, reading, updating, and deleting directory users, groups, and group memberships. - api-change:`guardduty`: \[`botocore`] Add `launchType` and `sourceIPs` fields to GuardDuty findings. - api-change:`mailmanager`: \[`botocore`] Introduce a new RuleSet condition evaluation, where customers can set up a StringExpression with a MimeHeader condition. This condition will perform the necessary validation based on the X-header provided by customers. - api-change:`rds`: \[`botocore`] Updates Amazon RDS documentation with information upgrading snapshots with unsupported engine versions for RDS for MySQL and RDS for PostgreSQL. - api-change:`s3`: \[`botocore`] Added SSE-KMS support for directory buckets. ### [`v1.35.21`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13521) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.35.20...1.35.21) \======= - api-change:`codebuild`: \[`botocore`] GitLab Enhancements - Add support for Self-Hosted GitLab runners in CodeBuild. Add group webhooks - api-change:`ecr`: \[`botocore`] The `DescribeImageScanning` API now includes `fixAvailable`, `exploitAvailable`, and `fixedInVersion` fields to provide more detailed information about the availability of fixes, exploits, and fixed versions for identified image vulnerabilities. - api-change:`ecs`: \[`botocore`] This is a documentation only release to address various tickets. - api-change:`lambda`: \[`botocore`] Support for JSON resource-based policies and block public access - api-change:`rds`: \[`botocore`] Updates Amazon RDS documentation with configuration information about the BYOL model for RDS for Db2. - api-change:`ssm`: \[`botocore`] Support for additional levels of cross-account, cross-Region organizational units in Automation. Various documentation updates. </details> <details> <summary>boto/botocore (botocore)</summary> ### [`v1.35.24`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13524) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.35.23...1.35.24) \======= - api-change:`dynamodb`: Generate account endpoint for DynamoDB requests when the account ID is available - api-change:`neptune`: Add v2 smoke tests and smithy smokeTests trait for SDK testing. - api-change:`sagemaker`: Amazon SageMaker now supports using manifest files to specify the location of uncompressed model artifacts within Model Packages - api-change:`sagemaker-metrics`: This release introduces support for the SageMaker Metrics BatchGetMetrics API. - api-change:`workspaces`: Releasing new ErrorCodes for SysPrep failures during ImageImport and CreateImage process ### [`v1.35.23`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13523) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.35.22...1.35.23) \======= - api-change:`codeconnections`: This release adds the PullRequestComment field to CreateSyncConfiguration API input, UpdateSyncConfiguration API input, GetSyncConfiguration API output and ListSyncConfiguration API output - api-change:`glue`: This change is for releasing TestConnection api SDK model - api-change:`lambda`: Tagging support for Lambda event source mapping, and code signing configuration resources. - api-change:`mediaconvert`: This release provides support for additional DRM configurations per SPEKE Version 2.0. - api-change:`medialive`: Adds Bandwidth Reduction Filtering for HD AVC and HEVC encodes, multiplex container settings. - api-change:`quicksight`: QuickSight: 1. Add new API - ListFoldersForResource. 2. Commit mode adds visibility configuration of Apply button on multi-select controls for authors. - api-change:`sagemaker`: Introduced support for G6e instance types on SageMaker Studio for JupyterLab and CodeEditor applications. - api-change:`workspaces-web`: WorkSpaces Secure Browser now enables Administrators to view and manage end-user browsing sessions via Session Management APIs. ### [`v1.35.22`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13522) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.35.21...1.35.22) \======= - api-change:`ce`: This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations. - api-change:`ds`: Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API - api-change:`ds-data`: Added new AWS Directory Service Data API, enabling you to manage data stored in AWS Directory Service directories. This includes APIs for creating, reading, updating, and deleting directory users, groups, and group memberships. - api-change:`guardduty`: Add `launchType` and `sourceIPs` fields to GuardDuty findings. - api-change:`mailmanager`: Introduce a new RuleSet condition evaluation, where customers can set up a StringExpression with a MimeHeader condition. This condition will perform the necessary validation based on the X-header provided by customers. - api-change:`rds`: Updates Amazon RDS documentation with information upgrading snapshots with unsupported engine versions for RDS for MySQL and RDS for PostgreSQL. - api-change:`s3`: Added SSE-KMS support for directory buckets. ### [`v1.35.21`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13521) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.35.20...1.35.21) \======= - api-change:`codebuild`: GitLab Enhancements - Add support for Self-Hosted GitLab runners in CodeBuild. Add group webhooks - api-change:`ecr`: The `DescribeImageScanning` API now includes `fixAvailable`, `exploitAvailable`, and `fixedInVersion` fields to provide more detailed information about the availability of fixes, exploits, and fixed versions for identified image vulnerabilities. - api-change:`ecs`: This is a documentation only release to address various tickets. - api-change:`lambda`: Support for JSON resource-based policies and block public access - api-change:`rds`: Updates Amazon RDS documentation with configuration information about the BYOL model for RDS for Db2. - api-change:`ssm`: Support for additional levels of cross-account, cross-Region organizational units in Automation. Various documentation updates. </details> <details> <summary>hashicorp/terraform-provider-random (random)</summary> ### [`v3.6.3`](https://redirect.github.com/hashicorp/terraform-provider-random/blob/HEAD/CHANGELOG.md#363-September-11-2024) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-random/compare/v3.6.2...v3.6.3) NOTES: - all: This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. ([#​604](https://redirect.github.com/hashicorp/terraform-provider-random/issues/604)) ### [`v3.6.2`](https://redirect.github.com/hashicorp/terraform-provider-random/blob/HEAD/CHANGELOG.md#362-May-21-2024) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-random/compare/v3.6.1...v3.6.2) NOTES: - resource/random_pet: Results have been updated to the latest upstream petname data ([#​581](https://redirect.github.com/hashicorp/terraform-provider-random/issues/581)) ### [`v3.6.1`](https://redirect.github.com/hashicorp/terraform-provider-random/blob/HEAD/CHANGELOG.md#361-April-16-2024) [Compare Source](https://redirect.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://redirect.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://redirect.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://redirect.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://redirect.github.com/hashicorp/terraform-provider-random/issues/551)) </details> <details> <summary>terraform-docs/gh-actions (terraform-docs/gh-actions)</summary> ### [`v1.3.0`](https://redirect.github.com/terraform-docs/gh-actions/releases/tag/v1.3.0) [Compare Source](https://redirect.github.com/terraform-docs/gh-actions/compare/v1.2.2...v1.3.0) #### What’s Changed - chore: revert the action name back for now ([#​144](https://redirect.github.com/terraform-docs/gh-actions/issues/144)) [@​khos2ow](https://redirect.github.com/khos2ow) - Add section about creating a release to CONTRIBUTING.md ([#​142](https://redirect.github.com/terraform-docs/gh-actions/issues/142)) [@​pascal-hofmann](https://redirect.github.com/pascal-hofmann) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information