Skip to content

Commit 902cf4d

Browse files
committed
v5.6.0 (#772)
* v5.6.0 * test(interface): set all products to false
1 parent e275d7c commit 902cf4d

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
## 5.6.0 (Unreleased)
1+
## 5.7.0 (Unreleased)
2+
3+
## 5.6.0 (October 18, 2023)
4+
5+
BUG FIXES:
6+
7+
* fix(product_enablement): avoid accidentally disabling products on update [#763](https://github.com/fastly/terraform-provider-fastly/pull/763)
8+
9+
ENHANCEMENTS:
10+
11+
* refactor(product_enablement): make Read() logic consistent with other resource types [#773](https://github.com/fastly/terraform-provider-fastly/pull/773)
12+
13+
DEPENDENCIES:
14+
15+
* 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)
16+
* 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)
17+
* 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)
18+
19+
DOCUMENTATION:
20+
21+
* docs: product enablement [#762](https://github.com/fastly/terraform-provider-fastly/pull/762)
22+
* doc: rename Compute@Edge to Compute [#769](https://github.com/fastly/terraform-provider-fastly/pull/769)
223

324
## 5.5.0 (September 19, 2023)
425

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
required_providers {
2626
fastly = {
2727
source = "fastly/fastly"
28-
version = ">= 5.5.0"
28+
version = ">= 5.6.0"
2929
}
3030
}
3131
}

tests/interface/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ resource "fastly_service_vcl" "interface-test-project" {
138138

139139
product_enablement {
140140
brotli_compression = true
141+
domain_inspector = false
142+
image_optimizer = false
143+
origin_inspector = false
144+
websockets = false
141145
}
142146

143147
rate_limiter {

0 commit comments

Comments
 (0)