Skip to content

Commit

Permalink
v5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Jun 29, 2023
1 parent ab89253 commit 345aaf9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: latest
version: v1.18.2 # TODO: change to 'latest' once Go 1.20 is released. This is so we can bump min Go version to 1.19.x which will fix a goreleaser dependency requirement.
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## 5.3.0 (Unreleased)

## 5.2.2 (June 29, 2023)

BUG FIXES:

* fix(stores): remove store from state if not found remotely [#719](https://github.com/fastly/terraform-provider-fastly/pull/719)

DEPENDENCIES:

* build(deps): bump go-fastly to latest 8.5.4 [#720](https://github.com/fastly/terraform-provider-fastly/pull/720)

## 5.2.1 (June 23, 2023)

DEPENDENCIES:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ errcheck:
@sh -c "'$(CURDIR)/scripts/errcheck.sh'"

goreleaser-bin:
go install github.com/goreleaser/goreleaser@latest
go install github.com/goreleaser/goreleaser@v1.18.2

# You can pass flags to goreleaser via GORELEASER_ARGS
# --skip-validate will skip the checks
Expand Down

0 comments on commit 345aaf9

Please sign in to comment.