kubernetes / api

The canonical location of the Kubernetes API definition.
Apache License 2.0
652 stars 433 forks source link

missing tag for 0.20.0-rc.0 #35

Closed smira closed 3 years ago

smira commented 3 years ago

This repo and other Go modules repos under kubernetes seem to be missing a tag for 1.20.0-rc.0 (https://github.com/kubernetes/kubernetes/releases/tag/v1.20.0-rc.0).

nikhita commented 3 years ago

/assign

I'll create a PR in the next hour to fix this :)

smira commented 3 years ago

@nikhita thanks for quick response, but looks like tag is still missing for 0.20.0-rc.0, e.g. for apimachinery package:

image

nikhita commented 3 years ago

@smira https://github.com/kubernetes/kubernetes/pull/97004 will fix it :+1:

smira commented 3 years ago

kubernetes/kubernetes#97004 will fix it +1

thank you!

nikhita commented 3 years ago

@smira the rc tag is available now :smile:

https://github.com/kubernetes/api/releases/tag/v0.20.0-rc.0

smira commented 3 years ago

thanks @nikhita, it's working now, so we can actually upgrade to 1.20.0-rc.0!