Skip to content

Commit

Permalink
revert go-releaser to v1
Browse files Browse the repository at this point in the history
Pin the version of go-releaser to v1
  • Loading branch information
fantapop committed Jun 6, 2024
1 parent 795dd1c commit 1e060c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ jobs:
passphrase: ${{ secrets.PASSPHRASE }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
uses: goreleaser/goreleaser-action@v3.1.0
with:
args: release --clean
version: '~> v1'
args: release --rm-dist
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
# GitHub sets this automatically
Expand Down
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.4] - 2024-06-06
## [1.7.5] - 2024-06-06

## Fixed

- Updated goreleaser-action.

- Updated cluster_resource tests for latest supported versions of the db.

- Pinned version of go-releaser and updated arguments so it will work with version 2.
- Pinned version of go-releaser to version 1

- Fixed apply churn when the optional name attribute in the allowlist resource was
not included.
Expand Down

0 comments on commit 1e060c2

Please sign in to comment.