Skip to content

Releases: fabmation-gmbh/helm-whatup

v0.6.3

18 Jan 12:19
v0.6.3
6403b6f
Compare
Choose a tag to compare

0.6.3 (2022-01-18)

Fixed (1 change)

  • Fix incorrect plugin version

0.6.2 (2022-01-18)

Added (2 changes)

  • Add support for darwin/arm64
  • Upgrade to GoLang v1.17

v0.6.1

13 Aug 16:36
v0.6.1
002da79
Compare
Choose a tag to compare

Changelog

Fixed (1 change)

  • Fix wrong deprecated field value when output is set to json

v0.6.0

11 Feb 10:31
v0.6.0
66784f5
Compare
Choose a tag to compare
v0.6.0

v0.5.4

02 Feb 15:55
v0.5.4
97c979d
Compare
Choose a tag to compare

Added (1 change)

  • Add --only-source-updates flag, to show only updates from source repository

v0.5.3

02 Feb 10:09
v0.5.3
2a912bb
Compare
Choose a tag to compare

Other (1 change)

  • Improve search of source repository

v0.5.2

01 Feb 09:04
v0.5.2
dc10484
Compare
Choose a tag to compare

Fixed (1 change)

  • Fix showing incorrect App Version in multi-repo table view

v0.5.1

01 Feb 07:56
v0.5.1
467d836
Compare
Choose a tag to compare

Changed (1 change)

  • Print warning messages to /dev/stderr

Fixed (2 changes)

  • Fix [[: not found error in install-binary.sh script
  • Fix showing repos serving depreacted charts if --ignore-deprecation is set to true (#36 (comment 768978347))

v0.5.0

27 Jan 18:17
v0.5.0
5cc8395
Compare
Choose a tag to compare

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)

Other (2 changes)

  • Fix typo in help page (#37)
  • Use '/bin/sh' instead of '/bin/bash' in the install script (#34)

v0.4.3

26 Oct 07:17
v0.4.3
3128b21
Compare
Choose a tag to compare

Fixed (1 change)

  • Fix JSON/YAML output when multiple repositories do provide the chart (#33)

v0.4.2

01 Sep 12:27
v0.4.2
071dd58
Compare
Choose a tag to compare

Fixed (1 change)

  • Print version information when '--version' is set (#32)