Skip to content

Several New Features!

Compare
Choose a tag to compare
@technosophos technosophos released this 11 May 20:49
· 15 commits to master since this release
83e3261

This release updates to Helm 2.4.1 and adds the following new features:

  • You can now specify release name and namespace with --release and --namespace flags
  • The --set flag can be specified multiple times
  • You can see the output of an individual template with --execute=PATH

Changelog

  • Removed debugging output 83e3261 (Matt Butcher)
  • Add -x flag for executing particular templates. 044d066 (Matt Butcher)
  • Fix Broken Install URL 235fff2 (Kevin Pierce)
  • Capture all values passed by set flags. 156bfb8 (megalord)
  • Release name and namespace replacement support 5c2939a (Lukyanchenko Alexander)