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.71.1
3.38.0
->3.71.1
5.11.0
->5.43.0
3.20.5
->3.30.2
4.8.2
->4.17.0
4.6.0
->4.11.1
3.38.0
->3.147.0
5.11.0
->5.43.0
3.20.5
->3.30.2
4.8.2
->4.17.0
4.6.0
->4.11.1
Release Notes
pulumi/pulumi (Pulumi)
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
[sdkgen/{dotnet,go,nodejs,python}] Do not generate Result types for functions with empty outputs
#11596
[sdk/python] Fix a deadlock on provider-side error with automation api
#11595
[sdkgen/{dotnet,nodejs}] Fix imports when a component is using another component from the same schema as a property
#11606
#11467
[sdkgen/go] Illegal cast in resource constructors when secret-wrapping input arguments.
#11673
Miscellaneous
#11551
queue-merge: true
run-dispatch-commands: true
version-set: {
"dotnet": "6.0.x",
"go": "1.18.x",
"nodejs": "14.x",
"python": "3.9.x"
}
v3.49.0
Features
[sdk] Add methods to cast pointer types to corresponding Pulumi Ptr types
#11539
[yaml] Updates Pulumi YAML to v1.0.4 unblocking Docker Image resource support in a future Docker provider release.
#11583
[backend/service] Allows the service to opt into a bandwidth-optimized DIFF protocol for storing checkpoints. Previously this required setting the PULUMI_OPTIMIZED_CHECKPOINT_PATCH env variable on the client. This env variable is now deprecated.
#11421
[cli/about] Add fully qualified stack name to current stack.
#11387
[sdk/{dotnet,nodejs}] Add InvokeSingle variants to dotnet and nodejs SDKs
#11564
Bug Fixes
[docs] Exclude id output property for component resources
#11469
[engine] Fix an assert for resources being replaced but also pending deletion.
#11475
[pkg] Fixes codegen/python generation of non-string secrets in provider properties
#11494
[pkg/testing] Optionally caches python venvs for testing
#11532
[programgen] Improve error message for invalid enum values on
pulumi convert
.#11019
[programgen] Interpret schema.Asset as pcl.AssetOrArchive.
#11593
[programgen/go] Convert the result of immediate invokes to ouputs when necessary.
#11480
[programgen/nodejs] Add
.
between?
and[
.#11477
[programgen/nodejs] Fix capitalization when generating
fs.readdirSync
.#11478
[sdk/nodejs] Fix regression when passing a provider to a MLC
#11509
[sdk/python] Allows for duplicate output values in python
#11559
[sdkgen/go] Fixes superfluous newline being added between documentation comment and package statement in doc.go
#11492
[sdkgen/nodejs] Generate JS doc comments for output-versioned invokes and use explicit any type.
#11511
v3.48.0
Bug Fixes
[cli] Don't print update plan message with --json.
#11454
[cli]
up --yes
should not use update plans.#11445
v3.47.2
Features
up
to use experimental update plans.#11353
Bug Fixes
#11422
v3.47.1
Bug Fixes
#11402
v3.47.0
Features
[cli] Added "--from=tf" to pulumi convert.
#11341
[engine] Engine and Golang support for language plugins starting providers directly.
#10916
[sdk/dotnet] Add DictionaryInvokeArgs for dynamically constructing invoke input bag of properties.
#11335
[sdk/go] Allow sane conversions for
As*Map*
andAs*Array*
conversions.#11351
[sdkgen/{dotnet,nodejs}] Add default dependencies for generated SDKs.
#11315
[sdkgen/nodejs] Splits input and output definitions into multiple files.
#10831
Bug Fixes
[cli] Fix stack selection prompt.
#11354
[engine] Always keep resources when pulumi:pulumi:getResource is invoked
#11382
[pkg] Fix a panic in codegen for an edge case involving object expressions without corresponding function arguments.
#11311
[programgen] Enable type checking for resource attributes
#11371
[cli/display] Fix text cutting off prior to the edge of the terminal
#11202
[programgen/{dotnet,go,nodejs,python}] Don't generate traverse errors when typechecking a dynamic type
#11359
[sdk/{go,nodejs,python}] Set acceptResources when invoking pulumi:pulumi:getResource
#11382
[sdk/python] Copy ResourceOptions correctly during a merge.
#11327
v3.46.1
Features
[cli] Enables debug tracing of Pulumi gRPC internals:
PULUMI_DEBUG_GRPC=$PWD/grpc.json pulumi up
#11085
[cli/display] Improve the usability of the interactive dipslay by making the treetable scrollable
#11200
[pkg] Add
DeletedWith
as a resource option.#11095
[programgen] More programs can be converted to Pulumi when using
pulumi convert
, provider bridging, and conversion tools by allowing property accesses and field names to fall back to a case insensitive lookup.#11266
Bug Fixes
[engine] Disable auto parenting to see if that fixes #10950.
#11272
[yaml] Updates Pulumi YAML to v1.0.2 which fixes a bug encountered using templates with project level config.
#11296
[sdkgen/go] Allow resource names that conflict with additional types.
#11244
[sdkgen/go] Guard against conflicting field names.
#11262
[sdk/python] Handle None being passed to register_resource_outputs.
#11226
v3.45.0
Features
[auto/dotnet] Support for remote operations
#11194
[cli/config] Typing made optional, extended short-hand values to arrays and correctly pass stack name to config validator
#11192
[auto/go] Support for remote operations
#11168
[auto/nodejs] Support for remote operations
#11170
[auto/python] Support for remote operations
#11174
Bug Fixes
[sdk/{go,yaml}] Block IsSecret until secretness is known
#11189
[sdk/{go,yaml}] Prevent race on resource output
#11186
v3.44.3
Features
pulumi state delete
#11164
Bug Fixes
[cli] Hard reset the templates checkout to work around a go-git issue with ignored files.
#11175
[auto/dotnet] allow deserializing complex stack config values.
#11143
[auto/{dotnet,go,nodejs,python}] detect concurrent update error from local backend.
#11146
v3.44.2
Features
[cli] Allow globbing for resources that do not yet exist
#11150
[auto/dotnet] Add Json option to UpdateOptions.
[#11148]
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.