Skip to content

Commit 157abae

Browse files
Bump pulumi dependencies
1 parent b61c5d2 commit 157abae

10 files changed

+297
-133
lines changed

Aws/Aws.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<ItemGroup>
1313
<PackageReference Include="IPNetwork2" Version="3.0.648" />
1414
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.1" />
15-
<PackageReference Include="Pulumi" Version="3.38.0" />
16-
<PackageReference Include="Pulumi.Aws" Version="5.11.0" />
17-
<PackageReference Include="Pulumi.Tls" Version="4.6.0" />
15+
<PackageReference Include="Pulumi" Version="3.59.0" />
16+
<PackageReference Include="Pulumi.Aws" Version="5.43.0" />
17+
<PackageReference Include="Pulumi.Tls" Version="4.11.1" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

Aws/packages.lock.json

+76-33
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@
2020
},
2121
"Pulumi": {
2222
"type": "Direct",
23-
"requested": "[3.38.0, )",
24-
"resolved": "3.38.0",
25-
"contentHash": "0baiin6DnnCM/yEZj+e/KBYpHocuKkFvbRHHIFQMnBfkQUw/B+XMXRLR25k8lfgffE95lm2ucBnedlS2y2XHuA==",
23+
"requested": "[3.59.0, )",
24+
"resolved": "3.59.0",
25+
"contentHash": "4qIgzdOuuldwAs5KIr7RTayRgZTE3EsPx0LOrGzh6pdWikdyM3ZR//Xp7P9sknebsNv9W7WChJGZ9eDqKSc/rg==",
2626
"dependencies": {
2727
"Ben.Demystifier": "0.4.1",
28-
"Grpc.Net.Client": "2.43.0",
28+
"Grpc.AspNetCore.Server": "2.37.0",
29+
"Grpc.AspNetCore.Server.Reflection": "2.37.0",
30+
"Grpc.Net.Client": "2.52.0",
2931
"Microsoft.Extensions.Logging.Abstractions": "3.1.16",
3032
"OneOf": "3.0.216",
3133
"Pulumi.Protobuf": "3.20.1",
@@ -36,20 +38,20 @@
3638
},
3739
"Pulumi.Aws": {
3840
"type": "Direct",
39-
"requested": "[5.11.0, )",
40-
"resolved": "5.11.0",
41-
"contentHash": "EH00hqIAlroIIb+TR07i8CAFhbgTdmQrzwdep8kMFVGwhhRhdk1S1X3TtWKx7dWW6OP00Yff/dWbtDozTTEtVg==",
41+
"requested": "[5.43.0, )",
42+
"resolved": "5.43.0",
43+
"contentHash": "sFiEickoksPIxYvzE0IOQB9+9BgYKATI+L6Jz9WcnyxYkOUmY46EsWky7kh9sDUEKqCvwrjxonxDxn4BzZ1UVg==",
4244
"dependencies": {
43-
"Pulumi": "3.38.0"
45+
"Pulumi": "3.59.0"
4446
}
4547
},
4648
"Pulumi.Tls": {
4749
"type": "Direct",
48-
"requested": "[4.6.0, )",
49-
"resolved": "4.6.0",
50-
"contentHash": "usSy8ZSFDdxFKTpzVRwp2BNvzsqbok3bpq1Qkvx+ZtuqWEhLlumKqHUg4PcivN6u36UjKSAreGrTFILWNTro4Q==",
50+
"requested": "[4.11.1, )",
51+
"resolved": "4.11.1",
52+
"contentHash": "RUP0xsuJGTsbY0V50LppdsE9NGrJRQNTS4NM/kTjsY5Wc5/mooq5x5xnMru/+y7JEqs7zPiRJCdq5Vn4Yw5dqw==",
5153
"dependencies": {
52-
"Pulumi": "3.33.2"
54+
"Pulumi": "3.58.0"
5355
}
5456
},
5557
"Ben.Demystifier": {
@@ -83,29 +85,65 @@
8385
"resolved": "1.1.5",
8486
"contentHash": "N1kGneRrxfXn933JAIB61LCGPu+WEbr+qObpGqNNw125nQbuGusoBLe6skj7D0Zyjzhmrc2IdEx32ijYEdGdEA=="
8587
},
88+
"Google.Protobuf": {
89+
"type": "Transitive",
90+
"resolved": "3.15.5",
91+
"contentHash": "yAftejvqFAMAgjkCwycz5kssadl3nV78zP7AONaxjgj8XTOZX0kTAxTPiQd++OSvh4jQT5m/xd/FmGkOPzQLPA==",
92+
"dependencies": {
93+
"System.Memory": "4.5.3",
94+
"System.Runtime.CompilerServices.Unsafe": "4.5.2"
95+
}
96+
},
97+
"Grpc.AspNetCore.Server": {
98+
"type": "Transitive",
99+
"resolved": "2.37.0",
100+
"contentHash": "CYwIdTx3Ev83jdk0yHUugn4HOac0N5m6KwmU9r5ct4xMJQgO3uH+aVqt8HRIbl3/vg2Vy1YoAu+PDHFGc6CNMw==",
101+
"dependencies": {
102+
"Grpc.Net.Common": "2.37.0"
103+
}
104+
},
105+
"Grpc.AspNetCore.Server.Reflection": {
106+
"type": "Transitive",
107+
"resolved": "2.37.0",
108+
"contentHash": "N9n74Yu5Gwv5iDxQcN5H9lM6QGl8+TUyHMVTrJ1CcKL/PnjaaeoQ9DRrQOjbKbHuMlMYY20dmvVbnRu3aiNPFQ==",
109+
"dependencies": {
110+
"Google.Protobuf": "3.15.5",
111+
"Grpc.AspNetCore.Server": "2.37.0",
112+
"Grpc.Reflection": "2.37.0"
113+
}
114+
},
86115
"Grpc.Core.Api": {
87116
"type": "Transitive",
88-
"resolved": "2.43.0",
89-
"contentHash": "mikPMVE2I1AaNde1JQvR3ud8HsUmpeA4blqTt4SfCnDSNVN1GCd2UUEZsiID4MRPUzXwflMYl7/HhFytb6d+Ww==",
117+
"resolved": "2.52.0",
118+
"contentHash": "SQiPyBczG4vKPmI6Fd+O58GcxxDSFr6nfRAJuBDUNj+PgdokhjWJvZE/La1c09AkL2FVm/jrDloG89nkzmVF7A==",
90119
"dependencies": {
91120
"System.Memory": "4.5.3"
92121
}
93122
},
94123
"Grpc.Net.Client": {
95124
"type": "Transitive",
96-
"resolved": "2.43.0",
97-
"contentHash": "ZhkxEOT3YPsJufsSYwIixwnPyZbjy3xOZgO61J2ZwEby3StwBDFQ5eHoxSjNVSpOP+ax8WMbgbmZfzjO+hBW8A==",
125+
"resolved": "2.52.0",
126+
"contentHash": "hWVH9g/Nnjz40ni//2S8UIOyEmhueQREoZIkD0zKHEPqLxXcNlbp4eebXIOicZtkwDSx0TFz9NpkbecEDn6rBw==",
98127
"dependencies": {
99-
"Grpc.Net.Common": "2.43.0",
128+
"Grpc.Net.Common": "2.52.0",
100129
"Microsoft.Extensions.Logging.Abstractions": "3.0.3"
101130
}
102131
},
103132
"Grpc.Net.Common": {
104133
"type": "Transitive",
105-
"resolved": "2.43.0",
106-
"contentHash": "kt0Hb1N1tlb5UdN17bTHEPNbKP3LUHEZQSKD47etAVI5KLDtmVGO4YsUGM/krrNMwHRjhUCy0EhUU8uVMc3upA==",
134+
"resolved": "2.52.0",
135+
"contentHash": "di9qzpdx525IxumZdYmu6sG2y/gXJyYeZ1ruFUzB9BJ1nj4kU1/dTAioNCMt1VLRvNVDqh8S8B1oBdKhHJ4xRg==",
107136
"dependencies": {
108-
"Grpc.Core.Api": "2.43.0"
137+
"Grpc.Core.Api": "2.52.0"
138+
}
139+
},
140+
"Grpc.Reflection": {
141+
"type": "Transitive",
142+
"resolved": "2.37.0",
143+
"contentHash": "Z13vkGs44/2dJ573M1FTVXglXgEz26fAPRpWqncuCFOBwpK3F/AfO6HvwUKL1iWsZC/petdY7sNpJhli69SjoQ==",
144+
"dependencies": {
145+
"Google.Protobuf": "3.15.2",
146+
"Grpc.Core.Api": "2.37.0"
109147
}
110148
},
111149
"Microsoft.Extensions.DependencyInjection.Abstractions": {
@@ -156,11 +194,11 @@
156194
},
157195
"Pulumi.Kubernetes": {
158196
"type": "Transitive",
159-
"resolved": "3.20.5",
160-
"contentHash": "9Buu+YQrnwcVEARSQfV30QjILW9QBu11wHlnwUOmHGUTFOvnDmKOWc/4QbFxYVERzcn5VpVevSjE+wJkizi/0w==",
197+
"resolved": "3.30.2",
198+
"contentHash": "wig9WgpSEMZLgxG7wjigFp3SUmSdS6y9jFASdjcA4I+wt0qcgALgp+jl6W6BKOjC9lXiU1VSf6Wrz6lvL2fLCQ==",
161199
"dependencies": {
162200
"Glob": "1.1.5",
163-
"Pulumi": "3.37.2"
201+
"Pulumi": "3.55.1"
164202
}
165203
},
166204
"Pulumi.Protobuf": {
@@ -170,10 +208,10 @@
170208
},
171209
"Pulumi.Random": {
172210
"type": "Transitive",
173-
"resolved": "4.8.2",
174-
"contentHash": "6tRMMnLGkvEFk89FE76iQ3IpCbjBHAShbrjxaOlWfOpJ3wuGeyQou+vlH8HDEruA315QxGnGNlYkBMslIQ1diw==",
211+
"resolved": "4.16.0",
212+
"contentHash": "n0+JdGrb6gPpPpX/lLNEZgmLfoKT5NC3TQVle7Q3pUY0eMpyAqPFMmIdeQrAwzWGY2J65k6FcyO11vDgGFwkhA==",
175213
"dependencies": {
176-
"Pulumi": "3.38.0"
214+
"Pulumi": "3.59.0"
177215
}
178216
},
179217
"Scriban": {
@@ -218,6 +256,11 @@
218256
"resolved": "5.0.0",
219257
"contentHash": "5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ=="
220258
},
259+
"System.Runtime.CompilerServices.Unsafe": {
260+
"type": "Transitive",
261+
"resolved": "4.5.2",
262+
"contentHash": "wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ=="
263+
},
221264
"YamlDotNet": {
222265
"type": "Transitive",
223266
"resolved": "15.1.1",
@@ -230,10 +273,10 @@
230273
"Library": "[1.0.0, )",
231274
"Microsoft.Extensions.Options": "[8.0.1, )",
232275
"Polly": "[8.2.1, )",
233-
"Pulumi": "[3.38.0, )",
234-
"Pulumi.Aws": "[5.11.0, )",
235-
"Pulumi.Kubernetes": "[3.20.5, )",
236-
"Pulumi.Random": "[4.8.2, )"
276+
"Pulumi": "[3.59.0, )",
277+
"Pulumi.Aws": "[5.43.0, )",
278+
"Pulumi.Kubernetes": "[3.30.2, )",
279+
"Pulumi.Random": "[4.16.0, )"
237280
}
238281
},
239282
"library": {
@@ -242,9 +285,9 @@
242285
"FluentValidation": "[11.9.0, )",
243286
"Microsoft.Extensions.Logging.Abstractions": "[8.0.0, )",
244287
"Microsoft.Extensions.Options": "[8.0.1, )",
245-
"Pulumi": "[3.38.0, )",
246-
"Pulumi.Aws": "[5.11.0, )",
247-
"Pulumi.Kubernetes": "[3.20.5, )",
288+
"Pulumi": "[3.59.0, )",
289+
"Pulumi.Aws": "[5.43.0, )",
290+
"Pulumi.Kubernetes": "[3.30.2, )",
248291
"Scriban": "[5.9.1, )",
249292
"YamlDotNet": "[15.1.1, )"
250293
}

