1.7 KiB
Improvements
-
[auto/go] Adds the ability to capture incremental
stderr
via the new optionErrorProgressStreams
. #10179 -
[cli/plugins] Warn that using GITHUB_REPOSITORY_OWNER is deprecated. #10142
-
[cli] Allow
pulumi plugin install <type> <pkg> -f <path>
to target a binary file or a folder. #10094 -
[cli/config] Allow
pulumi config cp --path
between objects. #10147 -
[codegen/schema] Support stack reference as a resource #10174
Bug Fixes
-
[cli] Only log github request headers at log level 11. #10140
-
[sdk/go]
config.Encrypter
andconfig.Decrypter
interfaces now require explicitContext
. This is a minor breaking change to the SDK. The change fixes parenting of opentracing spans that decorate calls to the Pulumi Service crypter. -
[codegen/go] Support program generation,
pulumi convert
for programs that create explicit provider resources. #10132 -
[sdk/go] Remove the
AsName
andAsQName
asserting functions. #10156 -
[python] PULUMI_PYTHON_CMD is checked for deciding what python binary to use in a virtual environment. #10155
-
[cli] Reduced the noisiness of
pulumi new --help
by replacing the list of available templates to just the number. #10164