diff --git a/content/docs/get-started/download-install/versions.md b/content/docs/get-started/download-install/versions.md index 39df638213b9..97b3d62150c4 100644 --- a/content/docs/get-started/download-install/versions.md +++ b/content/docs/get-started/download-install/versions.md @@ -28,6 +28,7 @@ The current stable version of Pulumi is **{{< latest-version >}}**.
+ {{< changelog-table-row version="3.214.1" date="2026-01-03" showChecksum="true" >}} {{< changelog-table-row version="3.214.0" date="2025-12-30" showChecksum="true" >}} {{< changelog-table-row version="3.213.0" date="2025-12-17" showChecksum="true" >}} {{< changelog-table-row version="3.212.0" date="2025-12-12" showChecksum="true" >}} diff --git a/content/docs/iac/cli/commands/pulumi.md b/content/docs/iac/cli/commands/pulumi.md index 7ed4478dcca5..535fc60952fa 100644 --- a/content/docs/iac/cli/commands/pulumi.md +++ b/content/docs/iac/cli/commands/pulumi.md @@ -79,4 +79,4 @@ For more information, please visit the project page: https://www.pulumi.com/docs * [pulumi watch](/docs/iac/cli/commands/pulumi_watch/) - Continuously update the resources in a stack * [pulumi whoami](/docs/iac/cli/commands/pulumi_whoami/) - Display the current logged-in user -###### Auto generated by spf13/cobra on 30-Dec-2025 +###### Auto generated by spf13/cobra on 3-Jan-2026 diff --git a/content/docs/iac/cli/commands/pulumi_about.md b/content/docs/iac/cli/commands/pulumi_about.md index 14db2d72ae75..db9eb26e0e6c 100644 --- a/content/docs/iac/cli/commands/pulumi_about.md +++ b/content/docs/iac/cli/commands/pulumi_about.md @@ -57,4 +57,4 @@ pulumi about [flags] * [pulumi](/docs/iac/cli/commands/pulumi/) - Pulumi command line * [pulumi about env](/docs/iac/cli/commands/pulumi_about_env/) - An overview of the environmental variables used by pulumi -###### Auto generated by spf13/cobra on 30-Dec-2025 +###### Auto generated by spf13/cobra on 3-Jan-2026 diff --git a/content/docs/iac/cli/commands/pulumi_about_env.md b/content/docs/iac/cli/commands/pulumi_about_env.md index cac39f92d38d..d30ae4edc6f6 100644 --- a/content/docs/iac/cli/commands/pulumi_about_env.md +++ b/content/docs/iac/cli/commands/pulumi_about_env.md @@ -43,4 +43,4 @@ pulumi about env [flags] * [pulumi about](/docs/iac/cli/commands/pulumi_about/) - Print information about the Pulumi environment. -###### Auto generated by spf13/cobra on 30-Dec-2025 +###### Auto generated by spf13/cobra on 3-Jan-2026 diff --git a/content/docs/iac/cli/commands/pulumi_ai.md b/content/docs/iac/cli/commands/pulumi_ai.md index d75644fa6a75..8993c3b382d4 100644 --- a/content/docs/iac/cli/commands/pulumi_ai.md +++ b/content/docs/iac/cli/commands/pulumi_ai.md @@ -45,4 +45,4 @@ pulumi ai [flags] * [pulumi](/docs/iac/cli/commands/pulumi/) - Pulumi command line * [pulumi ai web](/docs/iac/cli/commands/pulumi_ai_web/) - Opens Pulumi AI in your local browser -###### Auto generated by spf13/cobra on 30-Dec-2025 +###### Auto generated by spf13/cobra on 3-Jan-2026 diff --git a/content/docs/iac/cli/commands/pulumi_ai_web.md b/content/docs/iac/cli/commands/pulumi_ai_web.md index 44c438c6aa23..84bcabb94938 100644 --- a/content/docs/iac/cli/commands/pulumi_ai_web.md +++ b/content/docs/iac/cli/commands/pulumi_ai_web.md @@ -57,4 +57,4 @@ pulumi ai webA bag of options that control this resource's behavior.
True if this is a remote component resource.
-Optional packageRef: Promise<undefined | string>Readonly urnThe stable logical URN used to distinctly address a resource, both before +
Optional packageRef: Promise<undefined | string>Readonly urnThe stable logical URN used to distinctly address a resource, both before and after deployments.
-Protected getRetrieves the data produces by initialize. The data is +
Protected getRetrieves the data produces by initialize. The data is
immediately available in a derived class's constructor after the
super(...) call to ComponentResource.
Returns the provider for the given module member, if one exists.
-Protected initializeReturns the provider for the given module member, if one exists.
+Protected initializeCan be overridden by a subclass to asynchronously initialize data for this component automatically when constructed. The data will be available immediately for subclass constructors to use. To access the data use getData.
-Optional opts: ComponentResourceOptionsOptional name: stringOptional type: stringProtected registerRegisters synthetic outputs that a component has initialized, usually by +
Optional opts: ComponentResourceOptionsOptional name: stringOptional type: stringProtected registerRegisters synthetic outputs that a component has initialized, usually by allocating other child sub-resources and propagating their resulting property values.
Component resources can call this at the end of their constructor to indicate that they are done creating child resources. This is not strictly necessary as this will automatically be called after the initialize method completes.
-Static isReturns true if the given object is a CustomResource. This is +
Static isReturns true if the given object is a CustomResource. This is designed to work even when multiple copies of the Pulumi SDK have been loaded into the same process.
-
Information passed to [initialize] method.