kubernetes-client / c

Official C client library for Kubernetes
Apache License 2.0
141 stars 45 forks source link

Request to release 0.4.0 for kuberntes v1.24 #129

Closed ityuhui closed 2 years ago

ityuhui commented 2 years ago

Hi @brendandburns

Since the code has been regenerated according to the Kuberntes v1.24 API specification by the PR https://github.com/kubernetes-client/c/pull/126 I plan to release 0.4.0 after this PR is merged.

The step is:

  1. Manually cut a branch release-0.4 from master
  2. On this branch release-0.4, tag and release v0.4.0 via GitHub Action https://github.com/kubernetes-client/c/actions/workflows/release.yml
brendandburns commented 2 years ago

Sounds good to me!

ityuhui commented 2 years ago

Hi @brendandburns

Can you approve this PR too? This ticket is a PR with a file that needs to be updated manually.

brendandburns commented 2 years ago

/lgtm /approve

k8s-ci-robot commented 2 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: brendandburns, ityuhui

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-client/c/blob/master/OWNERS)~~ [brendandburns,ityuhui] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment