Skip to content

Commit b19d8c8

Browse files
authored
Changelog for v3.71.1 (#436)
### Bug Fixes - [sdk] Await background tasks during inline deployment [#420](#420) - [sdk] Fix parameterized explicit providers [#435](#435) - [runtime] Fix the language plugin to return a version [#390](#390)
1 parent e0211fb commit b19d8c8

File tree

5 files changed

+20
-18
lines changed

5 files changed

+20
-18
lines changed

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

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

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

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

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

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

.changes/v3.71.1.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## v3.71.1 - 2024-12-19
2+
3+
### Bug Fixes
4+
5+
- [sdk] Await background tasks during inline deployment [#420](https://github.com/pulumi/pulumi-dotnet/pull/420)
6+
7+
- [sdk] Fix parameterized explicit providers [#435](https://github.com/pulumi/pulumi-dotnet/pull/435)
8+
9+
- [runtime] Fix the language plugin to return a version [#390](https://github.com/pulumi/pulumi-dotnet/pull/390)
10+

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.71.1 - 2024-12-19
9+
10+
### Bug Fixes
11+
12+
- [sdk] Await background tasks during inline deployment [#420](https://github.com/pulumi/pulumi-dotnet/pull/420)
13+
14+
- [sdk] Fix parameterized explicit providers [#435](https://github.com/pulumi/pulumi-dotnet/pull/435)
15+
16+
- [runtime] Fix the language plugin to return a version [#390](https://github.com/pulumi/pulumi-dotnet/pull/390)
17+
818
## v3.71.0 - 2024-12-05
919

1020
### Improvements

0 commit comments

Comments
 (0)