Skip to content

v0.3.0

Compare
Choose a tag to compare
@cgbaker cgbaker released this 10 Mar 19:54
· 88 commits to main since this release

Changelog

BACKWARDS INCOMPATIBILITIES:

  • template: existing Levant functions that share a name with sprig functions have been renamed to include the prefix levant such as levantEnv.

BUG FIXES:

  • cli: Fixed panic when dispatching a job. [GH-348]
  • status-checker: Pass the namespace to the query options when calling the Nomad API [GH-356]
  • template: Fixed issue with default variables file not being used. [GH-353]

IMPROVEMENTS:

  • build: Updated Nomad dependency to 1.0.4. [GH-399]
  • cli: Added log-level and log-format flags to render command. [GH-346]
  • render: when rendering, send logging to stderr if stdout is not a terminal [GH-386]
  • template: Added sprig template functions. [GH-347]
  • template: Added spewDump and spewPrintf functions for easier debugging. [GH-344]