Skip to content

Releases: fastly/terraform-provider-fastly

v5.11.0

02 Jul 13:50
v5.11.0
Compare
Choose a tag to compare

5.11.0 (July 2, 2024)

BUG FIXES:

  • fix(alerts): make service_id attribute optional #852
  • fix handling of config store entries when store has been deleted #864
  • fix(tls_activation): update mutual_authentication_id #866
  • fix(alerts): ensure that alert creation works properly when 'ignore_below' is not specified #869

DEPENDENCIES:

  • build(deps): bump github.com/bflad/tfproviderlint from 0.29.0 to 0.30.0 #850
  • build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 #853
  • build(deps): bump github.com/hashicorp/terraform-plugin-docs #857
  • build(deps): bump golang.org/x/net from 0.25.0 to 0.26.0 #859
  • build(deps): bump github.com/fastly/go-fastly/v9 from 9.4.0 to 9.7.0 #867

v5.10.0

16 May 14:12
v5.10.0
06abc4e
Compare
Choose a tag to compare

5.10.0 (May 16, 2024)

ENHANCEMENTS:

  • feat(image_optimizer_default_settings): add Image Optimizer default settings API #832

v5.9.0

09 May 10:36
v5.9.0
97e0bf7
Compare
Choose a tag to compare

5.9.0 (May 9, 2024)

ENHANCEMENTS:

  • feat(fastly_integration): implement resource and documentation #844
  • feat(fastly_alerts): add percentage alerts #845

DEPENDENCIES:

  • build(deps): bump golang.org/x/net from 0.19.0 to 0.24.0 #842
  • build(deps): bump github.com/hashicorp/terraform-plugin-docs #841
  • build(deps): bump github.com/hashicorp/terraform-plugin-docs #843
  • build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0 #846

v5.8.0

18 Apr 12:17
v5.8.0
8d830a8
Compare
Choose a tag to compare

5.8.0 (April 18, 2024)

BUG FIXES:

  • fix(fastly_vcl_service): ensure backend names are unique #836

ENHANCEMENTS:

  • feat: vcl_snippets #835
  • Add support for specifying location when creating KV stores #834

v5.7.3

16 Apr 09:59
v5.7.3
772be21
Compare
Choose a tag to compare

5.7.3 (April 16, 2024)

BUG FIXES:

  • Fix stats alerts, add all service aggregate alerts #831

v5.7.2

15 Apr 17:10
v5.7.2
351d423
Compare
Choose a tag to compare

5.7.2 (April 15, 2024)

ENHANCEMENTS:

  • fix: update the default timeout value for healthcheck consistency with Fastly App (UI) #827

BUG FIXES:

  • fix(rate_limiter): persist uri_dictionary_name to state #828
  • fix(tls_subscription): ensure configuration_id is current value (not initial) #824
  • fix(tls_mutual_authentication): update activation after mtls creation #829

DOCUMENTATION:

  • Update Certainly Documentation to Remove Beta Label #826

v5.7.1

15 Mar 18:15
v5.7.1
04323ca
Compare
Choose a tag to compare

5.7.1 (March 15, 2024)

ENHANCEMENTS:

  • feat(scalyr): add project_id #822

DEPENDENCIES:

  • chore: avoid extra string interpolation #820

v5.7.0

29 Feb 20:08
v5.7.0
080b418
Compare
Choose a tag to compare

5.7.0 (February 29, 2024)

BUG FIXES:

  • remove: mTLS from state if API returns 404 #794
  • fix(docs): YAML Frontmatter formatting in product_enablement.md #788
  • fix(request_settings): allow unsetting of action #814

ENHANCEMENTS:

  • ci: add golangci-lint action #777
  • feat(logging_newrelicotlp): add new logging block #786
  • ci: slash command to trigger tests for forked PRs #785
  • ci: fix ok-to-test #796
  • refactor(all): support go-fastly v9 #808
  • feat(fastly_alert): implement resource and documentation #810

DEPENDENCIES:

  • build(deps): bump hashicorp/setup-terraform from 2 to 3 #776
  • build(deps): bump github.com/fastly/go-fastly/v8 from 8.6.2 to 8.6.4 #779
  • build(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 #780
  • build(deps): bump actions/setup-go from 4 to 5 #789
  • build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 #793
  • build(deps): bump golang.org/x/net from 0.17.0 to 0.19.0 #784

v5.6.0

18 Oct 13:53
v5.6.0
902cf4d
Compare
Choose a tag to compare

5.6.0 (October 18, 2023)

BUG FIXES:

  • fix(product_enablement): avoid accidentally disabling products on update #763

ENHANCEMENTS:

  • refactor(product_enablement): make Read() logic consistent with other resource types #773

DEPENDENCIES:

  • build(deps): bump github.com/fastly/go-fastly/v8 from 8.6.1 to 8.6.2 #765
  • build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 #771
  • build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 #770

DOCUMENTATION:

  • docs: product enablement #762
  • doc: rename Compute@Edge to Compute #769

v5.5.0

19 Sep 09:47
v5.5.0
6e03cce
Compare
Choose a tag to compare

5.5.0 (September 19, 2023)

ENHANCEMENTS:

  • feat(backend): support share_key attribute #747
  • test(interface): add more resources #746
  • test(interface): add more fastly_service_vcl attributes/blocks #756
  • test(interface): add rate_limiter resource #759

BUG FIXES:

  • fix: use paginator to fetch all ACL entries #758

DEPENDENCIES:

  • build(deps): bump actions/checkout from 3 to 4 #744
  • build(deps): bump github.com/fastly/go-fastly/v8 from 8.5.9 to 8.6.1 #745
  • build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.28.0 to 2.29.0 #752
  • build(deps): bump goreleaser/goreleaser-action from 4 to 5 #754
  • build(deps): bump golang.org/x/net from 0.14.0 to 0.15.0 #753