Skip to content

Commit 8267e2f

Browse files
chore(deps): update all dependencies (#1296)
This PR contains the following updates: | Package | Type | Update | Change | Age | Confidence | |---|---|---|---|---|---| | [aws](https://registry.terraform.io/providers/hashicorp/aws) ([source](https://redirect.github.com/hashicorp/terraform-provider-aws)) | required_provider | minor | `6.0.0` -> `6.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/terraform-provider/hashicorp%2faws/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-provider/hashicorp%2faws/6.0.0/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [boto3](https://redirect.github.com/boto/boto3) | | patch | `==1.39.1` -> `==1.39.3` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/boto3/1.39.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/boto3/1.39.1/1.39.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [botocore](https://redirect.github.com/boto/botocore) | | patch | `==1.39.1` -> `==1.39.3` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/botocore/1.39.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/botocore/1.39.1/1.39.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-aws (aws)</summary> ### [`v6.2.0`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#620-July-2-2025) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v6.0.0...v6.2.0) ENHANCEMENTS: - data-source/aws\_kinesis\_stream\_consumer: Add `tags` attribute. This functionality requires the `kinesis:ListTagsForResource` IAM permission ([#&#8203;43173](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43173)) - resource/aws\_amplify\_branch: Add `enable_skew_protection` argument ([#&#8203;43218](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43218)) - resource/aws\_kinesis\_stream\_consumer: Add `tags` argument and `tags_all` attribute. This functionality requires the `kinesis:ListTagsForResource`, `kinesis:TagResource`, and `kinesis:UntagResource` IAM permissions ([#&#8203;43173](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43173)) - resource/aws\_rbin\_rule: Add `exclude_resource_tags` argument ([#&#8203;43189](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43189)) - resource/aws\_s3\_directory\_bucket: Add `tags` argument and `tags_all` attribute. This functionality requires the `s3express:ListTagsForResource`, `s3express:TagResource`, and `s3express:UntagResource` IAM permissions ([#&#8203;43256](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43256)) BUG FIXES: - provider: Fix `Unexpected Identity Change` errors for numerous resource types when refreshing resources created or refreshed by Terraform AWS Provider v6.0.0 ([#&#8203;43221](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43221)) - resource/aws\_appflow\_connector\_profile: Fixes error refreshing resource state. ([#&#8203;43221](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43221)) - resource/aws\_cloudwatch\_query\_definition: Support ARNs as valid values for `log_group_names` ([#&#8203;43183](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/43183)) </details> <details> <summary>boto/boto3 (boto3)</summary> ### [`v1.39.3`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#1393) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.39.2...1.39.3) \====== - api-change:`customer-profiles`: \[`botocore`] This release introduces capability of create Segments via importing a CSV file directly. This consumes the CSV file and creates/updates corresponding profiles for the particular domain. - api-change:`deadline`: \[`botocore`] Added fields for output manifest reporting and task chunking parameters - api-change:`ec2`: \[`botocore`] This release adds GroupOwnerId as a response member to the DescribeSecurityGroupVpcAssociations API and also adds waiters for SecurityGroupVpcAssociations (SecurityGroupVpcAssociationAssociated and SecurityGroupVpcAssociationDisassociated). - api-change:`mediapackagev2`: \[`botocore`] This release adds support for Microsoft Smooth Streaming (MSS) and allows users to exclude DRM segment Metadata in MediaPackage v2 Origin Endpoints - api-change:`route53`: \[`botocore`] Amazon Route 53 now supports the iso-e regions for private DNS Amazon VPCs and cloudwatch healthchecks. - api-change:`sagemaker`: \[`botocore`] Changes include new StartSession API for SageMaker Studio spaces and CreateHubContentPresignedUrls API for SageMaker JumpStart. ### [`v1.39.2`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#1392) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.39.1...1.39.2) \====== - api-change:`connectcases`: \[`botocore`] This release adds DeleteCase and DeleteRelatedItem APIs, which enable deleting cases and comments, undoing contact association, and removing service level agreements (SLAs) from cases. Contact center admins can use these APIs to delete cases when requested by customers and correct agent errors. - api-change:`ec2`: \[`botocore`] AWS Site-to-Site VPN now supports IPv6 addresses on outer tunnel IPs, making it easier for customers to build or transition to IPv6-only networks. - api-change:`s3`: \[`botocore`] Added support for directory bucket creation with tags and bucket ARN retrieval in CreateBucket, ListDirectoryBuckets, and HeadBucket operations - api-change:`s3control`: \[`botocore`] Added TagResource, UntagResource, and ListTagsForResource support for directory bucket </details> <details> <summary>boto/botocore (botocore)</summary> ### [`v1.39.3`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#1393) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.39.2...1.39.3) \====== - api-change:`customer-profiles`: This release introduces capability of create Segments via importing a CSV file directly. This consumes the CSV file and creates/updates corresponding profiles for the particular domain. - api-change:`deadline`: Added fields for output manifest reporting and task chunking parameters - api-change:`ec2`: This release adds GroupOwnerId as a response member to the DescribeSecurityGroupVpcAssociations API and also adds waiters for SecurityGroupVpcAssociations (SecurityGroupVpcAssociationAssociated and SecurityGroupVpcAssociationDisassociated). - api-change:`mediapackagev2`: This release adds support for Microsoft Smooth Streaming (MSS) and allows users to exclude DRM segment Metadata in MediaPackage v2 Origin Endpoints - api-change:`route53`: Amazon Route 53 now supports the iso-e regions for private DNS Amazon VPCs and cloudwatch healthchecks. - api-change:`sagemaker`: Changes include new StartSession API for SageMaker Studio spaces and CreateHubContentPresignedUrls API for SageMaker JumpStart. ### [`v1.39.2`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#1392) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.39.1...1.39.2) \====== - api-change:`connectcases`: This release adds DeleteCase and DeleteRelatedItem APIs, which enable deleting cases and comments, undoing contact association, and removing service level agreements (SLAs) from cases. Contact center admins can use these APIs to delete cases when requested by customers and correct agent errors. - api-change:`ec2`: AWS Site-to-Site VPN now supports IPv6 addresses on outer tunnel IPs, making it easier for customers to build or transition to IPv6-only networks. - api-change:`s3`: Added support for directory bucket creation with tags and bucket ARN retrieval in CreateBucket, ListDirectoryBuckets, and HeadBucket operations - api-change:`s3control`: Added TagResource, UntagResource, and ListTagsForResource support for directory bucket </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c8fb5b0 commit 8267e2f

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

.terraform.lock.hcl

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
boto3 ==1.39.1
2-
botocore ==1.39.1
1+
boto3 ==1.39.3
2+
botocore ==1.39.3

0 commit comments

Comments
 (0)