File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
## 3.1.0 (Unreleased)
2
2
3
+ ## 3.0.3 (December 7, 2022)
4
+
5
+ BUG FIXES:
6
+
7
+ * Prevent SSL related fields from being sent empty to the Fastly API [ #622 ] ( https://github.com/fastly/terraform-provider-fastly/pull/622 )
8
+
9
+ DOCUMENTATION:
10
+
11
+ * docs: remove 'alpha' notice from custom health check http headers feature [ #623 ] ( https://github.com/fastly/terraform-provider-fastly/pull/623 )
12
+
3
13
## 3.0.2 (November 23, 2022)
4
14
5
15
BUG FIXES:
@@ -505,7 +515,7 @@ BUG FIXES:
505
515
506
516
NOTES:
507
517
508
- * provider: Add a [ CONTRIBUTING.md] ( https://github.com/fastly/terraform-provider-fastly/blob/main/CONTRIBUTING.md ) containing contributing guidlines and documentation. ([ #305 ] ( https://github.com/fastly/terraform-provider-fastly/pull/307 ) )
518
+ * provider: Add a [ CONTRIBUTING.md] ( https://github.com/fastly/terraform-provider-fastly/blob/main/CONTRIBUTING.md ) containing contributing guidelines and documentation. ([ #305 ] ( https://github.com/fastly/terraform-provider-fastly/pull/307 ) )
509
519
510
520
## 0.20.0 (August 10, 2020)
511
521
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ terraform {
25
25
required_providers {
26
26
fastly = {
27
27
source = "fastly/fastly"
28
- version = ">= 3.0.2 "
28
+ version = ">= 3.0.3 "
29
29
}
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments