Skip to content

Commit 81b4200

Browse files
Release for 7-25-2025 (#999)
* release for 7-25-2025
1 parent bcc6e40 commit 81b4200

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,28 @@
22

33
### BREAKING:
44

5+
### ENHANCEMENTS:
6+
7+
### BUG FIXES:
8+
9+
### DEPENDENCIES:
10+
11+
## 7.0.0 (May 21, 2025)
12+
13+
### BREAKING:
14+
515
- feat(fastly): remove deprecated `geo_headers` field from fastly service ([#992](https://github.com/fastly/terraform-provider-fastly/pull/992))
6-
- feat(go.mod): upgrade golang to 1.24.0 and make appropriate changes ([#993](https://github.com/fastly/terraform-provider-fastly/pull/993))
716

817
### ENHANCEMENTS:
918

1019
- feat(config): add an environment variable allowing users to override the sensitive attribute ([#985](https://github.com/fastly/terraform-provider-fastly/pull/985))
1120

12-
### BUG FIXES:
13-
1421
### DEPENDENCIES:
1522
- build(deps): `golang.org/x/net` from 0.39.0 to 0.40.0 ([#990](https://github.com/fastly/terraform-provider-fastly/pull/990))
1623
- build(deps): `github.com/fastly/go-fastly/v10` from 10.0.1 to 10.1.0 ([#996](https://github.com/fastly/terraform-provider-fastly/pull/996))
1724
- build(deps): `github.com/hashicorp/terraform-plugin-sdk/v2` from 2.36.1 to 2.37.0 ([#998](https://github.com/fastly/terraform-provider-fastly/pull/998))
1825
- build(deps): `github.com/fastly/go-fastly/v10` from 10.1.0 to 10.2.0 ([#1000](https://github.com/fastly/terraform-provider-fastly/pull/1000))
26+
- build(go.mod): upgrade golang to 1.24.0 and make appropriate changes ([#993](https://github.com/fastly/terraform-provider-fastly/pull/993))
1927

2028
## 6.1.0 (April 17, 2025)
2129

fastly/block_fastly_service_requestsetting_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ func TestAccFastlyServiceVCLRequestSetting_basic(t *testing.T) {
7474
BypassBusyWait: gofastly.ToPointer(false),
7575
ForceMiss: gofastly.ToPointer(false),
7676
ForceSSL: gofastly.ToPointer(false),
77-
GeoHeaders: gofastly.ToPointer(false),
7877
HashKeys: gofastly.ToPointer(""),
7978
TimerSupport: gofastly.ToPointer(false),
8079
}
@@ -96,7 +95,6 @@ func TestAccFastlyServiceVCLRequestSetting_basic(t *testing.T) {
9695
BypassBusyWait: gofastly.ToPointer(false),
9796
ForceMiss: gofastly.ToPointer(false),
9897
ForceSSL: gofastly.ToPointer(false),
99-
GeoHeaders: gofastly.ToPointer(false),
10098
HashKeys: gofastly.ToPointer(""),
10199
TimerSupport: gofastly.ToPointer(false),
102100
}
@@ -117,7 +115,6 @@ func TestAccFastlyServiceVCLRequestSetting_basic(t *testing.T) {
117115
BypassBusyWait: gofastly.ToPointer(false),
118116
ForceMiss: gofastly.ToPointer(false),
119117
ForceSSL: gofastly.ToPointer(false),
120-
GeoHeaders: gofastly.ToPointer(false),
121118
HashKeys: gofastly.ToPointer(""),
122119
TimerSupport: gofastly.ToPointer(false),
123120
}

0 commit comments

Comments
 (0)