Open
Description
Tell us about your request
Currently, releasing a newer version of Karpenter, requires that we first tag the same version that we are releasing with in karpenter-core
, then bump the version of karpenter-core
in the karpenter
go.mod to be the tagged version, then tag the version that we are releasing in karpenter
to complete the release process.
We should automate this process so that kicking off a release involves starting a GH workflow for a release version which:
- Tags the version in
karpenter-core
- Bumps the version of
karpenter-core
to the tagged version in thekarpenter
go.mod - Tags the version in
karpenter
- Create release notes that contains a link to the
karpenter-core
release notes for the same version.
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
N/A
Are you currently working around this issue?
N/A
Additional Context
No response
Attachments
No response
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Activity