Skip to content

Releases: cyrilgdn/levant

v0.6.0

14 Mar 09:36
Compare
Choose a tag to compare
fix: bump go version in release action

v0.5.1

12 Jun 13:59
Compare
Choose a tag to compare
goreleaser: Add arm64

v0.5.0

09 Jan 15:09
242260b
Compare
Choose a tag to compare

What's Changed

Breaking changes: HCL2 is now the default mode, -hcl2 flag has been replaced by -disable-hcl2

  • feat: Nomad variables files and HCL2 by default by @cyrilgdn in #2

Full Changelog: v0.4.1...v0.5.0

v0.5.0-pre1

06 Jan 19:31
Compare
Choose a tag to compare
v0.5.0-pre1 Pre-release
Pre-release
feat: Nomad variables files and HCL2 by default

This adds the -nomad-var-file flag which allows to pass a Nomad
variables file like Nomad CLI (e.g. `nomad run -var-file`).

This PRs also enables HCL2 by default and replace -hcl2 by -disable-hcl2

v0.4.1

31 Dec 13:12
7149401
Compare
Choose a tag to compare

What's Changed

  • fix: segfault on auto-revert with namespace by @cyrilgdn in #1

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

30 Dec 15:15
Compare
Choose a tag to compare