From a0cf069f3e47e27603173b740607a9e63c5b42a6 Mon Sep 17 00:00:00 2001 From: "pulumi-renovate[bot]" <189166143+pulumi-renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 19:25:26 +0000 Subject: [PATCH] Update first-party Pulumi dependencies to v3.147.0 (#3446) 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 | |---|---|---|---| | [@pulumi/pulumi](https://redirect.github.com/pulumi/pulumi) ([source](https://redirect.github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs)) | dependencies | minor | [`3.146.0` -> `3.147.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.146.0/3.147.0) | | [github.com/pulumi/pulumi/sdk/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.146.0` -> `v3.147.0` | --- ### Release Notes
pulumi/pulumi (@​pulumi/pulumi) ### [`v3.147.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.147.0) ##### 3.147.0 (2025-01-21) ##### Features - \[cli] Update go.mod to require go1.22 [#​18274](https://redirect.github.com/pulumi/pulumi/pull/18274) - \[cli/config] Improve documentation for pulumi config set [#​18285](https://redirect.github.com/pulumi/pulumi/pull/18285) - \[cli/package] Allow short hashes as versions in package add [#​18277](https://redirect.github.com/pulumi/pulumi/pull/18277) - \[cli/{package,plugin}] Support getting plugins from remote git sources [#​17827](https://redirect.github.com/pulumi/pulumi/pull/17827) ##### Bug Fixes - \[engine] Skip acquiring program packages during refresh when running inline automation programs [#​18283](https://redirect.github.com/pulumi/pulumi/pull/18283) - \[sdk/nodejs] Avoid unnecessary Node.js installations [#​18293](https://redirect.github.com/pulumi/pulumi/pull/18293) - \[sdk/{nodejs,python}] Fix handling of DependencyResource when checking invoke deps [#​18275](https://redirect.github.com/pulumi/pulumi/pull/18275) - \[sdk/{nodejs,python}] Permit output arguments in plain invokes for backwards compatibility [#​18304](https://redirect.github.com/pulumi/pulumi/pull/18304) ##### Miscellaneous - \[sdk/python] Manage the publish dependencies in pyproject.toml [#​18261](https://redirect.github.com/pulumi/pulumi/pull/18261)
--- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] 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> --- provider/go.mod | 2 +- provider/go.sum | 4 ++-- tests/ci-cluster/package.json | 2 +- tests/go.mod | 2 +- tests/go.sum | 4 ++-- tests/sdk/nodejs/examples/helm-local-panic/step1/package.json | 2 +- .../sdk/nodejs/examples/helm-no-default-provider/package.json | 2 +- tests/sdk/nodejs/examples/helm-release-crd/step1/package.json | 2 +- .../nodejs/examples/helm-release-namespace/step1/package.json | 2 +- .../sdk/nodejs/examples/helm-release-redis/step1/package.json | 2 +- tests/sdk/nodejs/examples/helm-release/step1/package.json | 2 +- tests/sdk/nodejs/helm-preview-unreachable/package.json | 2 +- tests/sdk/nodejs/helm-release-unknowns/package.json | 2 +- tests/sdk/nodejs/options/package.json | 2 +- 14 files changed, 16 insertions(+), 16 deletions(-) diff --git a/provider/go.mod b/provider/go.mod index b948e0221c..f1682ef87b 100644 --- a/provider/go.mod +++ b/provider/go.mod @@ -20,7 +20,7 @@ require ( github.com/pulumi/cloud-ready-checks v1.2.0 github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 github.com/pulumi/pulumi/pkg/v3 v3.146.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 github.com/stretchr/testify v1.10.0 golang.org/x/crypto v0.31.0 golang.org/x/exp v0.0.0-20241210194714-1829a127f884 diff --git a/provider/go.sum b/provider/go.sum index af373f862a..296c24dd8f 100644 --- a/provider/go.sum +++ b/provider/go.sum @@ -685,8 +685,8 @@ github.com/pulumi/inflector v0.1.1 h1:dvlxlWtXwOJTUUtcYDvwnl6Mpg33prhK+7mzeF+Sob github.com/pulumi/inflector v0.1.1/go.mod h1:HUFCjcPTz96YtTuUlwG3i3EZG4WlniBvR9bd+iJxCUY= github.com/pulumi/pulumi/pkg/v3 v3.146.0 h1:vy2cz6wueVqfyDED3sYCZ3ag0ZyZJvEpiQsMcTCQyGU= github.com/pulumi/pulumi/pkg/v3 v3.146.0/go.mod h1:Plsujztb+EB2BeJ5DYT6leIDoBDxtkElsEhNGuLPgQI= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= 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/tests/ci-cluster/package.json b/tests/ci-cluster/package.json index 3ff61ffa93..baa5be5a8f 100644 --- a/tests/ci-cluster/package.json +++ b/tests/ci-cluster/package.json @@ -6,6 +6,6 @@ "dependencies": { "@pulumi/gcp": "8.14.0", "@pulumi/kubernetes": "4.21.0", - "@pulumi/pulumi": "3.146.0" + "@pulumi/pulumi": "3.147.0" } } diff --git a/tests/go.mod b/tests/go.mod index 66b449c998..70fccd723a 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -16,7 +16,7 @@ require ( github.com/pulumi/pulumi-kubernetes/provider/v4 v4.0.0 github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.0 github.com/pulumi/pulumi/pkg/v3 v3.146.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/sdk/v3 v3.147.0 github.com/pulumiverse/pulumi-time/sdk v0.0.0-20231010123146-089d7304da13 github.com/stretchr/testify v1.10.0 golang.org/x/exp v0.0.0-20241210194714-1829a127f884 diff --git a/tests/go.sum b/tests/go.sum index ddee9d27fb..90229ece44 100644 --- a/tests/go.sum +++ b/tests/go.sum @@ -631,8 +631,8 @@ github.com/pulumi/providertest v0.1.5 h1:35PH+SBNzWjkfO/rP5mSjrfuTUJZ5nxeo2Cb845 github.com/pulumi/providertest v0.1.5/go.mod h1:bU07oPwpgNjGuuIT6CPnI/eLXaGHqhypFrxX5ZsABo4= github.com/pulumi/pulumi/pkg/v3 v3.146.0 h1:vy2cz6wueVqfyDED3sYCZ3ag0ZyZJvEpiQsMcTCQyGU= github.com/pulumi/pulumi/pkg/v3 v3.146.0/go.mod h1:Plsujztb+EB2BeJ5DYT6leIDoBDxtkElsEhNGuLPgQI= -github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c= -github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc= +github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= +github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= github.com/pulumiverse/pulumi-time/sdk v0.0.0-20231010123146-089d7304da13 h1:4U7DFIlSggj/4iLbis2Bckayed+OhaYKE7bncZwQCYI= github.com/pulumiverse/pulumi-time/sdk v0.0.0-20231010123146-089d7304da13/go.mod h1:NUa1zA74DF002WrM6iF111A6UjX9knPpXufVRvBwNyg= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= diff --git a/tests/sdk/nodejs/examples/helm-local-panic/step1/package.json b/tests/sdk/nodejs/examples/helm-local-panic/step1/package.json index e2c202b3ad..4b97c28356 100644 --- a/tests/sdk/nodejs/examples/helm-local-panic/step1/package.json +++ b/tests/sdk/nodejs/examples/helm-local-panic/step1/package.json @@ -4,7 +4,7 @@ "@types/node": "^10.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/kubernetes": "latest" } } diff --git a/tests/sdk/nodejs/examples/helm-no-default-provider/package.json b/tests/sdk/nodejs/examples/helm-no-default-provider/package.json index c713a96427..fd4943fddb 100644 --- a/tests/sdk/nodejs/examples/helm-no-default-provider/package.json +++ b/tests/sdk/nodejs/examples/helm-no-default-provider/package.json @@ -4,7 +4,7 @@ "@types/node": "^14" }, "dependencies": { - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/kubernetes": "4.21.0", "@pulumi/kubernetesx": "0.1.6" } diff --git a/tests/sdk/nodejs/examples/helm-release-crd/step1/package.json b/tests/sdk/nodejs/examples/helm-release-crd/step1/package.json index 05c3d372a2..affda3866b 100644 --- a/tests/sdk/nodejs/examples/helm-release-crd/step1/package.json +++ b/tests/sdk/nodejs/examples/helm-release-crd/step1/package.json @@ -4,7 +4,7 @@ "@types/node": "^10.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/kubernetes": "latest", "@pulumi/kubernetesx": "0.1.6" } diff --git a/tests/sdk/nodejs/examples/helm-release-namespace/step1/package.json b/tests/sdk/nodejs/examples/helm-release-namespace/step1/package.json index 65b51192c5..cc6ef627fd 100644 --- a/tests/sdk/nodejs/examples/helm-release-namespace/step1/package.json +++ b/tests/sdk/nodejs/examples/helm-release-namespace/step1/package.json @@ -4,7 +4,7 @@ "@types/node": "^10.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/kubernetes": "latest", "@pulumi/kubernetesx": "0.1.6" } diff --git a/tests/sdk/nodejs/examples/helm-release-redis/step1/package.json b/tests/sdk/nodejs/examples/helm-release-redis/step1/package.json index 472740ed3a..a954cae7a9 100644 --- a/tests/sdk/nodejs/examples/helm-release-redis/step1/package.json +++ b/tests/sdk/nodejs/examples/helm-release-redis/step1/package.json @@ -4,7 +4,7 @@ "@types/node": "^10.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/kubernetes": "latest", "@pulumi/kubernetesx": "0.1.6", "@pulumi/random": "4.17.0" diff --git a/tests/sdk/nodejs/examples/helm-release/step1/package.json b/tests/sdk/nodejs/examples/helm-release/step1/package.json index 48c14519ad..bc11d7b594 100644 --- a/tests/sdk/nodejs/examples/helm-release/step1/package.json +++ b/tests/sdk/nodejs/examples/helm-release/step1/package.json @@ -4,7 +4,7 @@ "@types/node": "^10.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/kubernetes": "latest", "@pulumi/kubernetesx": "0.1.6" } diff --git a/tests/sdk/nodejs/helm-preview-unreachable/package.json b/tests/sdk/nodejs/helm-preview-unreachable/package.json index 1de096cc4e..1b434d1c3a 100644 --- a/tests/sdk/nodejs/helm-preview-unreachable/package.json +++ b/tests/sdk/nodejs/helm-preview-unreachable/package.json @@ -4,7 +4,7 @@ "@types/node": "^10.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/kubernetes": "latest", "@pulumi/random": "4.17.0" } diff --git a/tests/sdk/nodejs/helm-release-unknowns/package.json b/tests/sdk/nodejs/helm-release-unknowns/package.json index bd64f6508b..c37d6a6d7f 100644 --- a/tests/sdk/nodejs/helm-release-unknowns/package.json +++ b/tests/sdk/nodejs/helm-release-unknowns/package.json @@ -4,7 +4,7 @@ "@types/node": "^10.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/kubernetes": "latest", "@pulumi/kubernetesx": "0.1.6", "@pulumi/random": "4.17.0" diff --git a/tests/sdk/nodejs/options/package.json b/tests/sdk/nodejs/options/package.json index 1c5128f2f7..c458cd6405 100644 --- a/tests/sdk/nodejs/options/package.json +++ b/tests/sdk/nodejs/options/package.json @@ -5,7 +5,7 @@ "@types/node": "^16" }, "dependencies": { - "@pulumi/pulumi": "3.146.0", + "@pulumi/pulumi": "3.147.0", "@pulumi/kubernetes": "4.21.0", "@pulumiverse/time": "^0.0.16" }