David Collom
David Collom
This is related to https://github.com/jetstack/version-checker/issues/147 > Actually https://gcr.io/v2/google-containers/kube-proxy-amd64/tags/list hasn't been updated for a long time because they switched to https://gke.gcr.io/v2/kube-proxy-amd64/tags/list and new images are published there. Google has now stopped...
This is a re-attempt at implementing OS/Arch Support from https://github.com/jetstack/version-checker/pull/60 Actions: - [x] Get Node Details and store them in a memory efficient way - [ ] Ensure all clients...
As part of debugging https://github.com/jetstack/version-checker/issues/147 I decided to add some extra tests for version.go to help myself and others to understand some of the reasons and challenges with versioning along...
This means that the OverrideURI is used within the image label of the metrics.. prior to this, the overrideURI was very much behind the scenes and could cause some confusion...
This is part of https://github.com/jetstack/version-checker/issues/147 In an attempt to resolve the Old Container metrics, as the current delete assumes that we know the exact set of labels, including current tag...
This brings the same/similar logic that's used within the Sha calculation logic, but into SemVer The intention is to attempt to improve the SemVer verson discovery from bad dad. Some...
There is currently only **38%** total test coverage, to help improve collaboration and ensure a stable experience we should look to increase this (target TBA) significantly. This should also be...
This is to ensure that we have some test-coverage enforcement and that as the project grows we ensure that we don't regress under that.
This cleans up some of the output from `helm template` and also duirng installation to be cleaner and reduce whitespace as raised in #187. On its own: ```yaml --- #...