Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all dependencies #1181

Merged
merged 1 commit into from
Sep 16, 2024
Merged

chore(deps): update all dependencies #1181

merged 1 commit into from
Sep 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/upload-artifact action digest 834a144 -> 5076954
aws (source) required_provider minor 5.63.0 -> 5.67.0 age adoption passing confidence
boto3 patch ==1.35.0 -> ==1.35.20 age adoption passing confidence
botocore patch ==1.35.0 -> ==1.35.20 age adoption passing confidence
local (source) required_provider patch 2.5.1 -> 2.5.2 age adoption passing confidence
null (source) required_provider patch 3.2.2 -> 3.2.3 age adoption passing confidence
oxsecurity/megalinter action major v7.13.0 -> v8.0.0 age adoption passing confidence
random (source) required_provider patch 3.6.2 -> 3.6.3 age adoption passing confidence
random (source) required_provider patch 3.6.2 -> 3.6.3 age adoption passing confidence
terraform-docs/gh-actions action patch v1.2.0 -> v1.2.2 age adoption passing confidence
terraform-linters/tflint-ruleset-aws plugin minor 0.32.0 -> 0.33.0 age adoption passing confidence
tls (source) required_provider patch 4.0.5 -> 4.0.6 age adoption passing confidence

Release Notes

hashicorp/terraform-provider-aws (aws)

v5.67.0

Compare Source

