From 902cf4db2d45a211a2d0dc1d10f241b6a9361d78 Mon Sep 17 00:00:00 2001 From: Mark McDonnell Date: Wed, 18 Oct 2023 14:36:53 +0100 Subject: [PATCH] v5.6.0 (#772) * v5.6.0 * test(interface): set all products to false --- CHANGELOG.md | 23 ++++++++++++++++++++++- docs/index.md | 2 +- tests/interface/main.tf | 4 ++++ 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b2711709..669c4dd85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,25 @@ -## 5.6.0 (Unreleased) +## 5.7.0 (Unreleased) + +## 5.6.0 (October 18, 2023) + +BUG FIXES: + +* fix(product_enablement): avoid accidentally disabling products on update [#763](https://github.com/fastly/terraform-provider-fastly/pull/763) + +ENHANCEMENTS: + +* refactor(product_enablement): make Read() logic consistent with other resource types [#773](https://github.com/fastly/terraform-provider-fastly/pull/773) + +DEPENDENCIES: + +* build(deps): bump github.com/fastly/go-fastly/v8 from 8.6.1 to 8.6.2 [#765](https://github.com/fastly/terraform-provider-fastly/pull/765) +* build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 [#771](https://github.com/fastly/terraform-provider-fastly/pull/771) +* build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 [#770](https://github.com/fastly/terraform-provider-fastly/pull/770) + +DOCUMENTATION: + +* docs: product enablement [#762](https://github.com/fastly/terraform-provider-fastly/pull/762) +* doc: rename Compute@Edge to Compute [#769](https://github.com/fastly/terraform-provider-fastly/pull/769) ## 5.5.0 (September 19, 2023) diff --git a/docs/index.md b/docs/index.md index bdcd4e09d..ce63b2fba 100644 --- a/docs/index.md +++ b/docs/index.md @@ -25,7 +25,7 @@ terraform { required_providers { fastly = { source = "fastly/fastly" - version = ">= 5.5.0" + version = ">= 5.6.0" } } } diff --git a/tests/interface/main.tf b/tests/interface/main.tf index fc8c66583..9df6e6f7d 100644 --- a/tests/interface/main.tf +++ b/tests/interface/main.tf @@ -138,6 +138,10 @@ resource "fastly_service_vcl" "interface-test-project" { product_enablement { brotli_compression = true + domain_inspector = false + image_optimizer = false + origin_inspector = false + websockets = false } rate_limiter {