Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.38.0
->3.76.1
3.38.0
->3.76.1
5.11.0
->5.43.0
3.20.5
->3.30.2
4.8.2
->4.18.0
4.6.0
->4.11.1
3.38.0
->3.154.0
5.11.0
->5.43.0
3.20.5
->3.30.2
4.8.2
->4.18.0
4.6.0
->4.11.1
Release Notes
pulumi/pulumi (Pulumi)
v3.76.1
Bug Fixes
[engine] Fix --target-dependents from targeting all resources with default providers.
#13560
[engine] Fix a panic when trying to construct a remote component with an explicit provider configured with unknown values during preview.
#13579
[programgen/go] Fix conflicting imports generated when two imported packages have the same name.
#13289
[programgen/nodejs] Fixes issue with javascript program generation where enums would incorrectly reference the package rather than the import alias.
#13546
v3.75.0
Features
[programgen/{dotnet,go,nodejs,python}] Allow generating code for unknown invokes (tf data sources) in non-strict mode
#13448
[programgen/go] Adds explicit package versioning to Golang codegen
#13136
Bug Fixes
[sdk/go] Fix downloading of unimported external plugins.
#13455
[cli/new]
pulumi new -s 'org/project/stack'
checks the specified organization for project existence rather than the currentUser.#13234
[cli/new] When providing a
--stack
and--name
topulumi new
, the project names must match before creating Pulumi.yaml.#13250
[cli/plugin] Fix interpolation of vesion into http plugin source URLs.
#13447
[sdk/nodejs] Add dependency on @opentelemetry/instrumentation
#13278
[sdk/nodejs] Node.js dynamic providers mark serialized functions as secret if they capture any secrets
#13329
[sdk/python] Python dynamic provider serialized code is now saved to state as secret.
#13315
v3.74.0
Features
[cli] Improve the CLI stack validation error message
#13285
[engine] Old inputs are sent to provider Diff and Update functions, as well as the old outputs.
#13139
[sdk/nodejs] Support loading package.json from parent directory. If
package.json
is not found in the Pulumi main directory, Pulumi recursively searches up the directory tree until it is found. Ifpackage.json
provides amain
field, per the NPM spec, that field is relative to the directory containing package.json.#13273
[programgen/{nodejs,python}] Prefer output-versioned invokes in generated programs for nodejs and python
#13251
[cli/state] The upgrade command now prompts the user to supply project names for stacks for which the project name could not be automatically guessed.
#13078
[cli/state] Add interactive URN selection to
pulumi state {rename,unprotect,delete}
.#13302
Bug Fixes
[auto/nodejs] Adds a better error message for invalid NodeJS AutoAPI workDir.
#13275
[cli] Stack output on the console no longer escapes HTML characters inside JSON strings. This matches the behavior of the
--json
flag.#13257
[engine] Engine marks outputs secret if an output of the same name is marked secret.
#13260
[sdkgen] Fix loading schemas from providers on PATH.
#13305
[cli/display] Print the summary event for previews that contain non-error level diagnostic messages.
#13264
[cli/display] Fix diffs sometimes not showing even in details view.
#13311
[cli/package] Fixes resolving plugins when they are not yet installed in plugin cache
#13283
[cli/state] Disallow renaming resources to invalid names that will corrupt the state.
#13254
[programgen/go] Fix aliasing package names using dashes when schema doesn't include go package info override
#13212
[programgen/go] Use raw string literals for long, multi-line strings.
#13249
[sdk/{go,nodejs,python}] Missing config error text includes "--secret" if requireSecret was used.
#13241
[sdkgen/nodejs] Fix isInstance methods for generated provider types.
#13265
Miscellaneous
[pkg/testing] ProgramTest dropped the CoverProfile option as it's no longer necessary.
#13298
[sdk/nodejs] Update @grpc/grpc-js to 1.8.16.
#13237
v3.73.0
Features
#13180
Bug Fixes
[backend/filestate] Fix auto-opt-in to project mode.
#13243
[cli]
pulumi convert
will now cleanup temporary pulumi-convert directories when the command is finished.#13185
[cli] Fix Markdown formatting issues in command usage.
#13225
[cli] Fix
stack rm
removing config files for the wrong project.#13227
[cli/config] No longer error on directory read permissions when searching for project files.
#13211
[cli/display] Fix diff display partially parsing JSON/YAML from strings.
[cli/display] Fix large integers displaying in scientific notation.
#13209
[cli/display] Update summary is now correctly shown when
advisory
anddisabled
policy events are encountered.#13218
[cli/display] Fix formatting bugs in display causing text like (MISSING) showing in output.
#13228
[cli/display] On Windows, make
pulumi state unprotect
command suggestion use double-quotes instead of single-quotes.#13236
[cli/new]
pulumi new
now correctly supports numeric stack names.#13220
[cli/new] Fix empty config values being added to the config file as part of
new
.#13233
[cli/plugin] Fixes the output of plugin rm --yes command to explicitly say that plugins were removed
#13216
[engine] Fix wildcards in IgnoreChanges.
#13005
[engine] Fix ignoreChanges setting ignore array indexes to zero.
#13005
[sdk/nodejs] Write port to stdout as a string so Node doesn't colorize the output
#13204
[sdk/python] Allow tuples as Sequence input values to resources.
#13210
[sdkgen/python] Python SDK only prints a Function Invoke result's deprecation messages when using getters rather than on instantiation.
#13213
Miscellaneous
#13215
v3.72.0
Features
[cli] Don't warn about the CLI version being out of date on every run. The CLI will now only warn once a day, when it queries for the latest version.
#12660
[programgen/{dotnet,go,nodejs,python}] Extend SkipResourceTypechecking to allow generating unknown resources
#13172
[cli/package] Add a "get-mapping" command to query providers for their mapping information.
#13155
Bug Fixes
[cli/config]
pulumi destroy
now sets theencryptedkey
every run like the rest of the CLI commands.#13168
[engine] Fix aliasing children
#12848
[sdk/nodejs] Fix Parent/NoParent aliases
#12848
[sdk/nodejs] Fixes uncaught rejections on the resource monitor terminating causing Automation API programs to exit prematurely.
#13070
Miscellaneous
[backend/filestate] Add an option to the Upgrade operation allowing injection of an external source of project names for stacks where the project name could not be automatically determined.
#13077
[sdk/go] Adds
tokens.ValidateProjectName
to validate project names.#13165
v3.71.0
Features
[cli] Support for
pulumi convert --from terraform
[cli] Make convert errors more clear to users
#13126
[programgen/{dotnet,go}] Add support for the singleOrNone intrinsic
#13149
Bug Fixes
[engine] Fix plugin installation when looking up new schemas.
#13140
[programgen] Fixes range scoping for PCL components
#13131
[programgen] Fixes panic when trying to convert a null literal to a string value
#13138
[sdkgen/dotnet] sdkgen no longer sets the UseSharedCompilation project setting.
#13146
[programgen/python] Fixes python panic when emiting code for index expressions that aren't typechecked
#13137
[sdkgen/python] Fixes python always printing input deprecation messages.
#13141
v3.70.0
Features
[cli] 'convert' now defaults to be more leniant about program correctness, old behaviour can be toggled back on with --strict.
#13120
[engine] DeletedWith ResourceOption is now inherited from its parent across SDKs.
#12572
[engine] Add 'pulumi:tags' config option to set stack tags.
#12856
[pkg] Upgrade pulumi-java to v0.9.4.
#13121
[programgen/nodejs] Allow output variables to have the same identifier as other program nodes
#13115
[sdk/nodejs] Add support for asynchronous mock implementations
Bug Fixes
[cli/new] Escape special characters in project description
#13122
[engine] Fixes a bug where targeted previews would error on deletes of targeted resources.
#13010
[programgen/dotnet] Only await task-returning invokes in dotnet program-gen
#13092
[programgen/{dotnet,go}] Do not error out when generaing not yet implemented ForExpressions
#13083
[cli/plugin] Language plugins respect PULUMI_IGNORE_AMBIENT_PLUGINS.
#13086
[programgen/go] Fix conversion of programs with components for Go.
#13037
[programgen/go] Fix panic in go program-gen when encountering splat expressions
#13116
[programgen/{go,nodejs}] Fix a panic in diagnostics from go/nodejs project generation.
#13084
[programgen/nodejs] Only await promise-returning invokes in typescript program-gen
#13085
v3.69.0
Features
[auto/python] Add support for the path option for config operations
#13052
[cli] Replace heap profiles with allocation profiles and add a flag, --memprofilerate, to control the sampling rate. --memprofilerate behaves like the -memprofilerate flag to
go test
; set it to "1" to profile every allocation site.#13026
[cli] The convert and import commands will try to install plugins needed for correct conversions.
#13046
[cli/plugin] Plugin install auto-fills the download URL for some known third-party plugins.
#13020
[engine] Provider plugins are now loaded as needed, not at startup based on old state information.
#12657
[programgen] Include the component source directory in diagnostics when reporting PCL errors
#13017
[programgen/{nodejs,python}] Implement singleOrNone intrinsic
#13032
[sdkgen/python] Generate a pyproject.toml file. This enables Python providers to build Wheels per PEP 621
#12805
Bug Fixes
[backend] Fixes a bug where Resource instances as stack exports got printed as if it had diff in the end steps
#12261
[engine] Fix --replace behavior to be not considered a targeted update (where only --replace resources would be targeted).
#13011
[backend/filestate] Fix the project filter when listing stacks from new stores that support per-project stack references.
#12994
[backend/filestate] Fix stack rename renaming projects for the self-managed backend.
#13047
[programgen/go] Do not error when generated Go code cannot be formatted
#13053
[cli/plugin] Fixes PULUMI_DEBUG_GRPC to surface provider errors
#12984
[sdkgen/go] For properties with environment variable defaults, differentiate between unset environment variables and empty.
#12976
[sdkgen/go] When a property has an environment variable default, and the environment variable is not set, sdkgen would incorrectly set it to the zero value of that property. Fixes by only setting the property if the environment variable is set.
#12976
[sdkgen/go] Fix versioned typerefs being marshalled across code generator RPCs.
#13006
v3.67.1
Features
#12840
Bug Fixes
[engine] Non-targeted resources are now added to internal update plans fixing a bug where the step_executor would error due to missing resources in the plan.
#12939
[programgen] Fix stack overflow panic when pretty printing recursive types
#12866
[sdk/nodejs] Revert recursive package.json lookup.
#12944
Miscellaneous
[sdk/go] testing.Environment now tolerates errors in deleting the test environment.
#12927
[sdk/nodejs] Replaces empty interfaces with type aliases. Empty interfaces are equivalent to their supertype; this change expresses these type definitions using type aliases instead of interface extention to provide better clarity. This change will not affect type-checking.
#12865
v3.67.0
Features
package.json
is not found in the Pulumi main directory, Pulumi recursively searches up the directory tree until it is found. Ifpackage.json
provides amain
field, per the NPM spec, that field is relative to the directory containing package.json.#12759
Bug Fixes
[build] Fixes race condition in building Go sdk.
#12821
[cli] Convert to PCL will recover from panics in program binding.
#12827
[engine] Fix bug with targeting and plans where root stack resource and target-replaces were not being marked targeted.
#12834
[engine] Fix the engine trying to install the pulumi-resource-pulumi plugin which is builtin.
#12858
[programgen] Allow null literal as a default value for config variables
#12817
[programgen] Fix panic on component type traversal
#12828
[sdk/python] Fix hang due to component children cycles
#12855
Miscellaneous
#12648
v3.66.0
Features
[cli]
convert
now prints all diagnostics from program conversion#12808
[programgen/nodejs] Support range expressions that are of type output
#12749
[programgen/python] Support range expressions that are of type output
#12804
Bug Fixes
[cli] Fix destroy without project file.
#12766
[engine] Fix bug where non-default providers are created even when not specified as a target.
#12628
Miscellaneous
#12798
v3.65.0
Features
[auto/nodejs] Add
excludeProtected
option fordestroy
#12734
[auto/nodejs] Add
refresh
option forpreview
#12743
[cli] Speed up conversion mapping lookups for the common case of Pulumi names matching external ecosystem names.
#12711
[engine] Support propagating more resource options to packaged components.
#12682
[cli/display] Pulumi CLI can now display messages provided by the service.
#12671
[sdk/go] Support new options on packaged components (MLCs), including: AdditionalSecretOutputs, Timeouts, DeletedWith, DeleteBeforeReplace, IgnoreChanges, ReplaceOnChanges, and RetainOnDelete.
#12701
[sdk/go] Support vendored dependencies for Pulumi programs.
#12727
Bug Fixes
[cli] Fix destroy without project file.
#12728
[programgen] Allow using option(T) in range expressions
#12717
[sdk/go] Ensure that dependency searches happen in the Pulumi program directory.
#12732
[pkg/testing] Fix failure in writing a package.json for test overrides.
#12700
Miscellaneous
#12699
v3.64.0
Features
[cli/display] Adds an indicator for resources that are being deleted/replaced with
retainOnDelete
set as well as an itemized warning.#12157
[backend/{filestate,service}] Add more information to
pulumi stack history
(Update CLI Args, Environment Variables, Pulumi Version, OS, Architecture).#12574
Bug Fixes
[pkg/testing] deploytest: Fix nil custom timeouts and timeouts smaller than a minute being ignored.
#12681
[programgen] Do not panic when PCL attribute type or PCL resource variable type isn't fully bound
#12661
[sdk/go] Fixed NewResourceOptions dropping MLC dependencies from the options preview.
#12683
[programgen/nodejs] Linearize component resource nodes
#12676
[sdk/python] Fix component resources not correctly propagating the
provider
option to their children.This is a re-application of #12292, which was previously reverted in #12522.
#12639
[sdk/python] Fix multi-language components dropping the
provider
option intended for their descendants.#12639
[sdkgen/python] Fix referencing local types with a different package name
#12669
Miscellaneous
[pkg] Bump pulumi-terraform-bridge
#12625
[programgen] Do not panic when the type of PCL local variable isn't known
#12670
v3.63.0
Bug Fixes
[cli/config] Fix config set-all not saving secret provider configuration.
#12643
[cli/display] Fix a panic when diffing empty archives.
#12656
[programgen] Suppport the
any
type in config and outputs.#12619
[sdk/go] Fix hang due to component children cycles
#12516
[sdk/nodejs] Fix hang due to component children cycles
#12515
[sdk/python] Fix hang due to component children cycles
#12462
Miscellaneous
#12638
v3.62.0
Features
#12612
v3.61.0
Features
[backend/filestate] Add support for project-scoped stacks.
Newly initialized backends will automatically use this mode.
Set PULUMI_SELF_MANAGED_STATE_LEGACY_LAYOUT=1 to opt-out of this.
This mode needs write access to the root of the .pulumi directory;
if you're using a cloud storage, be sure to update your ACLs.
#12437
[cli/state] Add 'upgrade' subcommand to upgrade a Pulumi self-managed state to use project layout.
#12438
Bug Fixes
[cli/display] Fix a bug in the interactive update tree display where small terminals would cause the Pulumi CLI to panic.
#12571
[sdkgen/dotnet] Fix a whitespace error in generated .csproj files.
#12577
Miscellaneous
[backend/filestate] Print a warning if a project-scoped backend has non-project stacks in it.
Disable this warning by setting PULUMI_SELF_MANAGED_STATE_NO_LEGACY_WARNING=1.
#12437
v3.60.0
Features
[engine] Enhances the state schema to track fields
Created
,Modified
per each resource. The timestamp is captured in RFC3339. It pertains to timestamps of state modification done by the engine.#12082
[engine] DeletedWith ResourceOption is now inherited from its parent across SDKs.
#12446
[programgen/{dotnet,nodejs}] Object-typed config variables for components
#12488
Bug Fixes
[sdk] common: Fix extraneous backoff during retries.
#12502
[sdkgen/dotnet] respectSchemaVersion now writes the package version to the .csproj file.
#12518
[sdk/python] Revert #12292 to unbreak some users.
#12522
[sdkgen/{dotnet,go,nodejs,python}] Add respectSchemaVersion to schema.
#12511
v3.59.0
Features
[programgen] PCL program.WriteSource(afero.Fs) writes the full directory tree of PCL source files.
#12428
[programgen/{dotnet,go,nodejs,python}] Implement description as comments or docstring for config variables in program-gen
#12464
[programgen/{dotnet,nodejs}] Component resources implementation including nested components
#12398
[backend/service] Add "--teams" flag to assign team name to stack during init
#11974
Bug Fixes
[auto/go] Fix memory leak in stack.Up() in Automation API.
#12475
[auto/{go,nodejs,python}] Fix calling WhoAmI against pre 3.58 CLIs.
#12466
[engine] Fixed automatic plugin downloads for third-party plugins.
#12441
[programgen/python] Fix handling of reserved words in imports.
#12447
Miscellaneous
#11238
v3.58.0
Features
[auto/go] Add WhoAmIDetails which includes user, url and organizations to Go Automation API
#12374
[auto/nodejs] Add url and organizations to WhoAmIResult for NodeJS Automation API
#12374
[auto/python] Add url and organizations to WhoAmIResult for Python Automation API
#12374
[cli] Add
--json
flag topulumi whoami
to emit output as JSON#12374
[cli/display] Add a view in browser shortcut to the interactive display.
#12412
#12380
[programgen/dotnet] PCL components and dotnet program-gen implementation
#12361
[programgen/{dotnet,go,nodejs,python}] Add "NotImplemented" PCL function intrinsic
#12409
[sdk/go] Adds
NewInvokeOptions
to preview the effect of a list ofInvokeOption
values.#12128
Bug Fixes
[cli/display] Do not treat single-line strings as YAML values
#12406
[sdk/go] Fixes an ID handling bug in provider_server Read implementation
#12410
[sdk/go] Fixes use of Provider option from parent resources with mismatched packages.
#12433
v3.57.0
Features
[cli/display] Autoscroll the interactive display and support pgup/pgdown
#12363
[programgen] Support
options.retainOnDelete
on resources in PCL.#12305
[sdkgen/dotnet] Update sdkgen to target dotnet 6.
#12333
[programgen/{dotnet,go,nodejs,python}] Adds support for generating RetainOnDelete options.
#12306
[auto/go] Enable programmatic tagging of stacks (Go only)
#12329
[auto/python] Enable programmatic tagging of stacks (Python only)
#12275
[sdk/go] Adds
NewResourceOptions
to preview the effect of a list ofResourceOption
values.#12124
[sdk/python] Added support for shimless Python plugins.
#12362
Bug Fixes
[cli/display] Reorder options to handle pending creates. Users can now hold enter to select the clear option which should be more ergonomic.
#12375
[auto/{dotnet,go,nodejs,python}] Fix support for specifying a git commit for remote workspaces
#11716
[auto/go] Fetch commits before checkout
#12331
[auto/go] The various workspace load routines (e.g. LoadProject) are no longer singularly cached.
#12370
[sdk/go] Fixes overwrite of the Provider option by the Providers option due to ordering.
#12296
[auto/nodejs] Fixes issue with specifying a git username for remote workspaces
#12269
[sdk/python] Fixes Component Resources not correctly propagating the provider option to its children.
#12292
Miscellaneous
#12350
v3.56.0
Features
[cli/display] Display now shows default colorized stacktraces in NodeJS.
#10410
[cli/plugin] Plugin download urls now support GitLab as a first class url schema. For example "gitlab://gitlab.com/43429536".
#12145
Bug Fixes
[backend/service] Reduce retrieval-validation latency for update tokens
#12323
[sdk/go] Fix panic from attempting to create a resource with an uninitialized parent resource.
#12303
[cli/import] Fixes panic on incomplete resources in JSON file.
#12182
[sdk/nodejs] Cleanup temporary pulumi-node-pipes folders after running.
#12294
[sdk/nodejs] Fix stack outputs picking up co-located JSON files.
#12302
[cli/plugin] Remove temporary files from plugin downloads.
#12146
Miscellaneous
[sdk/go] common/resource/testing: Returns strongly typed generators instead of
interface{}
generators.#12197
[sdk/python] grpc 1.51.3 Python SDK contains native arm64 binaries (universal2)
#12313
v3.55.0
Features
[cli] Remove the
[experimental] yes, using Update Plans
prompt.#12135
[backend/filestate] pulumi login gs:// to support google oauth access tokens via environment variable for Google Cloud Storage backends
#12102
[sdk/go] Adds StackReference.GetOutputDetails to retrieve outputs from StackReferences as plain objects.
#12034
[sdk/nodejs] Adds StackReference.getOutputDetails to retrieve outputs from StackReferences as plain objects.
#12072
[sdk/python] Adds StackReference.get_output_details to retrieve outputs from StackReferences as plain objects.
#12071
Bug Fixes
[cli] Fix verbose logging to filter secrets.
#12079
[engine] This fixes an issue where 'pulumi state delete ' would prompt the user to disambiguate between multiple resources in state with the same URN and proceed to delete all of them. With this change, dependency checks are performed only if the deletion will lead to no resources possessing the URN. The targetDependents flag will only target dependents if the deleted resource will orphan the dependents.
#12111
[engine] Fixed issue where pulumi displays multiline secrets when the newlines('
') are escaped.
#12140
[sdkgen/go] Prevent defaults from overriding set values.
#12099
Miscellaneous
[pkg] Raise 'go' directive to 1.18.
#11807
[sdk/go] Raise 'go' directive to 1.18.
#11807
v3.54.0
Features
[cli] Add
--shell
flag topulumi stack output
to print outputs as a shell script.#11956
[cli] Add
--insecure
flag topulumi login
which disables https certificate checks#9159
[programgen] Add a new
unsecret
intrinsic function to PCL.#12026
[sdkgen/go] Go SDKs now use
errors.New
instead ofgithub.com/pkg/errors.New
.#12046
Bug Fixes
[auto] Add support for cloning from Azure DevOps
#12001
[sdkgen] Correctly error on resource using the reserved name "provider".
#11996
[sdk/python] Fix handling of Output keys in dicts passed to Output.from_input.
#11968
Miscellaneous
[sdk/go] Delegate alias computation to the engine
#12025
[sdk/python] Delegate alias computation to the engine
#12015
v3.53.0
Features
[auto/nodejs] Enable programmatic tagging of stacks (Nodejs only)
#11659
[sdk/go] Coerces output values in ApplyT calls if the types are equivalent.
#11903
[sdk/nodejs] Add optional / backwards compatible generic types to pulumi.dynamic.ResourceProvider.
#11881
Bug Fixes
[auto/nodejs] Fix NodeJS automation api always setting the PULUMI_CONFIG environment variable.
#11943
[cli/display] Display text-based diff if yaml/json diff is semantically equal
#11803
[sdk/go] Fixes data race in provider plugin resulting in weakly typed secrets.
#11975
[sdk/nodejs] Fix handling of recursive symlinks in node_modules.
#11950
v3.52.1
Bug Fixes
#11915
v3.52.0
Features
[sdk/go] Allows users to discover if their program is being run with a mock monitor
#11788
[sdk/nodejs] Add support for custom naming of dynamic provider resource.
#11873
[sdkgen/{dotnet,nodejs}] Initial implementation of simplified invokes for dotnet and nodejs.
#11753
Bug Fixes
[cli/display] Fixes #11864. Pulumi panics before main when Pulumi.yaml provider plugin does not have a path provided.
#11892
[sdk/{go,nodejs,python}] Fix DeletedWith resource option
#11883
[sdk/python] Fix a TypeError in Output.from_input.
#11852
v3.51.1
Features
[sdk/go] Add JSONUnmarshal to go sdk.
#11745
[sdk/python] Add output json_loads using json.loads.
#11741
Bug Fixes
[cli/new] Allow running inside new VCS repositories.
#11804
[auto/python] Fix issue specifying log_verbosity
#11778
[protobuf] Downstream implementers of the RPC server interfaces must embed UnimplementedServer structs or opt out of forward compatibility.
#11652
v3.51.0
Happy New Years from the Pulumi team! This is our first release of 2023, and we're very excited for all the things to come this year.
Features
#11735
v3.50.0
We're approaching the end of 2022, and this is the final minor release scheduled for the year! 🎸
Thank you very much to our wonderful community for your many contributions! ❤️
Features
[auto/{go,nodejs,python}] Adds SkipInstallDependencies option for Remote Workspaces
#11674
[ci] GitHub release artifacts are now signed using cosign and signatures are uploaded to the Rekor transparency log.
#11310
[cli] Adds a flag that allows user to set the node label as the resource name instead of full URN in the stack graph
#11383
[cli] pulumi destroy --remove will now delete the stack config file
#11394
[cli] Allow rotating the encrpytion key for cloud secrets.
#11554
[cli/{config,new,package}] Preserve comments on editing of project and config files.
#11456
[sdk/dotnet] Add Output.JsonSerialize using System.Text.Json.
#11556
[sdk/go] Add JSONMarshal to go sdk.
#11609
[sdkgen/{dotnet,nodejs}] Initial implementation of simplified invokes for dotnet and nodejs.
#11418
[sdk/nodejs] Delegates alias computation to engine for Node SDK
#11206
[sdk/nodejs] Emit closure requires in global scope for improved cold start on Lambda
#11481
[sdk/nodejs] Add output jsonStringify using JSON.stringify.
#11605
[sdk/python] Add json_dumps to python sdk.
#11607
Bug Fixes
[backend/service] Fixes out-of-memory issues when using PULUMI_OPTIMIZED_CHECKPOINT_PATCH protocol
#11666
[cli] Improve performance of convert to not try and load so many provider plugins.
#11639
[programgen] Don't panic on some empty objects
#11660
[cli/display] Fixes negative durations on update display.
#11631
[programgen/go] Check for optional/ Ptr types within Union types. This fixes a bug in Go programgen where optional outputs are not returned as pointers.
[#11635](https://redirect.github.com/pulu
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.