Skip to content

Releases: fastly/terraform-provider-fastly

v3.0.4

09 Jan 15:53
v3.0.4
d714f62
Compare
Choose a tag to compare

3.0.4 (January 9, 2023)

BUG FIXES:

  • fix: force refresh when service version is reverted outside of Terraform #630

DEPENDENCIES:

  • Bump goreleaser/goreleaser-action from 3 to 4 #626

v3.0.3

07 Dec 17:11
v3.0.3
dcdf2d9
Compare
Choose a tag to compare

3.0.3 (December 7, 2022)

BUG FIXES:

  • Prevent SSL related fields from being sent empty to the Fastly API #622

DOCUMENTATION:

  • docs: remove 'alpha' notice from custom health check http headers feature #623

v3.0.2

23 Nov 18:29
v3.0.2
9bea039
Compare
Choose a tag to compare

3.0.2 (November 23, 2022)

BUG FIXES:

  • Fix logging endpoints to not send empty placement value #620

v3.0.1

22 Nov 14:33
v3.0.1
9d43191
Compare
Choose a tag to compare

3.0.1 (November 22, 2022)

BUG FIXES:

  • Backends send empty string to API #618

v3.0.0

16 Nov 15:06
v3.0.0
eb27402
Compare
Choose a tag to compare

3.0.0 (November 16, 2022)

The major v7 release of the go-fastly API client resulted in substantial changes to the internals of the Fastly Terraform provider, and so we felt it was safer to release a new major version.

Additionally, the long deprecated ssl_hostname backend attribute has now officially been removed from the provider (refer to the documentation for ssl_cert_hostname and ssl_sni_hostname).

There has also been many bug fixes as part of the integration with the latest go-fastly release.

BREAKING:

  • Bump go-fastly to new v7 major release #614

ENHANCEMENTS:

  • feat: dependabot workflow automation for updating dependency #604
  • Add google account name to all gcp logging endpoints #603

BUG FIXES:

  • fix incorrect update reference #599

DEPENDENCIES:

  • Bump actions/checkout from 2 to 3 #605
  • Bump goreleaser/goreleaser-action from 2 to 3 #606
  • Bump github.com/bflad/tfproviderlint from 0.27.1 to 0.28.1 #611
  • Bump github.com/stretchr/testify from 1.7.0 to 1.8.1 #610
  • Bump github.com/google/go-cmp from 0.5.6 to 0.5.9 #608
  • Bump actions/setup-go from 2 to 3 #607
  • Bump github.com/hashicorp/terraform-plugin-docs from 0.5.0 to 0.13.0 #612
  • Bump actions/cache from 2 to 3 #616

v2.4.0

13 Oct 16:45
v2.4.0
762231b
Compare
Choose a tag to compare

2.4.0 (October 13, 2022)

ENHANCEMENTS:

  • Support health check headers #598
  • Code base refactor with tfproviderlintx #596

v2.3.3

03 Oct 09:12
v2.3.3
89649f5
Compare
Choose a tag to compare

2.3.3 (October 3, 2022)

ENHANCEMENTS:

  • Reduce unnecessary API calls #593

v2.3.2

20 Sep 10:18
1b11c98
Compare
Choose a tag to compare

2.3.2 (September 20, 2022)

ENHANCEMENTS:

  • Support for additional S3 storage classes #589

DOCUMENTATION:

  • Remove inconsistent 'warning' message #591

v2.3.1

12 Sep 10:06
419e627
Compare
Choose a tag to compare

2.3.1 (September 12, 2022)

BUG FIXES:

  • Bump dependencies to fix Dependabot vulnerability #586

v2.3.0

05 Sep 14:46
b956e9f
Compare
Choose a tag to compare

2.3.0 (September 5, 2022)

ENHANCEMENTS:

  • Allow services to be reused #578
  • Static analysis refactoring #581
  • Revive linter refactoring #584

DOCUMENTATION:

  • Document updating fastly_tls_certificate #582