Skip to content

Commit

Permalink
Update first-party Pulumi dependencies to v3.148.0 (#2017)
Browse files Browse the repository at this point in the history
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.147.0` ->
`3.148.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.147.0/3.148.0)
|
|
[github.com/pulumi/pulumi/pkg/v3](https://redirect.github.com/pulumi/pulumi)
| require | minor | `v3.147.0` -> `v3.148.0` |
|
[github.com/pulumi/pulumi/sdk/v3](https://redirect.github.com/pulumi/pulumi)
| require | minor | `v3.147.0` -> `v3.148.0` |

---

### Release Notes

<details>
<summary>pulumi/pulumi (@&#8203;pulumi/pulumi)</summary>

###
[`v3.148.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.148.0)

[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.147.0...v3.148.0)

##### 3.148.0 (2025-01-31)

##### Features

-   \[cli/config] Introduce `--type` flag for `config set`
[#&#8203;18287](https://redirect.github.com/pulumi/pulumi/pull/18287)

- \[cli/new] Improve docs for disambiguating repositories on hosts where
the URL is ambiguous
[#&#8203;18379](https://redirect.github.com/pulumi/pulumi/pull/18379)

- \[cli/package] Automatically get latest version for git based plugins
if none is specified
[#&#8203;18215](https://redirect.github.com/pulumi/pulumi/pull/18215)

- \[cli/package] Allow plugins from git sources to live in
subdirectories in the repository
[#&#8203;18322](https://redirect.github.com/pulumi/pulumi/pull/18322)

- \[sdk/python] Support commits in prerelease versions of generated
Python SDKs
[#&#8203;18289](https://redirect.github.com/pulumi/pulumi/pull/18289)

##### Bug Fixes

- \[cli/config] Fix parsing of config keys with paths and colons in path
segments
[#&#8203;18378](https://redirect.github.com/pulumi/pulumi/pull/18378)

- \[engine] Fix some plugin context leaks, which could leave plugin
processes running on exit
[#&#8203;18373](https://redirect.github.com/pulumi/pulumi/pull/18373)

-   \[cli/package] Respect virtualenv option in package add/link
[#&#8203;18319](https://redirect.github.com/pulumi/pulumi/pull/18319)

- \[programgen/nodejs] Handle keyword overlap of "this" keyword for
local variables
[#&#8203;18177](https://redirect.github.com/pulumi/pulumi/pull/18177)

-   \[sdk/nodejs] Fix debug strings triggering the Output toString error
[#&#8203;18016](https://redirect.github.com/pulumi/pulumi/pull/18016)

-   \[sdk/nodejs] Use the corepack executable from dev dependencies
[#&#8203;18393](https://redirect.github.com/pulumi/pulumi/pull/18393)

-   \[sdk/python] Allow Pip 25
[#&#8203;18343](https://redirect.github.com/pulumi/pulumi/pull/18343)

-   \[sdk/python] Make RunPlugin default to using a virtualenv
[#&#8203;18371](https://redirect.github.com/pulumi/pulumi/pull/18371)

##### Miscellaneous

-   \[sdk/{dotnet,java}] Update Java to 1.1.0 and Dotnet to 3.72.0
[#&#8203;18394](https://redirect.github.com/pulumi/pulumi/pull/18394)

-   \[sdkgen] Align pulumi.json and schema.go
[#&#8203;18334](https://redirect.github.com/pulumi/pulumi/pull/18334)

</details>

---

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

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19-->

Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
  • Loading branch information
pulumi-renovate[bot] authored Feb 3, 2025
1 parent ebe72ec commit 1436397
Show file tree
Hide file tree
Showing 26 changed files with 48 additions and 48 deletions.
14 changes: 7 additions & 7 deletions examples/autonaming-overlay/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/autonaming-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@types/node": "^16"
},
"dependencies": {
"@pulumi/pulumi": "3.147.0",
"@pulumi/pulumi": "3.148.0",
"@pulumi/aws-native": "1.24.0"
}
}
14 changes: 7 additions & 7 deletions examples/aws-native-naming-conventions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/aws-native-naming-conventions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@types/node": "^16"
},
"dependencies": {
"@pulumi/pulumi": "3.147.0",
"@pulumi/pulumi": "3.148.0",
"@pulumi/aws-native": "1.24.0"
}
}
2 changes: 1 addition & 1 deletion examples/aws-native-ts-stepfunctions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@pulumi/aws": "6.67.0",
"@pulumi/pulumi": "3.147.0"
"@pulumi/pulumi": "3.148.0"
},
"peerDependencies": {
"@pulumi/aws-native": "1.24.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/aws-ts-assume-role/assume-role/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "^8.0.0"
},
"dependencies": {
"@pulumi/pulumi": "3.147.0",
"@pulumi/pulumi": "3.148.0",
"@pulumi/aws": "6.67.0",
"@pulumi/random": "4.17.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/aws-ts-assume-role/create-role/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
"dependencies": {
"@pulumi/aws": "6.67.0",
"@pulumi/pulumi": "3.147.0"
"@pulumi/pulumi": "3.148.0"
}
}
2 changes: 1 addition & 1 deletion examples/cfn-custom-resource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "^8.0.0"
},
"dependencies": {
"@pulumi/pulumi": "3.147.0",
"@pulumi/pulumi": "3.148.0",
"@pulumi/aws": "6.67.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/cidr-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "^8.0.0"
},
"dependencies": {
"@pulumi/pulumi": "3.147.0"
"@pulumi/pulumi": "3.148.0"
},
"peerDependencies": {
"@pulumi/aws-native": "dev"
Expand Down
2 changes: 1 addition & 1 deletion examples/ecs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
"dependencies": {
"@pulumi/aws": "6.67.0",
"@pulumi/pulumi": "3.147.0"
"@pulumi/pulumi": "3.148.0"
}
}
2 changes: 1 addition & 1 deletion examples/get-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "^8.0.0"
},
"dependencies": {
"@pulumi/pulumi": "3.147.0"
"@pulumi/pulumi": "3.148.0"
},
"peerDependencies": {
"@pulumi/aws-native": "dev"
Expand Down
4 changes: 2 additions & 2 deletions examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
github.com/aws/aws-sdk-go-v2/config v1.27.11
github.com/aws/aws-sdk-go-v2/service/ssm v1.56.1
github.com/pulumi/providertest v0.1.5
github.com/pulumi/pulumi/pkg/v3 v3.147.0
github.com/pulumi/pulumi/sdk/v3 v3.147.0
github.com/pulumi/pulumi/pkg/v3 v3.148.0
github.com/pulumi/pulumi/sdk/v3 v3.148.0
github.com/stretchr/testify v1.10.0
)

Expand Down
8 changes: 4 additions & 4 deletions examples/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -354,10 +354,10 @@ 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/providertest v0.1.5 h1:35PH+SBNzWjkfO/rP5mSjrfuTUJZ5nxeo2Cb845EoYU=
github.com/pulumi/providertest v0.1.5/go.mod h1:bU07oPwpgNjGuuIT6CPnI/eLXaGHqhypFrxX5ZsABo4=
github.com/pulumi/pulumi/pkg/v3 v3.147.0 h1:aFzP2kXBL/nPPDao625xIkjAhqT5GKe3XfPXbG07oFA=
github.com/pulumi/pulumi/pkg/v3 v3.147.0/go.mod h1:WqLJy8lfzbGTEqz5Rukd+GrqBYNBf8Y3dJ+Wde+G6g4=
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/pulumi/pulumi/pkg/v3 v3.148.0 h1:7FuRpw1ysvt5400x+5Ukbj14ue5W8b9fI+FZ8YMD7o4=
github.com/pulumi/pulumi/pkg/v3 v3.148.0/go.mod h1:xxL0LnlNmjotV8Kz3sKITKCQf+U72prabgt4NAlJfRk=
github.com/pulumi/pulumi/sdk/v3 v3.148.0 h1:tEw1FQOKoQVP7HfZWI9DJQl4ZvGaL1z2ixZdN2wGV/o=
github.com/pulumi/pulumi/sdk/v3 v3.148.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=
Expand Down
2 changes: 1 addition & 1 deletion examples/lambda-update/step1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "^8.0.0"
},
"dependencies": {
"@pulumi/pulumi": "3.147.0",
"@pulumi/pulumi": "3.148.0",
"@pulumi/aws": "6.67.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/parallel-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "^8.0.0"
},
"dependencies": {
"@pulumi/pulumi": "3.147.0"
"@pulumi/pulumi": "3.148.0"
},
"peerDependencies": {
"@pulumi/aws-native": "dev"
Expand Down
2 changes: 1 addition & 1 deletion examples/refresh-changes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@types/node": "^16"
},
"dependencies": {
"@pulumi/pulumi": "3.147.0",
"@pulumi/pulumi": "3.148.0",
"@pulumi/aws-native": "1.24.0"
}
}
2 changes: 1 addition & 1 deletion examples/simple-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.23.5

require (
github.com/pulumi/pulumi-aws-native/sdk v1.24.0
github.com/pulumi/pulumi/sdk/v3 v3.147.0
github.com/pulumi/pulumi/sdk/v3 v3.148.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions examples/simple-go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,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/pulumi-aws-native/sdk v1.24.0 h1:EOTqOshxWDWnmkGuJlTXnBHN/PcfCiIYOoA/HP8jTZs=
github.com/pulumi/pulumi-aws-native/sdk v1.24.0/go.mod h1:xvUCWJvh2QrFkRA1ACbmzIWvIWp8PqslIjJKSbNAmgM=
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/pulumi/pulumi/sdk/v3 v3.148.0 h1:tEw1FQOKoQVP7HfZWI9DJQl4ZvGaL1z2ixZdN2wGV/o=
github.com/pulumi/pulumi/sdk/v3 v3.148.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=
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "^8.0.0"
},
"dependencies": {
"@pulumi/pulumi": "3.147.0"
"@pulumi/pulumi": "3.148.0"
},
"peerDependencies": {
"@pulumi/aws-native": "dev"
Expand Down
2 changes: 1 addition & 1 deletion examples/stable-outputs-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@pulumi/aws": "6.67.0",
"@pulumi/aws-native": "1.24.0",
"@pulumi/pulumi": "3.147.0",
"@pulumi/pulumi": "3.148.0",
"archiver": "^7.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/update/step1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "^8.0.0"
},
"dependencies": {
"@pulumi/pulumi": "3.147.0"
"@pulumi/pulumi": "3.148.0"
},
"peerDependencies": {
"@pulumi/aws-native": "dev"
Expand Down
2 changes: 1 addition & 1 deletion examples/update/step2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "^8.0.0"
},
"dependencies": {
"@pulumi/pulumi": "3.147.0"
"@pulumi/pulumi": "3.148.0"
},
"peerDependencies": {
"@pulumi/aws-native": "dev"
Expand Down
2 changes: 1 addition & 1 deletion examples/write-only-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.23.5

require (
github.com/pulumi/pulumi-aws-native/sdk v1.24.0
github.com/pulumi/pulumi/sdk/v3 v3.147.0
github.com/pulumi/pulumi/sdk/v3 v3.148.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions examples/write-only-go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,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/pulumi-aws-native/sdk v1.24.0 h1:EOTqOshxWDWnmkGuJlTXnBHN/PcfCiIYOoA/HP8jTZs=
github.com/pulumi/pulumi-aws-native/sdk v1.24.0/go.mod h1:xvUCWJvh2QrFkRA1ACbmzIWvIWp8PqslIjJKSbNAmgM=
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/pulumi/pulumi/sdk/v3 v3.148.0 h1:tEw1FQOKoQVP7HfZWI9DJQl4ZvGaL1z2ixZdN2wGV/o=
github.com/pulumi/pulumi/sdk/v3 v3.148.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=
Expand Down
4 changes: 2 additions & 2 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ require (
github.com/pulumi/jsschema v0.0.0-20240222154951-2ba83b66ea54
github.com/pulumi/providertest v0.1.5
github.com/pulumi/pulumi-go-provider v0.24.1
github.com/pulumi/pulumi/pkg/v3 v3.147.0
github.com/pulumi/pulumi/sdk/v3 v3.147.0
github.com/pulumi/pulumi/pkg/v3 v3.148.0
github.com/pulumi/pulumi/sdk/v3 v3.148.0
github.com/stretchr/testify v1.10.0
github.com/wI2L/jsondiff v0.5.1
github.com/zclconf/go-cty v1.13.2
Expand Down
8 changes: 4 additions & 4 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,10 @@ 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-go-provider v0.24.1 h1:OG2IaHgqK03SD1OSamIHnaFDUq/8r7PG+jZONS7SmSQ=
github.com/pulumi/pulumi-go-provider v0.24.1/go.mod h1:mLh9XKuA2jkOYiIfK32HHahWUk44G2kWjZ3Ba29hsgc=
github.com/pulumi/pulumi/pkg/v3 v3.147.0 h1:aFzP2kXBL/nPPDao625xIkjAhqT5GKe3XfPXbG07oFA=
github.com/pulumi/pulumi/pkg/v3 v3.147.0/go.mod h1:WqLJy8lfzbGTEqz5Rukd+GrqBYNBf8Y3dJ+Wde+G6g4=
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/pulumi/pulumi/pkg/v3 v3.148.0 h1:7FuRpw1ysvt5400x+5Ukbj14ue5W8b9fI+FZ8YMD7o4=
github.com/pulumi/pulumi/pkg/v3 v3.148.0/go.mod h1:xxL0LnlNmjotV8Kz3sKITKCQf+U72prabgt4NAlJfRk=
github.com/pulumi/pulumi/sdk/v3 v3.148.0 h1:tEw1FQOKoQVP7HfZWI9DJQl4ZvGaL1z2ixZdN2wGV/o=
github.com/pulumi/pulumi/sdk/v3 v3.148.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=
Expand Down

0 comments on commit 1436397

Please sign in to comment.