Skip to content

Commit af68281

Browse files
authored
Changelog for v3.80.0 (#589)
## v3.80.0 - 2025-05-07 ### Improvements - [sdk/auto] Add --run-program to destory and refresh operations [#580](#580) - [sdk/auto] Add `--exclude` and `--exclude-dependents` to the Automation API [#582](#582)
1 parent dc08df7 commit af68281

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

.changes/unreleased/Improvements-580.yaml

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

.changes/unreleased/Improvements-582.yaml

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

.changes/v3.80.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## v3.80.0 - 2025-05-07
2+
3+
### Improvements
4+
5+
- [sdk/auto] Add --run-program to destory and refresh operations [#580](https://github.com/pulumi/pulumi-dotnet/pull/580)
6+
7+
- [sdk/auto] Add `--exclude` and `--exclude-dependents` to the Automation API [#582](https://github.com/pulumi/pulumi-dotnet/pull/582)
8+

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.80.0 - 2025-05-07
9+
10+
### Improvements
11+
12+
- [sdk/auto] Add --run-program to destory and refresh operations [#580](https://github.com/pulumi/pulumi-dotnet/pull/580)
13+
14+
- [sdk/auto] Add `--exclude` and `--exclude-dependents` to the Automation API [#582](https://github.com/pulumi/pulumi-dotnet/pull/582)
15+
816
## v3.79.0 - 2025-04-24
917

1018
### Bug Fixes

0 commit comments

Comments
 (0)