prometheus-adapter is released on an as-needed basis. The process is as follows:
- An issue is proposing a new release with a changelog since the last release
- At least one OWNERS must LGTM this release
- A PR that bumps version hardcoded in code is created and merged
- An OWNER creates a draft Github release
- An OWNER creates a release tag using
git tag -s $VERSION
, inserts the changelog and pushes the tag withgit push $VERSION
. Then waits for prow.k8s.io to build and push new images to gcr.io/k8s-staging-prometheus-adapter - A PR in kubernetes/k8s.io is created to release images to
k8s.gcr.io
- An OWNER publishes the GitHub release
- An announcement email is sent to
[email protected]
with the subject[ANNOUNCE] prometheus-adapter $VERSION is released
- The release issue is closed