Skip to content

Commit a0ca687

Browse files
authored
Changelog for v3.74.0 (#486)
1 parent acee5bc commit a0ca687

File tree

6 files changed

+28
-24
lines changed

6 files changed

+28
-24
lines changed

.changes/unreleased/Improvements-461.yaml

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

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

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

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

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

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

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

.changes/v3.74.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## v3.74.0 - 2025-02-19
2+
3+
### Improvements
4+
5+
- [sdk] Add ability to disable ToString on Output<T> [#461](https://github.com/pulumi/pulumi-dotnet/pull/461)
6+
7+
### bug-fixes
8+
9+
- [sdk] Handle null in InputMap/List implicit conversions [#459](https://github.com/pulumi/pulumi-dotnet/pull/459)
10+
11+
- [sdk] Fix the Provider and Providers option when used in resource transforms [#460](https://github.com/pulumi/pulumi-dotnet/pull/460)
12+
13+
- [sdk] Fix adding the same value to InputMap multiple times [#462](https://github.com/pulumi/pulumi-dotnet/pull/462)
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.74.0 - 2025-02-19
9+
10+
### Improvements
11+
12+
- [sdk] Add ability to disable ToString on Output<T> [#461](https://github.com/pulumi/pulumi-dotnet/pull/461)
13+
14+
### bug-fixes
15+
16+
- [sdk] Handle null in InputMap/List implicit conversions [#459](https://github.com/pulumi/pulumi-dotnet/pull/459)
17+
18+
- [sdk] Fix the Provider and Providers option when used in resource transforms [#460](https://github.com/pulumi/pulumi-dotnet/pull/460)
19+
20+
- [sdk] Fix adding the same value to InputMap multiple times [#462](https://github.com/pulumi/pulumi-dotnet/pull/462)
21+
822
## v3.73.0 - 2025-02-06
923

1024
### Improvements

0 commit comments

Comments
 (0)