Skip to content

Commit e4200b8

Browse files
authored
Update pulumi submodule to v3.153.0 tag (#523)
Update `pulumi` submodule to the v3.153.0 tag. This brings in two new conformance tests. - `l1-builtin-project-root` support is being added in #466 - `l2-component-property-deps` is blocked on .NET programgen support for `Call` (and #488) Somewhat suspicious that a couple generated SDKs changed (I ran the conformance tests with `PULUMI_ACCEPT=true`). Are we not snapshot comparing those?
1 parent 3dc1a32 commit e4200b8

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

pulumi

Submodule pulumi updated 1869 files

pulumi-language-dotnet/language_test.go

+4-2
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,10 @@ func TestLanguage(t *testing.T) {
232232
"l2-invoke-options-depends-on": "dotnet build failed",
233233
"l2-invoke-secrets": "" +
234234
"Pulumi.Deployment+InvokeException: 'simple-invoke:index:secretInvoke' failed: value is not a string",
235-
"l2-map-keys": "dotnet build failed",
236-
"l2-resource-secret": "test hanging",
235+
"l2-map-keys": "dotnet build failed",
236+
"l2-resource-secret": "test hanging",
237+
"l1-builtin-project-root": "#466",
238+
"l2-component-property-deps": "https://github.com/pulumi/pulumi/issues/18741: add programgen support for call",
237239
}
238240

239241
for _, tt := range tests.Tests {

pulumi-language-dotnet/testdata/sdks/any-type-function-15.0.0/Pulumi.AnyTypeFunction.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageIcon>logo.png</PackageIcon>
1212
<Version>15.0.0</Version>
1313

14-
<TargetFramework>net8.0</TargetFramework>
14+
<TargetFramework>net6.0</TargetFramework>
1515
<Nullable>enable</Nullable>
1616
</PropertyGroup>
1717

pulumi-language-dotnet/testdata/sdks/component-13.3.7/Pulumi.Component.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageIcon>logo.png</PackageIcon>
1212
<Version>13.3.7</Version>
1313

14-
<TargetFramework>net8.0</TargetFramework>
14+
<TargetFramework>net6.0</TargetFramework>
1515
<Nullable>enable</Nullable>
1616
</PropertyGroup>
1717

0 commit comments

Comments
 (0)