What pulumi/pulumi shipped
Generated by FoxPlug from public activity โ not affiliated with Pulumi.
Week of September 14, 2026
What shipped
- v3.263.0 released with fixes for deployment settings, state migrations, and dependency upgrades. Release
- `pulumi logs` command now prints a deprecation warning when run, with an environment variable to disable the warning. Pull request #24722
- `pulumi watch` command deprecated. Pull request #24720
- `pulumi neo`'s `pulumi_up` tool no longer runs an implicit preview before updates since the user has already approved a preview. Pull request #24719
- State migrations now reported through user-facing diagnostics during deployments. Pull request #24713
- Resources in `PendingReplacement` state are no longer retried for deletion, avoiding failures mid-operation. Pull request #24588
- Stacks configured with a repository URL can now migrate to a VCS integration from the CLI. Pull request #24529
- `pulumi deployment settings edit` now accepts git authentication flags for private repositories on non-GitHub providers. Pull request #24528
- `pulumi deployment settings edit` no longer overwrites a non-GitHub stack's source when run with GitHub flags. Pull request #24526
- Resources retained by `pulumi state promote` are now protected from accidental deletion. Pull request #24640
Why it matters
v3.263.0 improves deployment settings management by adding authentication options for private repositories and preventing unintended overwrites when migrating between VCS providers. The release also fixes state handling during partial creates and protects promoted resources, while deprecating legacy commands like `pulumi logs` and `pulumi watch`.
Changelog entry
- Deprecate `pulumi logs` command with removal warning Pull request #24722
- Deprecate `pulumi watch` command Pull request #24720
- Skip implicit preview in `pulumi neo`'s `pulumi_up` tool Pull request #24719
- Report state migrations through user-facing diagnostics Pull request #24713
- Avoid retrying deletion of resources in PendingReplacement state Pull request #24588
- Allow stacks with repository URL to migrate to VCS integration Pull request #24529
- Add git authentication and cache flags to `pulumi deployment settings edit` Pull request #24528
- Add VCS trigger flags and integration ID support to `pulumi deployment settings edit` Pull request #24527
- Update resources instead of recreating on OnError retries after partial create Pull request #24684
- Stop `pulumi deployment settings edit` from overwriting non-GitHub stack source Pull request #24526
- Protect resources retained by `pulumi state promote` Pull request #24640
v3.263.0 is out. Deployment settings now support git auth for private repos, state migrations are reported, and promoted resources are protected. `pulumi logs` and `pulumi watch` are deprecated.
v3.263.0 released: deployment settings add git authentication flags for private repositories on any provider, state migrations are now visible in diagnostics, resources in PendingReplacement state skip deletion retries, and stacks can migrate from repo URLs to VCS integrations. We're also deprecating `pulumi logs` and `pulumi watch` commands.