releases.shpreview
Pulumi

Pulumi

pulumi.comInfrastructure
$npx @buildinternet/releases get pulumi

Google's Open Knowledge Format (OKF) v0.1 formalizes the Karpathy wiki pattern as a specification: markdown files with YAML frontmatter, organized in a directory tree with reserved index.md and log.md filenames. Platform teams can now store runbooks, decision records, and architecture knowledge as code alongside their Pulumi infrastructure, linked via the resource field mapping to Pulumi URNs.

Read more →

Import added to automation APIs; passphrase no longer needed for non-secret outputs

This release5 featuresNew capabilities2 enhancementsImprovements to existing features10 fixesBug fixesAI-tallied from the release notes
Pulumi · v3.252.0

Import is now available in the generated automation APIs for NodeJS, Python, and Go. Reading non-secret stack outputs and running pulumi about no longer require the passphrase for passphrase-encrypted stacks. Also adds a production runtime option for Node.js projects, a --reason flag to pulumi env open-request, and fixes a resource deletion bug when import identifiers differ from canonical IDs.

Read more →

Passkey sign-in for Pulumi Cloud accounts

This release1 featureNew capabilitiesAI-tallied from the release notes

Pulumi Cloud now supports passkeys for users who sign in with email and password, using Touch ID, Face ID, Windows Hello, or hardware keys. Passkeys are phishing-resistant and synced across devices; existing password and MFA configurations remain unchanged.

Read more →

Deployment settings file removed; debug-update and debug-preview flags added

BreakingThis release3 featuresNew capabilities5 enhancementsImprovements to existing features3 fixesBug fixesAI-tallied from the release notes
Pulumi · v3.251.0

The experimental deployment settings file (Pulumi..deploy.yaml) and related commands have been removed; manage settings directly in Pulumi Cloud with get, edit, and destroy subcommands. Added pulumi neo --debug-update and --debug-preview flags to investigate failed updates or previews. Fixed a bug where plugin debug logs appeared as raw JSON with --logtostderr, and improved import support for parameterized and extension-parameterized providers.

Read more →

CLI and SDK docs now versioned back to v3.150.0

This release1 featureNew capabilitiesAI-tallied from the release notes

The Pulumi CLI command reference and SDK API documentation (Node.js, Python, .NET, Java) now include a version selector dropdown, allowing users to view documentation matching their installed version. Immutable snapshots are available back to v3.150.0.

Read more →

Automatic logging on by default; Node 22 required

BreakingThis release2 featuresNew capabilities9 enhancementsImprovements to existing features7 fixesBug fixesAI-tallied from the release notes
Pulumi · v3.249.0

Automatic logging is now enabled for every command by default. The Node.js SDK drops support for Node 20 and earlier, requiring Node 22+. Other changes include a --skip-config-validation flag for preview/up/refresh/destroy, a --file flag for policy analysis of state files, and multiple output-format flags for stack, policy, and plugin commands.

Read more →

Ad-hoc resource snippets in state; Output.recover for Node.js

This release4 featuresNew capabilities2 enhancementsImprovements to existing features4 fixesBug fixesAI-tallied from the release notes
Pulumi · v3.248.0

Ad-hoc resources can now be tracked as PCL snippets in state, and Node.js SDK adds Output.recover to catch exceptions in outputs. Fixed a panic when binding a schema that references an uninstalled plugin, and generated programs now guard conditionally-created resources.

Read more →

Neo code reviews analyze IaC against live infrastructure

This release1 featureNew capabilitiesAI-tallied from the release notes

Pulumi introduced Neo code reviews, now in public preview, which analyze pull request changes against live cloud infrastructure and preview output. Reviews post as comments on GitHub PRs, respect existing RBAC and guardrails, and are free during preview before GA on July 1, 2026.

Read more →