diff --git a/.changes/unreleased/Improvements-437.yaml b/.changes/unreleased/Improvements-437.yaml deleted file mode 100644 index cf6b1aa8..00000000 --- a/.changes/unreleased/Improvements-437.yaml +++ /dev/null @@ -1,6 +0,0 @@ -component: runtime -kind: Improvements -body: Plugins with msbuild warnings can still be run -time: 2024-12-20T22:28:08.41871359Z -custom: - PR: "437" diff --git a/.changes/unreleased/Improvements-440.yaml b/.changes/unreleased/Improvements-440.yaml deleted file mode 100644 index 4aa74c36..00000000 --- a/.changes/unreleased/Improvements-440.yaml +++ /dev/null @@ -1,6 +0,0 @@ -component: runtime -kind: Improvements -body: Implement GetRequiredPackages to replace GetRequiredPlugins -time: 2025-01-02T14:18:09.08473+01:00 -custom: - PR: "440" diff --git a/.changes/unreleased/bug-fixes-441.yaml b/.changes/unreleased/bug-fixes-441.yaml deleted file mode 100644 index bbbe42f2..00000000 --- a/.changes/unreleased/bug-fixes-441.yaml +++ /dev/null @@ -1,6 +0,0 @@ -component: sdk -kind: bug-fixes -body: Avoid calling invokes with dependencies on unknown resources -time: 2025-01-06T14:03:11.053995+01:00 -custom: - PR: "441" diff --git a/.changes/unreleased/bug-fixes-444.yaml b/.changes/unreleased/bug-fixes-444.yaml deleted file mode 100644 index 4e6a3c8c..00000000 --- a/.changes/unreleased/bug-fixes-444.yaml +++ /dev/null @@ -1,6 +0,0 @@ -component: sdk -kind: bug-fixes -body: Wait for resources in the input property dependencies -time: 2025-01-09T16:16:01.580923+01:00 -custom: - PR: "444" diff --git a/.changes/v3.72.0.md b/.changes/v3.72.0.md new file mode 100644 index 00000000..bdf0f0c4 --- /dev/null +++ b/.changes/v3.72.0.md @@ -0,0 +1,14 @@ +## v3.72.0 - 2025-01-30 + +### Bug Fixes + +- [sdk] Avoid calling invokes with dependencies on unknown resources [#441](https://github.com/pulumi/pulumi-dotnet/pull/441) + +- [sdk] Wait for resources in the input property dependencies [#444](https://github.com/pulumi/pulumi-dotnet/pull/444) + +### Improvements + +- [runtime] Plugins with msbuild warnings can still be run [#437](https://github.com/pulumi/pulumi-dotnet/pull/437) + +- [runtime] Implement GetRequiredPackages to replace GetRequiredPlugins [#440](https://github.com/pulumi/pulumi-dotnet/pull/440) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 93632a0d..6d20b68e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v3.72.0 - 2025-01-30 + +### Bug Fixes + +- [sdk] Avoid calling invokes with dependencies on unknown resources [#441](https://github.com/pulumi/pulumi-dotnet/pull/441) + +- [sdk] Wait for resources in the input property dependencies [#444](https://github.com/pulumi/pulumi-dotnet/pull/444) + +### Improvements + +- [runtime] Plugins with msbuild warnings can still be run [#437](https://github.com/pulumi/pulumi-dotnet/pull/437) + +- [runtime] Implement GetRequiredPackages to replace GetRequiredPlugins [#440](https://github.com/pulumi/pulumi-dotnet/pull/440) + ## v3.71.1 - 2024-12-19 ### Bug Fixes