Skip to content

Releases: mumoshu/variant2

v0.7.0

04 Feb 08:48
Compare
Choose a tag to compare

Changelog

4bcd96a feat: Go-API for extending Variant command written in DSL

v0.6.4

04 Feb 05:51
Compare
Choose a tag to compare

Changelog

469ad97 Fix .goreleaser.yml

v0.6.0

28 Jan 02:00
Compare
Choose a tag to compare

Changelog

cce177d doc: Split, Merge and Import
cf7d928 Add bin/golangci-lint to .gitignore
0db0941 doc: Log collection
79cfa57 Update README
704c018 feat: variant generate shim generates shim backed by Variant

v0.5.0

27 Jan 10:25
Compare
Choose a tag to compare

Changelog

19fe594 feat: Shebang & Imports & Rename from .hcl to .variant
69b6396 chore: Rename proposal import to delegate
a313ffb feat: variant export shim SRC_DIR DST_DIR for exporting a command with a shim

v0.3.0

24 Jan 00:20
Compare
Choose a tag to compare

Changelog

a73b83a feat: Allow passing number, list(number), list(string) options via commnad-line flags
3aefa9d Add k8s example (See examples/k8s)
ceb43c5 feat: Log collection
f6ac5ee Fix namespace example
6676978 Revise namespace and logcollection examples
2130485 Fix namespace example
54e67ad Fix terminology in the logcollection example
d09094a Move advaned TODO examples to exampels/advanced
c9497bb Add more TODO examples: Boilerplates and Namespaces
f4e5351 Add TODO examples
f43b435 Update README
4c26ab2 Update README
ca2034a Update README
9d1d3ff Update README
c45ba5f Add links to respective examples
17de724 Update the getting started guide
1dc3d6c Update README

v0.2.0

17 Jan 15:29
Compare
Choose a tag to compare

Changelog

70b9505 feat: variantdev/mod integration now support file provisioners
f339cf4 feat: variantdev/mod integration

v0.1.0

14 Jan 00:52
Compare
Choose a tag to compare

Changelog

5d14de6 Start CI and publishing binary releases
7dfbb9d Update README
b46c803 Fix README
c1844de feat: Configurable concurrency for steps in workflows
bf8a40d feat: First-class support for workflows with concurrency
d09430e Update README with features
7bdf14d Update README with a getting-started guide
820c116 fix: variant-test to be cleanly runnable within go-test
10c91f4 feat: layered secret soured from files and jobs
9f59fd2 feat: go test-like test reports
b7840d0 Use oneliner for the job run with no args
bf8bc26 Allow empty default command
c8c27c5 feat: layered config sourced from files and jobs
8c53043 Implement variant "runners" as jobs and add the test framework
b545ed5 fix tests
d5b8d6e Various fixes
28b0082 Various fixes
5acfa46 first commit