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

Releases: microsoft/fabrikate

0.10.1

13 Jun 22:12
799b39d
Compare
Choose a tag to compare
  • Cutting a release without v prefix to fix any existing pipelines.

0.9.0

03 Jun 23:24
b23f3d6
Compare
Choose a tag to compare
Add now mutates existing entries (#187)

- `Add()` now mutates subcomponents with same name instead of adding new entry.

0.6.0

29 Apr 19:57
afc274f
Compare
Choose a tag to compare
  • Processes component tree in parallel, dramatically improving performance.

0.5.1

12 Apr 21:39
4550dc6
Compare
Choose a tag to compare
  • 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

11 Apr 03:22
ac25d48
Compare
Choose a tag to compare

Adds 'add' function to making building Fabrikate definitions easier.

0.4.0

28 Mar 23:41
7f60051
Compare
Choose a tag to compare
  • Move to an opt-in model for injecting namespace metadata into resource manifests.

0.3.0

20 Mar 17:13
4b79bec
Compare
Choose a tag to compare
  • 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

07 Mar 14:44
4b641cf
Compare
Choose a tag to compare

More logging to debug issues when they occur.

0.2.4

07 Mar 06:39
9ce4aa2
Compare
Choose a tag to compare
  • Adds ability to start a branch of a git repo for both components and helm charts by using a branch specifier.

0.2.3

04 Mar 14:14
ce8c52d
Compare
Choose a tag to compare
Add more complete generate command documentation (#75)