Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog for v3.69.0 #401

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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] 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)

## v3.68.0 - 2024-09-17

### Improvements
Expand Down
Loading