The Metrics Server 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 OWNER 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=$VERSION make release-tag
and waits for prow.k8s.io to build and push new images to gcr.io/k8s-staging-metrics-server - An OWNER builds the release manifests using
make release-manifests
and uploads them to Github release - 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] metrics-server $VERSION is released
- The release issue is closed