Skip to content

Commit 48125c1

Browse files
authored
debt: Upgraded dependencies to latest stable verions (#25)
1 parent 1b987e9 commit 48125c1

3 files changed

Lines changed: 21 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
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
@@ -66,7 +66,7 @@ jobs:
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 }}

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff 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

sbin/proto-generate.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@ if [[ ! -f buf.gen.yaml ]]; then
3131
exit 0
3232
fi
3333

34+
echo "[INFO] Cleaning pb.go files"
35+
rm proto/v1/pb/*.pb.go
36+
3437
echo "[INFO] Running: proto generate"
3538
buf generate --template buf.gen.yaml

0 commit comments

Comments
 (0)