Skip to content

Commit

Permalink
Changelog for v1.11.1 (#663)
Browse files Browse the repository at this point in the history
## v1.11.1 - 2024-10-10

### Bug Fixes

- [runtime] Revert go version in go.mod back to 1.21
[#662](#662)
  • Loading branch information
justinvp authored Oct 10, 2024
1 parent ec5a00f commit 43dbcc8
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/Bug Fixes-662.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .changes/v1.10.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Bug Fixes

- [codegen] Add support for the stack, project, and organization builtins [#625](https://github.com/pulumi/pulumi-dotnet/pull/625)
- [codegen] Add support for the stack, project, and organization builtins [#625](https://github.com/pulumi/pulumi-yaml/pull/625)

- [runtime] Fix handling invokes that error out when the response contains secrets [#619](https://github.com/pulumi/pulumi-dotnet/pull/619)
- [runtime] Fix handling invokes that error out when the response contains secrets [#619](https://github.com/pulumi/pulumi-yaml/pull/619)

2 changes: 1 addition & 1 deletion .changes/v1.10.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

### Bug Fixes

- [codegen] Fix GenerateProgram not using the Strict flag [#635](https://github.com/pulumi/pulumi-dotnet/pull/635)
- [codegen] Fix GenerateProgram not using the Strict flag [#635](https://github.com/pulumi/pulumi-yaml/pull/635)

8 changes: 4 additions & 4 deletions .changes/v1.11.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

### Improvements

- [runtime] Update go version for GitHub workflows [#647](https://github.com/pulumi/pulumi-dotnet/pull/647)
- [runtime] Update go version for GitHub workflows [#647](https://github.com/pulumi/pulumi-yaml/pull/647)

- [runtime] Support for parameterized providers [#616](https://github.com/pulumi/pulumi-dotnet/pull/616)
- [runtime] Support for parameterized providers [#616](https://github.com/pulumi/pulumi-yaml/pull/616)

### Bug Fixes

- [runtime] Fix default component detection when declared later in file [#652](https://github.com/pulumi/pulumi-dotnet/pull/652)
- [runtime] Fix default component detection when declared later in file [#652](https://github.com/pulumi/pulumi-yaml/pull/652)

- [runtime] Build statically linked release binary with CGO disabled [#657](https://github.com/pulumi/pulumi-dotnet/pull/657)
- [runtime] Build statically linked release binary with CGO disabled [#657](https://github.com/pulumi/pulumi-yaml/pull/657)

6 changes: 6 additions & 0 deletions .changes/v1.11.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## v1.11.1 - 2024-10-10

### Bug Fixes

- [runtime] Revert go version in go.mod back to 1.21 [#662](https://github.com/pulumi/pulumi-yaml/pull/662)

2 changes: 1 addition & 1 deletion .changie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ components:
- codegen
- runtime
- convert
changeFormat: '- [{{.Component}}] {{.Body}} [#{{.Custom.PR}}](https://github.com/pulumi/pulumi-dotnet/pull/{{.Custom.PR}})'
changeFormat: '- [{{.Component}}] {{.Body}} [#{{.Custom.PR}}](https://github.com/pulumi/pulumi-yaml/pull/{{.Custom.PR}})'
custom:
- key: PR
label: GitHub Pull Request
Expand Down
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,41 @@ 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).

## v1.11.1 - 2024-10-10

### Bug Fixes

- [runtime] Revert go version in go.mod back to 1.21 [#662](https://github.com/pulumi/pulumi-yaml/pull/662)

## v1.11.0 - 2024-10-08

### Improvements

- [runtime] Update go version for GitHub workflows [#647](https://github.com/pulumi/pulumi-dotnet/pull/647)
- [runtime] Update go version for GitHub workflows [#647](https://github.com/pulumi/pulumi-yaml/pull/647)

- [runtime] Support for parameterized providers [#616](https://github.com/pulumi/pulumi-dotnet/pull/616)
- [runtime] Support for parameterized providers [#616](https://github.com/pulumi/pulumi-yaml/pull/616)

### Bug Fixes

- [runtime] Fix default component detection when declared later in file [#652](https://github.com/pulumi/pulumi-dotnet/pull/652)
- [runtime] Fix default component detection when declared later in file [#652](https://github.com/pulumi/pulumi-yaml/pull/652)

- [runtime] Build statically linked release binary with CGO disabled [#657](https://github.com/pulumi/pulumi-dotnet/pull/657)
- [runtime] Build statically linked release binary with CGO disabled [#657](https://github.com/pulumi/pulumi-yaml/pull/657)

## v1.10.3 - 2024-09-19

## v1.10.2 - 2024-09-19

### Bug Fixes

- [codegen] Fix GenerateProgram not using the Strict flag [#635](https://github.com/pulumi/pulumi-dotnet/pull/635)
- [codegen] Fix GenerateProgram not using the Strict flag [#635](https://github.com/pulumi/pulumi-yaml/pull/635)

## v1.10.1 - 2024-09-17

### Bug Fixes

- [codegen] Add support for the stack, project, and organization builtins [#625](https://github.com/pulumi/pulumi-dotnet/pull/625)
- [codegen] Add support for the stack, project, and organization builtins [#625](https://github.com/pulumi/pulumi-yaml/pull/625)

- [runtime] Fix handling invokes that error out when the response contains secrets [#619](https://github.com/pulumi/pulumi-dotnet/pull/619)
- [runtime] Fix handling invokes that error out when the response contains secrets [#619](https://github.com/pulumi/pulumi-yaml/pull/619)

## 1.10.0 (2024-09-04)

Expand Down

0 comments on commit 43dbcc8

Please sign in to comment.