Skip to content

v0.145.4

Compare
Choose a tag to compare
@mumoshu mumoshu released this 25 Aug 01:56
· 806 commits to main since this release
01f896c

This patch release is mainly about fixing readDirEntries added in 0.145.3. @arkaitzj did a lot of awesome work along the way! We appreciate your contribution ❤️
In addition to the fix, this release also covers fixes for a few diff-related flags that were not working since v0.145.0's move to cobra as the CLI library.

What's Changed

  • Fix for readDir selection, currently any template that uses readDir* functions seems to break by @arkaitzj in #297
  • Bring back --set flag to apply subcommand by @mjura in #298
  • fix: return diff output config value by @mikelorant in #303
  • fix: return diff context config value by @mikelorant in #301
  • Fix some multi-value flags to not accept comma-separated values by @yxxhero in #300
  • build(deps): bump k8s.io/apimachinery from 0.24.3 to 0.24.4 by @dependabot in #306
  • Add logo as .png and .ai (Adobe Illustrator) files by @pathob in #263
  • Introduce Helmfile's own filesystem abstraction to correctly unit test some components by @arkaitzj in #307
  • fix typo for readme.md by @thenam153 in #312

New Contributors

Full Changelog: v0.145.3...v0.145.4