Skip to content

Releases: databus23/helm-diff

v3.0.0-rc.3

24 Oct 21:01
Compare
Choose a tag to compare
v3.0.0-rc.3 Pre-release
Pre-release
  • improve output in error cases

v3.0.0-rc.2

24 Oct 08:17
Compare
Choose a tag to compare
v3.0.0-rc.2 Pre-release
Pre-release
  • fix install script for helm 3
  • build with go 1.13.3

v3.0.0-rc.1

23 Oct 19:00
Compare
Choose a tag to compare
v3.0.0-rc.1 Pre-release
Pre-release

This prerelease add support for the upcoming helm v3 release. It requires helm version >= 3.0.0-beta.5.
A big thanks goes to @jonasrutishauser for adding support vor helm v3 (#151) 🥇

v2.11.0+5

20 May 13:44
Compare
Choose a tag to compare

v2.11.0+5

v2.11.0+4

15 May 03:19
Compare
Choose a tag to compare

v2.11.0+4

v2.11.0+3

14 Jan 14:29
Compare
Choose a tag to compare
  • Add support for TLS environment variables (#109)

v2.11.0+2

11 Oct 09:17
Compare
Choose a tag to compare
  • Add freebsd support #105

v2.11.0+1

11 Oct 08:51
Compare
Choose a tag to compare
  • Update helm client to v2.11.0
  • Add --devel flag #92
  • Add --set-file flag #95
  • Fix --no-color flag #98

v2.10.0+1

27 Aug 03:44
9f8c0d8
Compare
Choose a tag to compare
  • Update to helm 2.10.0

v2.9.0+3

27 Aug 01:25
Compare
Choose a tag to compare
  • Add --context NUM flag to helm diff upgrade, helm diff rollback and helm diff revision command (#29)
  • Fix plugin installation on helm --debug plugin install (#62)
  • Dedicated exit code, 2, when diff exists (#65, #78)
  • Specify --version to avoid the GH API limit while installing the plugin (#69)
  • TLS-based client auth support (#71)
  • Support for diff of changes in chart hooks (#72)
  • Improved diff on apiVersion changes (#73)
  • Add --set-string K=V to helm diff upgrade (#84)
  • Fixed wrong diffs on namespaced release (#41). Also use the newly added --namespace NS flag for helm diff upgrade (#85)