- add context.WithTimeout - limit the time spent on quering GitHub
APIs
- extract Kubernetes GitHub Releases API quering into a separate
fetchKubernetesReleases func
- extract Kubernetes Version Update logic into a separate
updateKubernetesVersions func
- extract file patching instructions into a separate replaceAllString
func
- patch '../../site/content/en/docs/commands/start.md' => remove the
need to run 'make generate-docs' before 'make test'
- resolve 'ERROR: logging before flag.Parse'
- consolidate and add more verbose logging
- add more descriptive code comments
- removed TODO - will stick to the '0' patch version for all testData
sets
- ensure 'make test' completes w/o any issues