From 9dd3525d6f2c0f9b29da14882099907372ad39e0 Mon Sep 17 00:00:00 2001 From: Komal Date: Tue, 10 Dec 2024 14:47:35 -0800 Subject: [PATCH] Lock v0.27.3 --- CHANGELOG.md | 7 +++++++ CHANGELOG_PENDING.md | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 182283c6..b5207af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ CHANGELOG ========= + +## 0.27.3 + +### Bug Fixes + +- Ensure the `commit` property on DeploymentSettings is propagated through the provider. [#470](https://github.com/pulumi/pulumi-pulumiservice/pull/470) + ## 0.27.2 ### Bug Fixes diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index 7f66efc5..5e78e668 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -2,6 +2,4 @@ ### Bug Fixes -- Ensure the `commit` property on DeploymentSettings is propagated through the provider. [#470](https://github.com/pulumi/pulumi-pulumiservice/pull/470) - ### Miscellaneous