Skip to content

Releases: mumoshu/variant2

v0.21.2

14 Apr 08:39
Compare
Choose a tag to compare

Changelog

cb2015e Various fixes
51e2fc5 fix: adjust misspelling in error handler (#14)

v0.21.1

13 Apr 00:59
Compare
Choose a tag to compare

Changelog

3764b6f Fix the inability to use empty maps and objects as defaults
96bdfd9 fix code style issue

v0.21.0

09 Apr 11:16
Compare
Choose a tag to compare

Changelog

81f153e fix missing format arg
8cac76d fix: Avoid panic on run without args
2072059 fix: Avoid panic on variable without type attribute
fc5484f fix: Try to print errors in more cases
6bb9498 feat: Set VARIANT_TRACE envvar to enable tracing
7646b84 doc: Testing Framework
b93fa48 fix: Logging without forward block
94a6ff9 feat: Interactive Commands

v0.20.0

08 Apr 13:24
Compare
Choose a tag to compare

Changelog

641eb57 feat: depends_on block(s) within job block for make-like dependent-job run

v0.19.2

08 Apr 11:29
Compare
Choose a tag to compare

Changelog

d3406df fix(cuddle): fix cuddle lint error
edacbbf fix: run should not panic when a step is missing run block
a0549c9 fix: Positional parameters should be included in the help

v0.19.1

07 Apr 06:11
Compare
Choose a tag to compare

Changelog

7ead177 fix: do not fail silently on type constraint error in your variant file

v0.19.0

07 Apr 05:58
Compare
Choose a tag to compare

Changelog

365b272 feat: exec { dir = "workdir" } to set the work dir for the executed command
e0fce4c feat: job { private = true } to hide the job from command-line help

v0.18.0

07 Apr 00:32
Compare
Choose a tag to compare

Changelog

f355f14 feat: passing uni-type hcl2 tuple as the list(string) or list(int) args

v0.17.0

04 Apr 12:11
Compare
Choose a tag to compare

Changelog

ba1b8df feat: Ability to import a set of jobs from a remote directory

v0.16.1

05 Mar 23:27
Compare
Choose a tag to compare

Changelog

123bd89 fix: Bump variantdev/mod to incorporate a fix