Skip to content

Commit

Permalink
Update first-party Pulumi dependencies (#1819)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@pulumi/azure](https://pulumi.io)
([source](https://redirect.github.com/pulumi/pulumi-azure)) |
dependencies | minor | [`6.16.0` ->
`6.17.0`](https://renovatebot.com/diffs/npm/@pulumi%2fazure/6.16.0/6.17.0)
|
| [@pulumi/gcp](https://pulumi.io)
([source](https://redirect.github.com/pulumi/pulumi-gcp)) | dependencies
| minor | [`8.15.0` ->
`8.16.0`](https://renovatebot.com/diffs/npm/@pulumi%2fgcp/8.15.0/8.16.0)
|
|
[github.com/pulumi/pulumi-azure/sdk/v6](https://redirect.github.com/pulumi/pulumi-azure)
| require | minor | `v6.16.0` -> `v6.17.0` |
|
[github.com/pulumi/pulumi-gcp/sdk/v8](https://redirect.github.com/pulumi/pulumi-gcp)
| require | minor | `v8.15.0` -> `v8.16.0` |
| [pulumi-azure](https://redirect.github.com/pulumi/pulumi-azure) | |
minor | `>=6.16.0,<6.17.0` -> `>=6.17.0,<6.18.0` |
| [pulumi-azure](https://redirect.github.com/pulumi/pulumi-azure) | |
minor | `>=6.16.0, <6.17.0` -> `>=6.17.0, <6.18.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

###
[`v6.17.0`](https://redirect.github.com/pulumi/pulumi-azure/releases/tag/v6.17.0)

[Compare
Source](https://redirect.github.com/pulumi/pulumi-azure/compare/v6.16.0...v6.17.0)

##### Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

##### What's Changed

- Update GitHub Actions workflows. by
[@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-azure/pull/2948](https://redirect.github.com/pulumi/pulumi-azure/pull/2948)
- Update GitHub Actions workflows. by
[@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-azure/pull/2958](https://redirect.github.com/pulumi/pulumi-azure/pull/2958)
- Update GitHub Actions workflows. by
[@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-azure/pull/2961](https://redirect.github.com/pulumi/pulumi-azure/pull/2961)
- Enable accurate bridge previews by default by
[@&#8203;VenelinMartinov](https://redirect.github.com/VenelinMartinov)
in
[https://github.com/pulumi/pulumi-azure/pull/2967](https://redirect.github.com/pulumi/pulumi-azure/pull/2967)

**Full Changelog**:
pulumi/pulumi-azure@v6.16.0...v6.17.0

</details>

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

###
[`v8.16.0`](https://redirect.github.com/pulumi/pulumi-gcp/releases/tag/v8.16.0)

[Compare
Source](https://redirect.github.com/pulumi/pulumi-gcp/compare/v8.15.0...v8.16.0)

##### Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

##### What's Changed

- Update GitHub Actions workflows. by
[@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-gcp/pull/2902](https://redirect.github.com/pulumi/pulumi-gcp/pull/2902)
- Update GitHub Actions workflows. by
[@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-gcp/pull/2908](https://redirect.github.com/pulumi/pulumi-gcp/pull/2908)
- Enable accurate bridge previews by default by
[@&#8203;VenelinMartinov](https://redirect.github.com/VenelinMartinov)
in
[https://github.com/pulumi/pulumi-gcp/pull/2914](https://redirect.github.com/pulumi/pulumi-gcp/pull/2914)

**Full Changelog**:
pulumi/pulumi-gcp@v8.15.0...v8.16.0

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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 Jan 28, 2025
1 parent f84c398 commit ee35026
Show file tree
Hide file tree
Showing 48 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion azure-py-oidc-provider-pulumi-cloud/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pulumi>=3.0.0,<4.0.0
pulumi-azure-native>=2.0.0,<3.0.0
pulumi-azuread>=6.2.0, <6.3.0
pulumi-azure>=6.16.0, <6.17.0
pulumi-azure>=6.17.0, <6.18.0
PyYAML
2 changes: 1 addition & 1 deletion classic-azure-go-aks-multicluster/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22
toolchain go1.23.5

require (
github.com/pulumi/pulumi-azure/sdk/v6 v6.16.0
github.com/pulumi/pulumi-azure/sdk/v6 v6.17.0
github.com/pulumi/pulumi-azuread/sdk/v6 v6.2.0
github.com/pulumi/pulumi/sdk/v3 v3.147.0
)
Expand Down
4 changes: 2 additions & 2 deletions classic-azure-go-aks-multicluster/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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-azure/sdk/v6 v6.16.0 h1:VxBBg0knzGtfSJDbDh+VpS9KA8bxL4rAjCbLk1ceqn8=
github.com/pulumi/pulumi-azure/sdk/v6 v6.16.0/go.mod h1:VdSaDwIBFxtPzHps635l5wZcDt6ty6583LjZ1sTbJMM=
github.com/pulumi/pulumi-azure/sdk/v6 v6.17.0 h1:XYsYHYacfURd5iVvcyv2be/YroXYyxR+XFputFmoM5E=
github.com/pulumi/pulumi-azure/sdk/v6 v6.17.0/go.mod h1:VdSaDwIBFxtPzHps635l5wZcDt6ty6583LjZ1sTbJMM=
github.com/pulumi/pulumi-azuread/sdk/v6 v6.2.0 h1:QU3Vi8OtgpaPf3NMCauYOjstaWL7uh+nrt/LtokIw3E=
github.com/pulumi/pulumi-azuread/sdk/v6 v6.2.0/go.mod h1:nP7hVmMwak4O4NiZCsbotjWXfQsIVkRTSIoXEpaDp/Q=
github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM=
Expand Down
2 changes: 1 addition & 1 deletion classic-azure-go-webserver-component/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22
toolchain go1.23.5

require (
github.com/pulumi/pulumi-azure/sdk/v6 v6.16.0
github.com/pulumi/pulumi-azure/sdk/v6 v6.17.0
github.com/pulumi/pulumi/sdk/v3 v3.147.0
)

Expand Down
4 changes: 2 additions & 2 deletions classic-azure-go-webserver-component/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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-azure/sdk/v6 v6.16.0 h1:VxBBg0knzGtfSJDbDh+VpS9KA8bxL4rAjCbLk1ceqn8=
github.com/pulumi/pulumi-azure/sdk/v6 v6.16.0/go.mod h1:VdSaDwIBFxtPzHps635l5wZcDt6ty6583LjZ1sTbJMM=
github.com/pulumi/pulumi-azure/sdk/v6 v6.17.0 h1:XYsYHYacfURd5iVvcyv2be/YroXYyxR+XFputFmoM5E=
github.com/pulumi/pulumi-azure/sdk/v6 v6.17.0/go.mod h1:VdSaDwIBFxtPzHps635l5wZcDt6ty6583LjZ1sTbJMM=
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=
Expand Down
2 changes: 1 addition & 1 deletion classic-azure-ts-aks-keda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@types/node": "8.10.66"
},
"dependencies": {
"@pulumi/azure": "6.16.0",
"@pulumi/azure": "6.17.0",
"@pulumi/azuread": "6.2.0",
"@pulumi/docker": "4.6.1",
"@pulumi/kubernetes": "4.21.1",
Expand Down
2 changes: 1 addition & 1 deletion classic-azure-ts-aks-mean/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "8.10.66"
},
"dependencies": {
"@pulumi/azure": "6.16.0",
"@pulumi/azure": "6.17.0",
"@pulumi/azuread": "6.2.0",
"@pulumi/kubernetes": "4.21.1",
"@pulumi/pulumi": "3.147.0",
Expand Down
2 changes: 1 addition & 1 deletion classic-azure-ts-api-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@types/node": "8.10.66"
},
"dependencies": {
"@pulumi/azure": "6.16.0",
"@pulumi/azure": "6.17.0",
"@pulumi/pulumi": "3.147.0"
}
}
2 changes: 1 addition & 1 deletion classic-azure-ts-appservice-devops/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"dependencies": {
"@pulumi/pulumi": "3.147.0",
"@pulumi/azure": "6.16.0"
"@pulumi/azure": "6.17.0"
}
}
2 changes: 1 addition & 1 deletion classic-azure-ts-cosmosapp-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@azure/cosmos": "latest",
"@pulumi/azure": "6.16.0",
"@pulumi/azure": "6.17.0",
"@pulumi/docker": "4.6.1",
"@pulumi/pulumi": "3.147.0",
"@pulumi/random": "4.17.0"
Expand Down
2 changes: 1 addition & 1 deletion classic-azure-ts-cosmosapp-component/policy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pac-ts-azure-tests",
"version": "1.0.0",
"dependencies": {
"@pulumi/azure": "6.16.0",
"@pulumi/azure": "6.17.0",
"@pulumi/policy": "latest",
"@pulumi/pulumi": "3.147.0"
},
Expand Down
2 changes: 1 addition & 1 deletion classic-azure-ts-hdinsight-spark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@types/node": "8.10.66"
},
"dependencies": {
"@pulumi/azure": "6.16.0",
"@pulumi/azure": "6.17.0",
"@pulumi/pulumi": "3.147.0"
}
}
2 changes: 1 addition & 1 deletion classic-azure-ts-msi-keyvault-rbac/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@types/node": "8.10.66"
},
"dependencies": {
"@pulumi/azure": "6.16.0",
"@pulumi/azure": "6.17.0",
"@pulumi/pulumi": "3.147.0",
"@pulumi/random": "4.17.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@azure/cosmos": "^3.1.0",
"@pulumi/azure": "6.16.0",
"@pulumi/azure": "6.17.0",
"@pulumi/pulumi": "3.147.0"
}
}
2 changes: 1 addition & 1 deletion classic-azure-ts-stream-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@types/utf8": "2.1.6"
},
"dependencies": {
"@pulumi/azure": "6.16.0",
"@pulumi/azure": "6.17.0",
"@pulumi/pulumi": "3.147.0",
"crypto": "^1.0.1",
"utf8": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion classic-azure-ts-vm-provisioners/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-vm-provisioners",
"version": "0.1.0",
"dependencies": {
"@pulumi/azure": "6.16.0",
"@pulumi/azure": "6.17.0",
"@pulumi/command": "1.0.1",
"@pulumi/pulumi": "3.147.0",
"@pulumi/tls": "5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion classic-azure-ts-vm-scaleset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-ts-vm-scaleset",
"version": "0.1.0",
"dependencies": {
"@pulumi/azure": "6.16.0",
"@pulumi/azure": "6.17.0",
"@pulumi/pulumi": "3.147.0",
"@pulumi/random": "4.17.0"
}
Expand Down
2 changes: 1 addition & 1 deletion classic-azure-ts-webserver-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ws-ts-azure-comp",
"version": "0.1.0",
"dependencies": {
"@pulumi/azure": "6.16.0",
"@pulumi/azure": "6.17.0",
"@pulumi/pulumi": "3.147.0"
}
}
2 changes: 1 addition & 1 deletion gcp-go-functions-raw/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22
toolchain go1.23.5

require (
github.com/pulumi/pulumi-gcp/sdk/v8 v8.15.0
github.com/pulumi/pulumi-gcp/sdk/v8 v8.16.0
github.com/pulumi/pulumi/sdk/v3 v3.147.0
)

Expand Down
4 changes: 2 additions & 2 deletions gcp-go-functions-raw/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,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-gcp/sdk/v8 v8.15.0 h1:hNyalU+DVo8TwbC1RJ/1buVDWNrD/LxNQIVRis+P3X4=
github.com/pulumi/pulumi-gcp/sdk/v8 v8.15.0/go.mod h1:kWjScnh72oA1KOWa/nFRN4kZZQROvdVXZ0xjFMXd/hQ=
github.com/pulumi/pulumi-gcp/sdk/v8 v8.16.0 h1:nITt306pViJ5cZHi2BpXucRtEIEcYh4ueQlzJqMX9oM=
github.com/pulumi/pulumi-gcp/sdk/v8 v8.16.0/go.mod h1:kWjScnh72oA1KOWa/nFRN4kZZQROvdVXZ0xjFMXd/hQ=
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=
Expand Down
2 changes: 1 addition & 1 deletion gcp-go-functions/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22
toolchain go1.23.5

require (
github.com/pulumi/pulumi-gcp/sdk/v8 v8.15.0
github.com/pulumi/pulumi-gcp/sdk/v8 v8.16.0
github.com/pulumi/pulumi/sdk/v3 v3.147.0
)

Expand Down
4 changes: 2 additions & 2 deletions gcp-go-functions/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,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-gcp/sdk/v8 v8.15.0 h1:hNyalU+DVo8TwbC1RJ/1buVDWNrD/LxNQIVRis+P3X4=
github.com/pulumi/pulumi-gcp/sdk/v8 v8.15.0/go.mod h1:kWjScnh72oA1KOWa/nFRN4kZZQROvdVXZ0xjFMXd/hQ=
github.com/pulumi/pulumi-gcp/sdk/v8 v8.16.0 h1:nITt306pViJ5cZHi2BpXucRtEIEcYh4ueQlzJqMX9oM=
github.com/pulumi/pulumi-gcp/sdk/v8 v8.16.0/go.mod h1:kWjScnh72oA1KOWa/nFRN4kZZQROvdVXZ0xjFMXd/hQ=
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=
Expand Down
2 changes: 1 addition & 1 deletion gcp-go-gke/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22
toolchain go1.23.5

require (
github.com/pulumi/pulumi-gcp/sdk/v8 v8.15.0
github.com/pulumi/pulumi-gcp/sdk/v8 v8.16.0
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.1
github.com/pulumi/pulumi/sdk/v3 v3.147.0
)
Expand Down
4 changes: 2 additions & 2 deletions gcp-go-gke/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,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-gcp/sdk/v8 v8.15.0 h1:hNyalU+DVo8TwbC1RJ/1buVDWNrD/LxNQIVRis+P3X4=
github.com/pulumi/pulumi-gcp/sdk/v8 v8.15.0/go.mod h1:kWjScnh72oA1KOWa/nFRN4kZZQROvdVXZ0xjFMXd/hQ=
github.com/pulumi/pulumi-gcp/sdk/v8 v8.16.0 h1:nITt306pViJ5cZHi2BpXucRtEIEcYh4ueQlzJqMX9oM=
github.com/pulumi/pulumi-gcp/sdk/v8 v8.16.0/go.mod h1:kWjScnh72oA1KOWa/nFRN4kZZQROvdVXZ0xjFMXd/hQ=
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.1 h1:rDeYtMgQSf4ATFhqt33P65ulyPCbzAHFdWTyZa2iVcA=
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.1/go.mod h1:RLaX8dqvWIqDV6VjScsc1tJWp1GoZ1IDSyOPIQ/y4ps=
github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM=
Expand Down
2 changes: 1 addition & 1 deletion gcp-go-instance/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22
toolchain go1.23.5

require (
github.com/pulumi/pulumi-gcp/sdk/v8 v8.15.0
github.com/pulumi/pulumi-gcp/sdk/v8 v8.16.0
github.com/pulumi/pulumi/sdk/v3 v3.147.0
)

Expand Down
4 changes: 2 additions & 2 deletions gcp-go-instance/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,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-gcp/sdk/v8 v8.15.0 h1:hNyalU+DVo8TwbC1RJ/1buVDWNrD/LxNQIVRis+P3X4=
github.com/pulumi/pulumi-gcp/sdk/v8 v8.15.0/go.mod h1:kWjScnh72oA1KOWa/nFRN4kZZQROvdVXZ0xjFMXd/hQ=
github.com/pulumi/pulumi-gcp/sdk/v8 v8.16.0 h1:nITt306pViJ5cZHi2BpXucRtEIEcYh4ueQlzJqMX9oM=
github.com/pulumi/pulumi-gcp/sdk/v8 v8.16.0/go.mod h1:kWjScnh72oA1KOWa/nFRN4kZZQROvdVXZ0xjFMXd/hQ=
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=
Expand Down
2 changes: 1 addition & 1 deletion gcp-go-webserver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22
toolchain go1.23.5

require (
github.com/pulumi/pulumi-gcp/sdk/v8 v8.15.0
github.com/pulumi/pulumi-gcp/sdk/v8 v8.16.0
github.com/pulumi/pulumi/sdk/v3 v3.147.0
)

Expand Down
4 changes: 2 additions & 2 deletions gcp-go-webserver/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,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-gcp/sdk/v8 v8.15.0 h1:hNyalU+DVo8TwbC1RJ/1buVDWNrD/LxNQIVRis+P3X4=
github.com/pulumi/pulumi-gcp/sdk/v8 v8.15.0/go.mod h1:kWjScnh72oA1KOWa/nFRN4kZZQROvdVXZ0xjFMXd/hQ=
github.com/pulumi/pulumi-gcp/sdk/v8 v8.16.0 h1:nITt306pViJ5cZHi2BpXucRtEIEcYh4ueQlzJqMX9oM=
github.com/pulumi/pulumi-gcp/sdk/v8 v8.16.0/go.mod h1:kWjScnh72oA1KOWa/nFRN4kZZQROvdVXZ0xjFMXd/hQ=
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=
Expand Down
2 changes: 1 addition & 1 deletion gcp-js-webserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"main": "index.js",
"dependencies": {
"@pulumi/pulumi": "3.147.0",
"@pulumi/gcp": "8.15.0"
"@pulumi/gcp": "8.16.0"
}
}
2 changes: 1 addition & 1 deletion gcp-ts-cloudrun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@pulumi/docker": "4.6.1",
"@pulumi/gcp": "8.15.0",
"@pulumi/gcp": "8.16.0",
"@pulumi/pulumi": "3.147.0"
}
}
2 changes: 1 addition & 1 deletion gcp-ts-docker-gcr-cloudrun/cloud-run-deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@pulumi/docker": "4.6.1",
"@pulumi/gcp": "8.15.0",
"@pulumi/gcp": "8.16.0",
"@pulumi/pulumi": "3.147.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@pulumi/docker": "4.6.1",
"@pulumi/gcp": "8.15.0",
"@pulumi/gcp": "8.16.0",
"@pulumi/pulumi": "3.147.0"
}
}
2 changes: 1 addition & 1 deletion gcp-ts-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@types/node": "12.20.55"
},
"dependencies": {
"@pulumi/gcp": "8.15.0",
"@pulumi/gcp": "8.16.0",
"@pulumi/pulumi": "3.147.0"
}
}
2 changes: 1 addition & 1 deletion gcp-ts-gke-hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gcp-ts-gke-hello-world",
"dependencies": {
"@pulumi/gcp": "8.15.0",
"@pulumi/gcp": "8.16.0",
"@pulumi/kubernetes": "4.21.1",
"@pulumi/pulumi": "3.147.0",
"@types/node": "^12.0.0"
Expand Down
2 changes: 1 addition & 1 deletion gcp-ts-gke-serviceaccount/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "12.20.55"
},
"dependencies": {
"@pulumi/gcp": "8.15.0",
"@pulumi/gcp": "8.16.0",
"@pulumi/kubernetes": "4.21.1",
"@pulumi/pulumi": "3.147.0"
}
Expand Down
2 changes: 1 addition & 1 deletion gcp-ts-gke/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "12.20.55"
},
"dependencies": {
"@pulumi/gcp": "8.15.0",
"@pulumi/gcp": "8.16.0",
"@pulumi/kubernetes": "4.21.1",
"@pulumi/pulumi": "3.147.0",
"@pulumi/random": "4.17.0"
Expand Down
2 changes: 1 addition & 1 deletion gcp-ts-k8s-ruby-on-rails-postgresql/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@pulumi/docker": "4.6.1",
"@pulumi/gcp": "8.15.0",
"@pulumi/gcp": "8.16.0",
"@pulumi/kubernetes": "4.21.1",
"@pulumi/pulumi": "3.147.0"
}
Expand Down
2 changes: 1 addition & 1 deletion gcp-ts-serverless-raw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gcp-ts-serverless-raw",
"version": "2.0.0",
"dependencies": {
"@pulumi/gcp": "8.15.0",
"@pulumi/gcp": "8.16.0",
"@pulumi/pulumi": "3.147.0"
}
}
2 changes: 1 addition & 1 deletion gcp-ts-slackbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@google-cloud/firestore": "^4.9.9",
"@google-cloud/pubsub": "^2.11.0",
"@pulumi/gcp": "8.15.0",
"@pulumi/gcp": "8.16.0",
"@pulumi/pulumi": "3.147.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion google-native-ts-k8s-python-postgresql/infra/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@pulumi/docker": "4.6.1",
"@pulumi/gcp": "8.15.0",
"@pulumi/gcp": "8.16.0",
"@pulumi/google-native": "0.32.0",
"@pulumi/kubernetes": "4.21.1",
"@pulumi/pulumi": "3.147.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@pulumi/docker": "4.6.1",
"@pulumi/gcp": "8.15.0",
"@pulumi/gcp": "8.16.0",
"@pulumi/google-native": "0.32.0",
"@pulumi/kubernetes": "4.21.1",
"@pulumi/pulumi": "3.147.0",
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-ts-multicloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
},
"dependencies": {
"@pulumi/awsx": "2.21.0",
"@pulumi/azure": "6.16.0",
"@pulumi/azure": "6.17.0",
"@pulumi/azuread": "6.2.0",
"@pulumi/eks": "3.8.0",
"@pulumi/gcp": "8.15.0",
"@pulumi/gcp": "8.16.0",
"@pulumi/kubernetes": "4.21.1",
"@pulumi/pulumi": "3.147.0",
"@pulumi/random": "4.17.0",
Expand Down
Loading

0 comments on commit ee35026

Please sign in to comment.