From 63d688dfd5386d2b4e8b286a0be49bdadd852138 Mon Sep 17 00:00:00 2001 From: "pulumi-renovate[bot]" <189166143+pulumi-renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 21:03:13 +0000 Subject: [PATCH] Update first-party Pulumi dependencies to v1.23.0 (#1968) 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/aws-native](https://pulumi.com) ([source](https://redirect.github.com/pulumi/pulumi-aws-native)) | dependencies | minor | [`1.21.0` -> `1.23.0`](https://renovatebot.com/diffs/npm/@pulumi%2faws-native/1.21.0/1.23.0) | | [@pulumi/aws-native](https://pulumi.com) ([source](https://redirect.github.com/pulumi/pulumi-aws-native)) | peerDependencies | minor | [`1.21.0` -> `1.23.0`](https://renovatebot.com/diffs/npm/@pulumi%2faws-native/1.21.0/1.23.0) | | [github.com/pulumi/pulumi-aws-native/sdk](https://redirect.github.com/pulumi/pulumi-aws-native) | require | minor | `v1.21.0` -> `v1.23.0` | --- ### Release Notes
pulumi/pulumi-aws-native (@​pulumi/aws-native) ### [`v1.23.0`](https://redirect.github.com/pulumi/pulumi-aws-native/compare/v1.22.0...v1.23.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws-native/compare/v1.22.0...v1.23.0) ### [`v1.22.0`](https://redirect.github.com/pulumi/pulumi-aws-native/compare/v1.21.0...v1.22.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws-native/compare/v1.21.0...v1.22.0)
--- ### 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> --- examples/autonaming-overlay/package-lock.json | 14 +++++++------- examples/autonaming-overlay/package.json | 2 +- .../package-lock.json | 14 +++++++------- .../aws-native-naming-conventions/package.json | 2 +- examples/aws-native-ts-stepfunctions/package.json | 2 +- examples/refresh-changes/package.json | 2 +- examples/simple-go/go.mod | 2 +- examples/simple-go/go.sum | 4 ++-- examples/stable-outputs-preview/package.json | 2 +- examples/write-only-go/go.mod | 2 +- examples/write-only-go/go.sum | 4 ++-- 11 files changed, 25 insertions(+), 25 deletions(-) diff --git a/examples/autonaming-overlay/package-lock.json b/examples/autonaming-overlay/package-lock.json index 8d45df3238..1f3a9977b7 100644 --- a/examples/autonaming-overlay/package-lock.json +++ b/examples/autonaming-overlay/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "aws-native-naming-conventions", "dependencies": { - "@pulumi/aws-native": "1.21.0", + "@pulumi/aws-native": "1.23.0", "@pulumi/pulumi": "3.145.0" }, "devDependencies": { @@ -847,9 +847,9 @@ "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" }, "node_modules/@pulumi/aws-native": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/@pulumi/aws-native/-/aws-native-1.21.0.tgz", - "integrity": "sha512-5TFeq/ypGjJibfOvilmaww+eZS7Aco1IJGOJDPYjv2tkwTIpasCVCwqpHVilvRYhEVrkYPDDwmQohQGI+8tnJw==", + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/@pulumi/aws-native/-/aws-native-1.23.0.tgz", + "integrity": "sha512-WF5oO5vUBez5c7kGm2CD1mwuognbGmvMbo35uO+QyQDyuI7uf8bzKvsJShFezZzGAm66p+ZiAAh2fPXbGuNmdQ==", "hasInstallScript": true, "dependencies": { "@pulumi/pulumi": "^3.142.0" @@ -4035,9 +4035,9 @@ "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" }, "@pulumi/aws-native": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/@pulumi/aws-native/-/aws-native-1.21.0.tgz", - "integrity": "sha512-5TFeq/ypGjJibfOvilmaww+eZS7Aco1IJGOJDPYjv2tkwTIpasCVCwqpHVilvRYhEVrkYPDDwmQohQGI+8tnJw==", + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/@pulumi/aws-native/-/aws-native-1.23.0.tgz", + "integrity": "sha512-WF5oO5vUBez5c7kGm2CD1mwuognbGmvMbo35uO+QyQDyuI7uf8bzKvsJShFezZzGAm66p+ZiAAh2fPXbGuNmdQ==", "requires": { "@pulumi/pulumi": "^3.142.0" } diff --git a/examples/autonaming-overlay/package.json b/examples/autonaming-overlay/package.json index e082241e19..212ac87b24 100644 --- a/examples/autonaming-overlay/package.json +++ b/examples/autonaming-overlay/package.json @@ -6,6 +6,6 @@ }, "dependencies": { "@pulumi/pulumi": "3.145.0", - "@pulumi/aws-native": "1.21.0" + "@pulumi/aws-native": "1.23.0" } } diff --git a/examples/aws-native-naming-conventions/package-lock.json b/examples/aws-native-naming-conventions/package-lock.json index 8d45df3238..1f3a9977b7 100644 --- a/examples/aws-native-naming-conventions/package-lock.json +++ b/examples/aws-native-naming-conventions/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "aws-native-naming-conventions", "dependencies": { - "@pulumi/aws-native": "1.21.0", + "@pulumi/aws-native": "1.23.0", "@pulumi/pulumi": "3.145.0" }, "devDependencies": { @@ -847,9 +847,9 @@ "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" }, "node_modules/@pulumi/aws-native": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/@pulumi/aws-native/-/aws-native-1.21.0.tgz", - "integrity": "sha512-5TFeq/ypGjJibfOvilmaww+eZS7Aco1IJGOJDPYjv2tkwTIpasCVCwqpHVilvRYhEVrkYPDDwmQohQGI+8tnJw==", + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/@pulumi/aws-native/-/aws-native-1.23.0.tgz", + "integrity": "sha512-WF5oO5vUBez5c7kGm2CD1mwuognbGmvMbo35uO+QyQDyuI7uf8bzKvsJShFezZzGAm66p+ZiAAh2fPXbGuNmdQ==", "hasInstallScript": true, "dependencies": { "@pulumi/pulumi": "^3.142.0" @@ -4035,9 +4035,9 @@ "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" }, "@pulumi/aws-native": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/@pulumi/aws-native/-/aws-native-1.21.0.tgz", - "integrity": "sha512-5TFeq/ypGjJibfOvilmaww+eZS7Aco1IJGOJDPYjv2tkwTIpasCVCwqpHVilvRYhEVrkYPDDwmQohQGI+8tnJw==", + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/@pulumi/aws-native/-/aws-native-1.23.0.tgz", + "integrity": "sha512-WF5oO5vUBez5c7kGm2CD1mwuognbGmvMbo35uO+QyQDyuI7uf8bzKvsJShFezZzGAm66p+ZiAAh2fPXbGuNmdQ==", "requires": { "@pulumi/pulumi": "^3.142.0" } diff --git a/examples/aws-native-naming-conventions/package.json b/examples/aws-native-naming-conventions/package.json index e082241e19..212ac87b24 100644 --- a/examples/aws-native-naming-conventions/package.json +++ b/examples/aws-native-naming-conventions/package.json @@ -6,6 +6,6 @@ }, "dependencies": { "@pulumi/pulumi": "3.145.0", - "@pulumi/aws-native": "1.21.0" + "@pulumi/aws-native": "1.23.0" } } diff --git a/examples/aws-native-ts-stepfunctions/package.json b/examples/aws-native-ts-stepfunctions/package.json index 6abaaa67c0..5aac61d0ea 100644 --- a/examples/aws-native-ts-stepfunctions/package.json +++ b/examples/aws-native-ts-stepfunctions/package.json @@ -8,6 +8,6 @@ "@pulumi/pulumi": "3.145.0" }, "peerDependencies": { - "@pulumi/aws-native": "1.21.0" + "@pulumi/aws-native": "1.23.0" } } diff --git a/examples/refresh-changes/package.json b/examples/refresh-changes/package.json index e082241e19..212ac87b24 100644 --- a/examples/refresh-changes/package.json +++ b/examples/refresh-changes/package.json @@ -6,6 +6,6 @@ }, "dependencies": { "@pulumi/pulumi": "3.145.0", - "@pulumi/aws-native": "1.21.0" + "@pulumi/aws-native": "1.23.0" } } diff --git a/examples/simple-go/go.mod b/examples/simple-go/go.mod index 6f20c5da37..ed941dadc4 100644 --- a/examples/simple-go/go.mod +++ b/examples/simple-go/go.mod @@ -3,7 +3,7 @@ module github.com/pulumi/pulumi-aws-native/examples/simple-go go 1.21 require ( - github.com/pulumi/pulumi-aws-native/sdk v1.21.0 + github.com/pulumi/pulumi-aws-native/sdk v1.23.0 github.com/pulumi/pulumi/sdk/v3 v3.145.0 ) diff --git a/examples/simple-go/go.sum b/examples/simple-go/go.sum index 5a6c5b8ad4..a01f174425 100644 --- a/examples/simple-go/go.sum +++ b/examples/simple-go/go.sum @@ -150,8 +150,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-aws-native/sdk v1.21.0 h1:ao3Ve9bFcg0git9VMYw8JnmFl1LCDXQNshDH5Graorc= -github.com/pulumi/pulumi-aws-native/sdk v1.21.0/go.mod h1:WilFU2roSQtm4BkDUPT0Hz6ShL3TxIdkeGIQzJErEco= +github.com/pulumi/pulumi-aws-native/sdk v1.23.0 h1:3q9U7J4FhueIBBUvp71qkJ4ppXsKcJBOEVDsfjoufyI= +github.com/pulumi/pulumi-aws-native/sdk v1.23.0/go.mod h1:xvUCWJvh2QrFkRA1ACbmzIWvIWp8PqslIjJKSbNAmgM= github.com/pulumi/pulumi/sdk/v3 v3.145.0 h1:r5iOgz67RElFXJt4GVVY2SBGh5sR24mL9NOcKBiBi/k= github.com/pulumi/pulumi/sdk/v3 v3.145.0/go.mod h1:5pZySnw3RiQKddx8orThjEFmWsXkGAY3ktKOxZj2Ym4= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= diff --git a/examples/stable-outputs-preview/package.json b/examples/stable-outputs-preview/package.json index 4d189761aa..a039577ab1 100644 --- a/examples/stable-outputs-preview/package.json +++ b/examples/stable-outputs-preview/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@pulumi/aws": "6.66.2", - "@pulumi/aws-native": "1.21.0", + "@pulumi/aws-native": "1.23.0", "@pulumi/pulumi": "3.145.0", "archiver": "^7.0.1" } diff --git a/examples/write-only-go/go.mod b/examples/write-only-go/go.mod index 7cf68ea004..4a38bf375c 100644 --- a/examples/write-only-go/go.mod +++ b/examples/write-only-go/go.mod @@ -3,7 +3,7 @@ module github.com/pulumi/pulumi-aws-native/examples/write-only-go go 1.21 require ( - github.com/pulumi/pulumi-aws-native/sdk v1.21.0 + github.com/pulumi/pulumi-aws-native/sdk v1.23.0 github.com/pulumi/pulumi/sdk/v3 v3.145.0 ) diff --git a/examples/write-only-go/go.sum b/examples/write-only-go/go.sum index 7f8137c151..f973d036ee 100644 --- a/examples/write-only-go/go.sum +++ b/examples/write-only-go/go.sum @@ -150,8 +150,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-aws-native/sdk v1.21.0 h1:ao3Ve9bFcg0git9VMYw8JnmFl1LCDXQNshDH5Graorc= -github.com/pulumi/pulumi-aws-native/sdk v1.21.0/go.mod h1:WilFU2roSQtm4BkDUPT0Hz6ShL3TxIdkeGIQzJErEco= +github.com/pulumi/pulumi-aws-native/sdk v1.23.0 h1:3q9U7J4FhueIBBUvp71qkJ4ppXsKcJBOEVDsfjoufyI= +github.com/pulumi/pulumi-aws-native/sdk v1.23.0/go.mod h1:xvUCWJvh2QrFkRA1ACbmzIWvIWp8PqslIjJKSbNAmgM= github.com/pulumi/pulumi/sdk/v3 v3.145.0 h1:r5iOgz67RElFXJt4GVVY2SBGh5sR24mL9NOcKBiBi/k= github.com/pulumi/pulumi/sdk/v3 v3.145.0/go.mod h1:5pZySnw3RiQKddx8orThjEFmWsXkGAY3ktKOxZj2Ym4= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=