File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 # See: https://github.com/sigstore/cosign-installer
5454 # See: https://github.com/sigstore/cosign/releases
5555 - name : Install Cosign
56- uses : sigstore/cosign-installer@v4.0.0
56+ uses : sigstore/cosign-installer@v4.1.1
5757 with :
58- cosign-release : ' v3.0.4 '
58+ cosign-release : ' v3.0.6 '
5959
6060 # See: https://github.com/anchore/sbom-action
6161 - name : Generate SBOM via Syft
6666
6767 # See: https://github.com/goreleaser/goreleaser-action
6868 - name : " Release"
69- uses : goreleaser/goreleaser-action@v6
69+ uses : goreleaser/goreleaser-action@v7
7070 with :
7171 version : latest
7272 args : release --clean ${{ env.flags }}
Original file line number Diff line number Diff line change @@ -19,6 +19,19 @@ Date format: `YYYY-MM-DD`
1919
2020---
2121
22+ ## [ 1.59.1] - 2026-04-08
23+
24+ ### Added
25+ ### Changed
26+ - ** debt:** Upgraded dependencies to their latest stable versions.
27+
28+ ### Deprecated
29+ ### Removed
30+ ### Fixed
31+ ### Security
32+
33+ ---
34+
2235## [ 1.59.0] - 2026-02-12
2336
2437### Added
@@ -527,7 +540,8 @@ package sixafter.types.proto.v1;
527540### Fixed
528541### Security
529542
530- [ Unreleased ] : https://github.com/sixafter/types/compare/v1.59.0...HEAD
543+ [ Unreleased ] : https://github.com/sixafter/types/compare/v1.59.1...HEAD
544+ [ 1.59.1 ] : https://github.com/sixafter/types/compare/v1.59.0...v1.59.1
531545[ 1.59.0 ] : https://github.com/sixafter/types/compare/v1.58.0...v1.59.0
532546[ 1.58.0 ] : https://github.com/sixafter/types/compare/v1.57.4...v1.58.0
533547[ 1.57.4 ] : https://github.com/sixafter/types/compare/v1.57.3...v1.57.4
Original file line number Diff line number Diff line change @@ -31,5 +31,8 @@ if [[ ! -f buf.gen.yaml ]]; then
3131 exit 0
3232fi
3333
34+ echo " [INFO] Cleaning pb.go files"
35+ rm proto/v1/pb/* .pb.go
36+
3437echo " [INFO] Running: proto generate"
3538buf generate --template buf.gen.yaml
You can’t perform that action at this time.
0 commit comments