K1s Versions Save

The world's simplest Kubernetes dashboard (50 lines of Bash code)

0.1.2

3 years ago

Changes

  • Fix support for BSD sed (default version of sed on macOS): previously, some of the sed commands worked only for GNU sed but not for BSD sed. All sed commands now work uniformly for both versions of sed.

0.1.1

3 years ago

Changes

  • Fix which bug on Linux: the Linux version of which does not have an -s option. This version now uses which >/dev/null as a workaround.

0.1.0

3 years ago

Initial release.