BREAKING CHANGES:

  • resource/aws_lexv2models_slot_type: Within the value_selection_setting.advanced_recognition_setting block, the audio_recognition_setting argument has been renamed audio_recognition_strategy (#​39254)

NOTES:

  • provider: Downgrades to Go 1.22.6. A small number of users have reported failed or hanging network connections using the version of the Terraform AWS provider which was first built with Go 1.23.0 (v5.65.0). At this point, maintainers have been unable to reproduce failures, but enough distinct users have reported issues that we are going to attempt downgrading to Go 1.22.6 for the next provider release. We will continue to coordinate with users and AWS in an attempt to identify the root cause, using this upcoming release with a reverted Go build version as a data point. (#​39256)
  • resource/aws_lexv2models_slot_type: Within the value_selection_setting.advanced_recognition_setting block, the audio_recognition_setting argument has been renamed audio_recognition_strategy. See the linked pull request for additional justification on this change. The previous misnaming effectively made this argument unusable, therefore a breaking change in a minor version was deemed acceptable. (#​39254)

FEATURES:

  • New Data Source: aws_codebuild_fleet (#​39237)
  • New Resource: aws_cloudformation_stack_instances (#​36794)
  • New Resource: aws_codebuild_fleet (#​39237)
  • New Resource: aws_computeoptimizer_enrollment_status (#​35349)
  • New Resource: aws_computeoptimizer_recommendation_preferences (#​35349)
  • New Resource: aws_costoptimizationhub_enrollment_status (#​36440)
  • New Resource: aws_costoptimizationhub_preferences (#​36526)
  • New Resource: aws_datazone_asset_type (#​38812)
  • New Resource: aws_datazone_environment_profile (#​38581)
  • New Resource: aws_lambda_function_recursion_config (#​39153)

ENHANCEMENTS:

  • data-source/aws_acm_certificate: Mark domain and tags as Optional. This enables certificates to be matched based on tags (#​31453)
  • data-source/aws_kinesis_stream: Add encryption_type and kms_key_id attributes (#​39212)
  • datasource/aws_cognito_user_pool: Deprecates user_pool_tags in favor of standard tags. (#​39260)
  • provider: Adds support for IAM role chaining. The provider attribute assume_role now accepts multiple elements. (#​39255)
  • resource/aws_amplify_app: Add cache_config argument (#​39215)
  • resource/aws_cloudhsm_v2_cluster: Add mode argument (#​39206)
  • resource/aws_cloudhsm_v2_cluster: Support hsm2m.medium as a valid value for hsm_type (#​39206)
  • resource/aws_codebuild_project: Add fleet attribute in environment configuration block (#​39237)
  • resource/aws_kinesis_firehose_delivery_stream: Add snowflake_configuration.buffering_internal and snowflake_configuration.buffering_size arguments (#​39214)
  • resource/aws_quicksight_user: Add READER_PRO, AUTHOR_PRO, and ADMIN_PRO as valid values for the user_role argument (#​39220)
  • resource/aws_sagemaker_domain: Add default_user_settings.domain_settings.docker_settings configuration block (#​35416)
  • resource/aws_sagemaker_domain: Add default_user_settings.studio_web_portal_settings, default_space_settings.jupyter_lab_app_settings, default_space_settings.space_storage_settings, default_space_settings.custom_posix_user_config, and default_space_settings.custom_file_system_config configuration blocks (#​38457)
  • resource/aws_sagemaker_endpoint_configuration: Add production_variants.managed_instance_scaling and shadow_production_variants.managed_instance_scaling configuration blocks (#​35479)
  • resource/aws_sagemaker_model: Add primary_container.inference_specification_name and container.inference_specification_name arguments (#​35873)
  • resource/aws_sagemaker_model: Add primary_container.model_data_source.s3_data_source.model_access_config, primary_container.multi_model_config, container.model_data_source.s3_data_source.model_access_config, and ``container.multi_model_config` configuration blocks (#​35873)
  • resource/aws_sagemaker_user_profile: Add user_settings.studio_web_portal_settings configuration block (#​38567)
  • resource/aws_sfn_state_machine: Add plan-time validation of definition using the AWS Step Functions Validation API (#​39229)

BUG FIXES:

  • data-source/aws_eks_cluster: Return created_at as an RFC3339 formatted timestamp (#​24183)
  • datasource/aws_cognito_user_pool: Fixes value conversion error. (#​39260)
  • provider: Fix empty tags drift on fwprovider resources (#​38636)
  • resource/aws_batch_job_queue: Fixes error in schema migration function. (#​39257)
  • resource/aws_cognito_user_pool: Correctly unsets tags. (#​39260)
  • resource/aws_ecr_repository_policy: Fix retry logic handling eventual consistency of newly created IAM roles (#​39190)
  • resource/aws_eks_cluster: Return created_at as an RFC3339 formatted timestamp (#​24183)
  • resource/aws_iam_role: Fix to reduce Terraform reporting differences when a role's ARN temporarily appears as the role's unique ID (#​36794)
  • resource/aws_networkfirewall_tls_inspection_configuration: Fix issue where check_certificate_revovation_status is ignored due to bad autoflex field mapping (#​39211)
  • resource/aws_networkmonitor_monitor: Fixes error when optional attribute aggregation_period not set. (#​39279)
  • resource/aws_quicksight_data_set: Change permissions.actions MaxItems from 16 to 20. This fixes a regression introduced in v5.66.0 (#​39226)
  • resource/aws_quicksight_vpc_connection: Remove vpc_connection_id regular expression validator. This fixes a regression introduced in v5.66.0 (#​39231)
  • resource/aws_sagemaker_domain: Fix update for default_user_settings.domain_settings to include missing security_group_ids and r_studio_server_pro_domain_settings values (#​35416)
  • resource/aws_sesv2_configuration_set: Allow suppression_options.suppressed_reasons to be an empty list ([]) in order to disable the suppression list (#​29671)
  • resource/aws_sesv2_configuration_set_event_destination: Change event_destination.matching_event_types from TypeList to TypeSet as order is not significant (#​36897)
  • resource/aws_verifiedaccess_endpoint: fix crash when updating load_balancer_options.subnet_ids (#​39196)

v5.66.0

Compare Source

FEATURES:

  • New Data Source: aws_glue_registry (#​37953)
  • New Data Source: aws_organizations_organizational_unit_descendant_organizational_units (#​39120)
  • New Data Source: aws_quicksight_analysis (#​31737)
  • New Resource: aws_datazone_environment (#​38811)

ENHANCEMENTS:

  • data-source/aws_sns_topic: Add tags attribute (#​38959)
  • data-source/aws_transfer_server: Add tags attribute (#​39092)
  • resource/aws_appsync_graphql_api: Add api_type and merged_api_execution_role_arn arguments (#​39159)
  • resource/aws_bedrockagent_data_source: Add vector_ingestion_configuration.chunking_configuration.semantic_chunking_configuration, vector_ingestion_configuration.chunking_configuration.hierarchical_chunking_configuration, and vector_ingestion_configuration.parsing_configuration configuration blocks (#​39138)
  • resource/aws_datazone_domain: Add skip_deletion_protection attribute (#​38811)
  • resource/aws_docdbelastic_cluster: Add backup_retention_period and preferred_backup_window attributes (#​38452)
  • resource/aws_quicksight_data_source: Add parameters.databricks argument (#​31737)
  • resource/aws_rolesanywhere_trust_anchor: Add notification_settings argument (#​39108)
  • resource/aws_sagemaker_endpoint: Increase Create and Update InService timeouts to 60 minutes (#​39090)
  • resource/aws_wafv2_rule_group: Reduce rate_based_statement.limit minimum from 100 to 10 (#​39107)
  • resource/aws_wafv2_web_acl: Reduce rate_based_statement.limit minimum from 100 to 10 (#​39107)

BUG FIXES:

  • data-source/aws_networkmanager_core_network_policy_document: Change segment_actions.via.with_edge_override.use_edge to be nested set of edges, matching JSON (#​39142)
  • data-source/aws_networkmanager_core_network_policy_document: Deprecate segment_actions.via.with_edge_override.use_edge. Use segment_actions.via.with_edge_override.use_edge_location instead (#​39142)
  • many resources: Fixes perpetual diff when tag has a null value. (#​38869)
  • resource/aws_appconfig_extension: Mark role_arn as Optional (#​38900)
  • resource/aws_lexv2models_slot_type: Fix slot_type_values validator which limited configurations to 1 element (#​39126)
  • resource/aws_quicksight_analysis: Properly send theme_arn argument on create and update when configured (#​31737)
  • resource/aws_rolesanywhere_profile: Mark role_arns as Optional and send an empty list if unconfigured (#​39108)
  • resource/aws_synthetics_canary: Remove run_config.timeout_in_seconds default value to allow creation of resources with a frequency less than 14 minutes (#​35177)

v5.65.0

Compare Source

NOTES:

  • provider: Updates to Go 1.23. We do not expect this change to impact most users. For macOS, Go 1.23 requires macOS 11 Big Sur or later; support for previous versions has been discontinued. (#​38999)

FEATURES:

  • New Data Source: aws_shield_protection (#​37524)
  • New Resource: aws_glue_catalog_table_optimizer (#​38052)

ENHANCEMENTS:

  • data-source/aws_elb_hosted_zone_id: Add hosted zone ID for ap-southeast-5 AWS Region (#​39052)
  • data-source/aws_lb_hosted_zone_id: Add hosted zone IDs for ap-southeast-5 AWS Region (#​39052)
  • data-source/aws_s3_bucket: Add hosted zone ID for ap-southeast-5 AWS Region (#​39052)
  • provider: Support ap-southeast-5 as a valid AWS Region (#​39049)
  • resource/aws_cognito_user_pool: Add password_policy.password_history_size argument (#​39043)
  • resource/aws_elastic_beanstalk_application_version: Add process argument (#​25468)
  • resource/aws_elasticsearch_domain: Treat SUCCEEDED_WITH_ISSUES status as success when upgrading cluster (#​38086)
  • resource/aws_emr_cluster: Support io2 as a valid value for ebs_config.type (#​37740)
  • resource/aws_emr_instance_fleet: Support io2 as a valid value for instance_type_configs.ebs_config.type (#​37740)
  • resource/aws_emr_instance_group: Support io2 as a valid value for instance_type_configs.ebs_config.type (#​37740)
  • resource/aws_glue_job: Add job_run_queuing_enabled argument (#​39027)
  • resource/aws_lambda_event_source_mapping: Add kms_key_arn argument (#​39055)
  • resource/aws_verifiedaccess_endpoint: Set PolicyEnabled flag to false on update if policy_document is empty (#​38675)

BUG FIXES:

  • resource/aws_amplify_app: Fix crash updating auto_branch_creation_config (#​39041)
  • resource/aws_elasticsearch_domain_policy: Change domain_name to ForceNew (#​38086)
  • resource/aws_elbv2_listener: Fix crash when reading forward actions not configured in state (#​39039)
  • resource/aws_emr_instance_group: Properly send an instance_count value of 0 on create when configured (#​37740)
  • resource/aws_gamelift_game_server_group: Fix crash while reading server group with a nil auto scaling group ARN (#​39022)
  • resource/aws_guardduty_invite_accepter: Fix BadRequestException: The request is rejected because an invalid or out-of-range value is specified as an input parameter errors on resource Create (#​39084)
  • resource/aws_lakeformation_permissions: Fix error when revoking data_cells_filter permissions (#​39026)
  • resource/aws_neptune_cluster: Mark neptune_cluster_parameter_group_name as Computed (#​38980)
  • resource/aws_neptune_cluster_instance: Mark neptune_parameter_group_name as Computed (#​38980)
  • resource/aws_ssm_parameter: Fix ValidationException: Parameter ARN is not supported for this operation errors when deleting resources imported by ARN (#​39067)

v5.64.0

Compare Source

ENHANCEMENTS:

  • data-source/aws_opensearch_domain: Add dashboard_endpoint_v2, domain_endpoint_v2_hosted_zone_id, and endpoint_v2 attributes (#​38456)
  • resource/aws_appautoscaling_target: Add suspended_state configuration block (#​38942)
  • resource/aws_dynamodb_table: Add restore_source_table_arn attribute (#​38953)
  • resource/aws_opensearch_domain: Add dashboard_endpoint_v2, domain_endpoint_v2_hosted_zone_id, and endpoint_v2 attributes (#​38456)

BUG FIXES:

  • resource/aws_bedrockagent_agent: Fixes consistency issues where only some prompts are overridden (#​38944)
  • resource/aws_cloudformation_stack_set_instance: Fix crash during construction of the id attribute when deployment_targets does not include organizational unit IDs. (#​38969)
  • resource/aws_glue_trigger: Fix crash when null action is configured (#​38994)
  • resource/aws_rds_cluster: Allow Web Service Data API (enabled_http_endpoint) to be enabled and disabled for provisioned engine mode and serverlessv2 (#​38997)

v5.63.1

Compare Source

FEATURES:

  • New Data Source: aws_route53_zones (#​17457)
  • New Data Source: aws_ssoadmin_permission_sets (#​38741)

ENHANCEMENTS:

  • data-source/aws_batch_job_queue: Add job_state_time_limit_action attribute (#​38784)
  • resource/aws_batch_job_definition: Add ecs_properties argument (#​37871)
  • resource/aws_batch_job_queue: Add job_state_time_limit_action argument (#​38784)

BUG FIXES:

  • provider: Fix crash when flattening string pointer slices with nil items (#​38886)
  • resource/aws_datazone_project: Properly surface import id parsing errors (#​38924)
  • resource/aws_quicksight_data_set: Fix crash when setting logical_table_map.data_transforms.project_operation.projected_columns with null list elements (#​38886)
  • resource/aws_ses_configuration_set: Fix crash when reputation_metrics_enabled is set to true (#​38921)
boto/boto3 (boto3)

v1.35.20

=======

  • api-change:bedrock: [botocore] This feature adds cross account s3 bucket and VPC support to ModelInvocation jobs. To use a cross account bucket, pass in the accountId of the bucket to s3BucketOwner in the ModelInvocationJobInputDataConfig or ModelInvocationJobOutputDataConfig.
  • api-change:iot: [botocore] This release adds additional enhancements to AWS IoT Device Management Software Package Catalog and Jobs. It also adds SBOM support in Software Package Version.
  • api-change:medialive: [botocore] Removing the ON_PREMISE enum from the input settings field.
  • api-change:organizations: [botocore] Doc only update for AWS Organizations that fixes several customer-reported issues
  • api-change:pca-connector-scep: [botocore] This is a general availability (GA) release of Connector for SCEP, a feature of AWS Private CA. Connector for SCEP links your SCEP-enabled and mobile device management systems to AWS Private CA for digital signature installation and certificate management.
  • api-change:rds: [botocore] Launching Global Cluster tagging.

v1.35.19

Compare Source

=======

  • api-change:amplify: [botocore] Doc only update to Amplify to explain platform setting for Next.js 14 SSG only applications
  • api-change:ivs: [botocore] Updates to all tags descriptions.
  • api-change:ivschat: [botocore] Updates to all tags descriptions.

v1.35.18

Compare Source

=======

  • api-change:cognito-idp: [botocore] Added email MFA option to user pools with advanced security features.
  • api-change:elbv2: [botocore] Correct incorrectly mapped error in ELBv2 waiters
  • api-change:emr: [botocore] Update APIs to allow modification of ODCR options, allocation strategy, and InstanceTypeConfigs on running InstanceFleet clusters.
  • api-change:glue: [botocore] AWS Glue is introducing two new optimizers for Apache Iceberg tables: snapshot retention and orphan file deletion. Customers can enable these optimizers and customize their configurations to perform daily maintenance tasks on their Iceberg tables based on their specific requirements.
  • api-change:mediaconvert: [botocore] This release includes support for dynamic video overlay workflows, including picture-in-picture and squeezeback
  • api-change:rds: [botocore] This release adds support for the os-upgrade pending maintenance action for Amazon Aurora DB clusters.
  • api-change:storagegateway: [botocore] The S3 File Gateway now supports DSSE-KMS encryption. A new parameter EncryptionType is added to these APIs: CreateSmbFileShare, CreateNfsFileShare, UpdateSmbFileShare, UpdateNfsFileShare, DescribeSmbFileShares, DescribeNfsFileShares. Also, in favor of EncryptionType, KmsEncrypted is deprecated.
  • api-change:synthetics: [botocore] This release introduces two features. The first is tag replication, which allows for the propagation of canary tags onto Synthetics related resources, such as Lambda functions. The second is a limit increase in canary name length, which has now been increased from 21 to 255 characters.

v1.35.17

Compare Source

=======

  • api-change:bedrock-agent: [botocore] Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience.
  • api-change:bedrock-agent-runtime: [botocore] Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience.
  • api-change:ecr: [botocore] Added KMS_DSSE to EncryptionType
  • api-change:guardduty: [botocore] Add support for new statistic types in GetFindingsStatistics.
  • api-change:lexv2-models: [botocore] Support new Polly voice engines in VoiceSettings: long-form and generative
  • api-change:medialive: [botocore] Adds AV1 Codec support, SRT ouputs, and MediaLive Anywhere support.

v1.35.16

Compare Source

=======

  • api-change:chime-sdk-voice: [botocore] Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs.
  • api-change:cognito-identity: [botocore] This release adds sensitive trait to some required shapes.
  • api-change:pipes: [botocore] This release adds support for customer managed KMS keys in Amazon EventBridge Pipe
  • api-change:securityhub: [botocore] Documentation update for Security Hub
  • enhancement:AWSCRT: [botocore] Update awscrt version to 0.21.5
  • enhancement:s3: [botocore] Adds logic to gracefully handle invalid timestamps returned in the Expires header.

v1.35.15

Compare Source

=======

  • api-change:dynamodb: [botocore] Doc-only update for DynamoDB. Added information about async behavior for TagResource and UntagResource APIs and updated the description of ResourceInUseException.
  • api-change:elbv2: [botocore] Add paginators for the ELBv2 DescribeListenerCertificates and DescribeRules APIs. Fix broken waiter for the ELBv2 DescribeLoadBalancers API.
  • api-change:ivs-realtime: [botocore] IVS Real-Time now offers customers the ability to broadcast to Stages using RTMP(S).
  • api-change:kafka: [botocore] Amazon MSK Replicator can now replicate data to identically named topics between MSK clusters within the same AWS Region or across different AWS Regions.
  • api-change:sagemaker: [botocore] Amazon Sagemaker supports orchestrating SageMaker HyperPod clusters with Amazon EKS
  • api-change:sagemaker-runtime: [botocore] AWS SageMaker Runtime feature: Add sticky routing to support stateful inference models.

v1.35.14

Compare Source

=======

  • api-change:qapps: [botocore] Adds UpdateLibraryItemMetadata api to change status of app for admin verification feature and returns isVerified field in any api returning the app or library item.

v1.35.13

Compare Source

=======

  • api-change:application-signals: [botocore] Amazon CloudWatch Application Signals now supports creating Service Level Objectives using a new calculation type. Users can now create SLOs which are configured with request-based SLIs to help meet their specific business requirements.
  • api-change:codepipeline: [botocore] Updates to add recent notes to APIs and to replace example S3 bucket names globally.
  • api-change:connect: [botocore] Amazon Connect Custom Vocabulary now supports Catalan (Spain), Danish (Denmark), Dutch (Netherlands), Finnish (Finland), Indonesian (Indonesia), Malay (Malaysia), Norwegian Bokmal (Norway), Polish (Poland), Swedish (Sweden), and Tagalog/Filipino (Philippines).
  • api-change:gamelift: [botocore] Amazon GameLift provides additional events for tracking the fleet creation process.
  • api-change:kinesisanalyticsv2: [botocore] Support for Flink 1.20 in Managed Service for Apache Flink
  • api-change:sagemaker: [botocore] Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio.

v1.35.12

Compare Source

=======

  • api-change:appsync: [botocore] Adds new logging levels (INFO and DEBUG) for additional log output control
  • api-change:bedrock-agent: [botocore] Add support for user metadata inside PromptVariant.
  • api-change:finspace: [botocore] Updates Finspace documentation for smaller instances.
  • api-change:fis: [botocore] This release adds safety levers, a new mechanism to stop all running experiments and prevent new experiments from starting.
  • api-change:logs: [botocore] Update to support new APIs for delivery of logs from AWS services.
  • api-change:s3control: [botocore] Amazon Simple Storage Service /S3 Access Grants / Features : This release launches new Access Grants API - ListCallerAccessGrants.

v1.35.11

Compare Source

=======

  • api-change:connect: [botocore] Release ReplicaConfiguration as part of DescribeInstance
  • api-change:datazone: [botocore] Add support to let data publisher specify a subset of the data asset that a subscriber will have access to based on the asset filters provided, when accepting a subscription request.
  • api-change:elbv2: [botocore] This release adds support for configuring TCP idle timeout on NLB and GWLB listeners.
  • api-change:mediaconnect: [botocore] AWS Elemental MediaConnect introduces thumbnails for Flow source monitoring. Thumbnails provide still image previews of the live content feeding your MediaConnect Flow allowing you to easily verify that your source is operating as expected.
  • api-change:medialive: [botocore] Added MinQP as a Rate Control option for H264 and H265 encodes.
  • api-change:sagemaker: [botocore] Amazon SageMaker now supports automatic mounting of a user's home folder in the Amazon Elastic File System (EFS) associated with the SageMaker Studio domain to their Studio Spaces to enable users to share data between their own private spaces.
  • api-change:timestream-influxdb: [botocore] Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API.

v1.35.10

Compare Source

=======

  • api-change:backup: [botocore] The latest update introduces two new attributes, VaultType and VaultState, to the DescribeBackupVault and ListBackupVaults APIs. The VaultState attribute reflects the current status of the vault, while the VaultType attribute indicates the specific category of the vault.
  • api-change:datazone: [botocore] Amazon DataZone now adds new governance capabilities of Domain Units for organization within your Data Domains, and Authorization Policies for tighter controls.
  • api-change:logs: [botocore] This release introduces a new optional parameter: Entity, in PutLogEvents request
  • api-change:redshift-data: [botocore] The release include the new Redshift DataAPI feature for session use, customer execute query with --session-keep-alive-seconds parameter and can submit follow-up queries to same sessions with returnedsession-id

v1.35.9

Compare Source

======

  • api-change:bedrock-agent-runtime: [botocore] Lifting the maximum length on Bedrock KnowledgeBase RetrievalFilter array
  • api-change:bedrock-runtime: [botocore] Add support for imported-model in invokeModel and InvokeModelWithResponseStream.
  • api-change:personalize: [botocore] This releases ability to update automatic training scheduler for customer solutions
  • api-change:quicksight: [botocore] Increased Character Limit for Dataset Calculation Field expressions
  • api-change:stepfunctions: [botocore] This release adds support for static analysis to ValidateStateMachineDefinition API, which can now return optional WARNING diagnostics for semantic errors on the definition of an Amazon States Language (ASL) state machine.
  • api-change:wafv2: [botocore] The minimum request rate for a rate-based rule is now 10. Before this, it was 100.

v1.35.8

Compare Source

======

  • api-change:appconfig: [botocore] This release adds support for deletion protection, which is a safety guardrail to prevent the unintentional deletion of a recently used AWS AppConfig Configuration Profile or Environment. This also includes a change to increase the maximum length of the Name parameter in UpdateConfigurationProfile.
  • api-change:datazone: [botocore] Update regex to include dot character to be consistent with IAM role creation in the authorized principal field for create and update subscription target.
  • api-change:devicefarm: [botocore] This release removed support for Calabash, UI Automation, Built-in Explorer, remote access record, remote access replay, and web performance profile framework in ScheduleRun API.
  • api-change:ec2: [botocore] Amazon VPC IP Address Manager (IPAM) now allows customers to provision IPv4 CIDR blocks and allocate Elastic IP Addresses directly from IPAM pools with public IPv4 space
  • api-change:internetmonitor: [botocore] Adds new querying types to show overall traffic suggestion information for monitors
  • api-change:pcs: [botocore] Introducing AWS Parallel Computing Service (AWS PCS), a new service makes it easy to setup and manage high performance computing (HPC) clusters, and build scientific and engineering models at virtually any scale on AWS.
  • api-change:workspaces: [botocore] Documentation-only update that clarifies the StartWorkspaces and StopWorkspaces actions, and a few other minor edits.

v1.35.7

Compare Source

======

  • api-change:bedrock: [botocore] Amazon Bedrock SDK updates for Inference Profile.
  • api-change:bedrock-runtime: [botocore] Amazon Bedrock SDK updates for Inference Profile.
  • api-change:chatbot: [botocore] Update documentation to be consistent with the API docs
  • api-change:omics: [botocore] Adds data provenance to import jobs from read sets and references
  • api-change:polly: [botocore] Amazon Polly adds 2 new voices: Jitka (cs-CZ) and Sabrina (de-CH).

v1.35.6

Compare Source

======

  • api-change:iotsitewise: [botocore] AWS IoT SiteWise now supports versioning for asset models. It enables users to retrieve active version of their asset model and perform asset model writes with optimistic lock.
  • api-change:workspaces: [botocore] This release adds support for creating and managing directories that use AWS IAM Identity Center as user identity source. Such directories can be used to create non-Active Directory domain joined WorkSpaces Personal.Updated RegisterWorkspaceDirectory and DescribeWorkspaceDirectories APIs.

v1.35.5

Compare Source

======

  • api-change:bedrock-agent: [botocore] Releasing the support for Action User Confirmation.
  • api-change:bedrock-agent-runtime: [botocore] Releasing the support for Action User Confirmation.
  • api-change:codebuild: [botocore] Added support for the MAC_ARM environment type for CodeBuild fleets.
  • api-change:organizations: [botocore] Releasing minor partitional endpoint updates.
  • api-change:qbusiness: [botocore] Amazon QBusiness: Enable support for SAML and OIDC federation through AWS IAM Identity Provider integration.
  • api-change:supplychain: [botocore] Update API documentation to clarify the event SLA as well as the data model expectations

v1.35.4

Compare Source

======

  • api-change:autoscaling: [botocore] Amazon EC2 Auto Scaling now provides EBS health check to manage EC2 instance replacement
  • api-change:bedrock: [botocore] Amazon Bedrock Evaluation BatchDeleteEvaluationJob API allows customers to delete evaluation jobs under terminated evaluation job statuses - Stopped, Failed, or Completed. Customers can submit a batch of 25 evaluation jobs to be deleted at once.
  • api-change:emr-containers: [botocore] Correct endpoint for FIPS is configured for US Gov Regions.
  • api-change:inspector2: [botocore] Add enums for Agentless scan statuses and EC2 enablement error states
  • api-change:quicksight: [botocore] Explicit query for authors and dashboard viewing sharing for embedded users
  • api-change:route53: [botocore] Amazon Route 53 now supports the Asia Pacific (Malaysia) Region (ap-southeast-5) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.

v1.35.3

Compare Source

======

  • api-change:codestar: [botocore] The codestar client has been removed following the deprecation of the service on July 31, 2024.
  • api-change:ec2: [botocore] DescribeInstanceStatus now returns health information on EBS volumes attached to Nitro instances
  • api-change:entityresolution: [botocore] Increase the mapping attributes in Schema to 35.
  • api-change:glue: [botocore] Add optional field JobRunQueuingEnabled to CreateJob and UpdateJob APIs.
  • api-change:lambda: [botocore] Release FilterCriteria encryption for Lambda EventSourceMapping, enabling customers to encrypt their filter criteria using a customer-owned KMS key.
  • api-change:securityhub: [botocore] Security Hub documentation and definition updates
  • api-change:ses: [botocore] Enable email receiving customers to provide SES with access to their S3 buckets via an IAM role for "Deliver to S3 Action"

v1.35.2

Compare Source

======

  • api-change:ecs: [botocore] Documentation only release to address various tickets
  • api-change:opensearchserverless: [botocore] Added FailureCode and FailureMessage to BatchGetCollectionResponse for BatchGetVPCEResponse for non-Active Collection and VPCE.
  • api-change:s3: [botocore] Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs.

v1.35.1

Compare Source

======

  • api-change:bedrock: [botocore] Amazon Bedrock Batch Inference/ Model Invocation is a feature which allows customers to asynchronously run inference on a large set of records/files stored in S3.
  • api-change:codebuild: [botocore] AWS CodeBuild now supports creating fleets with macOS platform for running builds.
  • api-change:deadline: [botocore] This release adds additional search fields and provides sorting by multiple fields.
  • api-change:lambda: [botocore] Release Lambda FunctionRecursiveConfig, enabling customers to turn recursive loop detection on or off on individual functions. This release adds two new APIs, GetFunctionRecursionConfig and PutFunctionRecursionConfig.
  • api-change:ssm-sap: [botocore] Add new attributes to the outputs of GetApplication and GetDatabase APIs.
boto/botocore (botocore)

v1.35.20

=======

  • api-change:bedrock: This feature adds cross account s3 bucket and VPC support to ModelInvocation jobs. To use a cross account bucket, pass in the accountId of the bucket to s3BucketOwner in the ModelInvocationJobInputDataConfig or ModelInvocationJobOutputDataConfig.
  • api-change:iot: This release adds additional enhancements to AWS IoT Device Management Software Package Catalog and Jobs. It also adds SBOM support in Software Package Version.
  • api-change:medialive: Removing the ON_PREMISE enum from the input settings field.
  • api-change:organizations: Doc only update for AWS Organizations that fixes several customer-reported issues
  • api-change:pca-connector-scep: This is a general availability (GA) release of Connector for SCEP, a feature of AWS Private CA. Connector for SCEP links your SCEP-enabled and mobile device management systems to AWS Private CA for digital signature installation and certificate management.
  • api-change:rds: Launching Global Cluster tagging.

v1.35.19

Compare Source

=======

  • api-change:amplify: Doc only update to Amplify to explain platform setting for Next.js 14 SSG only applications
  • api-change:ivs: Updates to all tags descriptions.
  • api-change:ivschat: Updates to all tags descriptions.

v1.35.18

Compare Source

=======

  • api-change:cognito-idp: Added email MFA option to user pools with advanced security features.
  • api-change:elbv2: Correct incorrectly mapped error in ELBv2 waiters
  • api-change:emr: Update APIs to allow modification of ODCR options, allocation strategy, and InstanceTypeConfigs on running InstanceFleet clusters.
  • api-change:glue: AWS Glue is introducing two new optimizers for Apache Iceberg tables: snapshot retention and orphan file deletion. Customers can enable these optimizers and customize their configurations to perform daily maintenance tasks on their Iceberg tables based on their specific requirements.
  • api-change:mediaconvert: This release includes support for dynamic video overlay workflows, including picture-in-picture and squeezeback
  • api-change:rds: This release adds support for the os-upgrade pending maintenance action for Amazon Aurora DB clusters.
  • api-change:storagegateway: The S3 File Gateway now supports DSSE-KMS encryption. A new parameter EncryptionType is added to these APIs: CreateSmbFileShare, CreateNfsFileShare, UpdateSmbFileShare, UpdateNfsFileShare, DescribeSmbFileShares, DescribeNfsFileShares. Also, in favor of EncryptionType, KmsEncrypted is deprecated.
  • api-change:synthetics: This release introduces two features. The first is tag replication, which allows for the propagation of canary tags onto Synthetics related resources, such as Lambda functions. The second is a limit increase in canary name length, which has now been increased from 21 to 255 characters.

v1.35.17

Compare Source

=======

  • api-change:bedrock-agent: Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience.
  • api-change:bedrock-agent-runtime: Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience.
  • api-change:ecr: Added KMS_DSSE to EncryptionType
  • api-change:guardduty: Add support for new statistic types in GetFindingsStatistics.
  • api-change:lexv2-models: Support new Polly voice engines in VoiceSettings: long-form and generative
  • api-change:medialive: Adds AV1 Codec support, SRT ouputs, and MediaLive Anywhere support.

v1.35.16

Compare Source

=======

  • api-change:chime-sdk-voice: Documentation-only update that

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

Hey @renovate[bot]! 👋

Thank you for your contribution to the project. Please refer to the contribution rules for a quick overview of the process.

Make sure that this PR clearly explains:

  • the problem being solved
  • the best way a reviewer and you can test your changes

With submitting this PR you confirm that you hold the rights of the code added and agree that it will published under this LICENSE.

The following ChatOps commands are supported:

  • /help: notifies a maintainer to help you out

Simply add a comment with the command in the first line. If you need to pass more information, separate it with a blank line from the command.

This message was generated automatically. You are welcome to improve it.

kayman-mk
kayman-mk previously approved these changes Aug 26, 2024
Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

Copy link
Contributor

github-actions bot commented Aug 26, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 2 0 0.08s
✅ COPYPASTE jscpd yes no 1.75s
✅ REPOSITORY checkov yes no 15.45s
✅ REPOSITORY dustilock yes no 0.32s
✅ REPOSITORY gitleaks yes no 1.68s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 13.08s
✅ REPOSITORY secretlint yes no 1.18s
✅ REPOSITORY syft yes no 0.24s
✅ REPOSITORY trivy-sbom yes no 1.05s
✅ REPOSITORY trufflehog yes no 4.72s
✅ SPELL cspell 8 0 2.59s
✅ TERRAFORM terraform-fmt 5 0 0 0.17s
✅ YAML prettier 2 0 0 0.67s
✅ YAML v8r 2 0 2.64s
✅ YAML yamllint 2 0 0.31s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

kayman-mk
kayman-mk previously approved these changes Aug 26, 2024
Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

kayman-mk
kayman-mk previously approved these changes Aug 27, 2024
Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

kayman-mk
kayman-mk previously approved these changes Aug 28, 2024
Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

kayman-mk
kayman-mk previously approved these changes Aug 28, 2024
Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

kayman-mk
kayman-mk previously approved these changes Aug 29, 2024
Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

kayman-mk
kayman-mk previously approved these changes Aug 30, 2024
Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

kayman-mk
kayman-mk previously approved these changes Sep 2, 2024
Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

kayman-mk
kayman-mk previously approved these changes Sep 3, 2024
Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

kayman-mk
kayman-mk previously approved these changes Sep 9, 2024
Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

kayman-mk
kayman-mk previously approved these changes Sep 10, 2024
Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

kayman-mk
kayman-mk previously approved these changes Sep 10, 2024
Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

kayman-mk
kayman-mk previously approved these changes Sep 11, 2024
Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

kayman-mk
kayman-mk previously approved these changes Sep 11, 2024
Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

kayman-mk
kayman-mk previously approved these changes Sep 12, 2024
Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

kayman-mk
kayman-mk previously approved these changes Sep 13, 2024
Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

kayman-mk
kayman-mk previously approved these changes Sep 13, 2024
Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

@kayman-mk kayman-mk merged commit 8b54e25 into main Sep 16, 2024
19 checks passed
@kayman-mk kayman-mk deleted the renovate/all branch September 16, 2024 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant