pulumi/changelog/pending
bors[bot] 27ec210e9b
Merge #13530
13530: Fix using backend in new when --generate-only is set r=Frassle a=Frassle



<!--- 
Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. -->

Fixes https://github.com/pulumi/pulumi/issues/13527.

## Checklist

- [x] I have run `make tidy` to update any new dependencies
- [x] I have run `make lint` to verify my code passes the lint check
  - [ ] I have formatted my code using `gofumpt`

<!--- Please provide details if the checkbox below is to be left unchecked. -->
- [x] I have added tests that prove my fix is effective or that my feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [x] I have run `make changelog` and committed the `changelog/pending/<file>` documenting my change
<!--
If the change(s) in this PR is a modification of an existing call to the Pulumi Cloud,
then the service should honor older versions of the CLI where this change would not exist.
You must then bump the API version in /pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Cloud API version
  <!-- `@Pulumi` employees: If yes, you must submit corresponding changes in the service repo. -->


Co-authored-by: Fraser Waters <fraser@pulumi.com>
2023-07-20 10:23:32 +00:00
..
20230626--sdk-nodejs-python--support-explicit-providers-for-packaged-components.yaml Changelog 2023-07-13 07:17:41 -07:00
20230712--programgen--allow-binding-unsupported-range-and-collection-types-in-non-strict-mode-for-pulumi-convert.yaml Allow binding unsupported range and collection types in non-strict mode for pulumi convert 2023-07-12 19:13:57 +02:00
20230712--sdk-go-nodejs-python--add-support-for-reporting-resource-source-positions.yaml [sdk/*] Add support for resource source positions 2023-07-13 16:46:04 -07:00
20230713--cli-plugin--automatically-install-pulumiverse-provider-plugins-during-convert.yaml Fill in default plugin download URL before looking up version 2023-07-13 23:12:25 +01:00
20230713--engine--fix-alias-resoloution-when-parents-where-also-aliased.yaml Fix resoloution of aliased parent aliases. 2023-07-13 16:27:17 +01:00
20230713--programgen--consistently-use-non-strict-bind-options-when-applicable.yaml Consistently use the same non-strict bind options when applicable 2023-07-13 15:16:06 +02:00
20230713--programgen-go--fix-panic-in-generateproject-when-version-is-not-set-in-schema.yaml Fix panic in GenerateProject when version is not set in schema 2023-07-14 01:23:27 +02:00
20230713--sdk-python--move-some-global-state-to-context-state-for-parallel-updates.yaml Make pythons RPCManager a context variable 2023-07-13 09:59:12 +01:00
20230714--cli-state--adds-pulumi-state-edit-an-experimental-developer-utility-for-manually-editing-state-files.yaml Add `pulumi state edit` utility. 2023-07-17 09:47:05 -07:00
20230714--programgen--propagate-skiprangetypechecking-option-down-to-program-components.yaml Propagate SkipRangeTypechecking option down to program components 2023-07-14 19:00:38 +02:00
20230714--programgen-nodejs--improve-static-typing-of-config-variables-in-main-program.yaml Improve static typing of config variables in main program 2023-07-15 00:15:28 +02:00
20230717--cli-config--pulumi-no-longer-falls-back-on-old-config-when-config-resolution-fails-except-for-pulumi-destroy-stack-stack-name-where-the-config-may-be-unavailable.yaml Pulumi no longer falls back on old configuration by default. 2023-07-19 14:50:49 -07:00
20230717--programgen-nodejs--fix-interpolated-strings-used-as-keys-of-maps.yaml Fix interpolated strings used as keys of maps 2023-07-18 08:47:37 +02:00
20230718--cli-plugin--fix-lookup-of-side-by-side-binaries-when-pulumi_ignore_ambient_plugins-is-set.yaml Fix lookup of side-by-side binaries when PULUMI_IGNORE_AMBIENT_PLUGINS is set 2023-07-19 11:47:00 +01:00
20230718--engine--validate-urns-passed-via-resourceoptions-are-valid.yaml Validate resource option URNs 2023-07-19 11:40:37 +01:00
20230718--sdkgen-go-nodejs--fix-replaceonchanges-being-dropped-in-go-and-nodejs-codegen.yaml Fix ReplaceOnChanges being dropped in schema marshalling 2023-07-18 14:19:51 +01:00
20230719--cli-new--fix-the-use-of-uninitalized-backend-when-running-new-with-generate-only-when-generate-only-is-set-new-will-skip-all-checks-that-require-the-backend.yaml Fix using backend in new when --generate-only is set 2023-07-20 08:59:49 +01:00
20230719--engine--add-a-missing-lock-that-could-cause-a-concurrent-map-read-write-panic.yaml Add missing map lock for Registry.RegisterAlias 2023-07-20 09:16:56 +01:00