diff --git a/content/docs/get-started/download-install/versions.md b/content/docs/get-started/download-install/versions.md index 71fd942985f8..9d2a9f6265cf 100644 --- a/content/docs/get-started/download-install/versions.md +++ b/content/docs/get-started/download-install/versions.md @@ -24,6 +24,7 @@ The current stable version of Pulumi is **{{< latest-version >}}**.
+ {{< changelog-table-row version="3.204.0" date="2025-10-23" showChecksum="true" >}} {{< changelog-table-row version="3.203.0" date="2025-10-16" showChecksum="true" >}} {{< changelog-table-row version="3.202.0" date="2025-10-10" showChecksum="true" >}} {{< changelog-table-row version="3.201.0" date="2025-10-06" showChecksum="true" >}} diff --git a/content/docs/iac/cli/commands/pulumi.md b/content/docs/iac/cli/commands/pulumi.md index 2871e56b2d88..a3911d0e2317 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 16-Oct-2025 +###### Auto generated by spf13/cobra on 23-Oct-2025 diff --git a/content/docs/iac/cli/commands/pulumi_about.md b/content/docs/iac/cli/commands/pulumi_about.md index dafac8575d71..03f004a1f796 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 16-Oct-2025 +###### Auto generated by spf13/cobra on 23-Oct-2025 diff --git a/content/docs/iac/cli/commands/pulumi_about_env.md b/content/docs/iac/cli/commands/pulumi_about_env.md index 3d1bf9ad0422..1593c569cc8c 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 16-Oct-2025 +###### Auto generated by spf13/cobra on 23-Oct-2025 diff --git a/content/docs/iac/cli/commands/pulumi_ai.md b/content/docs/iac/cli/commands/pulumi_ai.md index 206a3d0af450..e450d28e7574 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 16-Oct-2025 +###### Auto generated by spf13/cobra on 23-Oct-2025 diff --git a/content/docs/iac/cli/commands/pulumi_ai_web.md b/content/docs/iac/cli/commands/pulumi_ai_web.md index d4861cee3e8f..60383f2e7485 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.
-Generated using TypeDoc
Information passed to [initialize] method.