Skip to content

v3.1.0

Compare
Choose a tag to compare
@databus23 databus23 released this 14 Feb 14:47
· 330 commits to master since this release
  • 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.