pulumi/changelog/pending
Julien P c1b3d36bed
Recover after a failed automatation run (#14702)
<!--- 
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 #12521

The log module for the nodejs SDK keeps track of an error count in a
global, this should be stored in the stack's local store.

## Checklist

- [ ] I have run `make tidy` to update any new dependencies
- [ ] 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. -->
2023-12-01 17:35:07 +00:00
..
20230803--sdkgen-go-nodejs-python--resource-methods-can-return-plain-values.yaml Support returning plain values from methods (#13592) 2023-11-18 06:02:06 +00:00
20231022--sdkgen-dotnet--added-support-for-language-specific-settings-for-resources-and-support-for-overriding-resource-name-in-dotnet-codegen.yaml feat: Add support for language specific settings for resources (#14308) 2023-11-29 16:35:08 +00:00
20231026--engine--engine-now-correctly-handles-any-resource-name.yaml Allow anything in resource names (#14107) 2023-11-20 08:59:00 +00:00
20231113--cli-plugin--load-policy-packs-in-parallel-on-startup-to-reduce-startup-time.yaml Start policy packs in parallel (#14495) 2023-11-20 14:08:32 +00:00
20231114--cli-config--include-config-values-from-esc-in-pulumi-config.yaml [cli] Include config from ESC in `pulumi config` (#14560) 2023-11-21 10:44:45 +00:00
20231115--sdk-go--add-project-template-fields.yaml [sdk] add optional display name and tag fields to project templates (#14587) 2023-11-18 19:04:13 +00:00
20231116--sdk-python--introduces-runtimeerror-when-we-detect-a-cycle-upon-adding-dependencies-to-the-graph.yaml [sdk/python] Adds a default exception when dependency cycles are created (#14597) 2023-11-21 16:26:02 +00:00
20231117--engine--fix-a-panic-in-cancellation.yaml Use promise rather than `atomic.Value` to record step errors. (#14612) 2023-11-18 19:03:35 +00:00
20231118--sdkgen-go--fixes-plain-and-optional-properties-for-generated-types-for-go-sdks-using-generics.yaml [go/sdk-gen] Fixes plain and optional properties for generated types for Go SDKs using generics (#14616) 2023-11-21 16:43:51 +00:00
20231121--cli-config--add-commands-for-managing-stack-environments.yaml [esc] Add commands for managing stack environments (#14628) 2023-11-22 05:04:14 +00:00
20231121--sdk-go--Fix-optional-handling-on-nested-props.yaml Fix optional handling on nested props (#14629) 2023-11-29 09:03:33 +00:00
20231121--sdkgen-dotnet-go-nodejs-python--no-longer-writing-out-name-and-project-from-alias-definitions-into-sdks-only-type.yaml [sdk-gen] No longer writing out name and project from alias definitions into generated SDKs (#14625) 2023-11-21 22:40:14 +00:00
20231122--auto-go--fix-a-datarace-in-cloning-git-repos.yaml Fix datarace in setupGitRepo (#14643) 2023-11-24 14:34:43 +00:00
20231122--cli-config--add-a-command-to-create-an-esc-environment-from-stack-config.yaml [esc] Add a command to create an ESC env from stack config (#14634) 2023-11-22 20:57:02 +00:00
20231122--programgen-nodejs--fix-generated-readfile-function-so-that-it-includes-the-encoding-and-returns-a-string.yaml [typescrypt/program-gen] Fix generated readFile function so that it includes the encoding (#14633) 2023-11-23 00:26:41 +00:00
20231122--sdkgen--schemas-now-validate-that-urn-and-id-are-not-used-as-resource-output-properties.yaml Validate that resources don't use urn or id as output properties (#14637) 2023-11-23 02:43:38 +00:00
20231123--sdkgen--fixes-marshalling-the-plain-flag-from-object-or-resource-properties.yaml [schema] Fixes marshalling the "plain" flag from object or resource properties (#14648) 2023-11-27 11:05:03 +00:00
20231127--auto-go--fixes-event-stream-lag-on-windows-runtime.yaml [auto] Fixes event stream lag on windows runtime (#14659) 2023-11-29 09:05:02 +00:00
20231128--sdkgen-go--generate-non-plain-type-variants-for-types-used-as-inputs-inside-unions.yaml [sdk-gen/go] Generate non-plain type variants for types used as inputs inside unions (#14679) 2023-11-29 12:37:53 +00:00
20231129--engine--fix-root-directory-passed-to-langauge-plugins-when-starting-pulumi-in-a-subfolder.yaml Actually save root on plugin.Context (#14684) 2023-11-29 14:30:52 +00:00
20231129--sdk-nodejs--enable-resource-imports-for-nodejs-providers.yaml feat: enable imports from nodejs provider resources (#14668) 2023-11-30 16:22:51 +00:00
20231129--yaml--upgrade-yaml-to-1-4-3.yaml Upgrade pulumi-yaml to 1.4.3 (#14693) 2023-12-01 03:30:05 +00:00
20231130--sdk-nodejs--use-local-storage-to-track-per-stack-error-log-count.yaml Recover after a failed automatation run (#14702) 2023-12-01 17:35:07 +00:00