Releases: databus23/helm-diff
Releases · databus23/helm-diff
v3.0.0-rc.3
- improve output in error cases
v3.0.0-rc.2
- fix install script for helm 3
- build with go 1.13.3
v3.0.0-rc.1
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
v2.11.0+4
v2.11.0+3
v2.11.0+2
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)