Releases: fabmation-gmbh/helm-whatup
Releases · fabmation-gmbh/helm-whatup
v0.6.3
v0.6.1
v0.6.0
v0.5.4
v0.5.3
v0.5.2
v0.5.1
Changed (1 change)
- Print warning messages to /dev/stderr
Fixed (2 changes)
- Fix
[[: not found
error ininstall-binary.sh
script - Fix showing repos serving depreacted charts if
--ignore-deprecation
is set totrue
(#36 (comment 768978347))
v0.5.0
Added (5 changes)
- Add
--ignore-deprecation
flag to allow ignoring Charts marked as "deprecated" (#35) - Add
HELM_WHATUP_BETA_FEATURES
environment variable to toggle beta features in this plugin - Add new row/field 'REPOSITORY' to output to show the name of the Chart repository containing the newer version.
- Colorize source repository in multi-repository table view (#37)
- Print 'installed app version' in table view when multiple repositories are providing the chart (#36; #36 (comment 768345618))
Changed (1 change)
- Print separator in 'table' output mode by the length of the current terminal (#37)