profile picture

1 pages tagged with "versions"

The Kubernetes and go modules versioning system

May 21, 2021
While go modules have been with us for a while already and in general seems to be a stable solution they still give some issues occasionally. Recently I stuck trying to figure out how to map Kubernetes version (format 1.XX.YY) to the Kubernetes libraries versions (format 0.XX.YY). In the end, this post was written as a historical overview and, mostly, as a personal reminder. read more