Skip to content

Commit f82fd84

Browse files
authored
Changelog for v3.75.0 (#512)
1 parent ad24762 commit f82fd84

File tree

8 files changed

+40
-36
lines changed

8 files changed

+40
-36
lines changed

.changes/unreleased/Improvements-468.yaml

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

.changes/unreleased/Improvements-482.yaml

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

.changes/unreleased/Improvements-496.yaml

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

.changes/unreleased/Improvements-502.yaml

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

.changes/unreleased/Improvements-507.yaml

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

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

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

.changes/v3.75.0.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## v3.75.0 - 2025-02-26
2+
3+
### Improvements
4+
5+
- [sdk] updated pulumi submodule and go.mod sdk/pkg and excluded failing conformance tests [#482](https://github.com/pulumi/pulumi-dotnet/pull/482)
6+
7+
- [sdk] Support parameterization for remote component resources [#502](https://github.com/pulumi/pulumi-dotnet/pull/502)
8+
9+
### bug-fixes
10+
11+
- [sdk] Fix inconsistent behavior of inheritance for InputAttribute and OutputAttribute [#506](https://github.com/pulumi/pulumi-dotnet/pull/506)
12+
13+
### Improvements
14+
15+
- [sdk/auto] Add the `--preview-only` flag for the `refresh` command [#496](https://github.com/pulumi/pulumi-dotnet/pull/496)
16+
17+
- [sdk/provider] Schema Analyzer to infer component schemas from classes [#468](https://github.com/pulumi/pulumi-dotnet/pull/468)
18+
19+
- [sdk/provider] Implement component provider host for auto-inferred components [#507](https://github.com/pulumi/pulumi-dotnet/pull/507)
20+

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ 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.75.0 - 2025-02-26
9+
10+
### Improvements
11+
12+
- [sdk] updated pulumi submodule and go.mod sdk/pkg and excluded failing conformance tests [#482](https://github.com/pulumi/pulumi-dotnet/pull/482)
13+
14+
- [sdk] Support parameterization for remote component resources [#502](https://github.com/pulumi/pulumi-dotnet/pull/502)
15+
16+
### bug-fixes
17+
18+
- [sdk] Fix inconsistent behavior of inheritance for InputAttribute and OutputAttribute [#506](https://github.com/pulumi/pulumi-dotnet/pull/506)
19+
20+
### Improvements
21+
22+
- [sdk/auto] Add the `--preview-only` flag for the `refresh` command [#496](https://github.com/pulumi/pulumi-dotnet/pull/496)
23+
24+
- [sdk/provider] Schema Analyzer to infer component schemas from classes [#468](https://github.com/pulumi/pulumi-dotnet/pull/468)
25+
26+
- [sdk/provider] Implement component provider host for auto-inferred components [#507](https://github.com/pulumi/pulumi-dotnet/pull/507)
27+
828
## v3.74.0 - 2025-02-19
929

1030
### Improvements

0 commit comments

Comments
 (0)