From e426001b9f0b4b29a9bc08a9692ad88271320d72 Mon Sep 17 00:00:00 2001 From: Iaroslav Titov Date: Wed, 26 Jun 2024 17:01:33 -0600 Subject: [PATCH] Codefreeze for 0.22.0 (#339) --- CHANGELOG.md | 7 +++++++ CHANGELOG_PENDING.md | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 615a3cb3..9e00e65f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ CHANGELOG ========= +## 0.22.0 + +### Bug Fixes +- DeploymentSettings resource will now successfully store secrets, but outputs for secret values became ciphertext. [#123](https://github.com/pulumi/pulumi-pulumiservice/issues/123) +- DeploymentSettings will no longer have noisy diff on update and refresh [#123](https://github.com/pulumi/pulumi-pulumiservice/issues/123) +- DeploymentSettings can now be successfully imported [#123](https://github.com/pulumi/pulumi-pulumiservice/issues/123) + ## 0.21.4 ### Bug Fixes diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index e214c84e..1a6ff6ed 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -1,6 +1,5 @@ ### Improvements ### Bug Fixes -- Introduced secrets in Deployment Settings, fixed refresh and import [#123](https://github.com/pulumi/pulumi-pulumiservice/issues/123) ### Miscellaneous \ No newline at end of file