v3.253.0

feder-cr/AIHawkv3.253.0Jul 14, 2026by github-actions[bot]

AI Summary

Adds support for `--import-pending-creates` in Go Automation API and improves CLI usability with a `--version` flag, updated environment command naming, and bug fixes for macOS filename handling and provider resource generation.

Key Highlights

  • Added `--import-pending-creates` flag for Go Automation API
  • Fixed filename matching on macOS using NFC normalization
  • Added `--version` flag to CLI
  • Aligned CLI env commands with naming guidelines
  • Corrected provider resource generation in PCL components

New Features

  • Support for `--import-pending-creates` in Go Automation API
  • macOS NFC filename normalization
  • CLI `--version` flag
  • Standardized CLI env command names
  • Fixed provider resource generation for Node.js, Python, and Go

Full Release Notes

## 3.253.0 (2026-07-14)

### Features

- [auto/go] Support --import-pending-creates for refresh command in Go Automation API for preview refresh and refresh operations [#23833](https://github.com/pulumi/pulumi/pull/23833)

### Bug Fixes

- [sdk] Precompose filenames to NFC on macOS when matching ignore patterns during archive creation, mirroring git's core.precomposeunicode so composed patterns match decomposed filenames [#23566](https://github.com/pulumi/pulumi/pull/23566)
- [cli] Respect the -v log level again so that without -v only warnings and errors are written to stderr [#23910](https://github.com/pulumi/pulumi/pull/23910)
- [codegen] Correctly generate provider resources declared inside PCL components for Node.js, Python and Go [#23904](https://github.com/pulumi/pulumi/pull/23904)

### Improvements

- [cli] Add a `--version` flag to the `pulumi` command that prints the version, same as `pulumi version` [#23898](https://github.com/pulumi/pulumi/pull/23898)
- [cli] Align `env` commands with the CLI naming guidelines, making `list`, `remove` and `move` the canonical names with `ls`, `rm`, `delete` and `mv` kept as aliases [#23901](https://github.com/pulumi/pulumi/pull/23901)