Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions sbin/proto-generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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