Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.23 KB

RELEASES.md

File metadata and controls

39 lines (27 loc) · 1.23 KB

Releases of sigsum-go

What is a release?

A release of sigsum-go is a git tag that is mentioned in the NEWS file, and announced on the sigsum-announce mailing list. (I.e., not all tags are considered releases).

What is being released?

Command line programs

The following programs are released and supported:

  • ./cmd/sigsum-key
  • ./cmd/sigsum-submit
  • ./cmd/sigsum-token
  • ./cmd/sigsum-verify

User visible changes in these tools are documented in the NEWS file.

There are two additional programs, currently not properly supported: ./cmd/sigsum-monitor is work-in-progress. ./cmd/sigsum-witness is intended mainly for test purposes (to operate a witness, see litewitness).

Library

The Go library (exported packages under ./pkg) is intended for applications that want to implement Sigsum logging, without going via the command line tools. However, we are not yet able to promise API stability (as indicated by the "v0.*" module version), and there's no documentation beyond what's included in the source code.