Cli/Cli.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
3535
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.1" />
3636
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="3.1.0" />
37-
<PackageReference Include="Pulumi.Automation" Version="3.38.0" />
37+
<PackageReference Include="Pulumi.Automation" Version="3.59.0" />
3838
<PackageReference Include="Serilog" Version="3.1.1" />
3939
<PackageReference Include="Serilog.Enrichers.Thread" Version="3.1.0" />
4040
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />

Cli/DeployCommand.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ public DeployCommand(IOptions<Config> options, ILoggerFactory loggerFactory, ILo
3434
// renovate: datasource=github-releases
3535
RequiredPlugins = new[]
3636
{
37-
"aws v5.11.0",
38-
"kubernetes v3.20.5",
39-
"random v4.8.2",
40-
"tls v4.6.0"
37+
"aws v5.43.0",
38+
"kubernetes v3.30.2",
39+
"random v4.16.0",
40+
"tls v4.11.1"
4141
};
4242
}
4343

Cli/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ENV PULUMI_AUTOMATION_API_SKIP_VERSION_CHECK=true \
5353
# renovate: datasource=github-releases depName=pulumi packageName=pulumi/pulumi
5454
RUN <<EOF
5555
set -ex
56-
version=3.38.0
56+
version=3.107.0
5757
curl -fsSL https://get.pulumi.com/releases/sdk/pulumi-v$version-linux-x64.tar.gz -o pulumi.tar.gz
5858
tar -xzf pulumi.tar.gz --directory /usr/local/bin --no-same-owner --strip=1 pulumi/pulumi
5959
rm -f pulumi.tar.gz

0 commit comments

Comments
 (0)