Skip to content

Commit d0a470f

Browse files
authored
Changelog for v3.65.0 (#303)
1 parent 2a07ad6 commit d0a470f

File tree

8 files changed

+36
-38
lines changed

8 files changed

+36
-38
lines changed

.changes/unreleased/Bug Fixes-278.yaml

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

.changes/unreleased/Bug Fixes-290.yaml

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

.changes/unreleased/Bug Fixes-298.yaml

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

.changes/unreleased/Improvements-256.yaml

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

.changes/unreleased/Improvements-288.yaml

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

.changes/unreleased/Improvements-293.yaml

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

.changes/v3.65.0.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## v3.65.0 - 2024-07-18
2+
3+
### Improvements
4+
5+
- [sdk] Update Grpc dependency. [#256](https://github.com/pulumi/pulumi-dotnet/pull/256)
6+
7+
- [sdk] Strongly type URN values in Provider [#293](https://github.com/pulumi/pulumi-dotnet/pull/293)
8+
9+
### Bug Fixes
10+
11+
- [sdk] Enable .net analyzers and fix warnings. [#278](https://github.com/pulumi/pulumi-dotnet/pull/278)
12+
13+
- [sdk] Bufix Parsing of CustomTimeouts [#290](https://github.com/pulumi/pulumi-dotnet/pull/290)
14+
15+
- [sdk] Add support for deserializing output values and use them from transforms [#298](https://github.com/pulumi/pulumi-dotnet/pull/298)
16+
17+
### Improvements
18+
19+
- [runtime] Update pulumi/pulumi to 3.121 [#288](https://github.com/pulumi/pulumi-dotnet/pull/288)
20+

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,25 @@ 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-
## Unreleased
8+
## v3.65.0 - 2024-07-18
99

1010
### Improvements
1111

12-
- Update pulumi/pulumi to v3.120.0.
12+
- [sdk] Update Grpc dependency. [#256](https://github.com/pulumi/pulumi-dotnet/pull/256)
13+
14+
- [sdk] Strongly type URN values in Provider [#293](https://github.com/pulumi/pulumi-dotnet/pull/293)
15+
16+
### Bug Fixes
17+
18+
- [sdk] Enable .net analyzers and fix warnings. [#278](https://github.com/pulumi/pulumi-dotnet/pull/278)
19+
20+
- [sdk] Bufix Parsing of CustomTimeouts [#290](https://github.com/pulumi/pulumi-dotnet/pull/290)
21+
22+
- [sdk] Add support for deserializing output values and use them from transforms [#298](https://github.com/pulumi/pulumi-dotnet/pull/298)
23+
24+
### Improvements
25+
26+
- [runtime] Update pulumi/pulumi to 3.121 [#288](https://github.com/pulumi/pulumi-dotnet/pull/288)
1327

1428
## v3.64.0 - 2024-06-10
1529

0 commit comments

Comments
 (0)