-
-
Notifications
You must be signed in to change notification settings - Fork 339
Commit ad321a0
authored
chore(deps): update all dependencies (#1288)
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.98.0` -> `5.99.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [boto3](https://redirect.github.com/boto/boto3) | | patch |
`==1.38.27` -> `==1.38.32` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [botocore](https://redirect.github.com/boto/botocore) | | patch |
`==1.38.27` -> `==1.38.32` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [checkmarx/kics](https://redirect.github.com/Checkmarx/kics) |
container | patch | `v2.1.9-debian` -> `v2.1.10-debian` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>hashicorp/terraform-provider-aws (aws)</summary>
###
[`v5.99.1`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5991-Unreleased)
[Compare
Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.99.0...v5.99.1)
BUG FIXES:
- resource/aws_fms_admin_account: Fix `panic: runtime error: invalid
memory address or nil pointer dereference`
([#​42813](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42813))
- resource/aws_lb: Ignore `InvalidAction` exceptions for
`DescribeCapacityReservation` operations. This fixes a regression
introduced in
[v5.99.0](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5990-may-29-2025)
([#​42812](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42812))
- resource/aws_s3\_bucket_lifecycle_configuration: Correctly handles
switching child attributes of `rule.filter`.
([#​42655](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42655))
###
[`v5.99.0`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5990-Unreleased)
[Compare
Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.98.0...v5.99.0)
FEATURES:
- **New Resource:** `aws_notifications_channel_association`
([#​42575](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42575))
- **New Resource:** `aws_notifications_event_rule`
([#​42575](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42575))
- **New Resource:** `aws_notifications_notification_configuration`
([#​42575](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42575))
- **New Resource:** `aws_notifications_notification_hub`
([#​42544](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42544))
- **New Resource:** `aws_notificationscontacts_email_contact`
([#​42575](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42575))
- **New Resource:** `aws_quicksight_account_settings`
([#​42185](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42185))
- **New Resource:** `aws_workspacesweb_browser_settings`
([#​42681](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42681))
- **New Resource:** `aws_workspacesweb_network_settings`
([#​42722](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42722))
- **New Resource:** `aws_workspacesweb_user_settings`
([#​42783](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42783))
ENHANCEMENTS:
- data-source/aws_ami: Add
`block_device_mappings.ebs["volume_initialization_rate"]` attribute
([#​42684](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42684))
- data-source/aws_launch_template: Add
`block_device_mappings.ebs.volume_initialization_rate` attribute
([#​42684](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42684))
- data-source/aws_verifiedpermissions_policy_store: Add `tags`
attribute. This functionality requires the
`verifiedpermissions:ListTagsForResource` IAM permission
([#​42663](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42663))
- resource/aws_ecs_service: Add
`volume_configuration.managed_ebs_volume.volume_initialization_rate`
argument
([#​42750](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42750))
- resource/aws_launch_template: Add
`block_device_mappings.ebs.volume_initialization_rate` argument
([#​42684](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42684))
- resource/aws_lb: Add `minimum_load_balancer_capacity` configuration
block. This functionality requires the
`elasticloadbalancing:DescribeCapacityReservations` and
`elasticloadbalancing:ModifyCapacityReservation` IAM permissions
([#​42685](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42685))
- resource/aws_organizations_account: Allow `name` to be updated
in-place. This functionality requires the `account:PutAccountName` IAM
permission
([#​42350](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42350))
- resource/aws_securityhub_standards_subscription: Add configurable
Create and Delete timeouts
([#​42759](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42759))
- resource/aws_verifiedpermissions_policy_store: Add `tags` argument and
`tags_all` attribute. This functionality requires the
`verifiedpermissions:ListTagsForResource`,
`verifiedpermissions:TagResource`, and
`verifiedpermissions:UntagResource` IAM permissions
([#​42663](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42663))
BUG FIXES:
- data-source/aws_ecr_repository_creation_template: `prefix` can now be
up to 256 characters
([#​42723](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42723))
- resource/aws_cloudwatch_log_stream: Fix to return the first matched
stream name during the read operation. This fixes a regression
introduced in
[v5.83.0](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5830-january--9-2025)
([#​42719](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42719))
- resource/aws_cognitoidp_user_pool: Fix crash when the
`user_pool_add_ons.advanced_security_additional_flows` block is
non-empty, but contains only a single `nil` value.
([#​42793](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42793))
- resource/aws_ecr_repository_creation_template: `prefix` can now be up
to 256 characters
([#​42723](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42723))
- resource/aws_elasticache_replication_group: Fix crash during read
operations where configuration endpoint and node groups are nil and
empty, respectively
([#​42726](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42726))
- resource/aws_s3\_bucket: Ensure that `HeadBucket` S3 API calls are
made using configured credentials. This fixes a regression introduced in
[v5.98.0](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5980-may-15-2025)
([#​42786](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42786))
- resource/aws_s3\_bucket_lifecycle_configuration: No longer returns
warning on empty `rule.filter`.
([#​42624](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42624))
- resource/aws_vpc_endpoint: Fix issue where `dns_options` were not
being updated correctly when `private_dns_enabled` was set to true
([#​42746](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42746))
</details>
<details>
<summary>boto/boto3 (boto3)</summary>
###
[`v1.38.32`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13832)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.38.31...1.38.32)
\=======
- api-change:`bedrock-agent-runtime`: \[`botocore`] This release
introduces the `PromptCreationConfigurations` input parameter, which
includes fields to control prompt population for `InvokeAgent` or
`InvokeInlineAgent` requests.
- api-change:`kms`: \[`botocore`] Remove unpopulated KeyMaterialId from
Encrypt Response
- api-change:`rds`: \[`botocore`] Include Global Cluster Identifier in
DBCluster if the DBCluster is a Global Cluster Member.
- api-change:`rekognition`: \[`botocore`] Adds support for defining an
ordered preference list of different Rekognition Face Liveness challenge
types when calling CreateFaceLivenessSession.
- api-change:`route53`: \[`botocore`] Amazon Route 53 now supports the
Asia Pacific (Taipei) Region (ap-east-2) for latency records,
geoproximity records, and private DNS for Amazon VPCs in that region.
- api-change:`s3tables`: \[`botocore`] S3 Tables now supports getting
details about a table via its table ARN.
###
[`v1.38.31`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13831)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.38.30...1.38.31)
\=======
- api-change:`bcm-pricing-calculator`: \[`botocore`] Updating the
minimum for List APIs to be 1 (instead of 0)
- api-change:`cloudformation`: \[`botocore`] Add new warning type
'EXCLUDED_PROPERTIES'
- api-change:`kms`: \[`botocore`] AWS KMS announces the support for
on-demand rotation of symmetric-encryption KMS keys with imported key
material (EXTERNAL origin).
- api-change:`wafv2`: \[`botocore`] AWS WAF adds support for ASN-based
traffic filtering and support for ASN-based rate limiting.
###
[`v1.38.30`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13830)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.38.29...1.38.30)
\=======
- api-change:`amplify`: \[`botocore`] Update documentation for
cacheConfig in CreateApp API
- api-change:`evs`: \[`botocore`] Amazon Elastic VMware Service (Amazon
EVS) allows you to run VMware Cloud Foundation (VCF) directly within
your Amazon VPC including simplified self-managed migration experience
with guided workflow in AWS console or via AWS CLI, get full access to
their VCF deployment and VCF license portability.
- api-change:`invoicing`: \[`botocore`] Added new Invoicing
ListInvoiceSummaries API Operation
- api-change:`mediaconnect`: \[`botocore`] This release updates the
DescribeFlow API to show peer IP addresses. You can now identify the
peer IP addresses of devices connected to your sources and outputs. This
helps you to verify and troubleshoot your flow's active connections.
- api-change:`mediaconvert`: \[`botocore`] This release includes support
for embedding and signing C2PA content credentials in MP4 outputs.
- api-change:`network-firewall`: \[`botocore`] You can now monitor flow
and alert log metrics from the Network Firewall console.
- api-change:`sagemaker`: \[`botocore`] Added support for p6-b200
instance type in SageMaker Training Jobs and Training Plans.
- api-change:`transcribe`: \[`botocore`] AWS Healthscribe now supports
new templates for the clinical note summary: BIRP, SIRP, DAP,
BEHAVIORAL_SOAP, and PHYSICAL_SOAP
###
[`v1.38.29`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13829)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.38.28...1.38.29)
\=======
- api-change:`apigateway`: \[`botocore`] Adds support to set the routing
mode for a custom domain name.
- api-change:`apigatewayv2`: \[`botocore`] Adds support to create
routing rules and set the routing mode for a custom domain name.
- api-change:`emr-serverless`: \[`botocore`] AWS EMR Serverless: Adds a
new option in the CancelJobRun API in EMR 7.9.0+, to cancel a job with
grace period. This feature is enabled by default with a 120-second grace
period for streaming jobs and is not enabled by default for batch jobs.
###
[`v1.38.28`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13828)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.38.27...1.38.28)
\=======
- api-change:`athena`: \[`botocore`] Add support for the managed query
result in the workgroup APIs. The managed query result configuration
enables users to store query results to Athena owned storage.
- api-change:`backup`: \[`botocore`] You can now subscribe to Amazon SNS
notifications and Amazon EventBridge events for backup indexing. You can
now receive notifications when a backup index is created, deleted, or
fails to create, enhancing your ability to monitor and track your backup
operations.
- api-change:`bedrock-agent`: \[`botocore`] This release adds the Agent
Lifecycle Paused State feature to Amazon Bedrock agents. By using an
agent's alias, you can temporarily suspend agent operations during
maintenance, updates, or other situations.
- api-change:`compute-optimizer`: \[`botocore`] This release enables AWS
Compute Optimizer to analyze Amazon Aurora database clusters and
generate Aurora I/O-Optimized recommendations.
- api-change:`cost-optimization-hub`: \[`botocore`] Support
recommendations for Aurora instance and Aurora cluster storage.
- api-change:`ecs`: \[`botocore`] Updates Amazon ECS documentation to
include note for upcoming default log driver mode change.
- api-change:`eks`: \[`botocore`] Add support for filtering ListInsights
API calls on MISCONFIGURATION insight category
- api-change:`entityresolution`: \[`botocore`] Add support for
generating match IDs in near real-time.
- api-change:`pcs`: \[`botocore`] Introduces SUSPENDING and SUSPENDED
states for clusters, compute node groups, and queues.
- api-change:`synthetics`: \[`botocore`] Support for Java runtime
handler pattern.
</details>
<details>
<summary>boto/botocore (botocore)</summary>
###
[`v1.38.32`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13832)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.38.31...1.38.32)
\=======
- api-change:`bedrock-agent-runtime`: This release introduces the
`PromptCreationConfigurations` input parameter, which includes fields to
control prompt population for `InvokeAgent` or `InvokeInlineAgent`
requests.
- api-change:`kms`: Remove unpopulated KeyMaterialId from Encrypt
Response
- api-change:`rds`: Include Global Cluster Identifier in DBCluster if
the DBCluster is a Global Cluster Member.
- api-change:`rekognition`: Adds support for defining an ordered
preference list of different Rekognition Face Liveness challenge types
when calling CreateFaceLivenessSession.
- api-change:`route53`: Amazon Route 53 now supports the Asia Pacific
(Taipei) Region (ap-east-2) for latency records, geoproximity records,
and private DNS for Amazon VPCs in that region.
- api-change:`s3tables`: S3 Tables now supports getting details about a
table via its table ARN.
###
[`v1.38.31`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13831)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.38.30...1.38.31)
\=======
- api-change:`bcm-pricing-calculator`: Updating the minimum for List
APIs to be 1 (instead of 0)
- api-change:`cloudformation`: Add new warning type
'EXCLUDED_PROPERTIES'
- api-change:`kms`: AWS KMS announces the support for on-demand rotation
of symmetric-encryption KMS keys with imported key material (EXTERNAL
origin).
- api-change:`wafv2`: AWS WAF adds support for ASN-based traffic
filtering and support for ASN-based rate limiting.
###
[`v1.38.30`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13830)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.38.29...1.38.30)
\=======
- api-change:`amplify`: Update documentation for cacheConfig in
CreateApp API
- api-change:`evs`: Amazon Elastic VMware Service (Amazon EVS) allows
you to run VMware Cloud Foundation (VCF) directly within your Amazon VPC
including simplified self-managed migration experience with guided
workflow in AWS console or via AWS CLI, get full access to their VCF
deployment and VCF license portability.
- api-change:`invoicing`: Added new Invoicing ListInvoiceSummaries API
Operation
- api-change:`mediaconnect`: This release updates the DescribeFlow API
to show peer IP addresses. You can now identify the peer IP addresses of
devices connected to your sources and outputs. This helps you to verify
and troubleshoot your flow's active connections.
- api-change:`mediaconvert`: This release includes support for embedding
and signing C2PA content credentials in MP4 outputs.
- api-change:`network-firewall`: You can now monitor flow and alert log
metrics from the Network Firewall console.
- api-change:`sagemaker`: Added support for p6-b200 instance type in
SageMaker Training Jobs and Training Plans.
- api-change:`transcribe`: AWS Healthscribe now supports new templates
for the clinical note summary: BIRP, SIRP, DAP, BEHAVIORAL_SOAP, and
PHYSICAL_SOAP
###
[`v1.38.29`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13829)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.38.28...1.38.29)
\=======
- api-change:`apigateway`: Adds support to set the routing mode for a
custom domain name.
- api-change:`apigatewayv2`: Adds support to create routing rules and
set the routing mode for a custom domain name.
- api-change:`emr-serverless`: AWS EMR Serverless: Adds a new option in
the CancelJobRun API in EMR 7.9.0+, to cancel a job with grace period.
This feature is enabled by default with a 120-second grace period for
streaming jobs and is not enabled by default for batch jobs.
###
[`v1.38.28`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13828)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.38.27...1.38.28)
\=======
- api-change:`athena`: Add support for the managed query result in the
workgroup APIs. The managed query result configuration enables users to
store query results to Athena owned storage.
- api-change:`backup`: You can now subscribe to Amazon SNS notifications
and Amazon EventBridge events for backup indexing. You can now receive
notifications when a backup index is created, deleted, or fails to
create, enhancing your ability to monitor and track your backup
operations.
- api-change:`bedrock-agent`: This release adds the Agent Lifecycle
Paused State feature to Amazon Bedrock agents. By using an agent's
alias, you can temporarily suspend agent operations during maintenance,
updates, or other situations.
- api-change:`compute-optimizer`: This release enables AWS Compute
Optimizer to analyze Amazon Aurora database clusters and generate Aurora
I/O-Optimized recommendations.
- api-change:`cost-optimization-hub`: Support recommendations for Aurora
instance and Aurora cluster storage.
- api-change:`ecs`: Updates Amazon ECS documentation to include note for
upcoming default log driver mode change.
- api-change:`eks`: Add support for filtering ListInsights API calls on
MISCONFIGURATION insight category
- api-change:`entityresolution`: Add support for generating match IDs in
near real-time.
- api-change:`pcs`: Introduces SUSPENDING and SUSPENDED states for
clusters, compute node groups, and queues.
- api-change:`synthetics`: Support for Java runtime handler pattern.
</details>
<details>
<summary>Checkmarx/kics (checkmarx/kics)</summary>
###
[`v2.1.10`](https://redirect.github.com/Checkmarx/kics/releases/tag/v2.1.10)
[Compare
Source](https://redirect.github.com/Checkmarx/kics/compare/v2.1.9...v2.1.10)
#### What's Changed
- fix(engine): fix line counter for JSON Minified files by
[@​cx-rui-araujo](https://redirect.github.com/cx-rui-araujo) in
[https://github.com/Checkmarx/kics/pull/7473](https://redirect.github.com/Checkmarx/kics/pull/7473)
- fix(analyzer): exclude azure-pipelines-vscode schema JSON file by
[@​cx-rui-araujo](https://redirect.github.com/cx-rui-araujo) in
[https://github.com/Checkmarx/kics/pull/7482](https://redirect.github.com/Checkmarx/kics/pull/7482)
- update(deps): update helm to v3.18.2 and buildkit to v0.22.0 by
[@​cx-rui-araujo](https://redirect.github.com/cx-rui-araujo) in
[https://github.com/Checkmarx/kics/pull/7484](https://redirect.github.com/Checkmarx/kics/pull/7484)
**Full Changelog**:
Checkmarx/kics@v2.1.9...v2.1.10
</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:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 64df9c3 commit ad321a0Copy full SHA for ad321a0
File tree
Expand file treeCollapse file tree
3 files changed
+32
-32
lines changedFilter options
- .github/workflows
- modules/terminate-agent-hook/lambda
Expand file treeCollapse file tree
3 files changed
+32
-32
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
|
+29-29Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
modules/terminate-agent-hook/lambda/requirements.txt
Copy file name to clipboard+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + |
0 commit comments