Skip to content

Commit 6435544

Browse files
authored
Changelog for v3.70.0 (#414)
## v3.70.0 - 2024-11-27 ### Bug Fixes - [sdk/auto] Fix warning for inline programs [#388](#388) ### Improvements - [runtime] Reduce binary size by stripping debug information [#411](#411)
1 parent 8933088 commit 6435544

File tree

5 files changed

+21
-13
lines changed

5 files changed

+21
-13
lines changed

.changes/unreleased/Improvements-411.yaml

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

.changes/unreleased/bug-fixes-388.yaml

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

.changes/v3.69.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
- [sdk/auto] Lessen the strictness of `OperationTypeConverter` to allow unknown operations [#350](https://github.com/pulumi/pulumi-dotnet/pull/350)
1818

19-
- [sdk/auto] Updating YamlDotNet to v16.1.2 [#354](https://github.com/pulumi/pulumi-dotnet/pull/354)
19+
- [sdk/auto] Update YamlDotNet to v16.1.2 [#354](https://github.com/pulumi/pulumi-dotnet/pull/354)
2020

2121
- [sdk/auto] Add pulumi stack change-secrets-provider to automation api [#383](https://github.com/pulumi/pulumi-dotnet/pull/383)
2222

.changes/v3.70.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## v3.70.0 - 2024-11-27
2+
3+
### Bug Fixes
4+
5+
- [sdk/auto] Fix warning for inline programs [#388](https://github.com/pulumi/pulumi-dotnet/pull/388)
6+
7+
### Improvements
8+
9+
- [runtime] Reduce binary size by stripping debug information [#411](https://github.com/pulumi/pulumi-dotnet/pull/411)
10+

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.70.0 - 2024-11-27
9+
10+
### Bug Fixes
11+
12+
- [sdk/auto] Fix warning for inline programs [#388](https://github.com/pulumi/pulumi-dotnet/pull/388)
13+
14+
### Improvements
15+
16+
- [runtime] Reduce binary size by stripping debug information [#411](https://github.com/pulumi/pulumi-dotnet/pull/411)
17+
818
## v3.69.0 - 2024-11-21
919

1020
### Improvements

0 commit comments

Comments
 (0)