Skip to content

Commit d7890e6

Browse files
Update first-party Pulumi dependencies (minor) (#2097)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@pulumi/aws](https://pulumi.io) ([source](https://redirect.github.com/pulumi/pulumi-aws)) | dependencies | minor | [`6.72.0` -> `6.73.0`](https://renovatebot.com/diffs/npm/@pulumi%2faws/6.72.0/6.73.0) | | [Pulumi.Aws](https://pulumi.io/) ([source](https://redirect.github.com/pulumi/pulumi-aws)) | nuget | minor | `6.72.0` -> `6.73.0` | | [github.com/pulumi/pulumi-aws/sdk/v6](https://redirect.github.com/pulumi/pulumi-aws) | require | minor | `v6.72.0` -> `v6.73.0` | | [pulumi-aws](https://redirect.github.com/pulumi/pulumi-aws) | dependencies | minor | `==6.72.0` -> `==6.73.0` | | [pulumi-aws](https://redirect.github.com/pulumi/pulumi-aws) | | minor | `==6.72.0` -> `==6.73.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pulumi/pulumi-aws (@&#8203;pulumi/aws)</summary> ### [`v6.73.0`](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.72.0...v6.73.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.72.0...v6.73.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am every weekday" (UTC), 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>
1 parent f96a30f commit d7890e6

File tree

131 files changed

+148
-148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+148
-148
lines changed

aws-apigateway-go-routes/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.24.0
77
require (
88
github.com/aws/aws-lambda-go v1.47.0
99
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.6.2
10-
github.com/pulumi/pulumi-aws/sdk/v6 v6.72.0
10+
github.com/pulumi/pulumi-aws/sdk/v6 v6.73.0
1111
github.com/pulumi/pulumi/sdk/v3 v3.157.0
1212
)
1313

aws-apigateway-go-routes/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs=
152152
github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c=
153153
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.6.2 h1:hNLfA3NgceRUi21TWqLmEf2bqI8zzleYbeaaAIbP3JU=
154154
github.com/pulumi/pulumi-aws-apigateway/sdk/v2 v2.6.2/go.mod h1:LcL73NviHceB2h27c7ixQAEuTb93qjgGoSkXoZ2ZtV8=
155-
github.com/pulumi/pulumi-aws/sdk/v6 v6.72.0 h1:lGMnU0pRZY2p8nceRrn15Dl/iSH08fa8rqsqpxhqKqQ=
156-
github.com/pulumi/pulumi-aws/sdk/v6 v6.72.0/go.mod h1:clWiwlT7kCBiQYHGFAtfV7/tmQrxQO2CCRK4bKnr6Q8=
155+
github.com/pulumi/pulumi-aws/sdk/v6 v6.73.0 h1:HFDRwK8Ov/6FPMNcwvIpsGM33xK3w9Pp5FjT9xfvNtY=
156+
github.com/pulumi/pulumi-aws/sdk/v6 v6.73.0/go.mod h1:xglzyWetVFeJKy0ZlPlIzjKfkm/Aq3n8q/1rANEPVhQ=
157157
github.com/pulumi/pulumi/sdk/v3 v3.157.0 h1:wqIN+JM/igzOC+XXdch0UKYr3V3k/hjpgt3sS3GzX84=
158158
github.com/pulumi/pulumi/sdk/v3 v3.157.0/go.mod h1:YEbbl0N7eVsgfsL7h5215dDf8GBSe4AnRon7Ya/KIVc=
159159
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=

aws-apigateway-ts-routes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@types/node": "22.13.5"
66
},
77
"dependencies": {
8-
"@pulumi/aws": "6.72.0",
8+
"@pulumi/aws": "6.73.0",
99
"@pulumi/aws-apigateway": "2.6.2",
1010
"@pulumi/pulumi": "3.157.0",
1111
"aws-lambda": "^1.0.7"

aws-cs-ansible-wordpress/pulumi-ansible-wordpress.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Pulumi" Version="3.*" />
11-
<PackageReference Include="Pulumi.Aws" Version="6.72.0" />
11+
<PackageReference Include="Pulumi.Aws" Version="6.73.0" />
1212
<PackageReference Include="Pulumi.Command" Version="1.0.2" />
1313
</ItemGroup>
1414

aws-cs-eks/Aws.EksCluster.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Pulumi" Version="3.*" />
11-
<PackageReference Include="Pulumi.Aws" Version="6.72.0" />
11+
<PackageReference Include="Pulumi.Aws" Version="6.73.0" />
1212
<PackageReference Include="Pulumi.Kubernetes" Version="3.*" />
1313
</ItemGroup>
1414

aws-cs-fargate/Infra/Aws.Fargate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Pulumi" Version="3.*" />
11-
<PackageReference Include="Pulumi.Aws" Version="6.72.0" />
11+
<PackageReference Include="Pulumi.Aws" Version="6.73.0" />
1212
<PackageReference Include="Pulumi.Docker" Version="4.*" />
1313
</ItemGroup>
1414

aws-cs-lambda/pulumi/Aws.Lambda.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Pulumi" Version="3.*" />
11-
<PackageReference Include="Pulumi.Aws" Version="6.72.0" />
11+
<PackageReference Include="Pulumi.Aws" Version="6.73.0" />
1212
</ItemGroup>
1313

1414
</Project>

aws-cs-langserve/Aws.Langserve.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Pulumi" Version="3.*" />
11-
<PackageReference Include="Pulumi.Aws" Version="6.72.0" />
11+
<PackageReference Include="Pulumi.Aws" Version="6.73.0" />
1212
<PackageReference Include="Pulumi.Docker" Version="4.6.2" />
1313
</ItemGroup>
1414

aws-cs-secrets-manager/aws-cs-secrets-manager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Pulumi" Version="3.*" />
11-
<PackageReference Include="Pulumi.Aws" Version="6.72.0" />
11+
<PackageReference Include="Pulumi.Aws" Version="6.73.0" />
1212
</ItemGroup>
1313

1414
</Project>

aws-cs-webserver/Aws.WebServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Pulumi" Version="3.*" />
11-
<PackageReference Include="Pulumi.Aws" Version="6.72.0" />
11+
<PackageReference Include="Pulumi.Aws" Version="6.73.0" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)