Skip to content

Commit a5a42d6

Browse files
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` | [![age](https://developer.mend.io/api/mc/badges/age/terraform-provider/hashicorp%2faws/5.92.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/terraform-provider/hashicorp%2faws/5.92.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/terraform-provider/hashicorp%2faws/5.90.1/5.92.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-provider/hashicorp%2faws/5.90.1/5.92.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [boto3](https://redirect.github.com/boto/boto3) | | patch | `==1.37.11` -> `==1.37.18` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/boto3/1.37.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/boto3/1.37.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/boto3/1.37.11/1.37.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/boto3/1.37.11/1.37.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [botocore](https://redirect.github.com/boto/botocore) | | patch | `==1.37.11` -> `==1.37.18` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/botocore/1.37.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/botocore/1.37.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/botocore/1.37.11/1.37.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/botocore/1.37.11/1.37.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [checkmarx/kics](https://redirect.github.com/Checkmarx/kics) | container | patch | `v2.1.5-debian` -> `v2.1.6-debian` | [![age](https://developer.mend.io/api/mc/badges/age/docker/checkmarx%2fkics/v2.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/docker/checkmarx%2fkics/v2.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/docker/checkmarx%2fkics/v2.1.5/v2.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/checkmarx%2fkics/v2.1.5/v2.1.6?slim=true)](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` | [![age](https://developer.mend.io/api/mc/badges/age/terraform-provider/hashicorp%2frandom/3.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/terraform-provider/hashicorp%2frandom/3.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/terraform-provider/hashicorp%2frandom/3.6.3/3.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-provider/hashicorp%2frandom/3.6.3/3.7.1?slim=true)](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. ([#&#8203;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. ([#&#8203;35437](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/35437)) FEATURES: - **New Data Source:** `aws_api_gateway_api_keys` ([#&#8203;39335](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39335)) - **New Data Source:** `aws_eks_cluster_versions` ([#&#8203;40741](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40741)) - **New Data Source:** `aws_identitystore_group_memberships` ([#&#8203;31589](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31589)) - **New Data Source:** `aws_identitystore_users` ([#&#8203;31688](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31688)) - **New Resource:** `aws_athena_capacity_reservation` ([#&#8203;41858](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41858)) ENHANCEMENTS: - data-source/aws_connect_user: Add `identity_info.secondary_email` attribute ([#&#8203;41001](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41001)) - data-source/aws_db_instance: Add `database_insights_mode` attribute ([#&#8203;41607](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41607)) - data-source/aws_ebs_volume: Add `create_time` attribute ([#&#8203;41839](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41839)) - data-source/aws_lb: Add `ipam_pools` attribute ([#&#8203;41822](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41822)) - provider: Support `aws-marketplace` as a valid account ID in ARNs ([#&#8203;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` ([#&#8203;41907](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41907)) - resource/aws_connect_user: Add `identity_info.secondary_email` attribute ([#&#8203;41001](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41001)) - resource/aws_db_instance: Add `database_insights_mode` argument ([#&#8203;41607](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41607)) - resource/aws_ebs_volume: Add `create_time` attribute ([#&#8203;41839](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41839)) - resource/aws_kendra_data_source: Add `configuration.template_configuration` argument ([#&#8203;35437](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/35437)) - resource/aws_lb: Add `ipam_pools` configuration block ([#&#8203;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` ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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` ([#&#8203;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 ([#&#8203;40797](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40797)) FEATURES: - **New Resource:** `aws_network_interface_permission` ([#&#8203;40797](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40797)) - **New Resource:** `aws_route53_records_exclusive` ([#&#8203;41741](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41741)) ENHANCEMENTS: - resource/aws_codebuild_project: Add `secondary_sources.auth` configuration block ([#&#8203;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 ([#&#8203;41794](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41794)) - resource/aws_route53\_hosted_zone_dnssec: Add configurable operation timeouts ([#&#8203;41741](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41741)) - resource/aws_route53\_key_signing_key: Add configurable operation timeouts ([#&#8203;41741](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41741)) - resource/aws_route53\_record: Add configurable operation timeouts ([#&#8203;41741](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41741)) - resource/aws_route53\_zone: Add configurable operation timeouts ([#&#8203;41741](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/41741)) - resource/aws_route53\_zone_association: Add configurable operation timeouts ([#&#8203;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` ([#&#8203;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 ([#&#8203;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 ([#&#8203;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` ([#&#8203;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` ([#&#8203;40889](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40889)) - resource/aws_wafv2\_web_acl: Add `name_prefix` argument ([#&#8203;40889](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40889)) - resource/aws_wafv2\_web_acl: Add `rule.challenge_config` argument ([#&#8203;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 ([#&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;kicsbot](https://redirect.github.com/kicsbot) in [https://github.com/Checkmarx/kics/pull/7402](https://redirect.github.com/Checkmarx/kics/pull/7402) #### New Contributors - [@&#8203;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) - [@&#8203;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). ([#&#8203;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. ([#&#8203;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 a5a42d6

File tree

4 files changed

+35
-35
lines changed

4 files changed

+35
-35
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
kics:
6060
runs-on: ubuntu-latest
6161
container:
62-
image: checkmarx/kics:v2.1.5-debian@sha256:b2a99f21ac3a34b411ea5c0213e2a0404908ae57aae191d41f09282865599f28
62+
image: checkmarx/kics:v2.1.6-debian@sha256:042f1f1aab3b9b7399e28f96160b9485c4a32b98cf2eec3b68b08cb5bb606b1e
6363
steps:
6464
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6565
# ignore: "tags not used", "access analyzer not used", "shield advanced not used"
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7373
name: Checkout source code
7474

75-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
75+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
7676
name: Cache plugin dir
7777
with:
7878
path: ~/.tflint.d/plugins

.github/workflows/feature_branch-megalinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# Upload MegaLinter artifacts
5454
- name: Archive production artifacts
5555
if: ${{ success() || failure() }}
56-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
56+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
5757
with:
5858
name: MegaLinter reports
5959
path: |

.terraform.lock.hcl

Lines changed: 30 additions & 30 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.37.11
2-
botocore ==1.37.11
1+
boto3 ==1.37.18
2+
botocore ==1.37.18

0 commit comments

Comments
 (0)