File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- ## 4.2.0 (Unreleased)
1
+ ## 4.3.0 (Unreleased)
2
+
3
+ ## 4.2.0 (April 1, 2023)
4
+
5
+ ENHANCEMENTS:
6
+
7
+ * feat(ratelimiter): implement Rate Limiter API [ #678 ] ( https://github.com/fastly/terraform-provider-fastly/pull/678 )
2
8
3
9
## 4.1.2 (March 29, 2023)
4
10
Original file line number Diff line number Diff line change 3
3
1 . Merge all PRs intended for the release.
4
4
2 . Rebase latest remote main branch locally (` git pull --rebase origin main ` ).
5
5
3 . Ensure all analysis checks and tests are passing (` TEST_PARALLELISM=8 make testacc ` ).
6
- 4 . Run ` go mod vendor ` and ` make goreleaser GORELEASER_ARGS="--skip-validate --rm-dist " ` .
6
+ 4 . Run ` go mod vendor ` and ` make goreleaser GORELEASER_ARGS="--skip-validate --clean " ` .
7
7
5 . Open a new PR to update CHANGELOG ([ example] ( https://github.com/fastly/terraform-provider-fastly/pull/498/files ) )<sup >[ 1] ( #note1 ) </sup >.
8
8
6 . Merge CHANGELOG.
9
9
7 . Rebase latest remote main branch locally (` git pull --rebase origin main ` )<sup >[ 2] ( #note2 ) </sup >.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ terraform {
25
25
required_providers {
26
26
fastly = {
27
27
source = "fastly/fastly"
28
- version = ">= 4.1.2 "
28
+ version = ">= 4.2.0 "
29
29
}
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments