Skip to content

Commit

Permalink
v5.5.0 (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Sep 19, 2023
1 parent f6f05e2 commit 6e03cce
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
## 5.5.0 (Unreleased)
## 5.6.0 (Unreleased)

## 5.5.0 (September 19, 2023)

ENHANCEMENTS:

* feat(backend): support share_key attribute [#747](https://github.com/fastly/terraform-provider-fastly/pull/747)
* test(interface): add more resources [#746](https://github.com/fastly/terraform-provider-fastly/pull/746)
* test(interface): add more fastly_service_vcl attributes/blocks [#756](https://github.com/fastly/terraform-provider-fastly/pull/756)
* test(interface): add rate_limiter resource [#759](https://github.com/fastly/terraform-provider-fastly/pull/759)

BUG FIXES:

* fix: use paginator to fetch all ACL entries [#758](https://github.com/fastly/terraform-provider-fastly/pull/758)

DEPENDENCIES:

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

## 5.4.0 (September 1, 2023)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
required_providers {
fastly = {
source = "fastly/fastly"
version = ">= 5.4.0"
version = ">= 5.5.0"
}
}
}
Expand Down

0 comments on commit 6e03cce

Please sign in to comment.