Commit ba0afcf
authored
chore(deps): update all dependencies (#1362)
This PR contains the following updates:
| Package | Type | Update | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [aws](https://registry.terraform.io/providers/hashicorp/aws)
([source](https://redirect.github.com/hashicorp/terraform-provider-aws))
| required_provider | minor | `6.31.0` → `6.32.1` |

|

|
| [boto3](https://redirect.github.com/boto/boto3) | | patch |
`==1.42.44` → `==1.42.49` |

|

|
| [botocore](https://redirect.github.com/boto/botocore) | | patch |
`==1.42.44` → `==1.42.49` |

|

|
|
[github/codeql-action](https://redirect.github.com/github/codeql-action)
| action | patch | `v4.32.2` → `v4.32.3` |

|

|
| [random](https://registry.terraform.io/providers/hashicorp/random)
([source](https://redirect.github.com/hashicorp/terraform-provider-random))
| required_provider | patch | `3.8.0` → `3.8.1` |

|

|
---
### Release Notes
<details>
<summary>hashicorp/terraform-provider-aws (aws)</summary>
###
[`v6.32.1`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#6321-February-13-2026)
[Compare
Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v6.32.0...v6.32.1)
BUG FIXES:
- resource/aws\_autoscaling\_group: Fix `couldn't find resource` error
during creation when waiting for capacity to be satisfied
([#​46452](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/46452))
- resource/aws\_cloudwatch\_log\_delivery: Fix
`s3_delivery_configuration.suffix_path` losing AWS-added prefix on
update
([#​46455](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/46455))
- resource/aws\_dynamodb\_table: Fix perpetual diff when using
`key_schema` with a single range key on a global secondary index
([#​46442](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/46442))
- resource/aws\_elasticache\_replication\_group: Fix false validation
error when `auth_token` references another resource
([#​46454](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/46454))
###
[`v6.32.0`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#6320-February-11-2026)
[Compare
Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v6.31.0...v6.32.0)
FEATURES:
- **New List Resource:** `aws_ecr_repository`
([#​46344](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/46344))
- **New List Resource:** `aws_lambda_permission`
([#​46341](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/46341))
- **New List Resource:** `aws_route`
([#​46370](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/46370))
- **New List Resource:** `aws_route53_resolver_rule_association`
([#​46349](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/46349))
- **New List Resource:** `aws_route_table`
([#​46337](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/46337))
- **New List Resource:** `aws_s3_directory_bucket`
([#​46373](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/46373))
- **New List Resource:** `aws_secretsmanager_secret`
([#​46318](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/46318))
- **New List Resource:** `aws_secretsmanager_secret_version`
([#​46342](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/46342))
- **New List Resource:** `aws_vpc_security_group_egress_rule`
([#​46368](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/46368))
- **New List Resource:** `aws_vpc_security_group_ingress_rule`
([#​46367](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/46367))
- **New Resource:** `aws_ec2_secondary_network`
([#​46408](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/46408))
- **New Resource:** `aws_ec2_secondary_subnet`
([#​46408](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/46408))
ENHANCEMENTS:
- resource/aws\_instance: Add `secondary_network_interface` argument
([#​46408](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/46408))
- resource/aws\_quicksight\_data\_set: Support `use_as` property to
create special RLS rules dataset
([#​42687](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42687))
BUG FIXES:
- data-source/aws\_odb\_network\_peering\_connections: Fix plan phase
failure of listing.
([#​46384](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/46384))
- list-resource/aws\_s3\_bucket\_policy: Now supports listing Bucket
Policies for S3 Directory Buckets
([#​46401](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/46401))
- resource/aws\_athena\_workgroup: Allows unsetting
`configuration.result_configuration` or child attributes.
([#​46427](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/46427))
- resource/aws\_cloudfront\_multitenant\_distribution: Fix the
"inconsistent result" error when `custom_error_response` is configured
and `custom_error_response.response_code` and
`custom_error_response.response_page_path` are omitted
([#​46375](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/46375))
- resource/aws\_grafana\_workspace: Fix perpetual diff when
`network_access_control` is configured with empty `prefix_list_ids` and
`vpce_ids`
([#​45637](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/45637))
</details>
<details>
<summary>boto/boto3 (boto3)</summary>
###
[`v1.42.49`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#14249)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.42.48...1.42.49)
\=======
- api-change:`cloudwatch`: \[`botocore`] Adding new evaluation states
that provides information about the alarm evaluation process. Evaluation
error Indicates configuration errors in alarm setup that require review
and correction. Evaluation failure Indicates temporary CloudWatch
issues.
- api-change:`connect`: \[`botocore`] API release for headerr
notifications in the admin website. APIs allow customers to publish
brief messages (including URLs) to a specified audience, and a new
header icon will indicate when unread messages are available.
- api-change:`ec2`: \[`botocore`] This release adds geography
information to EC2 region and availability zone APIs. DescribeRegions
now includes a Geography field, while DescribeAvailabilityZones includes
both Geography and SubGeography fields, enabling better geographic
classification for AWS regions and zones.
- api-change:`inspector2`: \[`botocore`] Added .Net 10 (dotnet10) and
Node 24.x (node24.x) runtime support for lambda package scanning
- api-change:`sagemaker`: \[`botocore`] Enable g7e instance type support
for SageMaker Processing, and enable single file configuration
provisioning for HyperPod Slurm, where customers have the option to use
HyperPod API to provide the provisioning parameters.
- enhancement:AWSCRT: \[`botocore`] Update awscrt version to 0.31.2
###
[`v1.42.48`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#14248)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.42.47...1.42.48)
\=======
- api-change:`ec2`: \[`botocore`] Launching nested virtualization. This
feature allows you to run nested VMs inside virtual (non-bare metal) EC2
instances.
###
[`v1.42.47`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#14247)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.42.46...1.42.47)
\=======
- api-change:`batch`: \[`botocore`] Add support for listing jobs by
share identifier and getting snapshots of active capacity utilization by
job queue and share.
- api-change:`ec2`: \[`botocore`] R8i instances powered by custom Intel
Xeon 6 processors available only on AWS with sustained all-core 3.9 GHz
turbo frequency
- api-change:`eks`: \[`botocore`] This release adds support for Windows
Server 2025 in Amazon EKS Managed Node Groups.
- api-change:`kafkaconnect`: \[`botocore`] Support configurable upper
limits on task count during autoscaling operations via
maxAutoscalingTaskCount parameter.
- api-change:`s3tables`: \[`botocore`] S3 Tables now supports setting
partition specifications and sort orders on tables. Partition specs
allow users to define how data is organized using transform functions.
Sort order configurations enable users to specify sort directions and
null ordering preferences for optimized data layout.
###
[`v1.42.46`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#14246)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.42.45...1.42.46)
\=======
- api-change:`bedrock-agentcore`: \[`botocore`] Added AgentCore browser
proxy configuration support, allowing routing of browser traffic through
HTTP and HTTPS proxy servers with authentication and bypass rules.
- api-change:`connect`: \[`botocore`] Amazon Connect now supports
per-channel auto-accept and After Contact Work (ACW) timeouts. Configure
agents with auto-accept and ACW timeout settings for chat, tasks,
emails, and callbacks. Use the new UpdateUserConfig API to manage these
settings.
- api-change:`eks`: \[`botocore`] Introducing an optional policy field,
an IAM policy applied to pod identity associations in addition to IAM
role policies. When specified, pod permissions are the intersection of
IAM role policies and the policy field, ensuring the principle of least
privilege.
- api-change:`kafka`: \[`botocore`] Amazon MSK adds three new APIs,
CreateTopic, UpdateTopic, and DeleteTopic for managing Kafka topics in
your MSK clusters.
- api-change:`rds`: \[`botocore`] This release adds backup configuration
for RDS and Aurora restores, letting customers set backup retention
period and preferred backup window during restore. It also enables
viewing backup settings when describing snapshots or automated backups
for instances and clusters.
###
[`v1.42.45`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#14245)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.42.44...1.42.45)
\=======
- api-change:`connectcampaignsv2`: \[`botocore`] Add the missing event
type for WhatsApp
- api-change:`ec2`: \[`botocore`] Amazon Secondary Networks is a
networking feature that provides high-performance, low-latency
connectivity for specialized workloads.
- api-change:`eks`: \[`botocore`] Amazon EKS adds a new DescribeUpdate
update type, VendedLogsUpdate, to support an integration between EKS
Auto Mode and Amazon CloudWatch Vended Logs.
- api-change:`imagebuilder`: \[`botocore`] EC2 Image Builder now
supports wildcard patterns in lifecycle policies with recipes and
enhances the experience of tag-scoped policies.
- api-change:`lakeformation`: \[`botocore`] Allow cross account v5 in
put data lake settings
- api-change:`neptunedata`: \[`botocore`] Added edgeOnlyLoad boolean
parameter to Neptune bulk load request. When TRUE, files are loaded in
order without scanning. When FALSE (default), the loader scans files
first, then loads vertex files before edge files automatically.
- api-change:`pcs`: \[`botocore`] Introduces RESUMING state for
clusters, compute node groups, and queues.
- api-change:`transfer`: \[`botocore`] This release adds a documentation
update for MdnResponse of type "ASYNC"
</details>
<details>
<summary>boto/botocore (botocore)</summary>
###
[`v1.42.49`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#14249)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.42.48...1.42.49)
\=======
- api-change:`cloudwatch`: Adding new evaluation states that provides
information about the alarm evaluation process. Evaluation error
Indicates configuration errors in alarm setup that require review and
correction. Evaluation failure Indicates temporary CloudWatch issues.
- api-change:`connect`: API release for headerr notifications in the
admin website. APIs allow customers to publish brief messages (including
URLs) to a specified audience, and a new header icon will indicate when
unread messages are available.
- api-change:`ec2`: This release adds geography information to EC2
region and availability zone APIs. DescribeRegions now includes a
Geography field, while DescribeAvailabilityZones includes both Geography
and SubGeography fields, enabling better geographic classification for
AWS regions and zones.
- api-change:`inspector2`: Added .Net 10 (dotnet10) and Node 24.x
(node24.x) runtime support for lambda package scanning
- api-change:`sagemaker`: Enable g7e instance type support for SageMaker
Processing, and enable single file configuration provisioning for
HyperPod Slurm, where customers have the option to use HyperPod API to
provide the provisioning parameters.
- enhancement:AWSCRT: Update awscrt version to 0.31.2
###
[`v1.42.48`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#14248)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.42.47...1.42.48)
\=======
- api-change:`ec2`: Launching nested virtualization. This feature allows
you to run nested VMs inside virtual (non-bare metal) EC2 instances.
###
[`v1.42.47`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#14247)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.42.46...1.42.47)
\=======
- api-change:`batch`: Add support for listing jobs by share identifier
and getting snapshots of active capacity utilization by job queue and
share.
- api-change:`ec2`: R8i instances powered by custom Intel Xeon 6
processors available only on AWS with sustained all-core 3.9 GHz turbo
frequency
- api-change:`eks`: This release adds support for Windows Server 2025 in
Amazon EKS Managed Node Groups.
- api-change:`kafkaconnect`: Support configurable upper limits on task
count during autoscaling operations via maxAutoscalingTaskCount
parameter.
- api-change:`s3tables`: S3 Tables now supports setting partition
specifications and sort orders on tables. Partition specs allow users to
define how data is organized using transform functions. Sort order
configurations enable users to specify sort directions and null ordering
preferences for optimized data layout.
###
[`v1.42.46`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#14246)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.42.45...1.42.46)
\=======
- api-change:`bedrock-agentcore`: Added AgentCore browser proxy
configuration support, allowing routing of browser traffic through HTTP
and HTTPS proxy servers with authentication and bypass rules.
- api-change:`connect`: Amazon Connect now supports per-channel
auto-accept and After Contact Work (ACW) timeouts. Configure agents with
auto-accept and ACW timeout settings for chat, tasks, emails, and
callbacks. Use the new UpdateUserConfig API to manage these settings.
- api-change:`eks`: Introducing an optional policy field, an IAM policy
applied to pod identity associations in addition to IAM role policies.
When specified, pod permissions are the intersection of IAM role
policies and the policy field, ensuring the principle of least
privilege.
- api-change:`kafka`: Amazon MSK adds three new APIs, CreateTopic,
UpdateTopic, and DeleteTopic for managing Kafka topics in your MSK
clusters.
- api-change:`rds`: This release adds backup configuration for RDS and
Aurora restores, letting customers set backup retention period and
preferred backup window during restore. It also enables viewing backup
settings when describing snapshots or automated backups for instances
and clusters.
###
[`v1.42.45`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#14245)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.42.44...1.42.45)
\=======
- api-change:`connectcampaignsv2`: Add the missing event type for
WhatsApp
- api-change:`ec2`: Amazon Secondary Networks is a networking feature
that provides high-performance, low-latency connectivity for specialized
workloads.
- api-change:`eks`: Amazon EKS adds a new DescribeUpdate update type,
VendedLogsUpdate, to support an integration between EKS Auto Mode and
Amazon CloudWatch Vended Logs.
- api-change:`imagebuilder`: EC2 Image Builder now supports wildcard
patterns in lifecycle policies with recipes and enhances the experience
of tag-scoped policies.
- api-change:`lakeformation`: Allow cross account v5 in put data lake
settings
- api-change:`neptunedata`: Added edgeOnlyLoad boolean parameter to
Neptune bulk load request. When TRUE, files are loaded in order without
scanning. When FALSE (default), the loader scans files first, then loads
vertex files before edge files automatically.
- api-change:`pcs`: Introduces RESUMING state for clusters, compute node
groups, and queues.
- api-change:`transfer`: This release adds a documentation update for
MdnResponse of type "ASYNC"
</details>
<details>
<summary>github/codeql-action (github/codeql-action)</summary>
###
[`v4.32.3`](https://redirect.github.com/github/codeql-action/releases/tag/v4.32.3)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v4.32.2...v4.32.3)
- Added experimental support for testing connections to [private package
registries](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries).
This feature is not currently enabled for any analysis. In the future,
it may be enabled by default for Default Setup.
[#​3466](https://redirect.github.com/github/codeql-action/pull/3466)
</details>
<details>
<summary>hashicorp/terraform-provider-random (random)</summary>
###
[`v3.8.1`](https://redirect.github.com/hashicorp/terraform-provider-random/blob/HEAD/CHANGELOG.md#381-January-27-2026)
[Compare
Source](https://redirect.github.com/hashicorp/terraform-provider-random/compare/v3.8.0...v3.8.1)
NOTES:
- This release introduces no functional changes but has been signed with
a valid certificate for the windows binary.
([#​749](https://redirect.github.com/hashicorp/terraform-provider-random/issues/749))
</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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 123fadb commit ba0afcf
3 files changed
Lines changed: 32 additions & 32 deletions
File tree
- .github/workflows
- modules/terminate-agent-hook/lambda
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
0 commit comments