pulumi/changelog/pending
Thomas Gummerer 44c8de53d5
go: allow unknowns during update (#15942)
Currently we reject all unknowns during `pulumi up`. However we are soon
going to allow them to come through via `up --continue-on-error`, and
thus should no longer error out when we have them.

This is a similar preparatory PR to
https://github.com/pulumi/pulumi/pull/15898, except that Go deals with
the unknowns a little different, so we don't need to treat apply
specially, but the marshalling.
2024-04-15 16:28:17 +00:00
..
20240324--sdkgen-dotnet-go--fixes-sdk-generation-when-referencing-shared-types-in-config-variables.yaml changelog consistency fixes (#15922) 2024-04-12 08:50:22 +00:00
20240326--sdk-nodejs--make-typescript-and-ts-node-optional-peer-dependencies-to-allow-using-user-specified-versions.yaml Vendor TypeScript and ts-node (#15622) 2024-04-10 15:26:37 +00:00
20240326--sdk-python--adds-typechecker-runtime-option-to-the-python-language-host.yaml changelog consistency fixes (#15922) 2024-04-12 08:50:22 +00:00
20240327--docs--implement-java-constructor-syntax-examples.yaml [docs] Implement Java constructor syntax examples (#15805) 2024-03-28 00:03:58 +00:00
20240329--sdk-nodejs--update-builtin-module-list-for-function-serialization.yaml Update builtin module list for function serialization (#15830) 2024-04-02 08:28:18 +00:00
20240402--engine--resource-transforms-on-component-resources-now-apply-to-children-correctly.yaml Save component resources as parents (#15846) 2024-04-15 12:07:45 +00:00
20240402--sdk-nodejs--set-package-json-engines-to-node-18.yaml Add missing changelog for #15816 (#15845) 2024-04-02 08:28:33 +00:00
20240403--auto-go--avoid-flakyness-when-reading-the-event-log-from-pulumi-commands.yaml avoid racyness from the polling library (#15856) 2024-04-03 19:07:22 +00:00
20240403--cli--support-always-fully-qualifying-stack-names-in-cli-output.yaml Support always qualifying stack names (#11081) (#15857) 2024-04-04 10:11:46 +00:00
20240404--auto--tolerate-missing-stack-and-bookkeeping-files-in-programtest.yaml changelog consistency fixes (#15922) 2024-04-12 08:50:22 +00:00
20240405--sdk-python--improve-types-of-getters-in-python-sdk.yaml Type functions decorated by `@pulumi.getter` (#15865) 2024-04-05 15:14:40 +00:00
20240408--cli--fix-a-panic-when-users-home-directory-could-not-be-looked-up.yaml Fix panic when looking up home (#15872) 2024-04-09 04:10:55 +00:00
20240408--sdk-nodejs--handle-serialization-of-aliases-for-well-known-native-functions.yaml Handle serialization of aliases for well known native functions (#15873) 2024-04-08 15:06:40 +00:00
20240409--programgen-dotnet--removes-trailing-whitespace-from-emitted-dependson-resource-option-expressions.yaml changelog consistency fixes (#15922) 2024-04-12 08:50:22 +00:00
20240409--sdk-go--fix-provider-and-providers-options-in-go-transform-functions.yaml Fix marshalling Provider and Providers options from Go transforms (#15885) 2024-04-10 07:58:30 +00:00
20240409--sdk-nodejs--correctly-serialise-functions-whose-code-would-make-use-of-reserved-identifiers.yaml Support serialising reserved NodeJS identifiers (#15879) 2024-04-10 15:12:43 +00:00
20240409--sdk-nodejs--serialize-function-values-obtained-from-function-bind.yaml Serialize function values obtained from Function.bind (#15887) 2024-04-10 11:17:53 +00:00
20240410--sdk-nodejs--allow-apply-to-have-unknown-values-during-updates.yaml allow unknowns in apply during update (#15898) 2024-04-10 16:48:38 +00:00
20240411--cli--add-no-plugins-and-no-dependencies-to-pulumi-install.yaml Add --no-plugins and --no-dependencies to `pulumi install` (#15910) 2024-04-11 14:59:54 +00:00
20240411--cli--fix-some-commands-that-didnt-respect-disable-integrity-checking.yaml Add some missing checks for DisableIntegrityChecking (#15911) 2024-04-11 16:38:19 +00:00
20240412--auto-go-nodejs-python--add-support-for-continue-on-error-parameter-in-the-automation-api.yaml Add support for continue-on-error parameter of the destroy command to the Automation API (#15921) 2024-04-12 07:58:38 +00:00
20240412--backend-diy--upgrade-gocloud-dev-dependency-to-0-37.yaml Upgrade gocloud.dev to 0.37 (#15924) 2024-04-15 07:47:29 +00:00
20240415--backend-diy--fix-race-condition-when-listing-stacks.yaml Fix race condition when listing stacks (#15931) 2024-04-15 11:25:20 +00:00
20240415--sdk-go--allow-unknowns-during-pulumi-up.yaml go: allow unknowns during update (#15942) 2024-04-15 16:28:17 +00:00