Skip to content

Releases: databus23/helm-diff

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)

v2.9.0+2

12 Jun 19:09
Compare
Choose a tag to compare
  • Add --allow-unreleased flag to helm diff upgrade command (#15)
  • release tarball now ships plugin binary in bin/ subdirectory to be consistent with the path in plugin.yaml (#52 )

v2.9.0+1

26 Apr 22:58
Compare
Choose a tag to compare
  • restructure plugin cli to allow for subcommands
    • Deprecate helm diff in favor of helm diff upgrade
  • Add commands to diff revisions (#22), thanks to @aananthraj
    • helm diff revision RELEASE REVISION1 [REVISION2]
    • helm diff rollback RELEASE REVISION
  • Allow to specify chart version when diffing an upgrade

v2.8.2+2

12 Apr 13:09
Compare
Choose a tag to compare
  • Fix context deadline exceeded error (#38)

v2.8.2+1

11 Apr 11:57
Compare
Choose a tag to compare
  • Update to helm 2.8.2
  • Add --reset-values flag #28
  • Download remote chart to archive dir #30
  • Improve error message when specified value files don't exist #33

v2.8.0+1

05 Feb 12:54
Compare
Choose a tag to compare

Changes

  • Update to helm 2.8.0
  • Add --reuse-values flag #14
  • Add filtering for diff output #12
  • Add --no-color flag #18
  • Fix access to remote repositories #20

v2.7.0+1

30 Oct 10:24
Compare
Choose a tag to compare
bump to helm 2.7.0

v2.5.0+1

13 Jul 14:12
Compare
Choose a tag to compare

Rebuild against helm 2.5.0

This release also changes the way diffs are done.
We no longer diff template files but individual resources (YAML documents).
This is necesarry because since tiller 2.5.0 if a template file contains more than one YAML document they are returned in random order.