diff --git a/CHANGELOG.md b/CHANGELOG.md index 7baa9caa..a03a0caa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## Unreleased + +### Improvements + +- Update pulumi/pulumi to v3.120.0. + ## v3.64.0 - 2024-06-10 ### Improvements diff --git a/integration_tests/go.mod b/integration_tests/go.mod index 64db6e62..def91a1a 100644 --- a/integration_tests/go.mod +++ b/integration_tests/go.mod @@ -7,8 +7,8 @@ replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.5.0 require ( github.com/blang/semver v3.5.1+incompatible github.com/golang/protobuf v1.5.4 - github.com/pulumi/pulumi/pkg/v3 v3.119.0 - github.com/pulumi/pulumi/sdk/v3 v3.119.0 + github.com/pulumi/pulumi/pkg/v3 v3.120.0 + github.com/pulumi/pulumi/sdk/v3 v3.120.0 github.com/stretchr/testify v1.9.0 google.golang.org/grpc v1.63.2 ) diff --git a/integration_tests/go.sum b/integration_tests/go.sum index af3ec46a..329cdcb1 100644 --- a/integration_tests/go.sum +++ b/integration_tests/go.sum @@ -318,10 +318,10 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435 github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE= github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= -github.com/pulumi/pulumi/pkg/v3 v3.119.0 h1:I7716j1xugGCUgcEIhRn1MzzfSpZnsDZpi+pc5qf4hg= -github.com/pulumi/pulumi/pkg/v3 v3.119.0/go.mod h1:sKovnH/g9x8nKUNS38PlGQf2M8IwKu9uxBELuiSx4F4= -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/pkg/v3 v3.120.0 h1:L2b8DiI4dQa+iRGXdbrMQl2AXUfnjP3siHEas6xPW84= +github.com/pulumi/pulumi/pkg/v3 v3.120.0/go.mod h1:ZLTGs4I1q5VXzjV5LLBLVIAfE811TMsSDFJaWs7WD4g= +github.com/pulumi/pulumi/sdk/v3 v3.120.0 h1:KYtMkCmcSg4U+w41/Q0l3llKEodbfdyq6J0VMoEoVmY= +github.com/pulumi/pulumi/sdk/v3 v3.120.0/go.mod h1:/mQJPO+HehhoSJ9O3C6eUKAGeAr+4KSrbDhLsXHKldc= 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= diff --git a/pulumi-language-dotnet/go.mod b/pulumi-language-dotnet/go.mod index 285cd61f..764a1f96 100644 --- a/pulumi-language-dotnet/go.mod +++ b/pulumi-language-dotnet/go.mod @@ -12,7 +12,7 @@ require ( github.com/blang/semver v3.5.1+incompatible 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.120.0 github.com/stretchr/testify v1.9.0 google.golang.org/grpc v1.64.0 ) diff --git a/pulumi-language-dotnet/go.sum b/pulumi-language-dotnet/go.sum index 5846cb59..53245f57 100644 --- a/pulumi-language-dotnet/go.sum +++ b/pulumi-language-dotnet/go.sum @@ -149,8 +149,8 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435 github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE= github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs= github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c= -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.120.0 h1:KYtMkCmcSg4U+w41/Q0l3llKEodbfdyq6J0VMoEoVmY= +github.com/pulumi/pulumi/sdk/v3 v3.120.0/go.mod h1:/mQJPO+HehhoSJ9O3C6eUKAGeAr+4KSrbDhLsXHKldc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ= github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88= diff --git a/pulumi-language-dotnet/main.go b/pulumi-language-dotnet/main.go index 6288a5d1..225fabbe 100644 --- a/pulumi-language-dotnet/main.go +++ b/pulumi-language-dotnet/main.go @@ -721,7 +721,7 @@ func (host *dotnetLanguageHost) InstallDependencies( return nil } -func (host *dotnetLanguageHost) About(ctx context.Context, req *pbempty.Empty) (*pulumirpc.AboutResponse, error) { +func (host *dotnetLanguageHost) About(ctx context.Context, req *pulumirpc.AboutRequest) (*pulumirpc.AboutResponse, error) { getResponse := func(execString string, args ...string) (string, string, error) { ex, err := executable.FindExecutable(execString) if err != nil {