From 196e4309201fe433a1698e75bc532d1bae14f208 Mon Sep 17 00:00:00 2001 From: Thomas Gummerer Date: Tue, 8 Oct 2024 23:08:30 +0200 Subject: [PATCH] Changelog for v1.11.0 (#659) I missed a step in https://github.com/pulumi/pulumi-yaml/pull/658 :grimacing: --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e55b7cf9..ef9028cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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.0 - 2024-10-08 + +### Improvements + +- [runtime] Update go version for GitHub workflows [#647](https://github.com/pulumi/pulumi-dotnet/pull/647) + +- [runtime] Support for parameterized providers [#616](https://github.com/pulumi/pulumi-dotnet/pull/616) + +### Bug Fixes + +- [runtime] Fix default component detection when declared later in file [#652](https://github.com/pulumi/pulumi-dotnet/pull/652) + +- [runtime] Build statically linked release binary with CGO disabled [#657](https://github.com/pulumi/pulumi-dotnet/pull/657) + ## v1.10.3 - 2024-09-19 ## v1.10.2 - 2024-09-19