diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dd025c5..88ce602 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -53,9 +53,9 @@ jobs: # See: https://github.com/sigstore/cosign-installer # See: https://github.com/sigstore/cosign/releases - name: Install Cosign - uses: sigstore/cosign-installer@v4.0.0 + uses: sigstore/cosign-installer@v4.1.1 with: - cosign-release: 'v3.0.4' + cosign-release: 'v3.0.6' # See: https://github.com/anchore/sbom-action - name: Generate SBOM via Syft @@ -66,7 +66,7 @@ jobs: # See: https://github.com/goreleaser/goreleaser-action - name: "Release" - uses: goreleaser/goreleaser-action@v6 + uses: goreleaser/goreleaser-action@v7 with: version: latest args: release --clean ${{ env.flags }} diff --git a/CHANGELOG.md b/CHANGELOG.md index f285780..314d063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,19 @@ Date format: `YYYY-MM-DD` --- +## [1.59.1] - 2026-04-08 + +### Added +### Changed +- **debt:** Upgraded dependencies to their latest stable versions. + +### Deprecated +### Removed +### Fixed +### Security + +--- + ## [1.59.0] - 2026-02-12 ### Added @@ -527,7 +540,8 @@ package sixafter.types.proto.v1; ### Fixed ### Security -[Unreleased]: https://github.com/sixafter/types/compare/v1.59.0...HEAD +[Unreleased]: https://github.com/sixafter/types/compare/v1.59.1...HEAD +[1.59.1]: https://github.com/sixafter/types/compare/v1.59.0...v1.59.1 [1.59.0]: https://github.com/sixafter/types/compare/v1.58.0...v1.59.0 [1.58.0]: https://github.com/sixafter/types/compare/v1.57.4...v1.58.0 [1.57.4]: https://github.com/sixafter/types/compare/v1.57.3...v1.57.4 diff --git a/sbin/proto-generate.sh b/sbin/proto-generate.sh index 137ddf3..a663f49 100755 --- a/sbin/proto-generate.sh +++ b/sbin/proto-generate.sh @@ -31,5 +31,8 @@ if [[ ! -f buf.gen.yaml ]]; then exit 0 fi +echo "[INFO] Cleaning pb.go files" +rm proto/v1/pb/*.pb.go + echo "[INFO] Running: proto generate" buf generate --template buf.gen.yaml