-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Thomas Gummerer <[email protected]>
- Loading branch information
Showing
13 changed files
with
64 additions
and
66 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters