Skip to content

Commit 460eafa

Browse files
docs(CHANGELOG.md): add entry for v6.0.1 (#962)
1 parent 06da525 commit 460eafa

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

CHANGELOG.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66

77
### BUG FIXES:
88

9-
- fix(fastly/block_fastly_service_dictionary): adds error check preventing deletion of write only dictionaries without force destroy [#959](https://github.com/fastly/terraform-provider-fastly/pull/959)
9+
### DEPENDENCIES:
10+
11+
## 6.0.1 (March 25, 2025)
12+
13+
### BUG FIXES:
14+
15+
- fix(dictionary): add error check preventing deletion of write only dictionaries without force destroy [#959](https://github.com/fastly/terraform-provider-fastly/pull/959)
1016
- fix(product_enablement): first check if state exists before accessing it [#961](https://github.com/fastly/terraform-provider-fastly/pull/961)
1117

1218
### DEPENDENCIES:
@@ -17,24 +23,22 @@
1723

1824
### BREAKING:
1925

20-
- breaking(waf): Support for the Fastly WAF (legacy, not Next-Gen WAF)
26+
- breaking(waf): support for the Fastly WAF (legacy, not Next-Gen WAF)
2127
product has been removed. The product passed its End-of-Life date
2228
quite some time ago, and it is no longer in use by customers
2329
[#936](https://github.com/fastly/terraform-provider-fastly/pull/936)
2430

25-
- breaking(logging): The 'placement' attribute in the logging
31+
- breaking(logging): the 'placement' attribute in the logging
2632
endpoints has been changed to ignore any value provided by the user;
2733
it was only used in combination with the Fastly WAF, which is no
28-
longer supported.
34+
longer supported
2935
[#936](https://github.com/fastly/terraform-provider-fastly/pull/936)
3036

3137
### ENHANCEMENTS:
3238

33-
- feat(fastly_compute_service): Add DDoS protection product enablement/configuration ([#954](https://github.com/fastly/terraform-provider-fastly/pull/954))
34-
- feat(fastly_vcl_service): Add DDoS protection product enablement/configuration ([#954](https://github.com/fastly/terraform-provider-fastly/pull/954))
35-
- feat(fastly_compute_service): Add Next-Gen WAF product enablement/configuration ([#956](https://github.com/fastly/terraform-provider-fastly/pull/956))
36-
- feat(fastly_vcl_service): Add Next-Gen WAF product enablement/configuration ([#956](https://github.com/fastly/terraform-provider-fastly/pull/956))
37-
- feat(resource_fastly_object_storage_access_key): Add object storage access keys configuration ([#955](https://github.com/fastly/terraform-provider-fastly/pull/955))
39+
- feat(product_enablement): add DDoS protection product enablement/configuration ([#954](https://github.com/fastly/terraform-provider-fastly/pull/954))
40+
- feat(product_enablement): add Next-Gen WAF product enablement/configuration ([#956](https://github.com/fastly/terraform-provider-fastly/pull/956))
41+
- feat(object_storage_access_key): add object storage access keys configuration ([#955](https://github.com/fastly/terraform-provider-fastly/pull/955))
3842

3943
### DEPENDENCIES:
4044

@@ -49,12 +53,11 @@
4953

5054
### ENHANCEMENTS:
5155

52-
- feat(fastly_compute_service): Add support for 'staging' of service versions ([#933](https://github.com/fastly/terraform-provider-fastly/pull/933))
53-
- feat(fastly_vcl_service): Add support for 'staging' of service versions ([#933](https://github.com/fastly/terraform-provider-fastly/pull/933))
56+
- feat(staging): add support for 'staging' of service versions ([#933](https://github.com/fastly/terraform-provider-fastly/pull/933))
5457

5558
### BUG FIXES:
5659

57-
- fix(fastly_vcl_service): Always 'validate' services after applying changes ([#942](https://github.com/fastly/terraform-provider-fastly/pull/942))
60+
- fix(fastly_vcl_service): always 'validate' services after applying changes ([#942](https://github.com/fastly/terraform-provider-fastly/pull/942))
5861

5962
### DEPENDENCIES:
6063

0 commit comments

Comments
 (0)