You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,7 @@
1
-
## UNRELEASED
1
+
## UNRELEASED
2
2
3
-
IMPROVEMENTS:
4
-
* render: when rendering, send logging to stderr if stdout is not a terminal [[GH-386](https://github.com/hashicorp/levant/pull/386)]
5
-
6
-
## 0.3.0-beta1 (November 24, 2020)
3
+
__BACKWARDS INCOMPATIBILITIES:__
4
+
* template: existing Levant functions that share a name with [sprig](https://github.com/Masterminds/sprig) functions have been renamed to include the prefix `levant` such as `levantEnv`.
7
5
8
6
BUG FIXES:
9
7
* cli: Fixed panic when dispatching a job. [[GH-348](https://github.com/hashicorp/levant/pull/348)]
@@ -13,6 +11,7 @@ BUG FIXES:
13
11
IMPROVEMENTS:
14
12
* build: Updated Nomad dependency to 1.0.0. [[GH-370](https://github.com/hashicorp/levant/pull/370)]
15
13
* cli: Added `log-level` and `log-format` flags to render command. [[GH-346](https://github.com/hashicorp/levant/pull/346)]
14
+
* render: when rendering, send logging to stderr if stdout is not a terminal [[GH-386](https://github.com/hashicorp/levant/pull/386)]
0 commit comments