Skip to content

Commit 64b7af3

Browse files
authored
Changelog for v3.76.0 (#534)
1 parent a444c93 commit 64b7af3

7 files changed

+32
-30
lines changed

.changes/unreleased/Improvements-426.yaml

-6
This file was deleted.

.changes/unreleased/Improvements-431.yaml

-6
This file was deleted.

.changes/unreleased/Improvements-438.yaml

-6
This file was deleted.

.changes/unreleased/Improvements-525.yaml

-6
This file was deleted.

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

-6
This file was deleted.

.changes/v3.76.0.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## v3.76.0 - 2025-03-10
2+
3+
### Improvements
4+
5+
- [sdk] Make OutputConstructorAttribute optional [#438](https://github.com/pulumi/pulumi-dotnet/pull/438)
6+
7+
- [sdk] Log a warning when trying to convert outputs to strings [#525](https://github.com/pulumi/pulumi-dotnet/pull/525)
8+
9+
- [sdk/auto] Add `pulumi install` to Automation Api [#426](https://github.com/pulumi/pulumi-dotnet/pull/426)
10+
11+
- [sdk/auto] Add `--refresh` to preview, up and destroy commands [#431](https://github.com/pulumi/pulumi-dotnet/pull/431)
12+
13+
### Bug Fixes
14+
15+
- [sdk/converter] Fix conversion for nested Output<T> [#527](https://github.com/pulumi/pulumi-dotnet/pull/527)
16+

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.76.0 - 2025-03-10
9+
10+
### Improvements
11+
12+
- [sdk] Make OutputConstructorAttribute optional [#438](https://github.com/pulumi/pulumi-dotnet/pull/438)
13+
14+
- [sdk] Log a warning when trying to convert outputs to strings [#525](https://github.com/pulumi/pulumi-dotnet/pull/525)
15+
16+
- [sdk/auto] Add `pulumi install` to Automation Api [#426](https://github.com/pulumi/pulumi-dotnet/pull/426)
17+
18+
- [sdk/auto] Add `--refresh` to preview, up and destroy commands [#431](https://github.com/pulumi/pulumi-dotnet/pull/431)
19+
20+
### Bug Fixes
21+
22+
- [sdk/converter] Fix conversion for nested Output<T> [#527](https://github.com/pulumi/pulumi-dotnet/pull/527)
23+
824
## v3.75.2 - 2025-02-26
925

1026
### Bug Fixes

0 commit comments

Comments
 (0)