From 744012c20b972a8315cdf755ed55fcc8caf9f179 Mon Sep 17 00:00:00 2001 From: "pulumi-renovate[bot]" <189166143+pulumi-renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 14:51:01 +0000 Subject: [PATCH] Update dependency @pulumi/gcp to v8.19.1 (#3492) 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/gcp](https://pulumi.io) ([source](https://redirect.github.com/pulumi/pulumi-gcp)) | dependencies | patch | [`8.19.0` -> `8.19.1`](https://renovatebot.com/diffs/npm/@pulumi%2fgcp/8.19.0/8.19.1) | --- ### Release Notes
pulumi/pulumi-gcp (@​pulumi/gcp) ### [`v8.19.1`](https://redirect.github.com/pulumi/pulumi-gcp/compare/v8.19.0...v8.19.1) [Compare Source](https://redirect.github.com/pulumi/pulumi-gcp/compare/v8.19.0...v8.19.1)
--- ### 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 this update 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> --- tests/ci-cluster/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci-cluster/package.json b/tests/ci-cluster/package.json index a459093c98..78d3826079 100644 --- a/tests/ci-cluster/package.json +++ b/tests/ci-cluster/package.json @@ -4,7 +4,7 @@ "@types/node": "latest" }, "dependencies": { - "@pulumi/gcp": "8.19.0", + "@pulumi/gcp": "8.19.1", "@pulumi/kubernetes": "4.21.1", "@pulumi/pulumi": "3.150.0" }