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

Closed
ityuhui opened this issue Feb 13, 2025 · 3 comments
Closed

v0.12.0 release plan #263

ityuhui opened this issue Feb 13, 2025 · 3 comments

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!

@ityuhui
Copy link
Member Author

ityuhui commented Feb 22, 2025

An error

Run git push https://***@github.com/kubernetes-client/c.git v0.12.0
remote: Permission to kubernetes-client/c.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/kubernetes-client/c.git/': The requested URL returned error: 403
Error: Process completed with exit code 128.

occurred during the Release action execution.
So I followed the doc https://github.com/kubernetes-client/c/blob/master/RELEASE.md#release-by-manual to manually release.

@ityuhui
Copy link
Member Author

ityuhui commented Feb 22, 2025

@ityuhui ityuhui closed this as completed Feb 22, 2025
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