Releases: microsoft/fabrikate
Releases · microsoft/fabrikate
0.10.1
- Cutting a release without
v
prefix to fix any existing pipelines.
0.9.0
Add now mutates existing entries (#187)
- `Add()` now mutates subcomponents with same name instead of adding new entry.
0.6.0
- Processes component tree in parallel, dramatically improving performance.
0.5.1
- Only injects namespace if one doesn't already exist.
- Automatically runs
helm init --client-only
at time of install to make sure helm is initialized.
0.5.0
Adds 'add' function to making building Fabrikate definitions easier.
0.4.0
- Move to an opt-in model for injecting namespace metadata into resource manifests.
0.3.0
- Adds 'set' command to more easily set config.
- Flips the polarity of the --no-validate flag during 'generate' to opt-in with a --validate flag.
0.2.5
More logging to debug issues when they occur.
0.2.4
- Adds ability to start a branch of a git repo for both components and helm charts by using a
branch
specifier.
0.2.3
Add more complete generate command documentation (#75)