Skip to content

Commit

Permalink
Changelog for v3.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Frassle committed Feb 26, 2025
1 parent ad24762 commit bca97dd
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 36 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/Improvements-468.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Improvements-482.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Improvements-496.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Improvements-502.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Improvements-507.yaml

This file was deleted.

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

This file was deleted.

20 changes: 20 additions & 0 deletions .changes/v3.75.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## v3.75.0 - 2025-02-26

### Improvements

- [sdk] updated pulumi submodule and go.mod sdk/pkg and excluded failing conformance tests [#482](https://github.com/pulumi/pulumi-dotnet/pull/482)

- [sdk] Support parameterization for remote component resources [#502](https://github.com/pulumi/pulumi-dotnet/pull/502)

### bug-fixes

- [sdk] Fix inconsistent behavior of inheritance for InputAttribute and OutputAttribute [#506](https://github.com/pulumi/pulumi-dotnet/pull/506)

### Improvements

- [sdk/auto] Add the `--preview-only` flag for the `refresh` command [#496](https://github.com/pulumi/pulumi-dotnet/pull/496)

- [sdk/provider] Schema Analyzer to infer component schemas from classes [#468](https://github.com/pulumi/pulumi-dotnet/pull/468)

- [sdk/provider] Implement component provider host for auto-inferred components [#507](https://github.com/pulumi/pulumi-dotnet/pull/507)

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ 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.75.0 - 2025-02-26

### Improvements

- [sdk] updated pulumi submodule and go.mod sdk/pkg and excluded failing conformance tests [#482](https://github.com/pulumi/pulumi-dotnet/pull/482)

- [sdk] Support parameterization for remote component resources [#502](https://github.com/pulumi/pulumi-dotnet/pull/502)

### bug-fixes

- [sdk] Fix inconsistent behavior of inheritance for InputAttribute and OutputAttribute [#506](https://github.com/pulumi/pulumi-dotnet/pull/506)

### Improvements

- [sdk/auto] Add the `--preview-only` flag for the `refresh` command [#496](https://github.com/pulumi/pulumi-dotnet/pull/496)

- [sdk/provider] Schema Analyzer to infer component schemas from classes [#468](https://github.com/pulumi/pulumi-dotnet/pull/468)

- [sdk/provider] Implement component provider host for auto-inferred components [#507](https://github.com/pulumi/pulumi-dotnet/pull/507)

## v3.74.0 - 2025-02-19

### Improvements
Expand Down

0 comments on commit bca97dd

Please sign in to comment.