kubernetes-client / c

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

Request to tag current code and release 0.2.0 for kuberntes v1.22 #115

Closed ityuhui closed 2 years ago

ityuhui commented 2 years ago

Hi @brendandburns

I want to tag the current code

git tag -a v0.2.0 -m "version 0.2.0"

and release it for kuberntes v1.22

What do you think about it ?

brendandburns commented 2 years ago

Sounds great, let's do it!

and eventually let's make this a github action that is manually triggered, similar to https://github.com/kubernetes-client/java/blob/master/.github/workflows/release.yml

ityuhui commented 2 years ago

Release 0.2.0 https://github.com/kubernetes-client/c/releases/tag/v0.2.0

I will work for the github action later.