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.59.0 #206

Merged
merged 1 commit into from
Nov 15, 2023
Merged
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-186.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

12 changes: 12 additions & 0 deletions .changes/v3.59.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## v3.59.0 - 2023-11-15

### Improvements

- [sdk] Implement reflection-based RegisterOutputs() for component resources [#200](https://github.com/pulumi/pulumi-dotnet/pull/200)

- [sdk] Support .NET 8. [#205](https://github.com/pulumi/pulumi-dotnet/pull/205)

### Bug Fixes

- [sdk/auto] Fix issue with specifying a git username for remote workspaces. [#186](https://github.com/pulumi/pulumi-dotnet/pull/186)

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.59.0 - 2023-11-15

### Improvements

- [sdk] Implement reflection-based RegisterOutputs() for component resources [#200](https://github.com/pulumi/pulumi-dotnet/pull/200)

- [sdk] Support .NET 8. [#205](https://github.com/pulumi/pulumi-dotnet/pull/205)

### Bug Fixes

- [sdk/auto] Fix issue with specifying a git username for remote workspaces. [#186](https://github.com/pulumi/pulumi-dotnet/pull/186)

## v3.58.0 - 2023-10-27

### Bug Fixes
Expand Down