Skip to content

Commit ec5035f

Browse files
authored
release 8.4.0 (#1138)
* release 8.4.0 * changelog update
1 parent ef8cbb1 commit ec5035f

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
### ENHANCEMENTS:
66

7+
### BUG FIXES:
8+
9+
### DEPENDENCIES:
10+
11+
### DOCUMENTATION:
12+
13+
## 8.4.0 (November 4, 2025)
14+
15+
### ENHANCEMENTS:
16+
717
- feat(ngwaf/lists): added support for NGWAF Lists to data sources ([#1124](https://github.com/fastly/terraform-provider-fastly/pull/1124))
818
- feat(ngwaf/rules): added support for NGWAF Rules to data sources ([#1124](https://github.com/fastly/terraform-provider-fastly/pull/1124))
919
- feat(ngwaf/signals): added support for NGWAF Signals to data sources ([#1124](https://github.com/fastly/terraform-provider-fastly/pull/1124))
@@ -16,8 +26,6 @@
1626
- fix(logging/compute): corrected drift behavior for some compute logging endpoints where the value of 'period' was not being retained correctly ([#1134](https://github.com/fastly/terraform-provider-fastly/pull/1134))
1727
- fix(tls/subscriptions): corrects 'common_name' validation for update operations ([#1135](https://github.com/fastly/terraform-provider-fastly/pull/1135))
1828

19-
### DEPENDENCIES:
20-
2129
### DOCUMENTATION:
2230

2331
- docs(ngwaf/rules): imroved usage examples of various NGWAF Rule patterns ([#1128](https://github.com/fastly/terraform-provider-fastly/pull/1128))

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 = ">= 8.3.2"
28+
version = ">= 8.4.0"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)