Skip to content

Releases: databus23/helm-diff

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.

v2.4.0+1: update to helm 2.4.0

03 May 09:13
Compare
Choose a tag to compare

Rebuild against helm 2.4.0

v2.3.1+1

19 Apr 22:55
Compare
Choose a tag to compare
bump to helm 2.3.1

v2.2.1+2

14 Mar 15:45
Compare
Choose a tag to compare

Add +/- prefix to changed lines