Skip to content

Commit b37eee0

Browse files
Frassletgummerer
andauthored
Changelog for v3.69.0 (#400)
Co-authored-by: Thomas Gummerer <t.gummerer@gmail.com>
1 parent 8f80f09 commit b37eee0

13 files changed

+64
-66
lines changed

.changes/unreleased/Bug Fixes-355.yaml

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

.changes/unreleased/Bug Fixes-378.yaml

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

.changes/unreleased/Bug Fixes-395.yaml

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

.changes/unreleased/Improvements-350.yaml

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

.changes/unreleased/Improvements-354.yaml

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

.changes/unreleased/Improvements-364.yaml

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

.changes/unreleased/Improvements-381.yaml

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

.changes/unreleased/Improvements-383.yaml

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

.changes/unreleased/Improvements-385.yaml

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

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

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

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

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

.changes/v3.69.0.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## v3.69.0 - 2024-11-21
2+
3+
### Improvements
4+
5+
- [sdk] Make Pulumi.RunException public [#364](https://github.com/pulumi/pulumi-dotnet/pull/364)
6+
7+
- [sdk] Add `DeferredOutput` for resolving some output/input cycles [#385](https://github.com/pulumi/pulumi-dotnet/pull/385)
8+
9+
### bug-fixes
10+
11+
- [sdk] Support input lists and maps in JsonSerializer.SerializeAsync and JsonSerializer.DeserializeAsync [#372](https://github.com/pulumi/pulumi-dotnet/pull/372)
12+
13+
- [sdk] Fix publishing to set a required property used by the Automation Api to Install Pulumi cli [#393](https://github.com/pulumi/pulumi-dotnet/pull/393)
14+
15+
### Improvements
16+
17+
- [sdk/auto] Lessen the strictness of `OperationTypeConverter` to allow unknown operations [#350](https://github.com/pulumi/pulumi-dotnet/pull/350)
18+
19+
- [sdk/auto] Updating YamlDotNet to v16.1.2 [#354](https://github.com/pulumi/pulumi-dotnet/pull/354)
20+
21+
- [sdk/auto] Add pulumi stack change-secrets-provider to automation api [#383](https://github.com/pulumi/pulumi-dotnet/pull/383)
22+
23+
- [sdk/provider] OutputReference.Value will normalize to null for Computed values [#381](https://github.com/pulumi/pulumi-dotnet/pull/381)
24+
25+
### Bug Fixes
26+
27+
- [sdk/provider] Fix a bug deserialising unknown secrets [#378](https://github.com/pulumi/pulumi-dotnet/pull/378)
28+
29+
- [runtime] Improve the detections of project files when attaching a debugger [#255](https://github.com/pulumi/pulumi-dotnet/pull/255)
30+
31+
- [runtime] Fix RunPlugin with new versions of the pulumi cli [#395](https://github.com/pulumi/pulumi-dotnet/pull/395)
32+

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,38 @@ 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.69.0 - 2024-11-21
9+
10+
### Improvements
11+
12+
- [sdk] Make Pulumi.RunException public [#364](https://github.com/pulumi/pulumi-dotnet/pull/364)
13+
14+
- [sdk] Add `DeferredOutput` for resolving some output/input cycles [#385](https://github.com/pulumi/pulumi-dotnet/pull/385)
15+
16+
### bug-fixes
17+
18+
- [sdk] Support input lists and maps in JsonSerializer.SerializeAsync and JsonSerializer.DeserializeAsync [#372](https://github.com/pulumi/pulumi-dotnet/pull/372)
19+
20+
- [sdk] Fix publishing to set a required property used by the Automation Api to Install Pulumi cli [#393](https://github.com/pulumi/pulumi-dotnet/pull/393)
21+
22+
### Improvements
23+
24+
- [sdk/auto] Lessen the strictness of `OperationTypeConverter` to allow unknown operations [#350](https://github.com/pulumi/pulumi-dotnet/pull/350)
25+
26+
- [sdk/auto] Update YamlDotNet to v16.1.2 [#354](https://github.com/pulumi/pulumi-dotnet/pull/354)
27+
28+
- [sdk/auto] Add pulumi stack change-secrets-provider to automation api [#383](https://github.com/pulumi/pulumi-dotnet/pull/383)
29+
30+
- [sdk/provider] OutputReference.Value will normalize to null for Computed values [#381](https://github.com/pulumi/pulumi-dotnet/pull/381)
31+
32+
### Bug Fixes
33+
34+
- [sdk/provider] Fix a bug deserialising unknown secrets [#378](https://github.com/pulumi/pulumi-dotnet/pull/378)
35+
36+
- [runtime] Improve the detections of project files when attaching a debugger [#255](https://github.com/pulumi/pulumi-dotnet/pull/255)
37+
38+
- [runtime] Fix RunPlugin with new versions of the pulumi cli [#395](https://github.com/pulumi/pulumi-dotnet/pull/395)
39+
840
## v3.68.0 - 2024-09-17
941

1042
### Improvements

0 commit comments

Comments
 (0)