Releases: mumoshu/variant2
Releases · mumoshu/variant2
v0.21.2
Changelog
cb2015e Various fixes
51e2fc5 fix: adjust misspelling in error handler (#14)
v0.21.1
Changelog
3764b6f Fix the inability to use empty maps and objects as defaults
96bdfd9 fix code style issue
v0.21.0
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
Changelog
641eb57 feat: depends_on
block(s) within job
block for make-like dependent-job run
v0.19.2
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
Changelog
7ead177 fix: do not fail silently on type constraint error in your variant file
v0.19.0
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
Changelog
f355f14 feat: passing uni-type hcl2 tuple as the list(string)
or list(int)
args
v0.17.0
Changelog
ba1b8df feat: Ability to import a set of jobs from a remote directory
v0.16.1
Changelog
123bd89 fix: Bump variantdev/mod to incorporate a fix