From 1e060c2b772f476f1719d7bf9235b491bb6bf974 Mon Sep 17 00:00:00 2001 From: Christopher Fitzner Date: Thu, 6 Jun 2024 10:47:19 -0700 Subject: [PATCH] revert go-releaser to v1 Pin the version of go-releaser to v1 --- .github/workflows/release.yml | 5 +++-- CHANGELOG.md | 8 ++------ 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7839b3e4..6d6384c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index a447a645..c3a3f5b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.