Skip to content

Commit 336fc35

Browse files
authored
Changelog for v3.71.0 (#423)
## v3.71.0 - 2024-12-05 ### Improvements - [sdk] Allow specifying dependencies for output invokes [#412](#412) - [sdk/provider] Add Parameterize to the provider interface [#404](#404)
1 parent ee8fa12 commit 336fc35

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

.changes/unreleased/Improvements-404.yaml

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

.changes/unreleased/Improvements-412.yaml

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

.changes/v3.71.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## v3.71.0 - 2024-12-05
2+
3+
### Improvements
4+
5+
- [sdk] Allow specifying dependencies for output invokes [#412](https://github.com/pulumi/pulumi-dotnet/pull/412)
6+
7+
- [sdk/provider] Add Parameterize to the provider interface [#404](https://github.com/pulumi/pulumi-dotnet/pull/404)
8+

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.0 - 2024-12-05
9+
10+
### Improvements
11+
12+
- [sdk] Allow specifying dependencies for output invokes [#412](https://github.com/pulumi/pulumi-dotnet/pull/412)
13+
14+
- [sdk/provider] Add Parameterize to the provider interface [#404](https://github.com/pulumi/pulumi-dotnet/pull/404)
15+
816
## v3.70.0 - 2024-11-27
917

1018
### Bug Fixes

0 commit comments

Comments
 (0)