-
-
Notifications
You must be signed in to change notification settings - Fork 339
Commit a5a42d6
authored
chore(deps): update all dependencies (#1267)
This PR contains the following updates:
| Package | Type | Update | Change | Age | Adoption | Passing |
Confidence |
|---|---|---|---|---|---|---|---|
| [actions/cache](https://redirect.github.com/actions/cache) | action |
digest | `d4323d4` -> `5a3ec84` | | | | |
|
[actions/upload-artifact](https://redirect.github.com/actions/upload-artifact)
| action | digest | `4cec3d8` -> `ea165f8` | | | | |
| [aws](https://registry.terraform.io/providers/hashicorp/aws)
([source](https://redirect.github.com/hashicorp/terraform-provider-aws))
| required_provider | minor | `5.90.1` -> `5.92.0` |
[](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.37.11` -> `==1.37.18` |
[](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.37.11` -> `==1.37.18` |
[](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.5-debian` -> `v2.1.6-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/)
|
| [random](https://registry.terraform.io/providers/hashicorp/random)
([source](https://redirect.github.com/hashicorp/terraform-provider-random))
| required_provider | minor | `3.6.3` -> `3.7.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/)
|
---
### Release Notes
<details>
<summary>hashicorp/terraform-provider-aws (aws)</summary>
###
[`v5.92.0`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5920-March-20-2025)
[Compare
Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.91.0...v5.92.0)
NOTES:
- resource/aws_kendra_data_source: The `configuration.s3_configuration`
argument is deprecated. Use `configuration.template_configuration`
instead, which supports the upgraded Amazon S3 connector. Amazon has
ended support for the older architecture as of June 2024, and resources
created with this argument cannot be edited or updated. See the [Amazon
Kendra
documentation](https://docs.aws.amazon.com/kendra/latest/dg/data-source-s3.html)
for additional details.
([#​35437](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/35437))
- resource/aws_kendra_data_source: The
`configuration.web_crawler_configuration` argument is deprecated. Use
`configuration.template_configuration` instead, which supports the
Amazon Kendra Web Crawler connector v2.0. See the [Amazon Kendra
documentation](https://docs.aws.amazon.com/kendra/latest/dg/data-source-web-crawler.html)
for additional details.
([#​35437](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/35437))
FEATURES:
- **New Data Source:** `aws_api_gateway_api_keys`
([#​39335](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39335))
- **New Data Source:** `aws_eks_cluster_versions`
([#​40741](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40741))
- **New Data Source:** `aws_identitystore_group_memberships`
([#​31589](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31589))
- **New Data Source:** `aws_identitystore_users`
([#​31688](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31688))
- **New Resource:** `aws_athena_capacity_reservation`
([#​41858](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41858))
ENHANCEMENTS:
- data-source/aws_connect_user: Add `identity_info.secondary_email`
attribute
([#​41001](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41001))
- data-source/aws_db_instance: Add `database_insights_mode` attribute
([#​41607](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41607))
- data-source/aws_ebs_volume: Add `create_time` attribute
([#​41839](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41839))
- data-source/aws_lb: Add `ipam_pools` attribute
([#​41822](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41822))
- provider: Support `aws-marketplace` as a valid account ID in ARNs
([#​41867](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41867))
- resource/aws_appconfig_extension_association: Add plan-time validation
of `extension_arn` and `resource_arn`
([#​41907](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41907))
- resource/aws_connect_user: Add `identity_info.secondary_email`
attribute
([#​41001](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41001))
- resource/aws_db_instance: Add `database_insights_mode` argument
([#​41607](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41607))
- resource/aws_ebs_volume: Add `create_time` attribute
([#​41839](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41839))
- resource/aws_kendra_data_source: Add
`configuration.template_configuration` argument
([#​35437](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/35437))
- resource/aws_lb: Add `ipam_pools` configuration block
([#​41822](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41822))
BUG FIXES:
- resource/aws_api_gateway_rest_api: Avoid unnecessary remove and add
operations for `vpc_endpoint_ids`
([#​41836](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41836))
- resource/aws_bedrockagent_agent: Fix `instruction` validator to
consider multi-byte chars so not to artificially limit instruction
length
([#​41921](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41921))
- resource/aws_eks_cluster: Allow `compute_config.node_role_arn` to
update in place when previously unset
([#​41925](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41925))
- resource/aws_rds_cluster: Ensure that `performance_insights_enabled`
takes effect when creating a cluster that is a member of a global
cluster
([#​41737](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41737))
- resource/aws_rds_cluster: Fix `InvalidParameterCombination: To enable
the Advanced mode of Database Insights, modify your cluster to enable
Performance Insights and set the retention period for Performance
Insights to at least 465 days` errors when enabling
`database_insights_mode` on existing clusters
([#​41737](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41737))
- resource/aws_timestreaminfluxdb_db_instance: Set new computed value
for `secondary_availability_zone` attribute when changing
`deployment_type`
([#​41849](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41849))
###
[`v5.91.0`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5910-March-13-2025)
[Compare
Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.90.1...v5.91.0)
NOTES:
- resource/aws_network_interface_permission: Because we cannot easily
test this functionality, it is best effort and we ask for community help
in testing
([#​40797](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40797))
FEATURES:
- **New Resource:** `aws_network_interface_permission`
([#​40797](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40797))
- **New Resource:** `aws_route53_records_exclusive`
([#​41741](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41741))
ENHANCEMENTS:
- resource/aws_codebuild_project: Add `secondary_sources.auth`
configuration block
([#​40191](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40191))
- resource/aws_kinesis_firehose_delivery_stream: Add
`msk_source_configuration.read_from_timestamp` argument
([#​41794](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41794))
- resource/aws_route53\_hosted_zone_dnssec: Add configurable operation
timeouts
([#​41741](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41741))
- resource/aws_route53\_key_signing_key: Add configurable operation
timeouts
([#​41741](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41741))
- resource/aws_route53\_record: Add configurable operation timeouts
([#​41741](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41741))
- resource/aws_route53\_zone: Add configurable operation timeouts
([#​41741](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41741))
- resource/aws_route53\_zone_association: Add configurable operation
timeouts
([#​41741](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41741))
- resource/aws_timestreaminfluxdb_db_instance: Add `network_type` and
`port` attributes. The following can now be updated in place:
`allocated_storage`, `db_instance_type`, `db_storage_type` and
`deployment_type`
([#​40661](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40661))
- resource/aws_vpc_ipv4\_cidr_block_association: Support optional import
of the `ipv4_ipam_pool_id` and `ipv4_netmask_length` attributes
([#​41779](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41779))
- resource/aws_vpc_ipv6\_cidr_block_association: Support optional import
of the `ipv6_ipam_pool_id` and `ipv6_netmask_length` attributes
([#​41779](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41779))
- resource/aws_wafv2\_ip_set: Add `name_prefix` argument and plan-time
validation of `name`
([#​40889](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40889))
- resource/aws_wafv2\_regex_pattern_set: Add `name_prefix` argument and
plan-time validation of `name`
([#​40889](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40889))
- resource/aws_wafv2\_web_acl: Add `name_prefix` argument
([#​40889](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40889))
- resource/aws_wafv2\_web_acl: Add `rule.challenge_config` argument
([#​40123](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40123))
BUG FIXES:
- resource/aws_msk_cluster: Ensure that `storage_mode` updates are
actually applied to the cluster
([#​41773](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41773))
</details>
<details>
<summary>boto/boto3 (boto3)</summary>
###
[`v1.37.18`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13718)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.37.17...1.37.18)
\=======
- api-change:`bedrock`: \[`botocore`] A CustomModelUnit(CMU) is an
abstract view of the hardware utilization that Bedrock needs to host a a
single copy of your custom imported model. Bedrock determines the number
of CMUs that a model copy needs when you import the custom model. You
can use CMUs to estimate the cost of Inference's.
- api-change:`datazone`: \[`botocore`] Add support for overriding
selection of default AWS IAM Identity Center instance as part of Amazon
DataZone domain APIs.
- api-change:`route53-recovery-control-config`: \[`botocore`] Adds
dual-stack (IPv4 and IPv6) endpoint support for
route53-recovery-control-config operations, opt-in dual-stack addresses
for cluster endpoints, and UpdateCluster API to update the network-type
of clusters between IPv4 and dual-stack.
- api-change:`sagemaker`: \[`botocore`] This release does the following:
1.) Adds DurationHours as a required field to the
SearchTrainingPlanOfferings action in the SageMaker AI API; 2.) Adds
support for G6e instance types for SageMaker AI inference optimization
jobs.
###
[`v1.37.17`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13717)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.37.16...1.37.17)
\=======
- api-change:`amplify`: \[`botocore`] Added appId field to Webhook
responses
- api-change:`bedrock`: \[`botocore`] With this release, Bedrock
Evaluation will now support bring your own inference responses.
- api-change:`controlcatalog`: \[`botocore`] Add ExemptAssumeRoot
parameter to adapt for new AWS AssumeRoot capability.
- api-change:`mailmanager`: \[`botocore`] Amazon SES Mail Manager.
Extended rule string and boolean expressions to support analysis in
condition evaluation. Extended ingress point string expression to
support analysis in condition evaluation
- api-change:`network-firewall`: \[`botocore`] You can now use flow
operations to either flush or capture traffic monitored in your
firewall's flow table.
###
[`v1.37.16`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13716)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.37.15...1.37.16)
\=======
- api-change:`bedrock`: \[`botocore`] Support custom prompt routers for
evaluation jobs
- api-change:`ec2`: \[`botocore`] Doc-only updates for EC2 for March
2025.
- api-change:`lambda`: \[`botocore`] Add Ruby 3.4 (ruby3.4) support to
AWS Lambda.
- api-change:`mediaconnect`: \[`botocore`] This release adds support for
NDI flow outputs in AWS Elemental MediaConnect. You can now send content
from your MediaConnect transport streams directly to your NDI
environment using the new NDI output type.
- api-change:`neptune-graph`: \[`botocore`] Update IAM Role ARN
Validation to Support Role Paths
- api-change:`sagemaker`: \[`botocore`] Added support for g6, g6e, m6i,
c6i instance types in SageMaker Processing Jobs.
###
[`v1.37.15`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13715)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.37.14...1.37.15)
\=======
- api-change:`appsync`: \[`botocore`] Providing Tagging support for
DomainName in AppSync
- api-change:`cleanrooms`: \[`botocore`] This release adds support for
PySpark jobs. Customers can now analyze data by running jobs using
approved PySpark analysis templates.
- api-change:`mediaconvert`: \[`botocore`] This release adds support for
AVC passthrough, the ability to specify PTS offset without padding, and
an A/V segment matching feature.
- api-change:`route53`: \[`botocore`] Amazon Route 53 now supports the
iso-f regions for private DNS Amazon VPCs and cloudwatch healthchecks.
###
[`v1.37.14`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13714)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.37.13...1.37.14)
\=======
- api-change:`application-signals`: \[`botocore`] This release adds
support for adding, removing, and listing SLO time exclusion windows
with the BatchUpdateExclusionWindows and
ListServiceLevelObjectiveExclusionWindows APIs.
- api-change:`geo-maps`: \[`botocore`] Provide support for vector map
styles in the GetStaticMap operation.
- api-change:`rum`: \[`botocore`] CloudWatch RUM now supports
unminification of JS error stack traces.
- api-change:`taxsettings`: \[`botocore`] Adjust Vietnam
PaymentVoucherNumber regex and minor API change.
- api-change:`wafv2`: \[`botocore`] AWS WAF now lets you inspect
fragments of request URIs. You can specify the scope of the URI to
inspect and narrow the set of URI fragments.
###
[`v1.37.13`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13713)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.37.12...1.37.13)
\=======
- api-change:`cognito-identity`: \[`botocore`] Updated API model build
artifacts for identity pools
- api-change:`cognito-idp`: \[`botocore`] Minor description updates to
API parameters
- api-change:`glue`: \[`botocore`] This release added
AllowFullTableExternalDataAccess to glue catalog resource.
- api-change:`lakeformation`: \[`botocore`] This release added
"condition" to LakeFormation OptIn APIs, also added WithPrivilegedAccess
flag to RegisterResource and DescribeResource.
###
[`v1.37.12`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13712)
[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.37.11...1.37.12)
\=======
- api-change:`acm-pca`: \[`botocore`] Private Certificate Authority
service now supports P521 and RSA3072 key algorithms.
- api-change:`amplify`: \[`botocore`] Introduced support for Skew
Protection. Added enableSkewProtection field to createBranch and
updateBranch API.
- api-change:`codebuild`: \[`botocore`] AWS CodeBuild now supports
webhook filtering by organization name
- api-change:`datazone`: \[`botocore`] This release adds support to
update projects and environments
- api-change:`dynamodb`: \[`botocore`] Generate account endpoints for
DynamoDB requests using ARN-sourced account ID when available
- api-change:`ec2`: \[`botocore`] This release changes the
CreateLaunchTemplate, CreateLaunchTemplateVersion, ModifyLaunchTemplate
CLI and SDKs such that if you do not specify a client token, a randomly
generated token is used for the request to ensure idempotency.
- api-change:`ivs-realtime`: \[`botocore`] IVS Real-Time now offers
customers the ability to adjust the participant & composition recording
segment duration
- api-change:`logs`: \[`botocore`] Updated CreateLogAnomalyDetector to
accept only kms key arn
- api-change:`mediapackagev2`: \[`botocore`] This release adds the
ResetChannelState and ResetOriginEndpointState operation to reset
MediaPackage V2 channel and origin endpoint. This release also adds a
new field, UrlEncodeChildManifest, for HLS/LL-HLS to allow URL-encoding
child manifest query string based on the requirements of AWS SigV4.
- api-change:`s3control`: \[`botocore`] Updating GetDataAccess response
for S3 Access Grants to include the matched Grantee for the requested
prefix
</details>
<details>
<summary>boto/botocore (botocore)</summary>
###
[`v1.37.18`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13718)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.37.17...1.37.18)
\=======
- api-change:`bedrock`: A CustomModelUnit(CMU) is an abstract view of
the hardware utilization that Bedrock needs to host a a single copy of
your custom imported model. Bedrock determines the number of CMUs that a
model copy needs when you import the custom model. You can use CMUs to
estimate the cost of Inference's.
- api-change:`datazone`: Add support for overriding selection of default
AWS IAM Identity Center instance as part of Amazon DataZone domain APIs.
- api-change:`route53-recovery-control-config`: Adds dual-stack (IPv4
and IPv6) endpoint support for route53-recovery-control-config
operations, opt-in dual-stack addresses for cluster endpoints, and
UpdateCluster API to update the network-type of clusters between IPv4
and dual-stack.
- api-change:`sagemaker`: This release does the following: 1.) Adds
DurationHours as a required field to the SearchTrainingPlanOfferings
action in the SageMaker AI API; 2.) Adds support for G6e instance types
for SageMaker AI inference optimization jobs.
###
[`v1.37.17`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13717)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.37.16...1.37.17)
\=======
- api-change:`amplify`: Added appId field to Webhook responses
- api-change:`bedrock`: With this release, Bedrock Evaluation will now
support bring your own inference responses.
- api-change:`controlcatalog`: Add ExemptAssumeRoot parameter to adapt
for new AWS AssumeRoot capability.
- api-change:`mailmanager`: Amazon SES Mail Manager. Extended rule
string and boolean expressions to support analysis in condition
evaluation. Extended ingress point string expression to support analysis
in condition evaluation
- api-change:`network-firewall`: You can now use flow operations to
either flush or capture traffic monitored in your firewall's flow table.
###
[`v1.37.16`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13716)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.37.15...1.37.16)
\=======
- api-change:`bedrock`: Support custom prompt routers for evaluation
jobs
- api-change:`ec2`: Doc-only updates for EC2 for March 2025.
- api-change:`lambda`: Add Ruby 3.4 (ruby3.4) support to AWS Lambda.
- api-change:`mediaconnect`: This release adds support for NDI flow
outputs in AWS Elemental MediaConnect. You can now send content from
your MediaConnect transport streams directly to your NDI environment
using the new NDI output type.
- api-change:`neptune-graph`: Update IAM Role ARN Validation to Support
Role Paths
- api-change:`sagemaker`: Added support for g6, g6e, m6i, c6i instance
types in SageMaker Processing Jobs.
###
[`v1.37.15`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13715)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.37.14...1.37.15)
\=======
- api-change:`appsync`: Providing Tagging support for DomainName in
AppSync
- api-change:`cleanrooms`: This release adds support for PySpark jobs.
Customers can now analyze data by running jobs using approved PySpark
analysis templates.
- api-change:`mediaconvert`: This release adds support for AVC
passthrough, the ability to specify PTS offset without padding, and an
A/V segment matching feature.
- api-change:`route53`: Amazon Route 53 now supports the iso-f regions
for private DNS Amazon VPCs and cloudwatch healthchecks.
###
[`v1.37.14`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13714)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.37.13...1.37.14)
\=======
- api-change:`application-signals`: This release adds support for
adding, removing, and listing SLO time exclusion windows with the
BatchUpdateExclusionWindows and
ListServiceLevelObjectiveExclusionWindows APIs.
- api-change:`geo-maps`: Provide support for vector map styles in the
GetStaticMap operation.
- api-change:`rum`: CloudWatch RUM now supports unminification of JS
error stack traces.
- api-change:`taxsettings`: Adjust Vietnam PaymentVoucherNumber regex
and minor API change.
- api-change:`wafv2`: AWS WAF now lets you inspect fragments of request
URIs. You can specify the scope of the URI to inspect and narrow the set
of URI fragments.
###
[`v1.37.13`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13713)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.37.12...1.37.13)
\=======
- api-change:`cognito-identity`: Updated API model build artifacts for
identity pools
- api-change:`cognito-idp`: Minor description updates to API parameters
- api-change:`glue`: This release added AllowFullTableExternalDataAccess
to glue catalog resource.
- api-change:`lakeformation`: This release added "condition" to
LakeFormation OptIn APIs, also added WithPrivilegedAccess flag to
RegisterResource and DescribeResource.
###
[`v1.37.12`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13712)
[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.37.11...1.37.12)
\=======
- api-change:`acm-pca`: Private Certificate Authority service now
supports P521 and RSA3072 key algorithms.
- api-change:`amplify`: Introduced support for Skew Protection. Added
enableSkewProtection field to createBranch and updateBranch API.
- api-change:`codebuild`: AWS CodeBuild now supports webhook filtering
by organization name
- api-change:`datazone`: This release adds support to update projects
and environments
- api-change:`dynamodb`: Generate account endpoints for DynamoDB
requests using ARN-sourced account ID when available
- api-change:`ec2`: This release changes the CreateLaunchTemplate,
CreateLaunchTemplateVersion, ModifyLaunchTemplate CLI and SDKs such that
if you do not specify a client token, a randomly generated token is used
for the request to ensure idempotency.
- api-change:`ivs-realtime`: IVS Real-Time now offers customers the
ability to adjust the participant & composition recording segment
duration
- api-change:`logs`: Updated CreateLogAnomalyDetector to accept only kms
key arn
- api-change:`mediapackagev2`: This release adds the ResetChannelState
and ResetOriginEndpointState operation to reset MediaPackage V2 channel
and origin endpoint. This release also adds a new field,
UrlEncodeChildManifest, for HLS/LL-HLS to allow URL-encoding child
manifest query string based on the requirements of AWS SigV4.
- api-change:`s3control`: Updating GetDataAccess response for S3 Access
Grants to include the matched Grantee for the requested prefix
</details>
<details>
<summary>Checkmarx/kics (checkmarx/kics)</summary>
###
[`v2.1.6`](https://redirect.github.com/Checkmarx/kics/releases/tag/v2.1.6)
[Compare
Source](https://redirect.github.com/Checkmarx/kics/compare/2.1.5...v2.1.6)
#### What's Changed
- update(dependabot): add groups to dependabot.yml github action by
[@​ArturRibeiro-CX](https://redirect.github.com/ArturRibeiro-CX)
in
[https://github.com/Checkmarx/kics/pull/7344](https://redirect.github.com/Checkmarx/kics/pull/7344)
- fix(query): fix FP in openAPI Invalid Media Type Value query by
[@​ArturRibeiro-CX](https://redirect.github.com/ArturRibeiro-CX)
in
[https://github.com/Checkmarx/kics/pull/7350](https://redirect.github.com/Checkmarx/kics/pull/7350)
- fix(documentation): update descriptionText metadata field for invalid
media type openAPI query by
[@​ArturRibeiro-CX](https://redirect.github.com/ArturRibeiro-CX)
in
[https://github.com/Checkmarx/kics/pull/7361](https://redirect.github.com/Checkmarx/kics/pull/7361)
- docs(queries): add missing platforms to KICS docs website sidebar by
[@​ArturRibeiro-CX](https://redirect.github.com/ArturRibeiro-CX)
in
[https://github.com/Checkmarx/kics/pull/7376](https://redirect.github.com/Checkmarx/kics/pull/7376)
- ci(deps): bump the all group across 1 directory with 17 updates by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Checkmarx/kics/pull/7373](https://redirect.github.com/Checkmarx/kics/pull/7373)
- update(query): change amazonaws.cn links to aws.amazon.com by
[@​connorg](https://redirect.github.com/connorg) in
[https://github.com/Checkmarx/kics/pull/7288](https://redirect.github.com/Checkmarx/kics/pull/7288)
- fix(password): fix Password and Secrets FP results by
[@​ArturRibeiro-CX](https://redirect.github.com/ArturRibeiro-CX)
in
[https://github.com/Checkmarx/kics/pull/7353](https://redirect.github.com/Checkmarx/kics/pull/7353)
- update(deps): update docker images to latest versions by
[@​cx-ruiaraujo](https://redirect.github.com/cx-ruiaraujo) in
[https://github.com/Checkmarx/kics/pull/7401](https://redirect.github.com/Checkmarx/kics/pull/7401)
- fix(dockerfile): restore CGO_ENABLED=0 for static linking in
Dockerfile by [@​smtan-gl](https://redirect.github.com/smtan-gl)
in
[https://github.com/Checkmarx/kics/pull/7397](https://redirect.github.com/Checkmarx/kics/pull/7397)
- docs(queries): update queries catalog by
[@​kicsbot](https://redirect.github.com/kicsbot) in
[https://github.com/Checkmarx/kics/pull/7356](https://redirect.github.com/Checkmarx/kics/pull/7356)
- docs(kicsbot): preparing for release 2.1.6 by
[@​kicsbot](https://redirect.github.com/kicsbot) in
[https://github.com/Checkmarx/kics/pull/7402](https://redirect.github.com/Checkmarx/kics/pull/7402)
#### New Contributors
- [@​connorg](https://redirect.github.com/connorg) made their
first contribution in
[https://github.com/Checkmarx/kics/pull/7288](https://redirect.github.com/Checkmarx/kics/pull/7288)
- [@​smtan-gl](https://redirect.github.com/smtan-gl) made their
first contribution in
[https://github.com/Checkmarx/kics/pull/7397](https://redirect.github.com/Checkmarx/kics/pull/7397)
**Full Changelog**:
Checkmarx/kics@2.1.5...v2.1.6
</details>
<details>
<summary>hashicorp/terraform-provider-random (random)</summary>
###
[`v3.7.1`](https://redirect.github.com/hashicorp/terraform-provider-random/blob/HEAD/CHANGELOG.md#371-February-25-2025)
[Compare
Source](https://redirect.github.com/hashicorp/terraform-provider-random/compare/v3.6.3...v3.7.1)
NOTES:
- New [ephemeral
resource](https://developer.hashicorp.com/terraform/language/resources/ephemeral)
`random_password` now supports [ephemeral
values](https://developer.hashicorp.com/terraform/language/values/variables#exclude-values-from-state).
([#​625](https://redirect.github.com/hashicorp/terraform-provider-random/issues/625))
FEATURES:
- ephemeral/random_password: New ephemeral resource that generates a
password string. When used in combination with a managed resource
write-only attribute, Terraform will not store the password in the plan
or state file.
([#​625](https://redirect.github.com/hashicorp/terraform-provider-random/issues/625))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 1e2c285 commit a5a42d6Copy full SHA for a5a42d6
File tree
Expand file treeCollapse file tree
4 files changed
+35
-35
lines changedFilter options
- .github/workflows
- modules/terminate-agent-hook/lambda
Expand file treeCollapse file tree
4 files changed
+35
-35
lines changed+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
|
.github/workflows/feature_branch-megalinter.yml
Copy file name to clipboardExpand all lines: .github/workflows/feature_branch-megalinter.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
|
+30-30Lines changed: 30 additions & 30 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