Skip to content

v2.6.0

Compare
Choose a tag to compare
@lblackstone lblackstone released this 10 Sep 14:58
· 928 commits to master since this release
v2.6.0
ff20a0d

Note: There is a minor breaking change in the .NET SDK for Helm v3. As part of the switch to using native
Helm libraries in #1291, the Helm.V3.Chart class no longer inherits from the ChartBase class. Most users should
not be affected by this change.

Bug Fixes

Improvements

  • Update .NET Helm v3 to use native client. (#1291)
  • Update Go Helm v3 to use native client. (#1296)
  • Python: Allow type annotations on transformation functions. (#1298)