From 9fe0e54bf9fb61b96642a1bac76e3078537a6dc6 Mon Sep 17 00:00:00 2001 From: "pulumi-renovate[bot]" <189166143+pulumi-renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 11:42:25 +0000 Subject: [PATCH] Update first-party Pulumi dependencies (#522) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pulumi/pulumi/pkg/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.152.1-0.20250227100833-a309d57b3544` -> `v3.153.0` | | [github.com/pulumi/pulumi/pkg/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.152.0` -> `v3.153.0` | | [pulumi/actions](https://redirect.github.com/pulumi/actions) | action | digest | `13b8b71` -> `3da56e6` | --- ### Release Notes
pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3) ### [`v3.153.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.153.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.152.0...v3.153.0) #### 3.153.0 (2025-02-27) ##### Features - \[sdkgen/dotnet] Update pulumi-dotnet to v3.75.2 - \[auto/python] Add `--preview-only` to the `refresh` command in the Python Automation API [#​18674](https://redirect.github.com/pulumi/pulumi/pull/18674) - \[sdk/{dotnet,go,java,nodejs,python,yaml}] Add the ability to lookup project root from sdks, equivalent to path.root in Terraform [#​18595](https://redirect.github.com/pulumi/pulumi/pull/18595) ##### Bug Fixes - \[cli] Make policy rm and stack rm non-interactive when requested [#​18708](https://redirect.github.com/pulumi/pulumi/pull/18708) - \[engine] Fix a panic when importing a stack reference [#​18704](https://redirect.github.com/pulumi/pulumi/pull/18704) - \[cli/new] Report all errors from git clone for multiple refs. [#​18702](https://redirect.github.com/pulumi/pulumi/pull/18702) - \[cli/package] Correctly deal with subdirs in package add when no version number is specified [#​18605](https://redirect.github.com/pulumi/pulumi/pull/18605) - \[cli/package] Improve disambiguation for package loading when a name is passed in [#​18709](https://redirect.github.com/pulumi/pulumi/pull/18709) - \[programgen/dotnet] Fix generating SDKs for .NET projects when using pulumi convert [#​18510](https://redirect.github.com/pulumi/pulumi/pull/18510) - \[sdkgen/dotnet] Revert provider SDKs to target net6 [#​18729](https://redirect.github.com/pulumi/pulumi/pull/18729) - \[sdk/{go,nodejs,python}] Exclude resource references from property dependencies for packaged components [#​18620](https://redirect.github.com/pulumi/pulumi/pull/18620) - \[sdk/nodejs] Fix incorrect dependencies due to missing await [#​17629](https://redirect.github.com/pulumi/pulumi/pull/17629) - \[sdk/nodejs] Fix searching for pulumi packages past junction points on Windows [#​18715](https://redirect.github.com/pulumi/pulumi/pull/18715) ##### Miscellaneous - \[sdk/python] Fix merge method typing for ResourceOptions and Invoke\*Options [#​18061](https://redirect.github.com/pulumi/pulumi/pull/18061)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com> --- .github/workflows/pr.yml | 6 +++--- .github/workflows/release-sdk.yml | 2 +- integration_tests/go.mod | 2 +- integration_tests/go.sum | 4 ++-- pulumi-language-dotnet/go.mod | 2 +- pulumi-language-dotnet/go.sum | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 92848cba..b5dfaed1 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -100,7 +100,7 @@ jobs: - name: Dotnet version run: dotnet --version - name: Install Pulumi CLI - uses: pulumi/actions@13b8b7177d6fb736766875dac9b78aab07bd785f # v6 + uses: pulumi/actions@3da56e6feff8f5db8b48d3a396bc10ef1f968088 # v6 with: pulumi-version: latest - name: Build Pulumi SDK @@ -161,7 +161,7 @@ jobs: with: go-version: 1.24.x - name: Install Pulumi CLI - uses: pulumi/actions@13b8b7177d6fb736766875dac9b78aab07bd785f # v6 + uses: pulumi/actions@3da56e6feff8f5db8b48d3a396bc10ef1f968088 # v6 with: pulumi-version: latest - name: Install gotestsum @@ -240,7 +240,7 @@ jobs: with: go-version: 1.24.x - name: Install Pulumi CLI - uses: pulumi/actions@13b8b7177d6fb736766875dac9b78aab07bd785f # v6 + uses: pulumi/actions@3da56e6feff8f5db8b48d3a396bc10ef1f968088 # v6 with: pulumi-version: latest - name: Install gotestsum diff --git a/.github/workflows/release-sdk.yml b/.github/workflows/release-sdk.yml index c84082a5..dd0b3a14 100644 --- a/.github/workflows/release-sdk.yml +++ b/.github/workflows/release-sdk.yml @@ -56,7 +56,7 @@ jobs: - name: Dotnet version run: dotnet --version - name: Install Pulumi CLI - uses: pulumi/actions@13b8b7177d6fb736766875dac9b78aab07bd785f # v6 + uses: pulumi/actions@3da56e6feff8f5db8b48d3a396bc10ef1f968088 # v6 with: pulumi-version: latest - name: Build Pulumi SDK diff --git a/integration_tests/go.mod b/integration_tests/go.mod index 178e0796..ab0e5c71 100644 --- a/integration_tests/go.mod +++ b/integration_tests/go.mod @@ -9,7 +9,7 @@ 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.152.0 + github.com/pulumi/pulumi/pkg/v3 v3.153.0 github.com/pulumi/pulumi/sdk/v3 v3.153.0 github.com/stretchr/testify v1.10.0 google.golang.org/grpc v1.67.1 diff --git a/integration_tests/go.sum b/integration_tests/go.sum index 0769ce0b..be8ecfe3 100644 --- a/integration_tests/go.sum +++ b/integration_tests/go.sum @@ -337,8 +337,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.10.0 h1:jzBKzkLVW0mePeanDRfqSQoCJ5yrkux0jIwAkUxpRKE= github.com/pulumi/esc v0.10.0/go.mod h1:2Bfa+FWj/xl8CKqRTWbWgDX0SOD4opdQgvYSURTGK2c= -github.com/pulumi/pulumi/pkg/v3 v3.152.0 h1:SDhBD12bD5UoxwyLBHVBbfBC+iul1GoIgoHwtSfciI4= -github.com/pulumi/pulumi/pkg/v3 v3.152.0/go.mod h1:WzIlIXzgRvu7pD1bS/5/5Z9Zs4vdHRs5gyjE7GcaPbo= +github.com/pulumi/pulumi/pkg/v3 v3.153.0 h1:xsi7N7ER2+p/lMwdF/68m6LOOW2g6d2DfRUw2Y0PRe4= +github.com/pulumi/pulumi/pkg/v3 v3.153.0/go.mod h1:FB5UiirHXRNqPSrnRPqb6ngXbbL1qF4b3vSluR3zNM8= github.com/pulumi/pulumi/sdk/v3 v3.153.0 h1:4uno4G0NdUxgAuascyDFOovVLVCA/kZ8NgnAf3TBllg= github.com/pulumi/pulumi/sdk/v3 v3.153.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= diff --git a/pulumi-language-dotnet/go.mod b/pulumi-language-dotnet/go.mod index 11af2faf..55d45b41 100644 --- a/pulumi-language-dotnet/go.mod +++ b/pulumi-language-dotnet/go.mod @@ -11,7 +11,7 @@ replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2 require ( github.com/blang/semver v3.5.1+incompatible github.com/pkg/errors v0.9.1 - github.com/pulumi/pulumi/pkg/v3 v3.152.1-0.20250227100833-a309d57b3544 + github.com/pulumi/pulumi/pkg/v3 v3.153.0 github.com/pulumi/pulumi/sdk/v3 v3.153.0 github.com/stretchr/testify v1.10.0 google.golang.org/grpc v1.67.1 diff --git a/pulumi-language-dotnet/go.sum b/pulumi-language-dotnet/go.sum index 0ce3a9f5..51a86737 100644 --- a/pulumi-language-dotnet/go.sum +++ b/pulumi-language-dotnet/go.sum @@ -402,8 +402,8 @@ github.com/pulumi/esc v0.10.0 h1:jzBKzkLVW0mePeanDRfqSQoCJ5yrkux0jIwAkUxpRKE= github.com/pulumi/esc v0.10.0/go.mod h1:2Bfa+FWj/xl8CKqRTWbWgDX0SOD4opdQgvYSURTGK2c= github.com/pulumi/inflector v0.1.1 h1:dvlxlWtXwOJTUUtcYDvwnl6Mpg33prhK+7mzeF+SobA= github.com/pulumi/inflector v0.1.1/go.mod h1:HUFCjcPTz96YtTuUlwG3i3EZG4WlniBvR9bd+iJxCUY= -github.com/pulumi/pulumi/pkg/v3 v3.152.1-0.20250227100833-a309d57b3544 h1:SRmO3MT0NLKCD5s46lVSgkmlSpyBkLhTt3er+uY60/I= -github.com/pulumi/pulumi/pkg/v3 v3.152.1-0.20250227100833-a309d57b3544/go.mod h1:WzIlIXzgRvu7pD1bS/5/5Z9Zs4vdHRs5gyjE7GcaPbo= +github.com/pulumi/pulumi/pkg/v3 v3.153.0 h1:xsi7N7ER2+p/lMwdF/68m6LOOW2g6d2DfRUw2Y0PRe4= +github.com/pulumi/pulumi/pkg/v3 v3.153.0/go.mod h1:FB5UiirHXRNqPSrnRPqb6ngXbbL1qF4b3vSluR3zNM8= github.com/pulumi/pulumi/sdk/v3 v3.153.0 h1:4uno4G0NdUxgAuascyDFOovVLVCA/kZ8NgnAf3TBllg= github.com/pulumi/pulumi/sdk/v3 v3.153.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=