mirror of https://github.com/pulumi/pulumi.git
67208a3f27
This re-adds project support back to the filestate backend. For backwards compatibility, and to plan for the future, this requires versioning the storage state. To do that, we introduce a .pulumi/Pulumi.yaml file where we hold metadata like the version of the filestate storage format. Version 1 is the initial version that introduces project support. # .pulumi/Pulumi.yaml version: 1 If we ever need to make breaking changes to the storage protocol we can bump the format version. Newly initialized states will use the new project-mode format. Existing states will continue to run in the old, non-project mode. State can be migrated to the new format with `pulumi state upgrade`, at which point they will become incompatible with older CLIs. For more graceful degradation, if an old CLI writes to an upgraded state the CLI will warn about these files, and recommend re-running upgrade. Testing: Some tests inside filestate/backend were duplicated for legacy and project variants. |
||
---|---|---|
.. | ||
20230128--backend-filestate--the-filestate-backend-now-supports-project-scoped-stacks.yaml | ||
20230209--sdk-go--adds-newinvokeoptions-to-preview-the-effect-of-a-list-of-invokeoption-values.yaml | ||
20230304--cli--add-json-flag-to-pulumi-whoami-to-emit-output-as-json.yaml | ||
20230305--auto-nodejs--add-url-and-organizations-to-whoamiresult-for-nodejs-automation-api.yaml | ||
20230305--auto-python--add-url-and-organizations-to-whoamiresult-for-python-automation-api.yaml | ||
20230306--auto-go--add-whoamidetailed-which-includes-user-url-and-organizations-to-go-automation-api.yaml | ||
20230306--programgen-dotnet--pcl-components-and-dotnet-program-gen-implementation.yaml | ||
20230308--cli-display--add-an-open-in-browser-shortcut-to-the-interactive-display.yaml | ||
20230310--cli-display--do-not-treat-single-line-strings-as-yaml-values.yaml | ||
20230310--programgen-dotnet-go-nodejs-python--implement-not-implement-function-intrinsic-in-pcl.yaml | ||
20230310--sdk-go--fixes-an-id-handling-bug-in-provider_server-read-implementation.yaml |