v3.242.0
makehumancommunity/mpfb2v3.242.0May 19, 2026by github-actions[bot]
AI Summary
This release introduces new CLI commands for managing Pulumi organizations and deployments, adds support for the Pulumi DO (Docker Ops) tool, and enhances logging capabilities for insights. It also includes fixes for Python SDK type handling and improved pagination in the cloud CLI.
Key Highlights
- New `pulumi org member edit` and `remove` commands for easier organization management.
- New `pulumi deployment get` command to retrieve specific deployment details.
- Start of support for the `pulumi do` command (Docker Ops).
- Enhanced `pulumi insights` commands for scanning and logging workflow runs.
- Fixes for Python SDK `ArgsDict` types and Insights log pagination.
New Features
- Add `pulumi org member edit` command
- Add `pulumi org member remove` command
- Add `pulumi deployment get` command
- Add `pulumi insights account scan get` command
- Add `pulumi insights account scan list` command
- Add dedicated flags for each deployment setting
- Add the start of `pulumi do` command
- Add `--print`/`-p` flag to `pulumi neo`
Full Release Notes
## 3.242.0 (2026-05-19) ### Features - [cli] Add a `pulumi` package for npx support - [cli] Add the `pulumi org member edit` command [#23235](https://github.com/pulumi/pulumi/pull/23235) - [cli] Add the `pulumi org member remove` command [#23237](https://github.com/pulumi/pulumi/pull/23237) - [cli/cloud] Add `pulumi deployment get` to retrieve details for a specific deployment [#23238](https://github.com/pulumi/pulumi/pull/23238) - [cli/cloud] Add `pulumi insights account scan get <account> <scan-id>` to show the full workflow run for a single Insights scan [#23255](https://github.com/pulumi/pulumi/pull/23255) - [cli/cloud] Add `pulumi insights account scan list <account>` to discover recent scan IDs to feed into `pulumi insights account scan log` [#23255](https://github.com/pulumi/pulumi/pull/23255) - [cli/deployment] Add dedicated flags for each deployment setting [#23236](https://github.com/pulumi/pulumi/pull/23236) - [cli/do] Add the start of `pulumi do` [#23176](https://github.com/pulumi/pulumi/pull/23176) - [cli/neo] Add `--print`/`-p` to `pulumi neo` to run a single prompt non-interactively and print the agent's final response to stdout [#23245](https://github.com/pulumi/pulumi/pull/23245) ### Bug Fixes - [cli/cloud] Fix `pulumi insights account scan log --all` to follow the server's pagination cursor through the end of the log, and render `--job/--step` mode as structured lines instead of an empty raw-string blob [#23256](https://github.com/pulumi/pulumi/pull/23256) - [sdk] Close gzip.Writer in archiveTarGZIP to produce valid tar.gz output [#23240](https://github.com/pulumi/pulumi/pull/23240) - [sdkgen/python] Fix usage of ArgsDict types in typed dictionaries [#23253](https://github.com/pulumi/pulumi/pull/23253)