Skip to content

Commit

Permalink
fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.121.0 (#…
Browse files Browse the repository at this point in the history
…182)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/pulumi/pulumi/sdk/v3](https://togithub.com/pulumi/pulumi) | `v3.119.0` -> `v3.121.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpulumi%2fpulumi%2fsdk%2fv3/v3.121.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fpulumi%2fpulumi%2fsdk%2fv3/v3.121.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fpulumi%2fpulumi%2fsdk%2fv3/v3.119.0/v3.121.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpulumi%2fpulumi%2fsdk%2fv3/v3.119.0/v3.121.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)</summary>

### [`v3.121.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.121.0)

[Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.120.0...v3.121.0)

#### 3.121.0 (2024-06-22)

##### Features

-   \[cli/install] Make pulumi install work for policy packs
    [#&#8203;16438](https://togithub.com/pulumi/pulumi/pull/16438)

-   \[engine] Resolve provider in the engine before passing it to transforms
    [#&#8203;16409](https://togithub.com/pulumi/pulumi/pull/16409)

-   \[sdk/go] Suggest valid attributes with similar names to unrecognised ones when validating project definitions
    [#&#8203;16097](https://togithub.com/pulumi/pulumi/pull/16097)

-   \[cli/new] Allow passing runtime options as args in pulumi new
    [#&#8203;16346](https://togithub.com/pulumi/pulumi/pull/16346)

-   \[cli/new] Query language runtime for options during “pulumi new”
    [#&#8203;16346](https://togithub.com/pulumi/pulumi/pull/16346)

-   \[cli/new] Add packagemanager prompt to pulumi new for nodejs
    [#&#8203;16417](https://togithub.com/pulumi/pulumi/pull/16417)

-   \[sdk/nodejs] Detect pnpm workspaces when running pulumi install
    [#&#8203;15525](https://togithub.com/pulumi/pulumi/pull/15525)

-   \[sdk/nodejs] Add options to Workspace::removeStack()
    [#&#8203;16333](https://togithub.com/pulumi/pulumi/pull/16333)

-   \[sdk/python] Automatically convert requirements.txt to pyproject.toml when using Poetry
    [#&#8203;16346](https://togithub.com/pulumi/pulumi/pull/16346)

-   \[sdkgen/python] Generate TypedDict types for inputs
    [#&#8203;15957](https://togithub.com/pulumi/pulumi/pull/15957)

##### Bug Fixes

-   \[engine] Fix a panic when ignoring wildcard values with arrays of different length
    [#&#8203;16406](https://togithub.com/pulumi/pulumi/pull/16406)

-   \[engine] Fix provider `Delete`s
    [#&#8203;16441](https://togithub.com/pulumi/pulumi/pull/16441)

-   \[cli/engine] Fix --continue-on-error running indefinitely when a resource fails to be created or updated
    [#&#8203;16371](https://togithub.com/pulumi/pulumi/pull/16371)

-   \[sdk/nodejs] Avoid an unhandled error when `dependencies` is missing from `package.json` during closure serialization
    [#&#8203;16433](https://togithub.com/pulumi/pulumi/pull/16433)

-   \[cli/plugin] Fix plugin install command when plugin type is tool
    [#&#8203;16407](https://togithub.com/pulumi/pulumi/pull/16407)

-   \[sdk/python] Fix Python SDK docs by escaping the trailing underscore in a docstring
    [#&#8203;14866](https://togithub.com/pulumi/pulumi/pull/14866)

-   \[sdk/python] Don't incorrectly emit deprecation warnings for non-deprecated properties
    [#&#8203;16400](https://togithub.com/pulumi/pulumi/pull/16400)

-   \[sdk/python] Handle extra CLI arguments passed policy packs plugins
    [#&#8203;16402](https://togithub.com/pulumi/pulumi/pull/16402)

-   \[sdk/python] Add VIRTUAL_ENV environment variable when running inside a virtual environment
    [#&#8203;16425](https://togithub.com/pulumi/pulumi/pull/16425)

-   \[sdk/python] Don't lift dunder attributes on `Output`s
    [#&#8203;16439](https://togithub.com/pulumi/pulumi/pull/16439)

##### Miscellaneous

-   \[sdk/{go,nodejs,python}] Add register resource transform alias for register stack transform
    [#&#8203;16435](https://togithub.com/pulumi/pulumi/pull/16435)

-   \[cli/new] Instruct the user to use 'pulumi install' when using --generate-only
    [#&#8203;16411](https://togithub.com/pulumi/pulumi/pull/16411)

### [`v3.120.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.120.0)

[Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.119.0...v3.120.0)

#### 3.120.0 (2024-06-12)

##### Features

-   \[components/dotnet] Upgrade dotnet to 3.64.0
    [#&#8203;16353](https://togithub.com/pulumi/pulumi/pull/16353)

-   \[cli/import] Add flag --json to pulumi import which would serialize the import diffs, operations, and overall output as JSON
    [#&#8203;16342](https://togithub.com/pulumi/pulumi/pull/16342)

-   \[engine] Change `pulumi refresh` to report diffs relative to desired state instead of relative to only output changes. Use `PULUMI_ENABLE_LEGACY_REFRESH_DIFF` to revert to the old behaviour.

-   \[protobuf] Pass ProgramInfo to LanguageRuntime.About
    [#&#8203;16311](https://togithub.com/pulumi/pulumi/pull/16311)

-   \[sdk/python] Support Poetry as Python toolchain
    [#&#8203;16315](https://togithub.com/pulumi/pulumi/pull/16315)

-   \[sdk/python] Autoinstall dependencies using Poetry in GetRequiredPlugins
    [#&#8203;16315](https://togithub.com/pulumi/pulumi/pull/16315)

##### Bug Fixes

-   \[cli/{config,new}] Fix non-interactive flag for 'new' and 'config env' commands"
    [#&#8203;16338](https://togithub.com/pulumi/pulumi/pull/16338)

-   \[programgen/go] Fix union type resolution in Go program generation
    [#&#8203;16297](https://togithub.com/pulumi/pulumi/pull/16297)

-   \[sdk/nodejs] Only look for main in package.json if no entyrpoint was set via Pulumi.yaml
    [#&#8203;16363](https://togithub.com/pulumi/pulumi/pull/16363)

-   \[sdk/python] Make sure no resource registrations are in progress while stack transforms are being registered

##### Miscellaneous

-   \[pkg] Refactor plugin.Provider to a `Method(context.Context, MethodRequest) (MethodResponse, error)` style interface.
    [#&#8203;16302](https://togithub.com/pulumi/pulumi/pull/16302)

-   \[programgen/nodejs] Sort dependencies in GenerateProject
    [#&#8203;16341](https://togithub.com/pulumi/pulumi/pull/16341)

-   \[sdk/nodejs] Update current nodejs version to 22.x
    [#&#8203;16378](https://togithub.com/pulumi/pulumi/pull/16378)

</details>

---

### 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.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/andrzejressel/pulumi-wasm).
  • Loading branch information
renovate[bot] authored Jun 30, 2024
1 parent 11d2f39 commit 0b402c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pulumi-language-wasm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ go 1.20
require (
github.com/golang/protobuf v1.5.4
github.com/pkg/errors v0.9.1
github.com/pulumi/pulumi/sdk/v3 v3.119.0
github.com/pulumi/pulumi/sdk/v3 v3.121.0
google.golang.org/grpc v1.64.0
google.golang.org/protobuf v1.34.2
)

require (
dario.cat/mergo v1.0.0 // indirect
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/ProtonMail/go-crypto v1.0.0 // indirect
github.com/acomagu/bufpipe v1.0.4 // indirect
Expand Down
4 changes: 4 additions & 0 deletions pulumi-language-wasm/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ github.com/Azure/go-autorest/autorest/validation v0.3.1/go.mod h1:yhLgjC0Wda5DYX
github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8=
github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU=
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0/go.mod h1:Vt9sXTKwMyGcOxSmLDMnGPgqsUg7m8pe215qMLrDXw4=
github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=
github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/HdrHistogram/hdrhistogram-go v1.1.2 h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob0t8PQPMybUNFM=
github.com/HdrHistogram/hdrhistogram-go v1.1.2/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo=
github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY=
Expand Down Expand Up @@ -347,6 +349,8 @@ github.com/pulumi/pulumi/sdk/v3 v3.118.0 h1:NboaaB4cNuehzsax38PO1jZOS6Mzbx/jNaDN
github.com/pulumi/pulumi/sdk/v3 v3.118.0/go.mod h1:kNea72+FQk82OjZ3yEP4dl6nbAl2ngE8PDBc0iFAaHg=
github.com/pulumi/pulumi/sdk/v3 v3.119.0 h1:CPP0ZxAM1WT0O5/IJF0x13ZyvFMoWJi21gqNxBrLusk=
github.com/pulumi/pulumi/sdk/v3 v3.119.0/go.mod h1:/mQJPO+HehhoSJ9O3C6eUKAGeAr+4KSrbDhLsXHKldc=
github.com/pulumi/pulumi/sdk/v3 v3.121.0 h1:UsnFKIVOtJN/hQKPkWHL9cZktewPVQRbNUXbXQY/qrk=
github.com/pulumi/pulumi/sdk/v3 v3.121.0/go.mod h1:p1U24en3zt51agx+WlNboSOV8eLlPWYAkxMzVEXKbnY=
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=
Expand Down
3 changes: 1 addition & 2 deletions pulumi-language-wasm/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import (
"github.com/pulumi/pulumi/sdk/v3/go/common/version"
pulumirpc "github.com/pulumi/pulumi/sdk/v3/proto/go"
"google.golang.org/grpc"
"google.golang.org/protobuf/types/known/emptypb"
)

// Launches the language host RPC endpoint, which in turn fires up an RPC server implementing the
Expand Down Expand Up @@ -432,7 +431,7 @@ func (host *wasmLanguageHost) GetProgramDependencies(
return &pulumirpc.GetProgramDependenciesResponse{}, nil
}

func (host *wasmLanguageHost) About(ctx context.Context, _ *emptypb.Empty) (*pulumirpc.AboutResponse, error) {
func (host *wasmLanguageHost) About(ctx context.Context, _ *pulumirpc.AboutRequest) (*pulumirpc.AboutResponse, error) {
metadata := make(map[string]string)

scalaExec, err := host.Executor()
Expand Down

0 comments on commit 0b402c7

Please sign in to comment.