Skip to content

Commit

Permalink
Changelog for v3.69.0 (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Gummerer <[email protected]>
  • Loading branch information
Frassle and tgummerer authored Nov 21, 2024
1 parent 8f80f09 commit b37eee0
Show file tree
Hide file tree
Showing 13 changed files with 64 additions and 66 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/Bug Fixes-355.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Bug Fixes-378.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Bug Fixes-395.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Improvements-350.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Improvements-354.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Improvements-364.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Improvements-381.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Improvements-383.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Improvements-385.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/bug-fixes-372.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/bug-fixes-393.yaml

This file was deleted.

32 changes: 32 additions & 0 deletions .changes/v3.69.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## v3.69.0 - 2024-11-21

### Improvements

- [sdk] Make Pulumi.RunException public [#364](https://github.com/pulumi/pulumi-dotnet/pull/364)

- [sdk] Add `DeferredOutput` for resolving some output/input cycles [#385](https://github.com/pulumi/pulumi-dotnet/pull/385)

### bug-fixes

- [sdk] Support input lists and maps in JsonSerializer.SerializeAsync and JsonSerializer.DeserializeAsync [#372](https://github.com/pulumi/pulumi-dotnet/pull/372)

- [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)

### Improvements

- [sdk/auto] Lessen the strictness of `OperationTypeConverter` to allow unknown operations [#350](https://github.com/pulumi/pulumi-dotnet/pull/350)

- [sdk/auto] Updating YamlDotNet to v16.1.2 [#354](https://github.com/pulumi/pulumi-dotnet/pull/354)

- [sdk/auto] Add pulumi stack change-secrets-provider to automation api [#383](https://github.com/pulumi/pulumi-dotnet/pull/383)

- [sdk/provider] OutputReference.Value will normalize to null for Computed values [#381](https://github.com/pulumi/pulumi-dotnet/pull/381)

### Bug Fixes

- [sdk/provider] Fix a bug deserialising unknown secrets [#378](https://github.com/pulumi/pulumi-dotnet/pull/378)

- [runtime] Improve the detections of project files when attaching a debugger [#255](https://github.com/pulumi/pulumi-dotnet/pull/255)

- [runtime] Fix RunPlugin with new versions of the pulumi cli [#395](https://github.com/pulumi/pulumi-dotnet/pull/395)

32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,38 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## v3.69.0 - 2024-11-21

### Improvements

- [sdk] Make Pulumi.RunException public [#364](https://github.com/pulumi/pulumi-dotnet/pull/364)

- [sdk] Add `DeferredOutput` for resolving some output/input cycles [#385](https://github.com/pulumi/pulumi-dotnet/pull/385)

### bug-fixes

- [sdk] Support input lists and maps in JsonSerializer.SerializeAsync and JsonSerializer.DeserializeAsync [#372](https://github.com/pulumi/pulumi-dotnet/pull/372)

- [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)

### Improvements

- [sdk/auto] Lessen the strictness of `OperationTypeConverter` to allow unknown operations [#350](https://github.com/pulumi/pulumi-dotnet/pull/350)

- [sdk/auto] Update YamlDotNet to v16.1.2 [#354](https://github.com/pulumi/pulumi-dotnet/pull/354)

- [sdk/auto] Add pulumi stack change-secrets-provider to automation api [#383](https://github.com/pulumi/pulumi-dotnet/pull/383)

- [sdk/provider] OutputReference.Value will normalize to null for Computed values [#381](https://github.com/pulumi/pulumi-dotnet/pull/381)

### Bug Fixes

- [sdk/provider] Fix a bug deserialising unknown secrets [#378](https://github.com/pulumi/pulumi-dotnet/pull/378)

- [runtime] Improve the detections of project files when attaching a debugger [#255](https://github.com/pulumi/pulumi-dotnet/pull/255)

- [runtime] Fix RunPlugin with new versions of the pulumi cli [#395](https://github.com/pulumi/pulumi-dotnet/pull/395)

## v3.68.0 - 2024-09-17

### Improvements
Expand Down

0 comments on commit b37eee0

Please sign in to comment.