Skip to content

Commit eddc031

Browse files
authored
Changelog for v3.62.0 (#264)
1 parent f57825f commit eddc031

File tree

5 files changed

+24
-18
lines changed

5 files changed

+24
-18
lines changed

.changes/unreleased/Bug Fixes-262.yaml

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

.changes/unreleased/Bug Fixes-263.yaml

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

.changes/unreleased/Improvements-258.yaml

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

.changes/v3.62.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## v3.62.0 - 2024-04-22
2+
3+
### Improvements
4+
5+
- [sdk] Allow apply to have unknown values during updates [#258](https://github.com/pulumi/pulumi-dotnet/pull/258)
6+
7+
### Bug Fixes
8+
9+
- [sdk] Use InvariantCulture when parsing numbers from config [#262](https://github.com/pulumi/pulumi-dotnet/pull/262)
10+
11+
- [sdk] Pin Google.Protobuf to 3.24. [#263](https://github.com/pulumi/pulumi-dotnet/pull/263)
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.62.0 - 2024-04-22
9+
10+
### Improvements
11+
12+
- [sdk] Allow apply to have unknown values during updates [#258](https://github.com/pulumi/pulumi-dotnet/pull/258)
13+
14+
### Bug Fixes
15+
16+
- [sdk] Use InvariantCulture when parsing numbers from config [#262](https://github.com/pulumi/pulumi-dotnet/pull/262)
17+
18+
- [sdk] Pin Google.Protobuf to 3.24. [#263](https://github.com/pulumi/pulumi-dotnet/pull/263)
19+
820
## v3.61.0 - 2024-04-16
921

1022
### Improvements

0 commit comments

Comments
 (0)