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

Releases: microsoft/fabrikate

0.2.2

12 Feb 14:15
f89e4e5
Compare
Choose a tag to compare
  • Do not fail during generate if the types on the two sides of the merge differ, instead the highest config value in the hierarchy wins.

0.2.1

09 Feb 03:37
996b2af
Compare
Choose a tag to compare
  • Make map[string]interface{} the default map type (#46)
  • Walk ComponentConfig config trees and convert all but booleans and nils to strings (#50)
  • Add --no-validation flag to suppress validation of generated resource manifests. (#53)
  • If 'helm dependency update' fails, expose command line to fetch more details. (#52)

0.2.0

01 Feb 18:57
Compare
Choose a tag to compare
  • Add validation of emitted resource manifests after generation

0.1.4

29 Jan 00:59
a76ea4b
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release
  • Check for exactly one version argument to build script (#25)
  • Add before-generate and after-generate hooks (#26)
  • Bumped version to 0.1.4

0.1.3

17 Jan 22:35
39a9ed2
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release
  • Use ExitError for helm error (#7)
  • Add dependency update for helm charts at install time
  • Switch on flags in PersistentPreRunE where they have parsed values (#14)
  • Switch to local helm installation to avoid init issues with docker image (#8)
  • Fix Travis CI/CD. Fall back to non-module dependencies and fix lint errors. (#15)
  • Fix lint issues
  • Add helm_repo fixtures to tests
  • Refactor tests to be order invariant and add elasticsearch-curator (#13)
  • Bump version to 0.1.3

0.1.2

10 Jan 20:54
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

Fixed various issues and added verbose mode via the --verbose flag for debugging.

0.1.1

26 Dec 14:29
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Initial release of Fabrikate capable of install and generate commands.