All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Fix incorrect plugin version
- Add support for
darwin/arm64
- Upgrade to GoLang v1.17
- Fix wrong
deprecated
field value when output is set tojson
- Mark charts as deprecated if it's the latest version which has been marked deprecated.
- Add
--only-source-updates
flag, to show only updates from source repository
- Improve search of source repository
- Fix showing incorrect App Version in multi-repo table view
- Print warning messages to /dev/stderr
- Fix
[[: not found
error ininstall-binary.sh
script - Fix showing repos serving depreacted charts if
--ignore-deprecation
is set totrue
(#36 (comment 768978347))
- 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))
- Print seperator in 'table' output mode by the length of the current terminal (#37)
- Fix JSON/YAML output when multiple repositories do provide the chart (#33)
- Print version information when '--version' is set
- Enable 'ignore-repo' flag default (#25)
- Add environment variable mapping for the '--ignore-repo' and '--deprecation-notice' flags
- Fix 'multiple repos with same charts' bug [#21]
- Link binaries statically to prevent 'no such file or directory' crashes (#26)
- Add 'ignore-repo' Flag (8af200d0a5b5e30e9eb06135e07289572710b7f2)
- Fix 'no Auth Provider found' Error #12
- Add support for helm v3 Client (#11)
- Add check for unset HELM_HOME Env Variable to the install Script (#10)
- Add TLS Support (#1, bacongobbler/helm-whatup#6)
- Add table Output Format (#3)