Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

0.15.2

Compare
Choose a tag to compare
@evanlouie evanlouie released this 05 Aug 18:28
· 28 commits to master since this release
bd531d7

bd531d7 version bump to 0.15.2 (#234)
75ab3df Fix: Warning messages from helm template break NS injection (#233)

This release fixes a bug where helm template would inline warning messages (as a raw string) into the outputted k8s manifests, which would cause fab functionality such as namespace injection to fail for that manifest (as it is not a map[string]interface{}). Non-map entries such as these that are outputted from helm template are now extracted from the manifest and outputted as warnings to stdout.