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

0.17.0

Compare
Choose a tag to compare
@evanlouie evanlouie released this 06 Nov 23:50
· 6 commits to master since this release
f0bf9b1

f0bf9b1 Added the --version option to the Add command (#276)
85a7085 Preserve manifest ordering when injecting namespace (#273)
fbe8b15 Can specify remote components in root component (non subcomponent)
5d081a3 Leverage Existing Helm Repo (#260)
41cb60f Fix method: git for non type: component (#271)
abb92a9 Update Slack link (#269)

Notable Changes

Leveraging Existing Helm Repos

If a component of type: helm and method: helm has a source of a helm
repository already present in your helm client, the existing helm entry is used
and a temporary one is not added. This adds the ability to use the existing auth
mechanisms built into helm.

Special thanks to @runyontr for the work on this

Minor Changes

  • --version is now specifiable via fab add

Fixes

  • Slack link fixed in docs
  • Fixed an issue where Install() was skipping for components of type: helm
    and method: git
  • Ordering of outputted manifests is now maintained when injectNamespace is
    set for a component