File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 44
55### ENHANCEMENTS:
66
7+ ### BUG FIXES:
8+
9+ ### DEPENDENCIES:
10+
11+ ### DOCUMENTATION:
12+
13+
14+ ## 8.8.0 (March 17, 2026)
15+
16+ ### ENHANCEMENTS:
17+
718- feat(api-security): add support for API Security operations ([ #1211 ] ( https://github.com/fastly/terraform-provider-fastly/pull/1211 ) )
819
9- ### BUG FIXES:
1020
1121### DEPENDENCIES:
1222- build(deps): ` github.com/fastly/go-fastly/v13 ` from 13.0.1 to 13.1.0 ([ #1208 ] ( https://github.com/fastly/terraform-provider-fastly/pull/1208 ) )
1727- build(deps): ` golang.org/x/net ` from 0.51.0 to 0.52.0 ([ #1212 ] ( https://github.com/fastly/terraform-provider-fastly/pull/1212 ) )
1828- build(deps): ` actions/create-github-app-token ` from 2 to 3 ([ #1213 ] ( https://github.com/fastly/terraform-provider-fastly/pull/1213 ) )
1929
20- ### DOCUMENTATION:
2130
2231## 8.7.2 (March 10, 2026)
2332
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ terraform {
2525 required_providers {
2626 fastly = {
2727 source = "fastly/fastly"
28- version = ">= 8.7.2 "
28+ version = ">= 8.8.0 "
2929 }
3030 }
3131}
You can’t perform that action at this time.
0 commit comments