Skip to content

Update pulumi submodule to v3.153.0 tag #523

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pulumi
Submodule pulumi updated 1869 files
6 changes: 4 additions & 2 deletions pulumi-language-dotnet/language_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,10 @@ func TestLanguage(t *testing.T) {
"l2-invoke-options-depends-on": "dotnet build failed",
"l2-invoke-secrets": "" +
"Pulumi.Deployment+InvokeException: 'simple-invoke:index:secretInvoke' failed: value is not a string",
"l2-map-keys": "dotnet build failed",
"l2-resource-secret": "test hanging",
"l2-map-keys": "dotnet build failed",
"l2-resource-secret": "test hanging",
"l1-builtin-project-root": "#466",
"l2-component-property-deps": "https://github.com/pulumi/pulumi/issues/18741: add programgen support for call",
}

for _, tt := range tests.Tests {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageIcon>logo.png</PackageIcon>
<Version>15.0.0</Version>

<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageIcon>logo.png</PackageIcon>
<Version>13.3.7</Version>

<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
Loading