github commitdev/zero v0.1.0

latest releases: v0.2.6, v0.2.5, v0.2.4...
3 years ago

[BREAKING] We just released Zero v0.1.0!

Changelog

c45c39e Validate zero modules (#324)
8fb6adb Version requirements (#357)
7f4c7a3 [SEMVER-MAJOR] condition support to module params (#350)
3b85924 fix: updated the url for zero logo in readme (#329)
40cc108 github push repository prompt to be options (#353)
0977af9 prompt options to use map instead of list (#351)

Notable changes:

  • [BREAKING] we retired the global credentials file(~/.zero/credentials.yml), and merged the logic back into the modules, to bring more explicit behavior based on modules, and have a single source of truth for the project(zero-project.yml).
    Credentials prompts are now all explicitly declared from the modules commit
  • [BREAKING] Module parameter's options are now a map instead of list, this allows user to pick their option using human friendly text
  • We also introduced new version requirement so module can declare which Zero they work with using SemVer notation, so Zero can detect non-compatible modules and error out before it executes going forward.
    note: We have also released v0.0.5 with a the old modules locked down via git-tag from the registry commit, so if you need to run the old version you can download this version, but we'd definitely encourage you to upgrade to the latest for new features.

Don't miss a new zero release

NewReleases is sending notifications on new releases.