fix(deps): update all non-major dependencies #6

Open
renovate wants to merge 1 commits from renovate/all-minor-patch into main
Member

This PR contains the following updates:

Package Type Update Change
Jinja2 (changelog) project.dependencies patch ==3.1.4 -> ==3.1.5
boto3 project.dependencies patch ==1.35.70 -> ==1.35.90
cfn-lint (changelog) project.dependencies minor ==1.20.1 -> ==1.22.2
click (source, changelog) project.dependencies patch ==8.1.7 -> ==8.1.8
pulumi project.dependencies minor ==3.142.0 -> ==3.144.1
pulumi-aws project.dependencies minor ==6.61.0 -> ==6.66.1
pulumi-aws-native project.dependencies minor ==1.11.0 -> ==1.19.0
pulumi_random project.dependencies patch ==4.16.7 -> ==4.16.8
python final minor 3.12-alpine3.20 -> 3.13-alpine3.20
python stage minor 3.12-alpine3.20 -> 3.13-alpine3.20

Release Notes

pallets/jinja (Jinja2)

v3.1.5

Compare Source

Released 2024-12-21

  • The sandboxed environment handles indirect calls to str.format, such as
    by passing a stored reference to a filter that calls its argument.
    :ghsa:q2x7-8rv6-6q7h
  • Escape template name before formatting it into error messages, to avoid
    issues with names that contain f-string syntax.
    :issue:1792, :ghsa:gmj6-6f8f-6699
  • Sandbox does not allow clear and pop on known mutable sequence
    types. :issue:2032
  • Calling sync render for an async template uses asyncio.run.
    :pr:1952
  • Avoid unclosed auto_aiter warnings. :pr:1960
  • Return an aclose-able AsyncGenerator from
    Template.generate_async. :pr:1960
  • Avoid leaving root_render_func() unclosed in
    Template.generate_async. :pr:1960
  • Avoid leaving async generators unclosed in blocks, includes and extends.
    :pr:1960
  • The runtime uses the correct concat function for the current environment
    when calling block references. :issue:1701
  • Make |unique async-aware, allowing it to be used after another
    async-aware filter. :issue:1781
  • |int filter handles OverflowError from scientific notation.
    :issue:1921
  • Make compiling deterministic for tuple unpacking in a {% set ... %}
    call. :issue:2021
  • Fix dunder protocol (copy/pickle/etc) interaction with Undefined
    objects. :issue:2025
  • Fix copy/pickle support for the internal missing object.
    :issue:2027
  • Environment.overlay(enable_async) is applied correctly. :pr:2061
  • The error message from FileSystemLoader includes the paths that were
    searched. :issue:1661
  • PackageLoader shows a clearer error message when the package does not
    contain the templates directory. :issue:1705
  • Improve annotations for methods returning copies. :pr:1880
  • urlize does not add mailto: to values like @a@b. :pr:1870
  • Tests decorated with @pass_context`` can be used with the ``|select`` filter. :issue:1624`
  • Using set for multiple assignment (a, b = 1, 2) does not fail when the
    target is a namespace attribute. :issue:1413
  • Using set in all branches of {% if %}{% elif %}{% else %} blocks
    does not cause the variable to be considered initially undefined.
    :issue:1253
boto/boto3 (boto3)

v1.35.90

Compare Source

=======

  • api-change:ecr: [botocore] Restoring custom endpoint functionality for ECR
  • api-change:ecr-public: [botocore] Restoring custom endpoint functionality for ECR Public

v1.35.89

Compare Source

=======

  • api-change:rds: [botocore] Updates Amazon RDS documentation to correct various descriptions.

v1.35.88

Compare Source

=======

  • api-change:bcm-pricing-calculator: [botocore] Added ConflictException to DeleteBillEstimate.
  • api-change:ecr: [botocore] Add support for Dualstack Endpoints
  • api-change:network-firewall: [botocore] Dual-stack endpoints are now supported.
  • api-change:securityhub: [botocore] Documentation updates for AWS Security Hub

v1.35.87

Compare Source

=======

  • api-change:ecr: [botocore] Documentation update for ECR GetAccountSetting and PutAccountSetting APIs.
  • api-change:ecr-public: [botocore] Add support for Dualstack endpoints
  • api-change:eks: [botocore] This release adds support for DescribeClusterVersions API that provides important information about Kubernetes versions along with end of support dates
  • api-change:glue: [botocore] Add IncludeRoot parameters to GetCatalogs API to return root catalog.

v1.35.86

Compare Source

=======

  • api-change:bedrock-agent: [botocore] Support for custom user agent and max web pages crawled for web connector. Support app only credentials for SharePoint connector. Increase agents memory duration limit to 365 days. Support to specify max number of session summaries to include in agent invocation context.
  • api-change:bedrock-agent-runtime: [botocore] bedrock agents now supports long term memory and performance configs. Invokeflow supports performance configs. RetrieveAndGenerate performance configs
  • api-change:bedrock-data-automation: [botocore] Documentation update for Amazon Bedrock Data Automation
  • api-change:bedrock-data-automation-runtime: [botocore] Documentation update for Amazon Bedrock Data Automation Runtime
  • api-change:billing: [botocore] Added new API's for defining and fetching Billing Views.
  • api-change:ce: [botocore] Support for retrieving cost, usage, and forecast for billing view.
  • api-change:connect: [botocore] This release supports adding NotAttributeCondition and Range to the RoutingCriteria object.
  • api-change:docdb: [botocore] Support AWS Secret Manager managed password for AWS DocumentDB instance-based cluster.
  • api-change:eks: [botocore] This release expands the catalog of upgrade insight checks
  • api-change:macie2: [botocore] This release adds support for identifying S3 general purpose buckets that exceed the Amazon Macie quota for preventative control monitoring.
  • api-change:outposts: [botocore] Add CS8365C as a supported power connector for Outpost sites.
  • api-change:sagemaker: [botocore] This release adds support for c6i, m6i and r6i instance on SageMaker Hyperpod and trn1 instances in batch

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.

v1.35.71

Compare Source

=======

  • api-change:bedrock-agent: [botocore] Add support for specifying embeddingDataType, either FLOAT32 or BINARY
  • api-change:config: [botocore] AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders.
  • api-change:fsx: [botocore] This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent_2 file systems.
  • api-change:observabilityadmin: [botocore] Amazon CloudWatch Observability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry.
aws-cloudformation/cfn-lint (cfn-lint)

v1.22.2

Compare Source

v1.22.2

v1.22.1

Compare Source

v1.22.1

v1.22.0

Compare Source

v1.22.0

v1.21.0

Compare Source

v1.21.0

v1.20.2

Compare Source

v1.20.2
pallets/click (click)

v8.1.8

Compare Source

Unreleased

  • Fix an issue with type hints for click.open_file(). :issue:2717
  • Fix issue where error message for invalid click.Path displays on
    multiple lines. :issue:2697
  • Fixed issue that prevented a default value of "" from being displayed in
    the help for an option. :issue:2500
  • The test runner handles stripping color consistently on Windows.
    :issue:2705
  • Show correct value for flag default when using default_map.
    :issue:2632
  • Fix click.echo(color=...) passing color to coloroma so it can be
    forced on Windows. :issue:2606.
pulumi/pulumi (pulumi)

v3.144.1

Compare Source

Bug Fixes
  • sdk/nodejs] Reverts [#​18041](https://github.com/pulumi/pulumi/issues/18041)
    
    

v3.144.0

Compare Source

Features
  • engine] Warn if `refresh` or `destroy` use older parameterized packages
    [#​18029](https://github.com/pulumi/pulumi/pull/18029)
    
    
  • sdk/dotnet] Update dotnet to 3.71.1
    [#​18084](https://github.com/pulumi/pulumi/pull/18084)
    
    
  • auto/go] Add ConfigFile to GetConfig and SetConfig operations, add GetAllConfigWithOptions to extend GetAllConfig
    [#​17939](https://github.com/pulumi/pulumi/pull/17939)
    
    
  • cli/plugin] Log plugin unstructured output to debug instead of info
    [#​17943](https://github.com/pulumi/pulumi/pull/17943)
    
    
  • sdk/yaml] Update pulumi-yaml to 1.13.0
    [#​18077](https://github.com/pulumi/pulumi/pull/18077)
    
    
Bug Fixes
  • backend/diy] Retry deletes of lock files if they fail
    [#​18059](https://github.com/pulumi/pulumi/pull/18059)
    
    
  • auto/go] Fix potential race condition when using automation API
    [#​18044](https://github.com/pulumi/pulumi/pull/18044)
    
    
  • auto/go] Fix "debug" flag in automation api
    [#​18071](https://github.com/pulumi/pulumi/pull/18071)
    
    
  • cli/install] Avoid unnecessary Node.js installations
    [#​18041](https://github.com/pulumi/pulumi/pull/18041)
    
    
  • engine] Use package load v2 in loader server so it can include paramaterization
    [#​18072](https://github.com/pulumi/pulumi/pull/18072)
    [#​18021](https://github.com/pulumi/pulumi/pull/18021)
    
    
  • programgen/dotnet] Emit local dependencies in restore sources deterministically
    [#​18026](https://github.com/pulumi/pulumi/pull/18026)
    
    
  • sdk/go] Ignore DependsOn for direct form invokes instead of raising an error
    [#​18089](https://github.com/pulumi/pulumi/pull/18089)
    
    
  • sdk/nodejs] Respect the noCheck option from tsconfig.json
    [#​18067](https://github.com/pulumi/pulumi/pull/18067)
    
    
  • sdk/nodejs] Gracefully handle errors that don't implement toString
    [#​18080](https://github.com/pulumi/pulumi/pull/18080)
    
    
  • sdk/python] Fix hang on error when using uv on Windows
    [#​18054](https://github.com/pulumi/pulumi/pull/18054)
    
    
  • sdkgen/dotnet] Compute restore sources from local dependencies and referenced packages
    [#​18042](https://github.com/pulumi/pulumi/pull/18042)
    
    
Miscellaneous
  • sdkgen/go] Skip TestPackageAddGoParameterized
    [#​18049](https://github.com/pulumi/pulumi/pull/18049)
    
    

v3.143.0

Compare Source

Features
  • cli] Autonaming configuration in experimental mode
    [#​17916](https://github.com/pulumi/pulumi/pull/17916)
    
    
  • cli] Suggest `state repair` as part of integrity panics
    [#​17919](https://github.com/pulumi/pulumi/pull/17919)
    
    
  • engine] Add PULUMI_DEBUG_LANGUAGES much like PULUMI_DEBUG_PROVIDERS so we can attach debuggers to languages easily
    [#​17821](https://github.com/pulumi/pulumi/pull/17821)
    
    
  • engine] Warn if `refresh` or `destroy` use older plugins
    [#​12196](https://github.com/pulumi/pulumi/pull/12196)
    
    
  • protobuf] Add `Handshake` to the provider protocol
    [#​17819](https://github.com/pulumi/pulumi/pull/17819)
    
    
  • sdk/dotnet] Upgrade pulumi-dotnet to 3.71.0
    [#​17937](https://github.com/pulumi/pulumi/pull/17937)
    
    
  • sdkgen/dotnet] Codegen for .NET InvokeOutputOptions
    [#​17890](https://github.com/pulumi/pulumi/pull/17890)
    
    
  • programgen/{dotnet,nodejs,python}] Emit deferred outputs for mutually dependant components
    [#​17859](https://github.com/pulumi/pulumi/pull/17859)
    
    
  • sdk/go] Allow specifying dependencies for output invokes. Go code generation for Output form invokes will use the new `Context.InvokeOutput` method.
    [#​17791](https://github.com/pulumi/pulumi/pull/17791)
    
    
  • sdk/nodejs] Add getSchema to Provider interface
    [#​17950](https://github.com/pulumi/pulumi/pull/17950)
    
    
  • sdk/{nodejs,python}] Update Python and NodeJS to use the new GetRequiredPackage functionality
    [#​17910](https://github.com/pulumi/pulumi/pull/17910)
    
    
  • cli/package] Automatically set up package dependencies when adding a package when possible
    [#​17815](https://github.com/pulumi/pulumi/pull/17815)
    
    
  • sdk/python] Drop Python 3.8 support
    [#​17883](https://github.com/pulumi/pulumi/pull/17883)
    
    
Bug Fixes
  • backend/diy] Show a more correct URL for lock files in error messages
    [#​17961](https://github.com/pulumi/pulumi/pull/17961)
    
    
  • sdk/go] Inherit `protect` from `parent`s in the Go SDK
    [#​17936](https://github.com/pulumi/pulumi/pull/17936)
    
    
  • sdk/go] Fix a `defer` leak when writing memory profiles
    [#​17581](https://github.com/pulumi/pulumi/pull/17581)
    
    
  • sdk/go] Return when rejecting the InvokeOutput output on error
    [#​18010](https://github.com/pulumi/pulumi/pull/18010)
    
    
  • sdkgen/go] Fix writing of go.mod files for parameterized packages
    [#​17923](https://github.com/pulumi/pulumi/pull/17923)
    
    
  • auto/{go,nodejs,python}] Expose `whoami` token information in automation API types
    [#​17735](https://github.com/pulumi/pulumi/pull/17735)
    
    
  • cli/install] Don't recreate virtualenvs when using venv
    [#​17892](https://github.com/pulumi/pulumi/pull/17892)
    
    
  • auto/nodejs] Don't hang indefinitely on failed inputs
    [#​17899](https://github.com/pulumi/pulumi/pull/17899)
    
    
  • auto/python] Catch BaseException in automation API server
    [#​17909](https://github.com/pulumi/pulumi/pull/17909)
    
    
  • sdk/nodejs] Throw from `output()` on circular structures
    [#​17852](https://github.com/pulumi/pulumi/pull/17852)
    
    
  • sdkgen/{nodejs,python}] Bump the minimum SDK version to 3.142.0
    [#​17997](https://github.com/pulumi/pulumi/pull/17997)
    
    
Miscellaneous
  • pkg] Upgrade pulumi-java to v0.19.0
    [#​18014](https://github.com/pulumi/pulumi/pull/18014)
    
    
  • sdk/python] Switch to ruff for linting and formatting
    [#​17882](https://github.com/pulumi/pulumi/pull/17882)
    
    
  • sdkgen] Include parameterization details in pulumi-plugin.json
    [#​17867](https://github.com/pulumi/pulumi/pull/17867)
    
    
pulumi/pulumi-aws (pulumi-aws)

v6.66.1

Compare Source

Does the PR have any schema changes?

Found 2 breaking changes:

Types
  • 🟢 "aws:alb/getListenerMutualAuthentication:getListenerMutualAuthentication": required: "advertiseTrustStoreCaNames" property has changed to Required
  • 🟢 "aws:lb/getListenerMutualAuthentication:getListenerMutualAuthentication": required: "advertiseTrustStoreCaNames" property has changed to Required
    No new resources/functions.

What's Changed

Full Changelog: https://github.com/pulumi/pulumi-aws/compare/v6.66.0...v6.66.1

v6.66.0

Compare Source

Does the PR have any schema changes?

Found 2 breaking changes:

Types
  • 🟢 "aws:codeconnections/HostVpcConfiguration:HostVpcConfiguration": required: "tlsCertificate" property is no longer Required
  • 🟢 "aws:licensemanager/getReceivedLicenseEntitlement:getReceivedLicenseEntitlement": required: "overage" property has changed to Required
New resources:
  • apigateway/domainNameAccessAssociation.DomainNameAccessAssociation
  • cloudfront/vpcOrigin.VpcOrigin
  • memorydb/multiRegionCluster.MultiRegionCluster
  • networkmanager/dxGatewayAttachment.DxGatewayAttachment
  • rds/clusterSnapshotCopy.ClusterSnapshotCopy
New functions:
  • servicecatalog/getAppregistryAttributeGroupAssociations.getAppregistryAttributeGroupAssociations

What's Changed

Full Changelog: https://github.com/pulumi/pulumi-aws/compare/v6.65.0...v6.66.0

v6.65.0

Compare Source

Does the PR have any schema changes?

Found 2 breaking changes:

Types
  • 🟢 "aws:sesv2/getConfigurationSetDeliveryOption:getConfigurationSetDeliveryOption": required: "maxDeliverySeconds" property has changed to Required
  • 🟢 "aws:sesv2/getConfigurationSetTrackingOption:getConfigurationSetTrackingOption": required: "httpsPolicy" property has changed to Required
New resources:
  • bedrock/inferenceProfile.InferenceProfile
  • cloudwatch/logAnomalyDetector.LogAnomalyDetector
  • ecr/accountSetting.AccountSetting
  • msk/singleScramSecretAssociation.SingleScramSecretAssociation
  • servicecatalog/appregistryAttributeGroup.AppregistryAttributeGroup
  • servicecatalog/appregistryAttributeGroupAssociation.AppregistryAttributeGroupAssociation
New functions:
  • servicecatalog/getAppregistryAttributeGroup.getAppregistryAttributeGroup

What's Changed

Full Changelog: https://github.com/pulumi/pulumi-aws/compare/v6.64.0...v6.65.0

v6.64.0

Compare Source

Does the PR have any schema changes?

Looking good! No breaking changes found.

New resources:
  • codeconnections/connection.Connection
  • codeconnections/host.Host
  • s3tables/namespace.Namespace
  • s3tables/table.Table
  • s3tables/tableBucket.TableBucket
  • s3tables/tableBucketPolicy.TableBucketPolicy
  • s3tables/tablePolicy.TablePolicy

What's Changed

Full Changelog: https://github.com/pulumi/pulumi-aws/compare/v6.63.0...v6.64.0

v6.63.0

Compare Source

Does the PR have any schema changes?

Found 1 breaking change:

Types
  • 🟢 "aws:eks/getClusterKubernetesNetworkConfig:getClusterKubernetesNetworkConfig": required: "elasticLoadBalancings" property has changed to Required
New resources:
  • ec2/vpcBlockPublicAccessExclusion.VpcBlockPublicAccessExclusion
  • ec2/vpcBlockPublicAccessOptions.VpcBlockPublicAccessOptions

What's Changed

Full Changelog: https://github.com/pulumi/pulumi-aws/compare/v6.62.2...v6.63.0

v6.62.2

Compare Source

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

Full Changelog: https://github.com/pulumi/pulumi-aws/compare/v6.62.1...v6.62.2

v6.62.1

Compare Source

Does the PR have any schema changes?

Found 1 breaking change:

Types
  • 🟢 "aws:memorydb/getSnapshotClusterConfiguration:getSnapshotClusterConfiguration": required: "engine" property has changed to Required
New resources:
  • iam/organizationsFeatures.OrganizationsFeatures

What's Changed

New Contributors

Full Changelog: https://github.com/pulumi/pulumi-aws/compare/v6.62.0...v6.62.1

v6.62.0

Compare Source

Does the PR have any schema changes?

Found 1 breaking change:

Types
  • 🟢 "aws:memorydb/getSnapshotClusterConfiguration:getSnapshotClusterConfiguration": required: "engine" property has changed to Required
New resources:
  • iam/organizationsFeatures.OrganizationsFeatures

What's Changed

Full Changelog: https://github.com/pulumi/pulumi-aws/compare/v6.61.0...v6.62.0

pulumi/pulumi-aws-native (pulumi-aws-native)

v1.19.0

Compare Source

v1.18.0

Compare Source

v1.17.0

Compare Source

v1.16.0

Compare Source

v1.15.0

Compare Source

v1.14.0

Compare Source

v1.13.0

Compare Source

v1.12.0

Compare Source

pulumi/pulumi-random (pulumi_random)

v4.16.8

Compare Source

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

New Contributors

Full Changelog: https://github.com/pulumi/pulumi-random/compare/v4.16.7...v4.16.8


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Jinja2](https://github.com/pallets/jinja) ([changelog](https://jinja.palletsprojects.com/changes/)) | project.dependencies | patch | `==3.1.4` -> `==3.1.5` | | [boto3](https://github.com/boto/boto3) | project.dependencies | patch | `==1.35.70` -> `==1.35.90` | | [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) ([changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md)) | project.dependencies | minor | `==1.20.1` -> `==1.22.2` | | [click](https://palletsprojects.com/p/click/) ([source](https://github.com/pallets/click), [changelog](https://click.palletsprojects.com/changes/)) | project.dependencies | patch | `==8.1.7` -> `==8.1.8` | | [pulumi](https://github.com/pulumi/pulumi) | project.dependencies | minor | `==3.142.0` -> `==3.144.1` | | [pulumi-aws](https://github.com/pulumi/pulumi-aws) | project.dependencies | minor | `==6.61.0` -> `==6.66.1` | | [pulumi-aws-native](https://github.com/pulumi/pulumi-aws-native) | project.dependencies | minor | `==1.11.0` -> `==1.19.0` | | [pulumi_random](https://github.com/pulumi/pulumi-random) | project.dependencies | patch | `==4.16.7` -> `==4.16.8` | | python | final | minor | `3.12-alpine3.20` -> `3.13-alpine3.20` | | python | stage | minor | `3.12-alpine3.20` -> `3.13-alpine3.20` | --- ### Release Notes <details> <summary>pallets/jinja (Jinja2)</summary> ### [`v3.1.5`](https://github.com/pallets/jinja/blob/HEAD/CHANGES.rst#Version-315) [Compare Source](https://github.com/pallets/jinja/compare/3.1.4...3.1.5) Released 2024-12-21 - The sandboxed environment handles indirect calls to `str.format`, such as by passing a stored reference to a filter that calls its argument. :ghsa:`q2x7-8rv6-6q7h` - Escape template name before formatting it into error messages, to avoid issues with names that contain f-string syntax. :issue:`1792`, :ghsa:`gmj6-6f8f-6699` - Sandbox does not allow `clear` and `pop` on known mutable sequence types. :issue:`2032` - Calling sync `render` for an async template uses `asyncio.run`. :pr:`1952` - Avoid unclosed `auto_aiter` warnings. :pr:`1960` - Return an `aclose`-able `AsyncGenerator` from `Template.generate_async`. :pr:`1960` - Avoid leaving `root_render_func()` unclosed in `Template.generate_async`. :pr:`1960` - Avoid leaving async generators unclosed in blocks, includes and extends. :pr:`1960` - The runtime uses the correct `concat` function for the current environment when calling block references. :issue:`1701` - Make `|unique` async-aware, allowing it to be used after another async-aware filter. :issue:`1781` - `|int` filter handles `OverflowError` from scientific notation. :issue:`1921` - Make compiling deterministic for tuple unpacking in a `{% set ... %}` call. :issue:`2021` - Fix dunder protocol (`copy`/`pickle`/etc) interaction with `Undefined` objects. :issue:`2025` - Fix `copy`/`pickle` support for the internal `missing` object. :issue:`2027` - `Environment.overlay(enable_async)` is applied correctly. :pr:`2061` - The error message from `FileSystemLoader` includes the paths that were searched. :issue:`1661` - `PackageLoader` shows a clearer error message when the package does not contain the templates directory. :issue:`1705` - Improve annotations for methods returning copies. :pr:`1880` - `urlize` does not add `mailto:` to values like `@a@b`. :pr:`1870` - Tests decorated with `@pass_context`` can be used with the ``|select`` filter. :issue:`1624\` - Using `set` for multiple assignment (`a, b = 1, 2`) does not fail when the target is a namespace attribute. :issue:`1413` - Using `set` in all branches of `{% if %}{% elif %}{% else %}` blocks does not cause the variable to be considered initially undefined. :issue:`1253` </details> <details> <summary>boto/boto3 (boto3)</summary> ### [`v1.35.90`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13590) [Compare Source](https://github.com/boto/boto3/compare/1.35.89...1.35.90) \======= - api-change:`ecr`: \[`botocore`] Restoring custom endpoint functionality for ECR - api-change:`ecr-public`: \[`botocore`] Restoring custom endpoint functionality for ECR Public ### [`v1.35.89`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13589) [Compare Source](https://github.com/boto/boto3/compare/1.35.88...1.35.89) \======= - api-change:`rds`: \[`botocore`] Updates Amazon RDS documentation to correct various descriptions. ### [`v1.35.88`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13588) [Compare Source](https://github.com/boto/boto3/compare/1.35.87...1.35.88) \======= - api-change:`bcm-pricing-calculator`: \[`botocore`] Added ConflictException to DeleteBillEstimate. - api-change:`ecr`: \[`botocore`] Add support for Dualstack Endpoints - api-change:`network-firewall`: \[`botocore`] Dual-stack endpoints are now supported. - api-change:`securityhub`: \[`botocore`] Documentation updates for AWS Security Hub ### [`v1.35.87`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13587) [Compare Source](https://github.com/boto/boto3/compare/1.35.86...1.35.87) \======= - api-change:`ecr`: \[`botocore`] Documentation update for ECR GetAccountSetting and PutAccountSetting APIs. - api-change:`ecr-public`: \[`botocore`] Add support for Dualstack endpoints - api-change:`eks`: \[`botocore`] This release adds support for DescribeClusterVersions API that provides important information about Kubernetes versions along with end of support dates - api-change:`glue`: \[`botocore`] Add IncludeRoot parameters to GetCatalogs API to return root catalog. ### [`v1.35.86`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13586) [Compare Source](https://github.com/boto/boto3/compare/1.35.85...1.35.86) \======= - api-change:`bedrock-agent`: \[`botocore`] Support for custom user agent and max web pages crawled for web connector. Support app only credentials for SharePoint connector. Increase agents memory duration limit to 365 days. Support to specify max number of session summaries to include in agent invocation context. - api-change:`bedrock-agent-runtime`: \[`botocore`] bedrock agents now supports long term memory and performance configs. Invokeflow supports performance configs. RetrieveAndGenerate performance configs - api-change:`bedrock-data-automation`: \[`botocore`] Documentation update for Amazon Bedrock Data Automation - api-change:`bedrock-data-automation-runtime`: \[`botocore`] Documentation update for Amazon Bedrock Data Automation Runtime - api-change:`billing`: \[`botocore`] Added new API's for defining and fetching Billing Views. - api-change:`ce`: \[`botocore`] Support for retrieving cost, usage, and forecast for billing view. - api-change:`connect`: \[`botocore`] This release supports adding NotAttributeCondition and Range to the RoutingCriteria object. - api-change:`docdb`: \[`botocore`] Support AWS Secret Manager managed password for AWS DocumentDB instance-based cluster. - api-change:`eks`: \[`botocore`] This release expands the catalog of upgrade insight checks - api-change:`macie2`: \[`botocore`] This release adds support for identifying S3 general purpose buckets that exceed the Amazon Macie quota for preventative control monitoring. - api-change:`outposts`: \[`botocore`] Add CS8365C as a supported power connector for Outpost sites. - api-change:`sagemaker`: \[`botocore`] This release adds support for c6i, m6i and r6i instance on SageMaker Hyperpod and trn1 instances in batch ### [`v1.35.85`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13585) [Compare Source](https://github.com/boto/boto3/compare/1.35.84...1.35.85) \======= - 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`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13584) [Compare Source](https://github.com/boto/boto3/compare/1.35.83...1.35.84) \======= - 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`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13583) [Compare Source](https://github.com/boto/boto3/compare/1.35.82...1.35.83) \======= - 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`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13582) [Compare Source](https://github.com/boto/boto3/compare/1.35.81...1.35.82) \======= - 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`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13581) [Compare Source](https://github.com/boto/boto3/compare/1.35.80...1.35.81) \======= - 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`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13580) [Compare Source](https://github.com/boto/boto3/compare/1.35.79...1.35.80) \======= - 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`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13579) [Compare Source](https://github.com/boto/boto3/compare/1.35.78...1.35.79) \======= - 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`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13578) [Compare Source](https://github.com/boto/boto3/compare/1.35.77...1.35.78) \======= - 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`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13577) [Compare Source](https://github.com/boto/boto3/compare/1.35.76...1.35.77) \======= - 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`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13576) [Compare Source](https://github.com/boto/boto3/compare/1.35.75...1.35.76) \======= - 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`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13575) [Compare Source](https://github.com/boto/boto3/compare/1.35.74...1.35.75) \======= - 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`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13574) [Compare Source](https://github.com/boto/boto3/compare/1.35.73...1.35.74) \======= - 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`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13573) [Compare Source](https://github.com/boto/boto3/compare/1.35.72...1.35.73) \======= - 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`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13572) [Compare Source](https://github.com/boto/boto3/compare/1.35.71...1.35.72) \======= - 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. ### [`v1.35.71`](https://github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13571) [Compare Source](https://github.com/boto/boto3/compare/1.35.70...1.35.71) \======= - api-change:`bedrock-agent`: \[`botocore`] Add support for specifying embeddingDataType, either FLOAT32 or BINARY - api-change:`config`: \[`botocore`] AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders. - api-change:`fsx`: \[`botocore`] This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent\_2 file systems. - api-change:`observabilityadmin`: \[`botocore`] Amazon CloudWatch Observability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry. </details> <details> <summary>aws-cloudformation/cfn-lint (cfn-lint)</summary> ### [`v1.22.2`](https://github.com/aws-cloudformation/cfn-lint/blob/HEAD/CHANGELOG.md#v1222) [Compare Source](https://github.com/aws-cloudformation/cfn-lint/compare/v1.22.1...v1.22.2) ##### v1.22.2 ### [`v1.22.1`](https://github.com/aws-cloudformation/cfn-lint/blob/HEAD/CHANGELOG.md#v1221) [Compare Source](https://github.com/aws-cloudformation/cfn-lint/compare/v1.22.0...v1.22.1) ##### v1.22.1 ### [`v1.22.0`](https://github.com/aws-cloudformation/cfn-lint/blob/HEAD/CHANGELOG.md#v1220) [Compare Source](https://github.com/aws-cloudformation/cfn-lint/compare/v1.21.0...v1.22.0) ##### v1.22.0 ### [`v1.21.0`](https://github.com/aws-cloudformation/cfn-lint/blob/HEAD/CHANGELOG.md#v1210) [Compare Source](https://github.com/aws-cloudformation/cfn-lint/compare/v1.20.2...v1.21.0) ##### v1.21.0 ### [`v1.20.2`](https://github.com/aws-cloudformation/cfn-lint/blob/HEAD/CHANGELOG.md#v1202) [Compare Source](https://github.com/aws-cloudformation/cfn-lint/compare/v1.20.1...v1.20.2) ##### v1.20.2 </details> <details> <summary>pallets/click (click)</summary> ### [`v8.1.8`](https://github.com/pallets/click/blob/HEAD/CHANGES.rst#Version-818) [Compare Source](https://github.com/pallets/click/compare/8.1.7...8.1.8) Unreleased - Fix an issue with type hints for `click.open_file()`. :issue:`2717` - Fix issue where error message for invalid `click.Path` displays on multiple lines. :issue:`2697` - Fixed issue that prevented a default value of `""` from being displayed in the help for an option. :issue:`2500` - The test runner handles stripping color consistently on Windows. :issue:`2705` - Show correct value for flag default when using `default_map`. :issue:`2632` - Fix `click.echo(color=...)` passing `color` to coloroma so it can be forced on Windows. :issue:`2606`. </details> <details> <summary>pulumi/pulumi (pulumi)</summary> ### [`v3.144.1`](https://github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31441-2024-12-20) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.144.0...v3.144.1) ##### Bug Fixes - \[sdk/nodejs] Reverts [#&#8203;18041](https://github.com/pulumi/pulumi/issues/18041) ### [`v3.144.0`](https://github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31440-2024-12-20) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.143.0...v3.144.0) ##### Features - \[engine] Warn if `refresh` or `destroy` use older parameterized packages [#&#8203;18029](https://github.com/pulumi/pulumi/pull/18029) - \[sdk/dotnet] Update dotnet to 3.71.1 [#&#8203;18084](https://github.com/pulumi/pulumi/pull/18084) - \[auto/go] Add ConfigFile to GetConfig and SetConfig operations, add GetAllConfigWithOptions to extend GetAllConfig [#&#8203;17939](https://github.com/pulumi/pulumi/pull/17939) - \[cli/plugin] Log plugin unstructured output to debug instead of info [#&#8203;17943](https://github.com/pulumi/pulumi/pull/17943) - \[sdk/yaml] Update pulumi-yaml to 1.13.0 [#&#8203;18077](https://github.com/pulumi/pulumi/pull/18077) ##### Bug Fixes - \[backend/diy] Retry deletes of lock files if they fail [#&#8203;18059](https://github.com/pulumi/pulumi/pull/18059) - \[auto/go] Fix potential race condition when using automation API [#&#8203;18044](https://github.com/pulumi/pulumi/pull/18044) - \[auto/go] Fix "debug" flag in automation api [#&#8203;18071](https://github.com/pulumi/pulumi/pull/18071) - \[cli/install] Avoid unnecessary Node.js installations [#&#8203;18041](https://github.com/pulumi/pulumi/pull/18041) - \[engine] Use package load v2 in loader server so it can include paramaterization [#&#8203;18072](https://github.com/pulumi/pulumi/pull/18072) [#&#8203;18021](https://github.com/pulumi/pulumi/pull/18021) - \[programgen/dotnet] Emit local dependencies in restore sources deterministically [#&#8203;18026](https://github.com/pulumi/pulumi/pull/18026) - \[sdk/go] Ignore DependsOn for direct form invokes instead of raising an error [#&#8203;18089](https://github.com/pulumi/pulumi/pull/18089) - \[sdk/nodejs] Respect the noCheck option from tsconfig.json [#&#8203;18067](https://github.com/pulumi/pulumi/pull/18067) - \[sdk/nodejs] Gracefully handle errors that don't implement toString [#&#8203;18080](https://github.com/pulumi/pulumi/pull/18080) - \[sdk/python] Fix hang on error when using uv on Windows [#&#8203;18054](https://github.com/pulumi/pulumi/pull/18054) - \[sdkgen/dotnet] Compute restore sources from local dependencies and referenced packages [#&#8203;18042](https://github.com/pulumi/pulumi/pull/18042) ##### Miscellaneous - \[sdkgen/go] Skip TestPackageAddGoParameterized [#&#8203;18049](https://github.com/pulumi/pulumi/pull/18049) ### [`v3.143.0`](https://github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31430-2024-12-12) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.142.0...v3.143.0) ##### Features - \[cli] Autonaming configuration in experimental mode [#&#8203;17916](https://github.com/pulumi/pulumi/pull/17916) - \[cli] Suggest `state repair` as part of integrity panics [#&#8203;17919](https://github.com/pulumi/pulumi/pull/17919) - \[engine] Add PULUMI_DEBUG_LANGUAGES much like PULUMI_DEBUG_PROVIDERS so we can attach debuggers to languages easily [#&#8203;17821](https://github.com/pulumi/pulumi/pull/17821) - \[engine] Warn if `refresh` or `destroy` use older plugins [#&#8203;12196](https://github.com/pulumi/pulumi/pull/12196) - \[protobuf] Add `Handshake` to the provider protocol [#&#8203;17819](https://github.com/pulumi/pulumi/pull/17819) - \[sdk/dotnet] Upgrade pulumi-dotnet to 3.71.0 [#&#8203;17937](https://github.com/pulumi/pulumi/pull/17937) - \[sdkgen/dotnet] Codegen for .NET InvokeOutputOptions [#&#8203;17890](https://github.com/pulumi/pulumi/pull/17890) - \[programgen/{dotnet,nodejs,python}] Emit deferred outputs for mutually dependant components [#&#8203;17859](https://github.com/pulumi/pulumi/pull/17859) - \[sdk/go] Allow specifying dependencies for output invokes. Go code generation for Output form invokes will use the new `Context.InvokeOutput` method. [#&#8203;17791](https://github.com/pulumi/pulumi/pull/17791) - \[sdk/nodejs] Add getSchema to Provider interface [#&#8203;17950](https://github.com/pulumi/pulumi/pull/17950) - \[sdk/{nodejs,python}] Update Python and NodeJS to use the new GetRequiredPackage functionality [#&#8203;17910](https://github.com/pulumi/pulumi/pull/17910) - \[cli/package] Automatically set up package dependencies when adding a package when possible [#&#8203;17815](https://github.com/pulumi/pulumi/pull/17815) - \[sdk/python] Drop Python 3.8 support [#&#8203;17883](https://github.com/pulumi/pulumi/pull/17883) ##### Bug Fixes - \[backend/diy] Show a more correct URL for lock files in error messages [#&#8203;17961](https://github.com/pulumi/pulumi/pull/17961) - \[sdk/go] Inherit `protect` from `parent`s in the Go SDK [#&#8203;17936](https://github.com/pulumi/pulumi/pull/17936) - \[sdk/go] Fix a `defer` leak when writing memory profiles [#&#8203;17581](https://github.com/pulumi/pulumi/pull/17581) - \[sdk/go] Return when rejecting the InvokeOutput output on error [#&#8203;18010](https://github.com/pulumi/pulumi/pull/18010) - \[sdkgen/go] Fix writing of go.mod files for parameterized packages [#&#8203;17923](https://github.com/pulumi/pulumi/pull/17923) - \[auto/{go,nodejs,python}] Expose `whoami` token information in automation API types [#&#8203;17735](https://github.com/pulumi/pulumi/pull/17735) - \[cli/install] Don't recreate virtualenvs when using venv [#&#8203;17892](https://github.com/pulumi/pulumi/pull/17892) - \[auto/nodejs] Don't hang indefinitely on failed inputs [#&#8203;17899](https://github.com/pulumi/pulumi/pull/17899) - \[auto/python] Catch BaseException in automation API server [#&#8203;17909](https://github.com/pulumi/pulumi/pull/17909) - \[sdk/nodejs] Throw from `output()` on circular structures [#&#8203;17852](https://github.com/pulumi/pulumi/pull/17852) - \[sdkgen/{nodejs,python}] Bump the minimum SDK version to 3.142.0 [#&#8203;17997](https://github.com/pulumi/pulumi/pull/17997) ##### Miscellaneous - \[pkg] Upgrade pulumi-java to v0.19.0 [#&#8203;18014](https://github.com/pulumi/pulumi/pull/18014) - \[sdk/python] Switch to ruff for linting and formatting [#&#8203;17882](https://github.com/pulumi/pulumi/pull/17882) - \[sdkgen] Include parameterization details in pulumi-plugin.json [#&#8203;17867](https://github.com/pulumi/pulumi/pull/17867) </details> <details> <summary>pulumi/pulumi-aws (pulumi-aws)</summary> ### [`v6.66.1`](https://github.com/pulumi/pulumi-aws/releases/tag/v6.66.1) [Compare Source](https://github.com/pulumi/pulumi-aws/compare/v6.66.0...v6.66.1) ##### Does the PR have any schema changes? Found 2 breaking changes: ##### Types - `🟢` "aws:alb/getListenerMutualAuthentication:getListenerMutualAuthentication": required: "advertiseTrustStoreCaNames" property has changed to Required - `🟢` "aws:lb/getListenerMutualAuthentication:getListenerMutualAuthentication": required: "advertiseTrustStoreCaNames" property has changed to Required No new resources/functions. #### What's Changed - Upgrade terraform-provider-aws to v5.82.2 by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-aws/pull/4974 **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.66.0...v6.66.1 ### [`v6.66.0`](https://github.com/pulumi/pulumi-aws/releases/tag/v6.66.0) [Compare Source](https://github.com/pulumi/pulumi-aws/compare/v6.65.0...v6.66.0) ##### Does the PR have any schema changes? Found 2 breaking changes: ##### Types - `🟢` "aws:codeconnections/HostVpcConfiguration:HostVpcConfiguration": required: "tlsCertificate" property is no longer Required - `🟢` "aws:licensemanager/getReceivedLicenseEntitlement:getReceivedLicenseEntitlement": required: "overage" property has changed to Required ##### New resources: - `apigateway/domainNameAccessAssociation.DomainNameAccessAssociation` - `cloudfront/vpcOrigin.VpcOrigin` - `memorydb/multiRegionCluster.MultiRegionCluster` - `networkmanager/dxGatewayAttachment.DxGatewayAttachment` - `rds/clusterSnapshotCopy.ClusterSnapshotCopy` ##### New functions: - `servicecatalog/getAppregistryAttributeGroupAssociations.getAppregistryAttributeGroupAssociations` #### What's Changed - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-aws/pull/4923 - Upgrade pulumi-terraform-bridge to v3.98.0 by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-aws/pull/4928 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-aws/pull/4931 - Lint upstream as a normal unit test by [@&#8203;blampe](https://github.com/blampe) in https://github.com/pulumi/pulumi-aws/pull/4918 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-aws/pull/4934 - Remove `make upstream` from `preTest` by [@&#8203;blampe](https://github.com/blampe) in https://github.com/pulumi/pulumi-aws/pull/4935 - Upgrade terraform-provider-aws to v5.82.1 by [@&#8203;flostadler](https://github.com/flostadler) in https://github.com/pulumi/pulumi-aws/pull/4957 **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.65.0...v6.66.0 ### [`v6.65.0`](https://github.com/pulumi/pulumi-aws/releases/tag/v6.65.0) [Compare Source](https://github.com/pulumi/pulumi-aws/compare/v6.64.0...v6.65.0) ##### Does the PR have any schema changes? Found 2 breaking changes: ##### Types - `🟢` "aws:sesv2/getConfigurationSetDeliveryOption:getConfigurationSetDeliveryOption": required: "maxDeliverySeconds" property has changed to Required - `🟢` "aws:sesv2/getConfigurationSetTrackingOption:getConfigurationSetTrackingOption": required: "httpsPolicy" property has changed to Required ##### New resources: - `bedrock/inferenceProfile.InferenceProfile` - `cloudwatch/logAnomalyDetector.LogAnomalyDetector` - `ecr/accountSetting.AccountSetting` - `msk/singleScramSecretAssociation.SingleScramSecretAssociation` - `servicecatalog/appregistryAttributeGroup.AppregistryAttributeGroup` - `servicecatalog/appregistryAttributeGroupAssociation.AppregistryAttributeGroupAssociation` ##### New functions: - `servicecatalog/getAppregistryAttributeGroup.getAppregistryAttributeGroup` #### What's Changed - Upgrade pulumi-terraform-bridge to v3.97.0 by [@&#8203;flostadler](https://github.com/flostadler) in https://github.com/pulumi/pulumi-aws/pull/4898 - Revert "Upgrade pulumi-terraform-bridge to v3.97.0 ([#&#8203;4898](https://github.com/pulumi/pulumi-aws/issues/4898))" by [@&#8203;flostadler](https://github.com/flostadler) in https://github.com/pulumi/pulumi-aws/pull/4900 - Upgrade pulumi-terraform-bridge to v3.97.1 by [@&#8203;corymhall](https://github.com/corymhall) in https://github.com/pulumi/pulumi-aws/pull/4907 - Simplify OIDC extraTest by [@&#8203;blampe](https://github.com/blampe) in https://github.com/pulumi/pulumi-aws/pull/4909 - Consolidate integration tests by [@&#8203;blampe](https://github.com/blampe) in https://github.com/pulumi/pulumi-aws/pull/4910 - Test shim as a normal unit test by [@&#8203;blampe](https://github.com/blampe) in https://github.com/pulumi/pulumi-aws/pull/4917 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-aws/pull/4920 - Upgrade terraform-provider-aws to v5.81.0 by [@&#8203;flostadler](https://github.com/flostadler) in https://github.com/pulumi/pulumi-aws/pull/4925 **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.64.0...v6.65.0 ### [`v6.64.0`](https://github.com/pulumi/pulumi-aws/releases/tag/v6.64.0) [Compare Source](https://github.com/pulumi/pulumi-aws/compare/v6.63.0...v6.64.0) ##### Does the PR have any schema changes? Looking good! No breaking changes found. ##### New resources: - `codeconnections/connection.Connection` - `codeconnections/host.Host` - `s3tables/namespace.Namespace` - `s3tables/table.Table` - `s3tables/tableBucket.TableBucket` - `s3tables/tableBucketPolicy.TableBucketPolicy` - `s3tables/tablePolicy.TablePolicy` #### What's Changed - Update Lambda Runtime enum by [@&#8203;flostadler](https://github.com/flostadler) in https://github.com/pulumi/pulumi-aws/pull/4880 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-aws/pull/4879 - Replace Terraform with Pulumi to stop eliding iam.PolicyAttachment docs by [@&#8203;flostadler](https://github.com/flostadler) in https://github.com/pulumi/pulumi-aws/pull/4882 - Upgrade terraform-provider-aws to v5.80.0 by [@&#8203;flostadler](https://github.com/flostadler) in https://github.com/pulumi/pulumi-aws/pull/4886 **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.63.0...v6.64.0 ### [`v6.63.0`](https://github.com/pulumi/pulumi-aws/releases/tag/v6.63.0) [Compare Source](https://github.com/pulumi/pulumi-aws/compare/v6.62.2...v6.63.0) ##### Does the PR have any schema changes? Found 1 breaking change: ##### Types - `🟢` "aws:eks/getClusterKubernetesNetworkConfig:getClusterKubernetesNetworkConfig": required: "elasticLoadBalancings" property has changed to Required ##### New resources: - `ec2/vpcBlockPublicAccessExclusion.VpcBlockPublicAccessExclusion` - `ec2/vpcBlockPublicAccessOptions.VpcBlockPublicAccessOptions` #### What's Changed - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-aws/pull/4871 - Upgrade terraform-provider-aws to v5.79.0 by [@&#8203;flostadler](https://github.com/flostadler) in https://github.com/pulumi/pulumi-aws/pull/4876 **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.62.2...v6.63.0 ### [`v6.62.2`](https://github.com/pulumi/pulumi-aws/releases/tag/v6.62.2) [Compare Source](https://github.com/pulumi/pulumi-aws/compare/v6.62.1...v6.62.2) ##### Does the PR have any schema changes? Looking good! No breaking changes found. No new resources/functions. #### What's Changed - Move the authoritative source of docs for pulumi-aws into pulumi-aws by [@&#8203;iwahbe](https://github.com/iwahbe) in https://github.com/pulumi/pulumi-aws/pull/4861 - Pass Session Tags to credential validation check by [@&#8203;flostadler](https://github.com/flostadler) in https://github.com/pulumi/pulumi-aws/pull/4862 **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.62.1...v6.62.2 ### [`v6.62.1`](https://github.com/pulumi/pulumi-aws/releases/tag/v6.62.1) [Compare Source](https://github.com/pulumi/pulumi-aws/compare/v6.62.0...v6.62.1) ##### Does the PR have any schema changes? Found 1 breaking change: ##### Types - `🟢` "aws:memorydb/getSnapshotClusterConfiguration:getSnapshotClusterConfiguration": required: "engine" property has changed to Required ##### New resources: - `iam/organizationsFeatures.OrganizationsFeatures` #### What's Changed - Fix failed to read schema-embed.json panic by [@&#8203;t0yv0](https://github.com/t0yv0) in https://github.com/pulumi/pulumi-aws/pull/4867 - Retract v6.62.0 by [@&#8203;blampe](https://github.com/blampe) in https://github.com/pulumi/pulumi-aws/pull/4869 #### New Contributors - [@&#8203;blampe](https://github.com/blampe) made their first contribution in https://github.com/pulumi/pulumi-aws/pull/4869 **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.62.0...v6.62.1 ### [`v6.62.0`](https://github.com/pulumi/pulumi-aws/releases/tag/v6.62.0) [Compare Source](https://github.com/pulumi/pulumi-aws/compare/v6.61.0...v6.62.0) ##### Does the PR have any schema changes? Found 1 breaking change: ##### Types - `🟢` "aws:memorydb/getSnapshotClusterConfiguration:getSnapshotClusterConfiguration": required: "engine" property has changed to Required ##### New resources: - `iam/organizationsFeatures.OrganizationsFeatures` #### What's Changed - chore: remove minimal schema from source by [@&#8203;t0yv0](https://github.com/t0yv0) in https://github.com/pulumi/pulumi-aws/pull/4829 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-aws/pull/4833 - Precompute minimal schema before make provider by [@&#8203;t0yv0](https://github.com/t0yv0) in https://github.com/pulumi/pulumi-aws/pull/4845 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-aws/pull/4848 - Upgrade terraform-provider-aws to v5.78.0 by [@&#8203;flostadler](https://github.com/flostadler) in https://github.com/pulumi/pulumi-aws/pull/4858 **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.61.0...v6.62.0 </details> <details> <summary>pulumi/pulumi-aws-native (pulumi-aws-native)</summary> ### [`v1.19.0`](https://github.com/pulumi/pulumi-aws-native/compare/v1.18.0...v1.19.0) [Compare Source](https://github.com/pulumi/pulumi-aws-native/compare/v1.18.0...v1.19.0) ### [`v1.18.0`](https://github.com/pulumi/pulumi-aws-native/compare/v1.17.0...v1.18.0) [Compare Source](https://github.com/pulumi/pulumi-aws-native/compare/v1.17.0...v1.18.0) ### [`v1.17.0`](https://github.com/pulumi/pulumi-aws-native/compare/v1.16.0...v1.17.0) [Compare Source](https://github.com/pulumi/pulumi-aws-native/compare/v1.16.0...v1.17.0) ### [`v1.16.0`](https://github.com/pulumi/pulumi-aws-native/compare/v1.15.0...v1.16.0) [Compare Source](https://github.com/pulumi/pulumi-aws-native/compare/v1.15.0...v1.16.0) ### [`v1.15.0`](https://github.com/pulumi/pulumi-aws-native/compare/v1.14.0...v1.15.0) [Compare Source](https://github.com/pulumi/pulumi-aws-native/compare/v1.14.0...v1.15.0) ### [`v1.14.0`](https://github.com/pulumi/pulumi-aws-native/compare/v1.13.0...v1.14.0) [Compare Source](https://github.com/pulumi/pulumi-aws-native/compare/v1.13.0...v1.14.0) ### [`v1.13.0`](https://github.com/pulumi/pulumi-aws-native/compare/v1.12.0...v1.13.0) [Compare Source](https://github.com/pulumi/pulumi-aws-native/compare/v1.12.0...v1.13.0) ### [`v1.12.0`](https://github.com/pulumi/pulumi-aws-native/compare/v1.11.0...v1.12.0) [Compare Source](https://github.com/pulumi/pulumi-aws-native/compare/v1.11.0...v1.12.0) </details> <details> <summary>pulumi/pulumi-random (pulumi_random)</summary> ### [`v4.16.8`](https://github.com/pulumi/pulumi-random/releases/tag/v4.16.8) [Compare Source](https://github.com/pulumi/pulumi-random/compare/v4.16.7...v4.16.8) ##### Does the PR have any schema changes? Looking good! No breaking changes found. No new resources/functions. #### What's Changed - Upgrade pulumi-terraform-bridge to v3.93.0 by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1301 - Upgrade pulumi-terraform-bridge to v3.93.1 by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1302 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1311 - Upgrade pulumi-terraform-bridge to v3.94.0 by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1321 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1332 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1334 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1336 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1345 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1349 - Upgrade pulumi-terraform-bridge to v3.95.0 by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1359 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1360 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1372 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1373 - Upgrade pulumi-terraform-bridge to v3.96.0 by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1407 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1412 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1420 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1422 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1426 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1427 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1428 - Upgrade pulumi-terraform-bridge to v3.97.0 by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1433 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1434 - Enable release verification by [@&#8203;iwahbe](https://github.com/iwahbe) in https://github.com/pulumi/pulumi-random/pull/1436 - Upgrade pulumi-terraform-bridge to v3.97.1 by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1438 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1439 - Fix release verification by [@&#8203;iwahbe](https://github.com/iwahbe) in https://github.com/pulumi/pulumi-random/pull/1440 - Remove `main` oddness on `simple/ts` by [@&#8203;iwahbe](https://github.com/iwahbe) in https://github.com/pulumi/pulumi-random/pull/1442 - Remove verification for PyPi by [@&#8203;iwahbe](https://github.com/iwahbe) in https://github.com/pulumi/pulumi-random/pull/1444 - Remove verification for nodejs by [@&#8203;iwahbe](https://github.com/iwahbe) in https://github.com/pulumi/pulumi-random/pull/1446 - Remove verification for nodejs by [@&#8203;iwahbe](https://github.com/iwahbe) in https://github.com/pulumi/pulumi-random/pull/1448 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1449 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1450 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1452 - Use venv in simple py test by [@&#8203;danielrbradley](https://github.com/danielrbradley) in https://github.com/pulumi/pulumi-random/pull/1453 - Enable dotnet and nodejs verification by [@&#8203;danielrbradley](https://github.com/danielrbradley) in https://github.com/pulumi/pulumi-random/pull/1454 - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1456 - Upgrade pulumi-terraform-bridge to v3.98.0 by [@&#8203;pulumi-bot](https://github.com/pulumi-bot) in https://github.com/pulumi/pulumi-random/pull/1458 #### New Contributors - [@&#8203;danielrbradley](https://github.com/danielrbradley) made their first contribution in https://github.com/pulumi/pulumi-random/pull/1453 **Full Changelog**: https://github.com/pulumi/pulumi-random/compare/v4.16.7...v4.16.8 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNiIsInVwZGF0ZWRJblZlciI6IjM5LjMzLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInJlbm92YXRlIl19-->
renovate added 1 commit 2024-11-28 03:02:38 +00:00
fix(deps): update all non-major dependencies
Some checks failed
ZeroDownTime/CloudBender/pipeline/pr-main There was a failure building this commit
de8e25d605
renovate force-pushed renovate/all-minor-patch from de8e25d605 to 0ece0715e6 2024-12-03 03:01:11 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from 0ece0715e6 to 78eaf0be6a 2024-12-04 03:01:09 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from 78eaf0be6a to 88baa5db6c 2024-12-05 03:01:09 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from 88baa5db6c to 3d004ed6a0 2024-12-07 03:01:08 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from 3d004ed6a0 to b8b950c971 2024-12-10 03:01:25 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from b8b950c971 to 2548b569c4 2024-12-11 03:01:37 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from 2548b569c4 to 4144004fc7 2024-12-12 03:02:17 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from 4144004fc7 to f453237349 2024-12-13 03:01:38 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from f453237349 to 68fa2df6f1 2024-12-14 03:02:10 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from 68fa2df6f1 to 92a10d792f 2024-12-17 03:01:40 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from 92a10d792f to 3ea37985a8 2024-12-18 03:01:53 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from 3ea37985a8 to 54b374cc97 2024-12-19 03:02:10 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from 54b374cc97 to faf47b2a56 2024-12-20 03:01:56 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from faf47b2a56 to e08311b583 2024-12-21 03:01:47 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from e08311b583 to 288bb0475b 2024-12-22 03:01:51 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from 288bb0475b to 347eee89db 2024-12-24 03:01:53 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from 347eee89db to 6103b2a67c 2024-12-27 03:02:13 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from 6103b2a67c to a51153b12a 2024-12-28 03:02:03 +00:00 Compare
renovate force-pushed renovate/all-minor-patch from a51153b12a to 31f98a0394 2024-12-29 03:02:15 +00:00 Compare
All checks were successful
ZeroDownTime/CloudBender/pipeline/pr-main This commit looks good
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all-minor-patch:renovate/all-minor-patch
git checkout renovate/all-minor-patch
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ZeroDownTime/CloudBender#6
No description provided.