pulumi/changelog/pending
Will Jones 01dc95a173
Support `--remove` for `destroy` in the Go, NodeJS and Python Automation API SDKs (#16674)
By default, `pulumi destroy` removes all resources within a stack but
leaves the stack and its configuration intact. If one passes the
`--remove` option to `destroy`, however, the stack and its configuration
will also be removed once the resources within the stack have been
deleted. This commit updates the work of @Moon1706 in #11080 to add
`remove` as an option to the Go, NodeJS and Python Automation API SDKs'
`destroy` methods, which then perform an analogous clean-up.

Closes #11080

---------

Co-authored-by: Nikita Sharaev <n.p.sharaev@tinkoff.ru>
2024-07-17 09:07:30 +00:00
..
20240710--sdk-go--add-support-for-invoke-transforms.yaml add Go support for invoke transforms (#16617) 2024-07-15 08:28:11 +00:00
20240712--cli-new--fix-incorrect-caching-of-git-auth-method-in-error-cases.yaml Fix incorrect caching of git auth method in error cases (#16652) 2024-07-16 14:53:32 +00:00
20240712--sdk-nodejs--fix-lookup-for-pulumi-run-script-when-using-volta-to-manage-nodejs.yaml Fix lookup for pulumi run script when using Volta to manage nodejs (#16649) 2024-07-12 15:31:43 +00:00
20240715--pkg-testing--clean-up-pulumi_home-after-program-test.yaml Clean up PULUMI_HOME after program test (#16663) 2024-07-15 13:03:27 +00:00
20240715--sdk-python--fix-yaml-serialization-of-project-settings-in-the-python-automation-api.yaml Fix YAML serialization of project settings in the Python Automation API (#16660) 2024-07-16 10:00:05 +00:00
20240715--sdk-python--use-python-names-for-dictionary-literals-when-inside-a-typed-dictionary-input.yaml Use python names for dictionary literals when inside a typed dictionary input (#16658) 2024-07-17 08:11:49 +00:00
20240715--sdkgen-go--importbasepath-will-default-to-a-pulumi-github-base-path.yaml Default the import base path to something sensible (#16664) 2024-07-15 17:34:02 +00:00
20240716--cli-state--fix-panic-in-state-move-when-either-the-source-or-destination-stack-are-empty.yaml state_move: handle empty stacks correctly (#16676) 2024-07-16 14:40:33 +00:00
20240716--cli-state--fix-resources-to-be-moved-not-being-shown-in-pulumi-state-move.yaml state_move: show resources to be moved correctly (#16672) 2024-07-16 13:27:15 +00:00
20240716--cli-state--warn-when-an-argument-matches-no-urn-in-the-source-snapshot-and-error-out-when-no-resources-are-being-moved-in-pulumi-state-move.yaml state_move: warn no resources are matched/error out when no resources move (#16673) 2024-07-17 09:03:59 +00:00
20240716--sdk-go-nodejs-python--support-remove-for-destroy-in-the-go-nodejs-and-python-automation-api-sdks.yaml Support `--remove` for `destroy` in the Go, NodeJS and Python Automation API SDKs (#16674) 2024-07-17 09:07:30 +00:00
20240716--sdk-python--dont-use-indentation-in-converted-pyproject-toml-files.yaml Don't use indentation in converted pyproject.toml files (#16678) 2024-07-17 07:28:56 +00:00
20240716--sdk-python--fix-a-recursionerror-with-deeply-nested-componentresources.yaml sdk/python: avoid maximum recursion depth error (#16669) 2024-07-16 11:21:03 +00:00