Skip to content

Commit 6e03cce

Browse files
committed
v5.5.0 (#760)
1 parent f6f05e2 commit 6e03cce

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
## 5.5.0 (Unreleased)
1+
## 5.6.0 (Unreleased)
2+
3+
## 5.5.0 (September 19, 2023)
4+
5+
ENHANCEMENTS:
6+
7+
* feat(backend): support share_key attribute [#747](https://github.com/fastly/terraform-provider-fastly/pull/747)
8+
* test(interface): add more resources [#746](https://github.com/fastly/terraform-provider-fastly/pull/746)
9+
* test(interface): add more fastly_service_vcl attributes/blocks [#756](https://github.com/fastly/terraform-provider-fastly/pull/756)
10+
* test(interface): add rate_limiter resource [#759](https://github.com/fastly/terraform-provider-fastly/pull/759)
11+
12+
BUG FIXES:
13+
14+
* fix: use paginator to fetch all ACL entries [#758](https://github.com/fastly/terraform-provider-fastly/pull/758)
15+
16+
DEPENDENCIES:
17+
18+
* build(deps): bump actions/checkout from 3 to 4 [#744](https://github.com/fastly/terraform-provider-fastly/pull/744)
19+
* 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)
20+
* 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)
21+
* build(deps): bump goreleaser/goreleaser-action from 4 to 5 [#754](https://github.com/fastly/terraform-provider-fastly/pull/754)
22+
* 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)
223

324
## 5.4.0 (September 1, 2023)
425

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
required_providers {
2626
fastly = {
2727
source = "fastly/fastly"
28-
version = ">= 5.4.0"
28+
version = ">= 5.5.0"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)