Changelog
BACKWARDS INCOMPATIBILITIES:
- template: existing Levant functions that share a name with sprig functions have been renamed to include the prefix
levantsuch aslevantEnv.
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-levelandlog-formatflags 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
spewDumpandspewPrintffunctions for easier debugging. [GH-344]