Skip to content

v0.25.4

Compare
Choose a tag to compare
@lblackstone lblackstone released this 02 Aug 03:11
· 1291 commits to master since this release
v0.25.4
dcac855

Supported Kubernetes versions

  • v1.15.x
  • v1.14.x
  • v1.13.x

Important

This release reverts the default diff behavior back to the pre-0.25.3 behavior. A new flag has
been added to the provider options called enableDryRun, that can be used to opt in to the new
diff behavior. This will eventually become the default behavior after further testing to ensure
that this change is not disruptive.

Major changes

  • Disable dryRun diff behavior by default. (#686)

Improvements

  • Improve error messages for StatefulSet. (#673)

Bug fixes

  • Properly reference override values in Python Helm SDK (#676).
  • Handle Output values in diffs. (#682).