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

v0.12.0 release plan #263

Open
ityuhui opened this issue Feb 13, 2025 · 1 comment
Open

v0.12.0 release plan #263

ityuhui opened this issue Feb 13, 2025 · 1 comment

Comments

@ityuhui
Copy link
Member

ityuhui commented Feb 13, 2025

Release plan for v0.12.0:

  1. Regenerate the C client based on Kubernetes 1.32
    via GitHub Action https://github.com/kubernetes-client/c/actions/workflows/generate.yml
    Parameters for the action:
  • Use workflow from: Branch master
  • The remote kubernetes release branch to fetch openapi spec. e.g. "release-1.28": release-1.32
  • The commit to use for the kubernetes-client/gen repo: master
  • The commit to use for the OpenAPITools/openapi-generator repo. e.g. "v7.0.0": master
  • Semvar to use for the version number: 0.12.0
    PR: Automated openapi generation from release-1.32 #260
  1. Update Versioning and Compatibility
    PR: Update version and compatibility for the release 0.12.0 #264

  2. Release the C client v0.12.0 guided by RELEASE.md
    Create the branch: release-0.12

    git checkout -b release-0.12
    git push origin release-0.12

Release action: https://github.com/kubernetes-client/c/actions/workflows/release.yml
Parameters for release action:

Thanks to @brendandburns for finishing 1 Regenerate the C client based on Kubernetes 1.32

@brendandburns
Copy link
Contributor

Plan looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants