pulumi/changelog/pending
Thomas Gummerer 9b7c9cd298 make running tests less dependent on users env
Currently running the tests using `make` depends on the user having
$GOBIN in their $PATH. We're relying on $PATH  to find the
`pulumi-language-{nodejs,python}` libraries that we're installing
using `go install` earlier. It however shouldn't be necessary to rely
on the $PATH to find those libraries, as we know where go will install
them.
2023-10-03 13:25:29 +02:00
..
20230227--sdk-python--add-default-arg-to-config-get_secret.yaml [sdk/python] Add `default` arg to `Config.get_secret` (#12279) 2023-10-02 13:43:48 +00:00
20230809--sdkgen-go--generate-output-versioned-invokes-for-functions-without-inputs.yaml [go/sdk-gen] Generate output-versioned invokes for functions without inputs (#13694) 2023-10-02 12:53:06 +00:00
20230920--programgen--programgen-now-can-create-identifiers-for-already-used-resource-names.yaml `pulumi import` now supports resources of the same name (#13989) 2023-09-28 19:08:30 +00:00
20230923--programgen-dotnet--fixes-compiling-an-empty-list-of-expressions-from-object-properties.yaml [programgen/csharp] Fixes compiling an empty list of expressions from object properties (#14027) 2023-09-28 12:43:35 +00:00
20230927--engine--calling-registerresourceoutputs-twice-no-longer-panics-and-returns-an-error-instead.yaml [engine] RegisterResourceOutputs errors instead of panics when called twice (#14062) 2023-09-29 19:42:18 +00:00
20230927--engine--non-custom-componentresources-now-emit-resourceoutputevent-on-deletion-this-fixes-the-time-elapsed-timer-not-ending-when-the-resource-is-deleted.yaml [display] fix ComponentResource deletion not stopping time elapsed timer (#14061) 2023-09-29 19:48:33 +00:00
20230928--cli-import--import-converters-will-write-out-their-intermediate-import-file-for-manual-fixups-if-needed.yaml Write out generated import files (#14067) 2023-10-02 12:27:41 +00:00
20230928--engine--lifecycle-tests-shouldnt-reuse-a-closed-plugin-host.yaml Lifecycle tests shouldn't use a closed host (#14063) 2023-09-28 21:50:18 +00:00
20230929--engine--ctrl-c-should-cause-pulumi-to-send-cancellation-signal-to-providers.yaml ctrl-c should cause Pulumi to call Cancel operation on providers (#14057) 2023-09-29 22:12:35 +00:00
20231001--engine--fix-a-race-condition-in-the-engine-access-step-event-data.yaml Deepcopy event payloads on construction _not_ on access (#14049) 2023-10-02 14:15:10 +00:00
20231003--build--make-running-tests-less-dependent-on-users-env.yaml make running tests less dependent on users env 2023-10-03 13:25:29 +02:00