replicatedhq / outdated

Kubectl plugin to find and report outdated images running in a Kubernetes cluster
https://outdated.sh
Apache License 2.0
426 stars 23 forks source link

Color code output based on semver #3

Open marccampbell opened 5 years ago

marccampbell commented 5 years ago

Today the plugin shows an image red if it's > 3 versions out of date, yellow if 1 or 2, and green if up to date. For semver tags, we should rely on the semver contract, and show red if it's a major version (or more) outdated, yellow if it's 1 or more minor versions or patches outdated, and green if it's completely current