Open
Description
Currently, releasing a new version tag is cumbersome (https://github.com/kubernetes-sigs/apiserver-network-proxy/blob/master/RELEASE.md).
Manual steps:
- create version tags
- create image promotion PRs
- bump k/k client library and example manifests
- and backport as appropriate
We should streamline or automate as much as possible.
@ameukam, I briefly discussed this with you and @BenTheElder at KubeCON, I think you had an example of something, automating at least a tag / version step and generating an image promotion PR; do you remember and have any example pattern?