depstat is released on an as-needed basis. The process is as follows:
- An issue proposing a new release with a changelog since the last release is created.
- All OWNERS must LGTM this release.
- An OWNER builds the latest binary with the appropriate tag by running
go build -ldflags "-X main.DepstatVersion=<version-number>"
. - An OWNER uses the GitHub releases page to create a new release and drops the built binaries along with the changelog.
- The release issue is closed.
- An announcement email is sent to
kubernetes-dev@googlegroups.com
with the subject[ANNOUNCE] depstat $VERSION is released
.