Releases: databus23/helm-diff
Releases · databus23/helm-diff
v2.11.0+1
v2.10.0+1
v2.9.0+3
- Add
--context NUM
flag tohelm diff upgrade
,helm diff rollback
andhelm 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
tohelm diff upgrade
(#84) - Fixed wrong diffs on namespaced release (#41). Also use the newly added
--namespace NS
flag forhelm diff upgrade
(#85)
v2.9.0+2
v2.9.0+1
- restructure plugin cli to allow for subcommands
- Deprecate
helm diff
in favor ofhelm diff upgrade
- Deprecate
- 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
v2.8.2+1
v2.8.0+1
v2.7.0+1
v2.5.0+1
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.