Releases: databus23/helm-diff
Releases · databus23/helm-diff
v3.1.1
v3.1.0
- NOTE: helm 3.1.0 or higher is required when using the plugin with helm v3. It should also still work with helm 2.x.
helm diff upgrade
now correctly renders diffs for charts the use.Capabilites
or.IsUpgrade
(#165)- The diff plugin redacts secret values from the output by default now. It can be disabled by specifying
--show-secrets
. This is somewhat backward incompatible but more secure by default which won this battle.
v3.0.0-rc.7
- fixed a bug in the manifest parser that would discard the first yaml document (#162)
v3.0.0-rc.6
v3.0.0-rc.5
- Fix
--allow-unreleased
flag when using helm 3
v3.0.0-rc.4
- Workaround for diffing charts chat render CRD resources: #158
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) 🥇