Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

34 lines (22 loc) · 1.33 KB

kube-ps1 project CHANGELOG

[UNRELEASED]

0.8.0 (11/22/22)

Lots of updates and changes in this long overdue release. Hopefully this summary will include the major changes over the last few years.

  • function name updates to be more descriptive
  • added openshift glyph option (#164)
  • Improve caching to account for deleted/missing kube config files (#118)
  • Added ability to change the color of KUBE_PS1_PREFIX and KUBE_PS1_SUFFIX (#79)
  • Added option to turn off image padding. Defaults to true. There were some troubles with terminals overlapping the symbol (#126)

IMPROVEMENTS

0.7.0 (2/21/19)

  • Merged (#47) to allow modification of cluster and namespace with user supplied functions
  • Color handling now takes named arguments properly for base colors and integer values for 256 colors

BUG FIXES:

  • For zsh, stat module is loaded with zmodload -F zsh/stat b:zstat to avoid conflict with system or user stat

0.6.0 (2/25/18)

BUG FIXES:

  • kubeon and kubeoff: Fix state on already running shells (#37)