Skip to content

Commit

Permalink
Changelog for v3.70.0 (#414)
Browse files Browse the repository at this point in the history
## 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)
  • Loading branch information
justinvp authored Nov 27, 2024
1 parent 8933088 commit 6435544
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/Improvements-411.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/bug-fixes-388.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .changes/v3.69.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

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

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

Expand Down
10 changes: 10 additions & 0 deletions .changes/v3.70.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## v3.70.0 - 2024-11-27

### Bug Fixes

- [sdk/auto] Fix warning for inline programs [#388](https://github.com/pulumi/pulumi-dotnet/pull/388)

### Improvements

- [runtime] Reduce binary size by stripping debug information [#411](https://github.com/pulumi/pulumi-dotnet/pull/411)

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.70.0 - 2024-11-27

### Bug Fixes

- [sdk/auto] Fix warning for inline programs [#388](https://github.com/pulumi/pulumi-dotnet/pull/388)

### Improvements

- [runtime] Reduce binary size by stripping debug information [#411](https://github.com/pulumi/pulumi-dotnet/pull/411)

## v3.69.0 - 2024-11-21

### Improvements
Expand Down

0 comments on commit 6435544

Please sign in to comment.