Skip to content

Commit 36c214b

Browse files
authored
Changelog for v3.72.0 (#450)
1 parent 9e965b9 commit 36c214b

File tree

6 files changed

+28
-24
lines changed

6 files changed

+28
-24
lines changed

.changes/unreleased/Improvements-437.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Improvements-440.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/bug-fixes-441.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/bug-fixes-444.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/v3.72.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## v3.72.0 - 2025-01-30
2+
3+
### Bug Fixes
4+
5+
- [sdk] Avoid calling invokes with dependencies on unknown resources [#441](https://github.com/pulumi/pulumi-dotnet/pull/441)
6+
7+
- [sdk] Wait for resources in the input property dependencies [#444](https://github.com/pulumi/pulumi-dotnet/pull/444)
8+
9+
### Improvements
10+
11+
- [runtime] Plugins with msbuild warnings can still be run [#437](https://github.com/pulumi/pulumi-dotnet/pull/437)
12+
13+
- [runtime] Implement GetRequiredPackages to replace GetRequiredPlugins [#440](https://github.com/pulumi/pulumi-dotnet/pull/440)
14+

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## v3.72.0 - 2025-01-30
9+
10+
### Bug Fixes
11+
12+
- [sdk] Avoid calling invokes with dependencies on unknown resources [#441](https://github.com/pulumi/pulumi-dotnet/pull/441)
13+
14+
- [sdk] Wait for resources in the input property dependencies [#444](https://github.com/pulumi/pulumi-dotnet/pull/444)
15+
16+
### Improvements
17+
18+
- [runtime] Plugins with msbuild warnings can still be run [#437](https://github.com/pulumi/pulumi-dotnet/pull/437)
19+
20+
- [runtime] Implement GetRequiredPackages to replace GetRequiredPlugins [#440](https://github.com/pulumi/pulumi-dotnet/pull/440)
21+
822
## v3.71.1 - 2024-12-19
923

1024
### Bug Fixes

0 commit comments

Comments
 (0)