Skip to content

Commit

Permalink
Pin dependencies (#779)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@pulumi/kubernetes](https://pulumi.com)
([source](https://redirect.github.com/pulumi/pulumi-kubernetes)) |
dependencies | pin | [`^3.0.0` ->
`3.30.2`](https://renovatebot.com/diffs/npm/@pulumi%2fkubernetes/3.30.2/3.30.2)
|
| [@pulumi/kubernetes](https://pulumi.com)
([source](https://redirect.github.com/pulumi/pulumi-kubernetes)) |
dependencies | pin | [`^2.0.0` ->
`2.9.1`](https://renovatebot.com/diffs/npm/@pulumi%2fkubernetes/2.9.1/2.9.1)
|
| [@pulumi/kubernetesx](https://pulumi.com)
([source](https://redirect.github.com/pulumi/pulumi-kubernetesx)) |
dependencies | pin | [`^0.1.5` ->
`0.1.6`](https://renovatebot.com/diffs/npm/@pulumi%2fkubernetesx/0.1.6/0.1.6)
|
| [@pulumi/kubernetesx](https://pulumi.com)
([source](https://redirect.github.com/pulumi/pulumi-kubernetesx)) |
dependencies | pin | [`^0.1.1` ->
`0.1.6`](https://renovatebot.com/diffs/npm/@pulumi%2fkubernetesx/0.1.6/0.1.6)
|
| [@pulumi/pulumi](https://redirect.github.com/pulumi/pulumi)
([source](https://redirect.github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs))
| dependencies | pin | [`^3.0.0` ->
`3.144.1`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.144.1/3.144.1)
|
| [@pulumi/pulumi](https://redirect.github.com/pulumi/pulumi)
([source](https://redirect.github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs))
| dependencies | pin | [`^2.0.0` ->
`2.25.2`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/2.25.2/2.25.2)
|
| [@pulumi/random](https://pulumi.io)
([source](https://redirect.github.com/pulumi/pulumi-random)) |
dependencies | pin | [`^4.8.2` ->
`4.16.8`](https://renovatebot.com/diffs/npm/@pulumi%2frandom/4.16.8/4.16.8)
|
| pulumi/pulumi | final | minor | `3.137.0-nonroot` -> `3.144.1-nonroot`
|

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "every weekday" (UTC).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 Dec 27, 2024
1 parent 993d382 commit 482cb65
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions examples/aws-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"@types/node": "^10.0.0"
},
"dependencies": {
"@pulumi/pulumi": "^2.0.0",
"@pulumi/kubernetes": "^2.0.0",
"@pulumi/kubernetesx": "^0.1.1"
"@pulumi/pulumi": "2.25.2",
"@pulumi/kubernetes": "2.9.1",
"@pulumi/kubernetesx": "0.1.6"
}
}
6 changes: 3 additions & 3 deletions examples/blue-green/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"@types/node": "^10.0.0"
},
"dependencies": {
"@pulumi/pulumi": "^2.0.0",
"@pulumi/kubernetes": "^2.0.0",
"@pulumi/kubernetesx": "^0.1.1"
"@pulumi/pulumi": "2.25.2",
"@pulumi/kubernetes": "2.9.1",
"@pulumi/kubernetesx": "0.1.6"
}
}
8 changes: 4 additions & 4 deletions examples/flux-source/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"@types/node": "^14"
},
"dependencies": {
"@pulumi/kubernetes": "^3.0.0",
"@pulumi/kubernetesx": "^0.1.5",
"@pulumi/pulumi": "^3.0.0",
"@pulumi/random": "^4.8.2"
"@pulumi/kubernetes": "3.30.2",
"@pulumi/kubernetesx": "0.1.6",
"@pulumi/pulumi": "3.144.1",
"@pulumi/random": "4.16.8"
}
}
6 changes: 3 additions & 3 deletions examples/flux-source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"@types/node": "^14"
},
"dependencies": {
"@pulumi/kubernetes": "^3.0.0",
"@pulumi/kubernetesx": "^0.1.5",
"@pulumi/pulumi": "^3.0.0",
"@pulumi/kubernetes": "3.30.2",
"@pulumi/kubernetesx": "0.1.6",
"@pulumi/pulumi": "3.144.1",
"@worawat/flux": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion operator/examples/custom-source/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pulumi/pulumi:3.137.0-nonroot
FROM pulumi/pulumi:3.144.1-nonroot@sha256:8405e112404d1900afae5420074e5955a96f4a7069f5c08099a8e8f81677b4c4

# Clone the git repository
RUN git clone --depth 1 https://github.com/pulumi/examples.git /home/pulumi/examples
Expand Down

0 comments on commit 482cb65

Please sign in to comment.