Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog for v3.75.0 #512

Merged
merged 1 commit into from
Feb 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading