fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.53.1 #17
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:
v3.48.0
->v3.53.1
Release Notes
pulumi/pulumi
v3.53.1
Compare Source
3.53.1 (2023-01-25)
Bug Fixes
#11984
v3.53.0
Compare Source
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
Compare Source
3.52.1 (2023-01-19)
Bug Fixes
#11915
v3.52.0
Compare Source
3.52.0 (2023-01-18)
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
Compare Source
3.51.1 (2023-01-11)
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
Compare Source
3.51.0 (2023-01-04)
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.2
Compare Source
3.50.2 (2022-12-21)
Happy holidays! The Pulumi team thanks grpc maintainers for addressing build issues and publishing wheels on macOS.
Miscellaneous
grpcio
dependency.#11431
v3.50.1
Compare Source
3.50.1 (2022-12-21)
Bug Fixes
[cli/display] Fix flickering in the interactive display
#11695
[cli/plugin] Fix check of executable bits on Windows.
#11692
[codegen] Revert change to codegen schema spec.
#11701
v3.50.0
Compare Source
3.50.0 (2022-12-19)
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
v3.49.0
Compare Source
3.49.0 (2022-12-08)
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
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.