Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: streamline release overhead #542

Open
jkh52 opened this issue Nov 28, 2023 · 3 comments
Open

FR: streamline release overhead #542

jkh52 opened this issue Nov 28, 2023 · 3 comments
Labels
lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness.

Comments

@jkh52
Copy link
Contributor

jkh52 commented Nov 28, 2023

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?

@jkh52
Copy link
Contributor Author

jkh52 commented Nov 28, 2023

Initial release (tag) script: #541

@BenTheElder
Copy link
Member

I'm not aware of anyone automating promoting PRs yet, but I think it's a good idea if done carefully (the point of promotion PRs is to ensure changes to prod are vetted to have come from a secure and expected build process, in practice how much that helps aside from two-people to merge is down to how your project operates).

@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 26, 2024
@jkh52 jkh52 added lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness.
Projects
None yet
Development

No branches or pull requests

4 participants