chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.112.0 #21
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/github.com-pulumi-pulumi-sdk-v3-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v3.105.0
->v3.112.0
Release Notes
pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)
v3.112.0
Compare Source
3.112.0 (2024-03-27)
Features
[docs] Implement constructor syntax examples for every resource in typescript, python, csharp and go
#15624
[docs] Implement YAML constructor syntax examples in the docs
#15791
[engine] Send output values with property dependency information to transform functions
#15637
[engine] Add a --continue-on-error flag to pulumi destroy
#15727
[sdk/go] Make
property.Map
keyed bystring
notMapKey
#15767
[sdk/nodejs] Make function serialization work with typescript 4 and 5
#15761
[sdk/python] Improve the error message when depends_on is passed objects of the wrong type
#15737
Bug Fixes
[auto/{go,python}] Make sure to read complete lines before trying to deserialize them as engine events
#15778
#15798
[auto/{go,python}] Use the full path when running pulumi from a custom CLI install
#15802
[cli/plugin] Fix installing local language plugins on Windows
#15715
[engine] Don't delete stack outputs on failed deployments
#15754
[engine] Fix a panic when updating provider version in a run using --target
#15716
[engine] Handle that Assets & Archives can be returned from providers without content.
#15736
[engine] Fix the engine trying to delete a protected resource caught in a replace chain
#15776
[sdkgen/docs] Add missing newline for
Coming soon!
#15783
[programgen/dotnet] Fix generated code for a list of resources used in resource option DependsOn
#15773
[programgen/{dotnet,go}] Fixes emitted code for object expressions assigned to properties of type Any
#15770
[sdk/go] Fix lookup of plugin and program dependencies when using Go workspaces
#15743
[sdk/nodejs] Export automation.tag.TagMap type
#15774
[sdk/python] Wait only for pending outputs in the Python SDK, not all pending asyncio tasks
#15744
Miscellaneous
[sdk/nodejs] Reorganize function serialization tests
#15753
[sdk/nodejs] Move mockpackage tests to closure integration tests
#15757
v3.111.1
Compare Source
3.111.1 (2024-03-15)
Bug Fixes
[cli/display] Fix superfluous newlines being written during updates
[programgen/{dotnet,go,nodejs,python}] Fix enum resolution from types of the form union[string, enum]
#15696
v3.111.0
Compare Source
3.111.0 (2024-03-15)
Features
#15697
Bug Fixes
[engine] Test and fix the engine filling in property dependencies to provider constructs
[sdkgen/go] Ensure package generation for Go doesn't panic when encountering overly nested arrays or maps of primitive types
#15680
v3.110.0
Compare Source
3.110.0 (2024-03-14)
Features
[cli] Make "pulumi dn" an alias for "pulumi destroy"
#15650
[yaml] Update yaml to v1.6.0
#15661
[sdk/python] Add experimental support to the Python SDK for the new transforms system
#15376
Bug Fixes
[cli/state] Add
--yes
tostate upgrade
#15648
[programgen/{dotnet,go,python}] Fix panic when generating programs for MLC packages where they include type references to external packages
#15605
[programgen/go] Fix optional primitive values being derefrenced
#15592
[sdk/go] Await output properties from Construct/Call before closing the Context
#15611
[sdk/nodejs] Fix codepaths computation when working dir is nested relative to package.json
#15601
[sdk/nodejs] Replace glob with fdir to avoid an indirect dependency on inflight
#15617
[sdkgen/python] Make replace-on-changes values camelCased not kebab_cased
#15666
v3.109.0
Compare Source
3.109.0 (2024-03-07)
Features
[auto/{go,nodejs,python}] Add support for suppress progress and suppress outputs parameters in the Automation API
#15596
[pkg] Make schema.NewPluginLoader respect PULUMI_DEBUG_PROVIDERS, which enables Pulumi YAML programs to work correctly with this feature
#15526
[sdk/dotnet] Update dotnet language host to 3.60.0
#15609
[sdk/nodejs] Add experimental support to the NodeJS SDK for the new transforms system.
#15532
[sdk/python] Add support for asynchronous invokes via a new
invoke_async
function#15602
[sdkgen/dotnet] Support for non-overlay components in codegen for pulumi-kubernetes provider
#15490
Bug Fixes
[cli] Fix a panic when the secrets provider is missing from the deployment snapshot
#15599
[backend/service] Make decrypt/encrypt network calls retryable to help work around network hiccups
#15600
[cli/new] Strip credentials and query strings from template URLs saved to project
#15586
[engine] Fix an issue where snapshots could become invalid when doing a targeted up
#15476
[engine] Downgrade remediate policy violations to mandatory
[pkg/testing] Make ProgramTest use a temporary PULUMI_HOME for each test
#15568
[sdkgen/dotnet] Codegen fix for resources without constant input properties
#15488
[sdk/nodejs] Properly capture node:crypto and global.crypto in node 19+
#15492
[sdk/python] Fix determining plugins for old packages in the Python language host
#15576
v3.108.1
Compare Source
3.108.1 (2024-03-01)
Bug Fixes
#15544
v3.108.0
Compare Source
3.108.0 (2024-02-29)
Features
[cli/state] Exit immediately from state edit when no change was made
#15514
[docs] Adds ability to process docs without Examples logic, using
<!--Start PulumiCodeChooser -->
markers in incoming schema descriptions#15475
[pkg] Adds simple vim keyboard shortcuts to the live tree view (j,k,g,G,Ctrl+F,Ctrl+B) and also wires up Home and End keys
#15418
[sdk/go] Add experimental support to the Go SDK for the new transforms system.
#15355
Bug Fixes
[ci] Use SYSTEM_PULLREQUEST_SOURCECOMMITID for AZ pipeline on GH PR
#15513
[engine] Fix root and program paths to always be absolute.
#15470
[pkg] Tag new pkg versions on a commit on the main branch
#15515
[sdk/nodejs] Handle yarn/npm workspaces when computing codepaths for function serialization
#15426
[sdk/nodejs] Replace deprecated read-package-tree with @npmcli/arborist
#15503
[sdk/nodejs] Upgrade to @grpc/grpc-js 1.10.1
#15500
[sdk/nodejs] Regenerate yarn.lock to fix lru-cache hoisting
#15543
Miscellaneous
#15497
v3.107.0
Compare Source
3.107.0 (2024-02-21)
Features
[cli/config] Adds an
--open
flag topulumi config
command which resolves the environment listed in the stack configuration.#15469
[auto/go] Automation API support for
pulumi refresh --preview-only
#15340
[engine] Add support for remote transforms to the engine.
#15290
[pkg/testing] Add a InstallDevReleases option to ProgramTest, to install pulumi dev SDKs
#15387
[programgen/{dotnet,nodejs,python}] Emit Output-returning JSON serialization methods without rewriting applies for top-level function expression
#15371
[sdk/nodejs] Detect npm and yarn workspaces setups when installing dependencies
#15421
[sdk/nodejs] Use pnpm as package manager if we find a pnpm-lock.yaml file
#15456
Bug Fixes
[docs] Fixes docs generator parent module computation
#15035
[engine] Test and fix the engine filling in args dependencies to provider calls.
#15450
[programgen] Fix infinite recursion when binding invoke signature into promises without accounting for recursive type references
#15463
v3.106.0
Compare Source
3.106.0 (2024-02-16)
Features
[components] Component providers can return output values in their response to the engine.
#15408
[programgen/{dotnet,go,nodejs,python}] Emit missing trivia for resources and local variables
#15419
[sdk/{nodejs,python}] Publish dev versions of the nodejs and python SDKs
#15299
Bug Fixes
[cli] Fix
pulumi destroy
to fill in stack config with the secret config from state, not fresh secret config.#15432
[engine] Engine no longer assumes program dependencies are specified as semantic versions.
#15409
[components/go] Component providers now correctly return output values to the engine.
#15405
Miscellaneous
[protobuf] Split CallRequest into ResourceCallRequest for the ResourceMonitor service.
#15404
[backend/diy] Add a warning that non-project mode will be deprecated at some point.
#15411
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 Renovate Bot.
chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.106.0to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.107.0af5f92e2d5
to691d768b5c
chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.107.0to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.108.1691d768b5c
toff01688942
chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.108.1to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.109.0ff01688942
to60eeae5023
chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.109.0to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.110.060eeae5023
to2b94efc8e8
chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.110.0to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.111.02b94efc8e8
todf6ed91970
chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.111.0to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.111.1df6ed91970
to52aa48c4bc
chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.111.1to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.112.052aa48c4bc
to583e56302e
583e56302e
to8877562f45