From 549348f2c3e5108936e579012ec287c8ada85141 Mon Sep 17 00:00:00 2001 From: Integralist Date: Thu, 9 May 2024 11:26:52 +0100 Subject: [PATCH] doc(CHANGELOG): v5.9.0 --- CHANGELOG.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b485aae3b..209eb24df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ -## 5.9.0 (Unreleased) +## 5.10.0 (Unreleased) -## 5.8.0 (April 18, 2024) +## 5.9.0 (May 9, 2024) -BUG FIXES: +ENHANCEMENTS: -- fix(fastly_vcl_service): ensure backend names are unique [#836](https://github.com/fastly/terraform-provider-fastly/pull/836) +- feat(fastly_integration): implement resource and documentation [#844](https://github.com/fastly/terraform-provider-fastly/pull/844) +- feat(fastly_alerts): add percentage alerts [#845](https://github.com/fastly/terraform-provider-fastly/pull/845) -ENHANCEMENTS: +DEPENDENCIES: -- feat: vcl_snippets [#835](https://github.com/fastly/terraform-provider-fastly/pull/835) -- Add support for specifying location when creating KV stores [#834](https://github.com/fastly/terraform-provider-fastly/pull/834) +- build(deps): bump golang.org/x/net from 0.19.0 to 0.24.0 [#842](https://github.com/fastly/terraform-provider-fastly/pull/842) +- build(deps): bump github.com/hashicorp/terraform-plugin-docs [#841](https://github.com/fastly/terraform-provider-fastly/pull/841) +- build(deps): bump github.com/hashicorp/terraform-plugin-docs [#843](https://github.com/fastly/terraform-provider-fastly/pull/843) +- build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0 [#846](https://github.com/fastly/terraform-provider-fastly/pull/846) ## 5.7.3 (April 16, 2024)