Skip to content

Commit d37eb59

Browse files
chore(deps): update all dependencies (#1130)
[![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://togithub.com/hashicorp/terraform-provider-aws)) | required_provider | minor | `5.49.0` -> `5.50.0` | [![age](https://developer.mend.io/api/mc/badges/age/terraform-provider/aws/5.50.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/terraform-provider/aws/5.50.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/terraform-provider/aws/5.49.0/5.50.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-provider/aws/5.49.0/5.50.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [boto3](https://togithub.com/boto/boto3) | | patch | `==1.34.104` -> `==1.34.108` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/boto3/1.34.108?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/boto3/1.34.108?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/boto3/1.34.104/1.34.108?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/boto3/1.34.104/1.34.108?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [botocore](https://togithub.com/boto/botocore) | | patch | `==1.34.104` -> `==1.34.108` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/botocore/1.34.108?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/botocore/1.34.108?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/botocore/1.34.104/1.34.108?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/botocore/1.34.104/1.34.108?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [random](https://registry.terraform.io/providers/hashicorp/random) ([source](https://togithub.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.50.0`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5500-May-17-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-aws/compare/v5.49.0...v5.50.0) ENHANCEMENTS: - data-source/aws_budgets_budget: Add `tags` attribute ([#&#8203;37361](https://togithub.com/hashicorp/terraform-provider-aws/issues/37361)) - data-source/aws_instance: Add `launch_time` attribute ([#&#8203;37002](https://togithub.com/hashicorp/terraform-provider-aws/issues/37002)) - resource/aws_budgets_budget: Add `tags` argument ([#&#8203;37361](https://togithub.com/hashicorp/terraform-provider-aws/issues/37361)) - resource/aws_budgets_budget_action: Add `tags` argument ([#&#8203;37361](https://togithub.com/hashicorp/terraform-provider-aws/issues/37361)) - resource/aws_ecs_account_setting_default: Add support for `fargateTaskRetirementWaitPeriod` value in `Name` argument ([#&#8203;37018](https://togithub.com/hashicorp/terraform-provider-aws/issues/37018)) - resource/aws_ssm_resource_data_sync: Add plan-time validation of `s3_destination.kms_key_arn`, `s3_destination.region` and `s3_destination.sync_format` ([#&#8203;37481](https://togithub.com/hashicorp/terraform-provider-aws/issues/37481)) BUG FIXES: - data-source/aws_bedrock_foundation_models: Fix validation regex for the `by_provider` argument ([#&#8203;37306](https://togithub.com/hashicorp/terraform-provider-aws/issues/37306)) - resource/aws_dynamodb_table: Fix `UnknownOperationException: Tagging is not currently supported in DynamoDB Local` errors on resource Read ([#&#8203;37472](https://togithub.com/hashicorp/terraform-provider-aws/issues/37472)) - resource/aws_glue_job: Fix `interface conversion: interface {} is nil, not map[string]interface {}` panic when `notify_delay_after` is empty (`null`) ([#&#8203;37347](https://togithub.com/hashicorp/terraform-provider-aws/issues/37347)) - resource/aws_iam_server_certificate: Now correctly reads tags after update and on read. ([#&#8203;37483](https://togithub.com/hashicorp/terraform-provider-aws/issues/37483)) - resource/aws_lakeformation_data_cells_filter: Fix inconsistent `state` error when using `row_filter.all_rows_wildcard` ([#&#8203;37433](https://togithub.com/hashicorp/terraform-provider-aws/issues/37433)) - resource/aws_organizations_account: Allow import of accounts with IAM access to the AWS Billing and Cost Management console ([#&#8203;35662](https://togithub.com/hashicorp/terraform-provider-aws/issues/35662)) - resource/aws_ram_principal_association: Correct plan-time validation of `principal` to fix `panic: unexpected format for ID parts ([...]), the following id parts indexes are blank ([1])` ([#&#8203;37450](https://togithub.com/hashicorp/terraform-provider-aws/issues/37450)) - resource/aws_route53\_record: Change region default to us-east-1 ([#&#8203;37565](https://togithub.com/hashicorp/terraform-provider-aws/issues/37565)) - resource/aws_vpc_endpoint_service: Fix destroy error when endpoint service is deleted out-of-band ([#&#8203;37534](https://togithub.com/hashicorp/terraform-provider-aws/issues/37534)) </details> <details> <summary>boto/boto3 (boto3)</summary> ### [`v1.34.108`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134108) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.107...1.34.108) \======== - api-change:`application-autoscaling`: \[`botocore`] add v2 smoke tests and smithy smokeTests trait for SDK testing. - api-change:`codebuild`: \[`botocore`] Aws CodeBuild now supports 36 hours build timeout - api-change:`elbv2`: \[`botocore`] This release adds dualstack-without-public-ipv4 IP address type for ALB. - api-change:`lakeformation`: \[`botocore`] Introduces a new API, GetDataLakePrincipal, that returns the identity of the invoking principal - api-change:`transfer`: \[`botocore`] Enable use of CloudFormation traits in Smithy model to improve generated CloudFormation schema from the Smithy API model. ### [`v1.34.107`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134107) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.106...1.34.107) \======== - api-change:`acm-pca`: \[`botocore`] This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions - api-change:`connect`: \[`botocore`] Adding Contact Flow metrics to the GetMetricDataV2 API - api-change:`kafka`: \[`botocore`] AWS MSK support for Broker Removal. - api-change:`mwaa`: \[`botocore`] Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow. - api-change:`quicksight`: \[`botocore`] This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK). - api-change:`sagemaker`: \[`botocore`] Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam. - api-change:`secretsmanager`: \[`botocore`] Documentation updates for AWS Secrets Manager - bugfix:retries: \[`botocore`] Fix backoff calculation for truncated binary exponential backoff (`#&#8203;3178 <https://github.com/boto/botocore/issues/3178>`\__) ### [`v1.34.106`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134106) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.105...1.34.106) \======== - api-change:`bedrock-agent-runtime`: \[`botocore`] Updating Bedrock Knowledge Base Metadata & Filters feature with two new filters listContains and stringContains - api-change:`codebuild`: \[`botocore`] CodeBuild Reserved Capacity VPC Support - api-change:`datasync`: \[`botocore`] Task executions now display a CANCELLING status when an execution is in the process of being cancelled. - api-change:`grafana`: \[`botocore`] This release adds new ServiceAccount and ServiceAccountToken APIs. - api-change:`medical-imaging`: \[`botocore`] Added support for importing medical imaging data from Amazon S3 buckets across accounts and regions. - api-change:`securityhub`: \[`botocore`] Documentation-only update for AWS Security Hub ### [`v1.34.105`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#134105) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.104...1.34.105) \======== - api-change:`connect`: \[`botocore`] Amazon Connect provides enhanced search capabilities for flows & flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances. - api-change:`s3`: \[`botocore`] Updated a few x-id in the http uri traits </details> <details> <summary>boto/botocore (botocore)</summary> ### [`v1.34.108`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#134108) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.107...1.34.108) \======== - api-change:`application-autoscaling`: add v2 smoke tests and smithy smokeTests trait for SDK testing. - api-change:`codebuild`: Aws CodeBuild now supports 36 hours build timeout - api-change:`elbv2`: This release adds dualstack-without-public-ipv4 IP address type for ALB. - api-change:`lakeformation`: Introduces a new API, GetDataLakePrincipal, that returns the identity of the invoking principal - api-change:`transfer`: Enable use of CloudFormation traits in Smithy model to improve generated CloudFormation schema from the Smithy API model. ### [`v1.34.107`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#134107) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.106...1.34.107) \======== - api-change:`acm-pca`: This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions - api-change:`connect`: Adding Contact Flow metrics to the GetMetricDataV2 API - api-change:`kafka`: AWS MSK support for Broker Removal. - api-change:`mwaa`: Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow. - api-change:`quicksight`: This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK). - api-change:`sagemaker`: Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam. - api-change:`secretsmanager`: Documentation updates for AWS Secrets Manager - bugfix:retries: Fix backoff calculation for truncated binary exponential backoff (`#&#8203;3178 <https://github.com/boto/botocore/issues/3178>`\__) ### [`v1.34.106`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#134106) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.105...1.34.106) \======== - api-change:`bedrock-agent-runtime`: Updating Bedrock Knowledge Base Metadata & Filters feature with two new filters listContains and stringContains - api-change:`codebuild`: CodeBuild Reserved Capacity VPC Support - api-change:`datasync`: Task executions now display a CANCELLING status when an execution is in the process of being cancelled. - api-change:`grafana`: This release adds new ServiceAccount and ServiceAccountToken APIs. - api-change:`medical-imaging`: Added support for importing medical imaging data from Amazon S3 buckets across accounts and regions. - api-change:`securityhub`: Documentation-only update for AWS Security Hub ### [`v1.34.105`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#134105) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.104...1.34.105) \======== - api-change:`connect`: Amazon Connect provides enhanced search capabilities for flows & flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances. - api-change:`s3`: Updated a few x-id in the http uri traits </details> <details> <summary>hashicorp/terraform-provider-random (random)</summary> ### [`v3.6.1`](https://togithub.com/hashicorp/terraform-provider-random/blob/HEAD/CHANGELOG.md#361-April-16-2024) [Compare Source](https://togithub.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 ([#&#8203;385](https://togithub.com/hashicorp/terraform-provider-random/issues/385)) - resource/random_shuffle: Prevent inconsistent result after apply when result_count is set to 0 ([#&#8203;409](https://togithub.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 ([#&#8203;551](https://togithub.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 ([#&#8203;551](https://togithub.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://togithub.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d41d9a0 commit d37eb59

File tree

11 files changed

+156
-156
lines changed

11 files changed

+156
-156
lines changed

Diff for: .terraform.lock.hcl

+29-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: examples/runner-certificates/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
aws = {
77
source = "hashicorp/aws"
8-
version = "5.49.0"
8+
version = "5.50.0"
99
}
1010
local = {
1111
source = "hashicorp/local"

Diff for: examples/runner-default/.terraform.lock.hcl

+30-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: examples/runner-default/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
aws = {
77
source = "hashicorp/aws"
8-
version = "5.49.0"
8+
version = "5.50.0"
99
}
1010
local = {
1111
source = "hashicorp/local"

Diff for: examples/runner-docker/.terraform.lock.hcl

+30-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: examples/runner-docker/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
aws = {
77
source = "hashicorp/aws"
8-
version = "5.49.0"
8+
version = "5.50.0"
99
}
1010
local = {
1111
source = "hashicorp/local"

Diff for: examples/runner-pre-registered/.terraform.lock.hcl

+30-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: examples/runner-pre-registered/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
required_providers {
66
aws = {
77
source = "hashicorp/aws"
8-
version = "5.49.0"
8+
version = "5.50.0"
99
}
1010
local = {
1111
source = "hashicorp/local"

0 commit comments

Comments
 (0)