Skip to content
Closed
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
7 changes: 6 additions & 1 deletion spire-server.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: spire-server
version: "1.14.0"
epoch: 0 # CVE-2025-61729
epoch: 1 # GHSA-4qg8-fj49-pxjh
description: The SPIFFE Runtime Environment (SPIRE) server
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -29,6 +29,11 @@ pipeline:
repository: https://github.com/spiffe/spire
tag: v${{package.version}}

- uses: go/bump
with:
deps: |-
github.com/sigstore/timestamp-authority@v2.0.3

- runs: |
# Spire's build assumes a specific Go version, defined in the repo's
# .go-version file; if the expected version isn't installed, it's
Expand Down
Loading