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 #1216

Merged
merged 1 commit into from
Dec 20, 2024
Merged

chore(deps): update all dependencies #1216

merged 1 commit into from
Dec 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action digest 6849a64 -> 1bd1e32
actions/upload-artifact action digest b4b15b8 -> 6f51ac0
aws (source) required_provider minor 5.78.0 -> 5.82.1 age adoption passing confidence
boto3 patch ==1.35.71 -> ==1.35.85 age adoption passing confidence
botocore patch ==1.35.71 -> ==1.35.85 age adoption passing confidence
terraform-aws-modules/vpc/aws (source) module minor 5.16.0 -> 5.17.0 age adoption passing confidence
terraform-linters/tflint-ruleset-aws plugin minor 0.35.0 -> 0.36.0 age adoption passing confidence

Release Notes

hashicorp/terraform-provider-aws (aws)

v5.82.1

Compare Source

ENHANCEMENTS:

  • resource/aws_autoscaling_group: Add availability_zone_distribution argument (#​40634)

BUG FIXES:

  • data-source/aws_iam_policy_document: Reverts plan-time validation for statement sid (#​40639)

v5.82.0

Compare Source

NOTES:

  • resource/aws_resourcegroups_resource: The format of the read-only id attribute has changed to prevent inconsistent parsing which resulted in provider crashes under certain conditions. The new format is a comma-delimited string combining group_arn and resource_arn in their entirety. Configuarations relying on the previous format may need to be updated to continue functioning correctly. (#​40579)

FEATURES:

  • New Data Source: aws_servicecatalogappregistry_attribute_group_associations (#​38306)
  • New Resource: aws_api_gateway_domain_name_access_association (#​40566)
  • New Resource: aws_cloudfront_vpc_origin (#​40239)
  • New Resource: aws_memorydb_multi_region_cluster (#​40376)
  • New Resource: aws_networkmanager_dx_gateway_attachment (#​40546)
  • New Resource: aws_rds_cluster_snapshot_copy (#​40398)

ENHANCEMENTS:

  • data-source/aws_dx_gateway: Add arn attribute (#​40546)
  • data-source/aws_iam_policy_document: Add plan-time validation that the statement sid is valid, including on alphanumeric characters (#​40562)
  • data-source/aws_vpc_endpoint: Add service_region attribute (#​40583)
  • resource/aws_bedrockagent_agent: Add agent_collaboration attribute to configure agent collaboration role (#​40543)
  • resource/aws_cloudfront_distribution: Add origin.vpc_origin_config argument (#​40239)
  • resource/aws_db_parameter_group: Support import of name_prefix argument (#​40622)
  • resource/aws_dx_gateway: Add arn attribute (#​40546)
  • resource/aws_fsx_lustre_file_system: Add efa_enabled argument (#​40381)
  • resource/aws_lb_listener: Add advertise_trust_store_ca_names attribute to the mutual_authentication configuration block (#​40550)
  • resource/aws_memorydb_cluster: Add multi_region_cluster_name argument (#​40376)
  • resource/aws_networkmanager_attachment_accepter: Add edge_locations attribute (#​40546)
  • resource/aws_resourcegroups_resource: Add import support (#​40579)
  • resource/aws_vpc_endpoint: Add service_region argument (#​40583)

BUG FIXES:

  • data-source/aws_acmpca_certificate_authority: Ignore AccessDeniedException: ... is not authorized to perform: acm-pca:GetCertificateAuthorityCsr on resource: ... errors for RAM-shared CAs (#​39952)
  • data-source/aws_licensemanager_received_license: Fix setting entitlements: Invalid address to set: []string{"entitlements", "0", "overage"} errors (#​40621)
  • resource/aws_amplify_domain_association: No longer ignores changes to certificate_settings when updating. (#​40589)
  • resource/aws_amplify_domain_association: Prevent "unexpected state" error when setting certificate_settings.type to CUSTOM. (#​40589)
  • resource/aws_amplify_domain_association: Prevent ValidationException when setting certificate_settings.type to AMPLIFY_MANAGED. (#​40589)
  • resource/aws_amplify_domain_association: Prevent permanent diff when certificate_settings not set. (#​40589)
  • resource/aws_amplify_domain_association: Prevents panic in some circumstances when certificate_settings is not set during update. (#​40589)
  • resource/aws_api_gateway_domain_name: Correct arn for private custom domain names (#​40566)
  • resource/aws_codeconnections_host: Mark vpc_configuration.tls_certificate as Optional (#​40574)
  • resource/aws_elasticache_replication_group: Prevent perpetual diff which triggers resource replacement on at_rest_encryption_enabled when engine is valkey. (#​40514)
  • resource/aws_lakeformation_permissions: Add support for IAMPrincipals principal group (#​38600)
  • resource/aws_lakeformation_permissions: Fix refreshing state so order is not considered in permissions and permissions_with_grant_option attributes (#​38047)
  • resource/aws_lakeformation_resource_lf_tag: Fix panic when resource tries to destroy a LFTag reference that does not exist (#​40584)
  • resource/aws_lambda_invocation: Set new computed value for result attribute when changing input attribute, for lifecycle scope "CRUD" (#​34263)
  • resource/aws_medialive_channel: Added missing teletext_destination_settings. (#​33797)
  • resource/aws_rds_cluster: Fix issue with waiter when modifying allocated_storage (#​40601)
  • resource/aws_resourcegroups_resource: Fix crash when parsing certain ARN formats (#​40579)
  • resource/aws_s3_bucket: Destroying a bucket with force_destroy = true can now delete objects with non-XML-safe keys (#​40537)
  • resource/aws_s3_directory_bucket: Destroying a directory bucket with force_destroy = true can now delete objects with non-XML-safe keys (#​40537)
  • resource/aws_secretsmanager_secret_rotation: Fix bug where automatically_after_days was not being set properly when schedule_expression had been set previously (#​34295)
  • resource/aws_secretsmanager_secret_rotation: Retry rotation in case it has not yet propagated when previously an error would occur: InvalidRequestException: A previous rotation isn't complete. That rotation will be reattempted. (#​34295)
  • resource/aws_sqs_queue_redrive_allow_policy: Fix perpetual redrive_allow_policy diffs (#​40604)

v5.81.0

Compare Source

FEATURES:

  • New Data Source: aws_servicecatalogappregistry_attribute_group (#​38188)
  • New Ephemeral Resource: aws_ssm_parameter (#​40313)
  • New Resource: aws_bedrock_inference_profile (#​40294)
  • New Resource: aws_cloudwatch_log_anomaly_detector (#​40437)
  • New Resource: aws_ecr_account_setting (#​40219)
  • New Resource: aws_msk_single_scram_secret_association (#​37056)
  • New Resource: aws_servicecatalogappregistry_attribute_group (#​38183)
  • New Resource: aws_servicecatalogappregistry_attribute_group_association (#​38290)

ENHANCEMENTS:

  • data-source/aws_api_gateway_domain_name: Add policy and domain_name_id attributes (#​40364)
  • data-source/aws_servicecatalogappregistry_application: Add tags attribute (#​38243)
  • data-source/aws_sesv2_configuration_set: Add delivery_options.max_delivery_seconds and tracking_options.https_policy attributes (#​40194)
  • resource/aws_api_gateway_base_path_mapping: Add domain_name_id argument (#​40447)
  • resource/aws_api_gateway_domain_name: Add policy argument and domain_name_id attribute (#​40364)
  • resource/aws_api_gateway_domain_name: Support PRIVATE as a valid value for endpoint_configuration.types argument, enabling custom domain name support for private REST API endpoints (#​40364)
  • resource/aws_ebs_snapshot_copy: Add completion_duration_minutes argument (#​40336)
  • resource/aws_glue_catalog_table_optimizer: Add configuration.retention_configuration and configuration.orphan_file_deletion_configuration attributes. (#​40199)
  • resource/aws_instance: Add enable_primary_ipv6 argument to add support for enabling primary IPv6 addresses on EC2 instances (#​36425)
  • resource/aws_kinesis_stream: Add plan-time validation that shard_count would not exceed the AWS account's shard quota when the data stream capacity mode is PROVISIONED, preventing the provider from retrying for 1 hour in the case that the quota is exceeded. This functionality requires the kinesis:DescribeLimits IAM permission (#​40499)
  • resource/aws_kinesis_stream: Add plan-time validation that creation of an on-demand stream would not exceed the AWS account's data stream quota, preventing the provider from retrying for 1 hour in the case that the quota is exceeded. This functionality requires the kinesis:DescribeLimits IAM permission (#​40499)
  • resource/aws_msk_replicator: Add topic_replication.topic_name_configuration argument (#​40101)
  • resource/aws_network_interface: Add enable_primary_ipv6 argument to add support for enabling primary IPv6 addresses for network interfaces (#​36425)
  • resource/aws_networkfirewall_firewall_policy: Add stateful_engine_options.flow_timeouts argument (#​39996)
  • resource/aws_rds_cluster: Add serverlessv2_scaling_configuration.seconds_until_auto_pause argument (#​40441)
  • resource/aws_rds_global_cluster: Add tags argument and tags_all attribute (#​40470)
  • resource/aws_sagemaker_notebook_instance: Support notebook-al2-v3 value for platform_identifier (#​40484)
  • resource/aws_servicecatalogappregistry_application: Add tags argument and tags_all attribute (#​38243)
  • resource/aws_sesv2_configuration_set: Add delivery_options.max_delivery_seconds and tracking_options.https_policy arguments (#​40194)

BUG FIXES:

  • data-source/aws_kinesis_stream: Fix InvalidArgumentException: NextToken and StreamName cannot be provided together errors when the data stream has more than 1000 shards (#​40499)
  • resource/aws_ce_cost_category: Change rule from TypeSet to TypeList as order is significant (#​40521)
  • resource/aws_fsx_windows_file_system: Fix plan-time validation of throughput_capacity validation to allow values up to 12228 (#​40468)
  • resource/aws_networkfirewall_logging_configuration: Correctly manage all configured logging_configuration.log_destination_configs (#​40092)
  • resource/aws_rds_cluster: Fix InvalidDBClusterStateFault errors when deleting clusters that are members of a global cluster (#​40333)
  • resource/aws_rds_cluster: Fix InvalidParameterValue: Serverless v2 maximum capacity 0.0 isn't valid. The maximum capacity must be at least 1.0. errors when removing serverlessv2_scaling_configuration in an update (#​40511)
  • resource/aws_rds_cluster: Respect storage_type when restoring from S3 (#​40471)
  • resource/aws_rds_cluster: Respect storage_type when restoring from snapshot (#​40471)
  • resource/aws_rds_cluster: Respect storage_type when restoring to a point in time (#​40471)
  • resource/aws_rds_global_cluster: Mark database_name as Computed. This prevents resource recreation when the source cluster specifies a database_name (#​40469)

v5.80.0

Compare Source

FEATURES:

  • New Resource: aws_codeconnections_connection (#​40300)
  • New Resource: aws_codeconnections_host (#​40300)
  • New Resource: aws_s3tables_namespace (#​40420)
  • New Resource: aws_s3tables_table (#​40420)
  • New Resource: aws_s3tables_table_bucket (#​40420)
  • New Resource: aws_s3tables_table_bucket_policy (#​40420)
  • New Resource: aws_s3tables_table_policy (#​40420)

ENHANCEMENTS:

  • resource/aws_bedrockagent_agent: Increase instruction max length for validation to 8000 (#​40279)
  • resource/aws_dynamodb_table_replica: Add deletion_protection_enabled argument (#​35359)
  • resource/aws_rds_cluster: Adjust serverlessv2_scaling_configuration.max_capacity and serverlessv2_scaling_configuration.min_capacity minimum values to 0 to support Amazon Aurora Serverless v2 scaling to 0 ACUs (#​40230)
  • resource/aws_s3_directory_bucket: Support LocalZone as a valid value for location.type, enabling support for Amazon S3 Express One Zone in AWS Dedicated Local Zones (#​40339)

BUG FIXES:

  • resource/aws_bedrock_provisioned_model_throughput: Properly manages tags_all when planning. (#​40305)
  • resource/aws_connect_contact_flow: Fix deserialization failed, failed to decode response body with invalid JSON errors on Read (#​40419)
  • resource/aws_rds_cluster_instance: Fix error when destroying from a read replica cluster (#​40409)

v5.79.0

Compare Source

FEATURES:

  • New Resource: aws_vpc_block_public_access_exclusion (#​40235)
  • New Resource: aws_vpc_block_public_access_options (#​40233)

ENHANCEMENTS:

  • resource/aws_eks_cluster: Add compute_config, storage_config, and kubernetes_network_config.elastic_load_balancing arguments for EKS Auto Mode (#​40370)
  • resource/aws_eks_cluster: Add remote_network_config argument for EKS Auto Mode (#​40371)
  • resource/aws_lambda_event_source_mapping: Add metrics_config argument (#​40322)
  • resource/aws_lambda_event_source_mapping: Add provisioned_poller_config argument (#​40303)
  • resource/aws_rds_cluster: Add ability to promote read replica cluster to standalone (#​40337)
  • resource/aws_vpc_endpoint_service: Add supported_regions argument (#​40346)

BUG FIXES:

  • resource/aws_fsx_openzfs_file_system: Increase maximum value of disk_iops_configuration.iops from 350000 to 400000 for deployment_type = "SINGLE_AZ_2" (#​40359)
boto/boto3 (boto3)

v1.35.85

Compare Source

=======

  • api-change:appstream: [botocore] Added support for Rocky Linux 8 on Amazon AppStream 2.0
  • api-change:mediaconvert: [botocore] This release adds support for inserting timecode tracks into MP4 container outputs.
  • api-change:medialive: [botocore] MediaLive is releasing ListVersions api
  • api-change:qconnect: [botocore] Amazon Q in Connect enables agents to ask Q for assistance in multiple languages and Q will provide answers and recommended step-by-step guides in those languages. Qs default language is English (United States) and you can switch this by setting the locale configuration on the AI Agent.
  • api-change:ssm-sap: [botocore] AWS Systems Manager for SAP added support for registration and discovery of distributed ABAP applications
  • api-change:workspaces: [botocore] Added AWS Global Accelerator (AGA) support for WorkSpaces Personal.

v1.35.84

Compare Source

=======

  • api-change:amplify: [botocore] Added WAF Configuration to Amplify Apps
  • api-change:budgets: [botocore] Releasing minor partition endpoint updates
  • api-change:connect: [botocore] This release adds support for the UpdateParticipantAuthentication API used for customer authentication within Amazon Connect chats.
  • api-change:connectparticipant: [botocore] This release adds support for the GetAuthenticationUrl and CancelParticipantAuthentication APIs used for customer authentication within Amazon Connect chats. There are also minor updates to the GetAttachment API.
  • api-change:datasync: [botocore] AWS DataSync introduces the ability to update attributes for in-cloud locations.
  • api-change:iot: [botocore] Release connectivity status query API which is a dedicated high throughput(TPS) API to query a specific device's most recent connectivity state and metadata.
  • api-change:mwaa: [botocore] Added support for Apache Airflow version 2.10.3 to MWAA.
  • api-change:quicksight: [botocore] Add support for PerformanceConfiguration attribute to Dataset entity. Allow PerformanceConfiguration specification in CreateDataset and UpdateDataset APIs.
  • api-change:resiliencehub: [botocore] AWS Resilience Hub now automatically detects already configured CloudWatch alarms and FIS experiments as part of the assessment process and returns the discovered resources in the corresponding list API responses. It also allows you to include or exclude test recommendations for an AppComponent.
  • api-change:transfer: [botocore] Added AS2 agreement configurations to control filename preservation and message signing enforcement. Added AS2 connector configuration to preserve content type from S3 objects.

v1.35.83

Compare Source

=======

  • api-change:account: [botocore] Update endpoint configuration.
  • api-change:backup: [botocore] Add Support for Backup Indexing
  • api-change:backupsearch: [botocore] Add support for searching backups
  • api-change:batch: [botocore] This feature allows AWS Batch on Amazon EKS to support configuration of Pod Annotations, overriding Namespace on which the Batch job's Pod runs on, and allows Subpath and Persistent Volume claim to be set for AWS Batch on Amazon EKS jobs.
  • api-change:cleanroomsml: [botocore] Add support for SQL compute configuration for StartAudienceGenerationJob API.
  • api-change:cloudfront: [botocore] Adds support for OriginReadTimeout and OriginKeepaliveTimeout to create CloudFront Distributions with VPC Origins.
  • api-change:codepipeline: [botocore] AWS CodePipeline V2 type pipelines now support Managed Compute Rule.
  • api-change:ecs: [botocore] Added support for enableFaultInjection task definition parameter which can be used to enable Fault Injection feature on ECS tasks.
  • api-change:m2: [botocore] This release adds support for AWS Mainframe Modernization(M2) Service to allow specifying network type(ipv4, dual) for the environment instances. For dual network type, m2 environment applications will serve both IPv4 and IPv6 requests, whereas for ipv4 it will serve only IPv4 requests.
  • api-change:synthetics: [botocore] Add support to toggle outbound IPv6 traffic on canaries connected to dualstack subnets. This behavior can be controlled via the new Ipv6AllowedForDualStack parameter of the VpcConfig input object in CreateCanary and UpdateCanary APIs.

v1.35.82

Compare Source

=======

  • api-change:cloud9: [botocore] Added information about Ubuntu 18.04 will be removed from the available imageIds for Cloud9 because Ubuntu 18.04 has ended standard support on May 31, 2023.
  • api-change:dlm: [botocore] This release adds support for Local Zones in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies.
  • api-change:ec2: [botocore] This release adds support for EBS local snapshots in AWS Dedicated Local Zones, which allows you to store snapshots of EBS volumes locally in Dedicated Local Zones.
  • api-change:greengrassv2: [botocore] Add support for runtime in GetCoreDevice and ListCoreDevices APIs.
  • api-change:medialive: [botocore] AWS Elemental MediaLive adds three new features: MediaPackage v2 endpoint support for live stream delivery, KLV metadata passthrough in CMAF Ingest output groups, and Metadata Name Modifier in CMAF Ingest output groups for customizing metadata track names in output streams.
  • api-change:rds: [botocore] This release adds support for the "MYSQL_CACHING_SHA2_PASSWORD" enum value for RDS Proxy ClientPasswordAuthType.

v1.35.81

Compare Source

=======

  • api-change:cloudhsmv2: [botocore] Add support for Dual-Stack hsm2m.medium clusters. The customers will now be able to create hsm2m.medium clusters having both IPv4 and IPv6 connection capabilities by specifying a new param called NetworkType=DUALSTACK during cluster creation.
  • api-change:ec2: [botocore] This release adds GroupId to the response for DeleteSecurityGroup.
  • api-change:eks: [botocore] Add NodeRepairConfig in CreateNodegroupRequest and UpdateNodegroupConfigRequest
  • api-change:logs: [botocore] Limit PutIntegration IntegrationName and ListIntegrations IntegrationNamePrefix parameters to 50 characters
  • api-change:mediaconnect: [botocore] AWS Elemental MediaConnect Gateway now supports Source Specific Multicast (SSM) for ingress bridges. This enables you to specify a source IP address in addition to a multicast IP when creating or updating an ingress bridge source.
  • api-change:networkmanager: [botocore] There was a sentence fragment in UpdateDirectConnectGatewayAttachment that was causing customer confusion as to whether it's an incomplete sentence or if it was a typo. Removed the fragment.
  • api-change:servicediscovery: [botocore] AWS Cloud Map now supports service-level attributes, allowing you to associate custom metadata directly with services. These attributes can be retrieved, updated, and deleted using the new GetServiceAttributes, UpdateServiceAttributes, and DeleteServiceAttributes API calls.

v1.35.80

Compare Source

=======

  • api-change:connect: [botocore] Configure holidays and other overrides to hours of operation in advance. During contact handling, Amazon Connect automatically checks for overrides and provides customers with an appropriate flow path. After an override period passes call center automatically reverts to standard hours of operation.
  • api-change:dms: [botocore] Add parameters to support for kerberos authentication. Add parameter for disabling the Unicode source filter with PostgreSQL settings. Add parameter to use large integer value with Kinesis/Kafka settings.
  • api-change:glue: [botocore] To support customer-managed encryption in Data Quality to allow customers encrypt data with their own KMS key, we will add a DataQualityEncryption field to the SecurityConfiguration API where customers can provide their KMS keys.
  • api-change:guardduty: [botocore] Improved descriptions for certain APIs.
  • api-change:route53domains: [botocore] This release includes the following API updates: added the enumeration type RESTORE_DOMAIN to the OperationType; constrained the Price attribute to non-negative values; updated the LangCode to allow 2 or 3 alphabetical characters.

v1.35.79

Compare Source

=======

  • api-change:artifact: [botocore] Add support for listing active customer agreements for the calling AWS Account.
  • api-change:cloudtrail: [botocore] Doc-only updates for CloudTrail.
  • api-change:cognito-idp: [botocore] Updated descriptions for some API operations and parameters, corrected some errors in Cognito user pools
  • api-change:controlcatalog: [botocore] Minor documentation updates to the content of ImplementationDetails object part of the Control Catalog GetControl API
  • api-change:emr-serverless: [botocore] This release adds support for accessing system profile logs in Lake Formation-enabled jobs.
  • api-change:mgh: [botocore] API and documentation updates for AWS MigrationHub related to adding support for listing migration task updates and associating, disassociating and listing source resources
  • api-change:sesv2: [botocore] Introduces support for multi-region endpoint.
  • api-change:timestream-influxdb: [botocore] Adds networkType parameter to CreateDbInstance API which allows IPv6 support to the InfluxDB endpoint

v1.35.78

Compare Source

=======

  • api-change:application-autoscaling: [botocore] Doc only update for AAS Predictive Scaling policy configuration API.
  • api-change:bcm-pricing-calculator: [botocore] Updated condition key inference from Workload Estimate, Bill Scenario, and Bill Estimate resources. Updated documentation links.
  • api-change:connect: [botocore] Add support for Push Notifications for Amazon Connect chat. With Push Notifications enabled an alert could be sent to customers about new messages even when they aren't actively using the mobile application.
  • api-change:finspace: [botocore] Update KxCommandLineArgument value parameter regex to allow for spaces and semicolons
  • api-change:ivs-realtime: [botocore] IVS Real-Time now offers customers the ability to customize thumbnails recording mode and interval for both Individual Participant Recording (IPR) and Server-Side Compositions (SSC).
  • api-change:sesv2: [botocore] Introduces support for creating DEED (Deterministic Easy-DKIM) identities.

v1.35.77

Compare Source

=======

  • api-change:appsync: [botocore] Provides description of new Amazon Bedrock runtime datasource.
  • api-change:cognito-idp: [botocore] Change CustomDomainConfig from a required to an optional parameter for the UpdateUserPoolDomain operation.
  • api-change:ec2: [botocore] This release includes a new API for modifying instance network-performance-options after launch.
  • api-change:ecs: [botocore] This is a documentation only update to address various tickets for Amazon ECS.
  • api-change:keyspaces: [botocore] Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API.
  • api-change:medialive: [botocore] H265 outputs now support disabling the deblocking filter.
  • api-change:workspaces: [botocore] Added text to clarify case-sensitivity

v1.35.76

Compare Source

=======

  • api-change:partnercentral-selling: [botocore] Introducing the preview of new partner central selling APIs designed to transform how AWS partners collaborate and co-sell with multiple partners. This enables multiple partners to seamlessly engage and jointly pursue customer opportunities, fostering a new era of collaborative selling.
  • api-change:qbusiness: [botocore] This release removes the deprecated UserId and UserGroups fields from SearchRelevantContent api's request parameters.

v1.35.75

Compare Source

=======

  • api-change:bedrock: [botocore] Introduced two APIs ListPromptRouters and GetPromptRouter for Intelligent Prompt Router feature. Add support for Bedrock Guardrails image content filter. New Bedrock Marketplace feature enabling a wider range of bedrock compatible models with self-hosted capability.
  • api-change:bedrock-agent: [botocore] This release introduces the ability to generate SQL using natural language, through a new GenerateQuery API (with native integration into Knowledge Bases); ability to ingest and retrieve images through Bedrock Data Automation; and ability to create a Knowledge Base backed by Kendra GenAI Index.
  • api-change:bedrock-agent-runtime: [botocore] This release introduces the ability to generate SQL using natural language, through a new GenerateQuery API (with native integration into Knowledge Bases); ability to ingest and retrieve images through Bedrock Data Automation; and ability to create a Knowledge Base backed by Kendra GenAI Index.
  • api-change:bedrock-data-automation: [botocore] Release Bedrock Data Automation SDK
  • api-change:bedrock-data-automation-runtime: [botocore] Release Bedrock Data Automation Runtime SDK
  • api-change:bedrock-runtime: [botocore] Added support for Intelligent Prompt Router in Invoke, InvokeStream, Converse and ConverseStream. Add support for Bedrock Guardrails image content filter. New Bedrock Marketplace feature enabling a wider range of bedrock compatible models with self-hosted capability.
  • api-change:kendra: [botocore] This release adds GenAI Index in Amazon Kendra for Retrieval Augmented Generation (RAG) and intelligent search. With the Kendra GenAI Index, customers get high retrieval accuracy powered by the latest information retrieval technologies and semantic models.
  • api-change:sagemaker: [botocore] Amazon SageMaker HyperPod launched task governance to help customers maximize accelerator utilization for model development and flexible training plans to meet training timelines and budget while reducing weeks of training time. AI apps from AWS partner is now available in SageMaker.

v1.35.74

Compare Source

=======

  • api-change:athena: [botocore] Add FEDERATED type to CreateDataCatalog. This creates Athena Data Catalog, AWS Lambda connector, and AWS Glue connection. Create/DeleteDataCatalog returns DataCatalog. Add Status, ConnectionType, and Error to DataCatalog and DataCatalogSummary. Add DeleteCatalogOnly to delete Athena Catalog only.
  • api-change:bedrock: [botocore] Tagging support for Async Invoke resources. Added support for Distillation in CreateModelCustomizationJob API. Support for videoDataDeliveryEnabled flag in invocation logging.
  • api-change:bedrock-agent: [botocore] Releasing SDK for Multi-Agent Collaboration.
  • api-change:bedrock-agent-runtime: [botocore] Releasing SDK for multi agent collaboration
  • api-change:bedrock-runtime: [botocore] Added support for Async Invoke Operations Start, List and Get. Support for invocation logs with requestMetadata field in Converse, ConverseStream, Invoke and InvokeStream. Video content blocks in Converse/ConverseStream accept raw bytes or S3 URI.
  • api-change:cloudwatch: [botocore] Support for configuring AiOps investigation as alarm action
  • api-change:datazone: [botocore] Adds support for Connections, ProjectProfiles, and JobRuns APIs. Supports the new Lineage feature at GA. Adjusts optionality of a parameter for DataSource and SubscriptionTarget APIs which may adjust types in some clients.
  • api-change:dsql: [botocore] Add new API operations for Amazon Aurora DSQL. Amazon Aurora DSQL is a serverless, distributed SQL database with virtually unlimited scale, highest availability, and zero infrastructure management.
  • api-change:dynamodb: [botocore] This change adds support for global tables with multi-Region strong consistency (in preview). The UpdateTable API now supports a new attribute MultiRegionConsistency to set consistency when creating global tables. The DescribeTable output now optionally includes the MultiRegionConsistency attribute.
  • api-change:glue: [botocore] This release includes(1)Zero-ETL integration to ingest data from 3P SaaS and DynamoDB to Redshift/Redlake (2)new properties on Connections to enable reuse; new connection APIs for retrieve/preview metadata (3)support of CRUD operations for Multi-catalog (4)support of automatic statistics collections
  • api-change:lakeformation: [botocore] This release added two new LakeFormation Permissions (CREATE_CATALOG, SUPER_USER) and added Id field for CatalogResource. It also added new conditon and expression field.
  • api-change:qapps: [botocore] Add support for 11 new plugins as action cards to help automate repetitive tasks and improve productivity.
  • api-change:qbusiness: [botocore] Amazon Q Business now supports customization options for your web experience, 11 new Plugins, and QuickSight support. Amazon Q index allows software providers to enrich their native generative AI experiences with their customer's enterprise knowledge and user context spanning multiple applications.
  • api-change:quicksight: [botocore] This release includes API needed to support for Unstructured Data in Q in QuickSight Q&A (IDC).
  • api-change:redshift: [botocore] Adds support for Amazon Redshift RegisterNamespace and DeregisterNamespace APIs to share data to AWS Glue Data Catalog.
  • api-change:redshift-serverless: [botocore] Adds support for the ListManagedWorkgroups API to get an overview of existing managed workgroups.
  • api-change:s3: [botocore] Amazon S3 Metadata stores object metadata in read-only, fully managed Apache Iceberg metadata tables that you can query. You can create metadata table configurations for S3 general purpose buckets.
  • api-change:s3tables: [botocore] Amazon S3 Tables deliver the first cloud object store with built-in open table format support, and the easiest way to store tabular data at scale.

v1.35.73

Compare Source

=======

  • api-change:bedrock-runtime: [botocore] Add an API parameter that allows customers to set performance configuration for invoking a model.
  • api-change:s3control: [botocore] It allows customers to pass CRC64NVME as a header in S3 Batch Operations copy requests
  • api-change:socialmessaging: [botocore] Added support for passing role arn corresponding to the supported event destination

v1.35.72

Compare Source

=======

  • api-change:bedrock: [botocore] Add support for Knowledge Base Evaluations & LLM as a judge
  • api-change:bedrock-agent: [botocore] This release introduces APIs to upload documents directly into a Knowledge Base
  • api-change:bedrock-agent-runtime: [botocore] This release introduces a new Rerank API to leverage reranking models (with integration into Knowledge Bases); APIs to upload documents directly into Knowledge Base; RetrieveAndGenerateStream API for streaming response; Guardrails on Retrieve API; and ability to automatically generate filters
  • api-change:chime-sdk-voice: [botocore] This release adds supports for enterprises to integrate Amazon Connect with other voice systems. It supports directly transferring voice calls and metadata without using the public telephone network. It also supports real-time and post-call analytics.
  • api-change:cleanrooms: [botocore] This release allows customers and their partners to easily collaborate with data stored in Snowflake and Amazon Athena, without having to move or share their underlying data among collaborators.
  • api-change:connect: [botocore] Adds support for WhatsApp Business messaging, IVR call recording, enabling Contact Lens for existing on-premise contact centers and telephony platforms, and enabling telephony and IVR migration to Amazon Connect independent of their contact center agents.
  • api-change:connectcampaignsv2: [botocore] Amazon Connect Outbound Campaigns V2 / Features : Adds support for Event-Triggered Campaigns.
  • api-change:customer-profiles: [botocore] This release introduces Event Trigger APIs as part of Amazon Connect Customer Profiles service.
  • api-change:ec2: [botocore] Adds support for declarative policies that allow you to enforce desired configuration across an AWS organization through configuring account attributes. Adds support for Allowed AMIs that allows you to limit the use of AMIs in AWS accounts. Adds support for connectivity over non-HTTP protocols.
  • api-change:ecs: [botocore] This release adds support for Container Insights with Enhanced Observability for Amazon ECS.
  • api-change:eks: [botocore] Added support for Auto Mode Clusters, Hybrid Nodes, and specifying computeTypes in the DescribeAddonVersions API.
  • api-change:events: [botocore] Call private APIs by configuring Connections with VPC connectivity through PrivateLink and VPC Lattice
  • api-change:fsx: [botocore] FSx API changes to support the public launch of the Amazon FSx Intelligent Tiering for OpenZFS storage class.
  • api-change:guardduty: [botocore] Add new Multi Domain Correlation findings.
  • api-change:imagebuilder: [botocore] Added support for EC2 Image Builder's integration with AWS Marketplace for Marketplace components.
  • api-change:invoicing: [botocore] AWS Invoice Configuration allows you to receive separate AWS invoices based on your organizational needs. You can use the AWS SDKs to manage Invoice Units and programmatically fetch the information of the invoice receiver.
  • api-change:logs: [botocore] Adds PutIntegration, GetIntegration, ListIntegrations and DeleteIntegration APIs. Adds QueryLanguage support to StartQuery, GetQueryResults, DescribeQueries, DescribeQueryDefinitions, and PutQueryDefinition APIs.
  • api-change:memorydb: [botocore] Amazon MemoryDB SDK now supports all APIs for Multi-Region. Please refer to the updated Amazon MemoryDB public documentation for detailed information on API usage.
  • api-change:networkflowmonitor: [botocore] This release adds documentation for a new feature in Amazon CloudWatch called Network Flow Monitor. You can use Network Flow Monitor to get near real-time metrics, including retransmissions and data transferred, for your actual workloads.
  • api-change:opensearch: [botocore] This feature introduces support for CRUDL APIs, enabling the creation and management of Connected data sources.
  • api-change:organizations: [botocore] Add support for policy operations on the DECLARATIVE_POLICY_EC2 policy type.
  • api-change:qbusiness: [botocore] Amazon Q Business now supports capabilities to extract insights and answer questions from visual elements embedded within documents, a browser extension for Google Chrome, Mozilla Firefox, and Microsoft Edge, and attachments across conversations.
  • api-change:qconnect: [botocore] This release adds following capabilities: Configuring safeguards via AIGuardrails for Q in Connect inferencing, and APIs to support Q&A self-service use cases
  • api-change:rds: [botocore] Amazon RDS supports CloudWatch Database Insights. You can use the SDK to create, modify, and describe the DatabaseInsightsMode for your DB instances and clusters.
  • api-change:s3: [botocore] Amazon S3 introduces support for AWS Dedicated Local Zones
  • api-change:s3control: [botocore] Amazon S3 introduces support for AWS Dedicated Local Zones
  • api-change:securityhub: [botocore] Add new Multi Domain Correlation findings.
  • api-change:security-ir: [botocore] AWS Security Incident Response is a purpose-built security incident solution designed to help customers prepare for, respond to, and recover from security incidents.
  • api-change:transfer: [botocore] AWS Transfer Family now offers Web apps that enables simple and secure access to data stored in Amazon S3.
  • api-change:vpc-lattice: [botocore] Lattice APIs that allow sharing and access of VPC resources across accounts.
boto/botocore (botocore)

v1.35.85

Compare Source

=======

  • api-change:appstream: Added support for Rocky Linux 8 on Amazon AppStream 2.0
  • api-change:mediaconvert: This release adds support for inserting timecode tracks into MP4 container outputs.
  • api-change:medialive: MediaLive is releasing ListVersions api
  • api-change:qconnect: Amazon Q in Connect enables agents to ask Q for assistance in multiple languages and Q will provide answers and recommended step-by-step guides in those languages. Qs default language is English (United States) and you can switch this by setting the locale configuration on the AI Agent.
  • api-change:ssm-sap: AWS Systems Manager for SAP added support for registration and discovery of distributed ABAP applications
  • api-change:workspaces: Added AWS Global Accelerator (AGA) support for WorkSpaces Personal.

v1.35.84

Compare Source

=======

  • api-change:amplify: Added WAF Configuration to Amplify Apps
  • api-change:budgets: Releasing minor partition endpoint updates
  • api-change:connect: This release adds support for the UpdateParticipantAuthentication API used for customer authentication within Amazon Connect chats.
  • api-change:connectparticipant: This release adds support for the GetAuthenticationUrl and CancelParticipantAuthentication APIs used for customer authentication within Amazon Connect chats. There are also minor updates to the GetAttachment API.
  • api-change:datasync: AWS DataSync introduces the ability to update attributes for in-cloud locations.
  • api-change:iot: Release connectivity status query API which is a dedicated high throughput(TPS) API to query a specific device's most recent connectivity state and metadata.
  • api-change:mwaa: Added support for Apache Airflow version 2.10.3 to MWAA.
  • api-change:quicksight: Add support for PerformanceConfiguration attribute to Dataset entity. Allow PerformanceConfiguration specification in CreateDataset and UpdateDataset APIs.
  • api-change:resiliencehub: AWS Resilience Hub now automatically detects already configured CloudWatch alarms and FIS experiments as part of the assessment process and returns the discovered resources in the corresponding list API responses. It also allows you to include or exclude test recommendations for an AppComponent.
  • api-change:transfer: Added AS2 agreement configurations to control filename preservation and message signing enforcement. Added AS2 connector configuration to preserve content type from S3 objects.

v1.35.83

Compare Source

=======

  • api-change:account: Update endpoint configuration.
  • api-change:backup: Add Support for Backup Indexing
  • api-change:backupsearch: Add support for searching backups
  • api-change:batch: This feature allows AWS Batch on Amazon EKS to support configuration of Pod Annotations, overriding Namespace on which the Batch job's Pod runs on, and allows Subpath and Persistent Volume claim to be set for AWS Batch on Amazon EKS jobs.
  • api-change:cleanroomsml: Add support for SQL compute configuration for StartAudienceGenerationJob API.
  • api-change:cloudfront: Adds support for OriginReadTimeout and OriginKeepaliveTimeout to create CloudFront Distributions with VPC Origins.
  • api-change:codepipeline: AWS CodePipeline V2 type pipelines now support Managed Compute Rule.
  • api-change:ecs: Added support for enableFaultInjection task definition parameter which can be used to enable Fault Injection feature on ECS tasks.
  • api-change:m2: This release adds support for AWS Mainframe Modernization(M2) Service to allow specifying network type(ipv4, dual) for the environment instances. For dual network type, m2 environment applications will serve both IPv4 and IPv6 requests, whereas for ipv4 it will serve only IPv4 requests.
  • api-change:synthetics: Add support to toggle outbound IPv6 traffic on canaries connected to dualstack subnets. This behavior can be controlled via the new Ipv6AllowedForDualStack parameter of the VpcConfig input object in CreateCanary and UpdateCanary APIs.

v1.35.82

Compare Source

=======

  • api-change:cloud9: Added information about Ubuntu 18.04 will be removed from the available imageIds for Cloud9 because Ubuntu 18.04 has ended standard support on May 31, 2023.
  • api-change:dlm: This release adds support for Local Zones in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies.
  • api-change:ec2: This release adds support for EBS local snapshots in AWS Dedicated Local Zones, which allows you to store snapshots of EBS volumes locally in Dedicated Local Zones.
  • api-change:greengrassv2: Add support for runtime in GetCoreDevice and ListCoreDevices APIs.
  • api-change:medialive: AWS Elemental MediaLive adds three new features: MediaPackage v2 endpoint support for live stream delivery, KLV metadata passthrough in CMAF Ingest output groups, and Metadata Name Modifier in CMAF Ingest output groups for customizing metadata track names in output streams.
  • api-change:rds: This release adds support for the "MYSQL_CACHING_SHA2_PASSWORD

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 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.

@renovate renovate bot requested review from npalm and kayman-mk as code owners December 9, 2024 01:56
Copy link
Contributor

github-actions bot commented Dec 9, 2024

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.

Copy link
Contributor

github-actions bot commented Dec 9, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 1 0 0.03s
✅ COPYPASTE jscpd yes no 1.5s
✅ REPOSITORY checkov yes no 24.58s
✅ REPOSITORY dustilock yes no 0.2s
✅ REPOSITORY gitleaks yes no 0.71s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 8.99s
✅ REPOSITORY secretlint yes no 0.73s
✅ REPOSITORY syft yes no 1.29s
✅ REPOSITORY trivy-sbom yes no 0.07s
✅ REPOSITORY trufflehog yes no 2.54s
✅ SPELL cspell 12 0 2.66s
✅ TERRAFORM terraform-fmt 10 0 0 0.66s
✅ YAML prettier 1 0 0 0.48s
✅ YAML v8r 1 0 3.15s
✅ YAML yamllint 1 0 0.43s

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

@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from b6dba24 to 8c1a450 Compare December 16, 2024 12:18
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 50fcc85 to ff01e7c Compare December 19, 2024 21:19
@kayman-mk kayman-mk merged commit 986bb9d into main Dec 20, 2024
18 of 19 checks passed
@kayman-mk kayman-mk deleted the renovate/all branch December 20, 2024 14:22
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