Skip to content

Commit aaf0959

Browse files
authored
Changelog for v3.67.0 (#342)
1 parent f08e939 commit aaf0959

File tree

5 files changed

+24
-18
lines changed

5 files changed

+24
-18
lines changed

.changes/unreleased/Bug Fixes-331.yaml

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

.changes/unreleased/Bug Fixes-337.yaml

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

.changes/unreleased/Improvements-332.yaml

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

.changes/v3.67.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## v3.67.0 - 2024-09-10
2+
3+
### Improvements
4+
5+
- [sdk] Add support for attaching debuggers [#332](https://github.com/pulumi/pulumi-dotnet/pull/332)
6+
7+
### Bug Fixes
8+
9+
- [sdk/provider] Fix serialization of ComponentResources (no id required) [#331](https://github.com/pulumi/pulumi-dotnet/pull/331)
10+
11+
- [sdk/provider] Fix output value serialization. [#337](https://github.com/pulumi/pulumi-dotnet/pull/337)
12+

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.67.0 - 2024-09-10
9+
10+
### Improvements
11+
12+
- [sdk] Add support for attaching debuggers [#332](https://github.com/pulumi/pulumi-dotnet/pull/332)
13+
14+
### Bug Fixes
15+
16+
- [sdk/provider] Fix serialization of ComponentResources (no id required) [#331](https://github.com/pulumi/pulumi-dotnet/pull/331)
17+
18+
- [sdk/provider] Fix output value serialization. [#337](https://github.com/pulumi/pulumi-dotnet/pull/337)
19+
820
## v3.66.2 - 2024-08-20
921

1022
### Bug Fixes

0 commit comments

Comments
 (0)