Skip to content

v0.1.1

Compare
Choose a tag to compare
@davidcheung davidcheung released this 08 Apr 16:41
· 59 commits to main since this release
v0.1.1
98a272d

Overview

This release adds a new step during zero apply: a check step. Check step will run through all the modules' check command and fail early with the error message, so modules can make sure the requirements are satisfied before doing the actual apply (eg. checking binaries exist or token permissions are sufficient)

Changelog

98a272d apply: to check module requirements before run (#358)