Skip to content

Commit 091997e

Browse files
authored
Changelog for v3.73.0 (#454)
1 parent c9478f4 commit 091997e

File tree

4 files changed

+20
-13
lines changed

4 files changed

+20
-13
lines changed

.changes/unreleased/Improvements-449.yaml

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

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

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

.changes/v3.73.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## v3.73.0 - 2025-02-06
2+
3+
### Improvements
4+
5+
- [sdk] InputMap and InputList no longer flatten nested unknowns/secrets to apply to the whole object. [#449](https://github.com/pulumi/pulumi-dotnet/pull/449)
6+
7+
### Bug Fixes
8+
9+
- [runtime] Don't parse runtime options at startup, defer to the options sent for specific methods [#451](https://github.com/pulumi/pulumi-dotnet/pull/451)
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.73.0 - 2025-02-06
9+
10+
### Improvements
11+
12+
- [sdk] InputMap and InputList no longer flatten nested unknowns/secrets to apply to the whole object. [#449](https://github.com/pulumi/pulumi-dotnet/pull/449)
13+
14+
### Bug Fixes
15+
16+
- [runtime] Don't parse runtime options at startup, defer to the options sent for specific methods [#451](https://github.com/pulumi/pulumi-dotnet/pull/451)
17+
818
## v3.72.0 - 2025-01-30
919

1020
### Bug Fixes

0 commit comments

Comments
 (0)