|
6 | 6 |
|
7 | 7 | ### BUG FIXES:
|
8 | 8 |
|
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) |
10 | 16 | - fix(product_enablement): first check if state exists before accessing it [#961](https://github.com/fastly/terraform-provider-fastly/pull/961)
|
11 | 17 |
|
12 | 18 | ### DEPENDENCIES:
|
|
17 | 23 |
|
18 | 24 | ### BREAKING:
|
19 | 25 |
|
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) |
21 | 27 | product has been removed. The product passed its End-of-Life date
|
22 | 28 | quite some time ago, and it is no longer in use by customers
|
23 | 29 | [#936](https://github.com/fastly/terraform-provider-fastly/pull/936)
|
24 | 30 |
|
25 |
| -- breaking(logging): The 'placement' attribute in the logging |
| 31 | +- breaking(logging): the 'placement' attribute in the logging |
26 | 32 | endpoints has been changed to ignore any value provided by the user;
|
27 | 33 | it was only used in combination with the Fastly WAF, which is no
|
28 |
| - longer supported. |
| 34 | + longer supported |
29 | 35 | [#936](https://github.com/fastly/terraform-provider-fastly/pull/936)
|
30 | 36 |
|
31 | 37 | ### ENHANCEMENTS:
|
32 | 38 |
|
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)) |
38 | 42 |
|
39 | 43 | ### DEPENDENCIES:
|
40 | 44 |
|
|
49 | 53 |
|
50 | 54 | ### ENHANCEMENTS:
|
51 | 55 |
|
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)) |
54 | 57 |
|
55 | 58 | ### BUG FIXES:
|
56 | 59 |
|
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)) |
58 | 61 |
|
59 | 62 | ### DEPENDENCIES:
|
60 | 63 |
|
|
0 commit comments