mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
1 KiB
1 KiB
Release Process
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
kubernetes-sig-instrumentation@googlegroups.comwith the subject[ANNOUNCE] prometheus-adapter $VERSION is released - The release issue is closed