This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
0.17.0
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 viafab add
Fixes
- Slack link fixed in docs
- Fixed an issue where
Install()
was skipping for components oftype: helm
andmethod: git
- Ordering of outputted manifests is now maintained when
injectNamespace
is
set for a component