From 605307c42f5c0044227064c357afe4ec852735e3 Mon Sep 17 00:00:00 2001 From: Bryce Lampe Date: Wed, 16 Oct 2024 13:18:39 -0700 Subject: [PATCH] Prepare for 4.18.2 release (#3268) ### Fixed - The provider's Pulumi dependency was updated to version v3.136.1 to address potential "pulumi.runtime.invokeOutput is not a function" errors. (https://github.com/pulumi/pulumi/issues/17518) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b92b46c5bf..35501b924b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## Unreleased +## 4.18.2 (October 16, 2024) + +### Fixed + +- The provider's Pulumi dependency was updated to version v3.136.1 to address + potential "pulumi.runtime.invokeOutput is not a function" errors. + (https://github.com/pulumi/pulumi/issues/17518) + ## 4.18.1 (September 13, 2024) ### Added