Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 7a0ead2

Browse files
authored
Merge pull request #397 from hashicorp/docs-changelog-0.3.0-release
changelog: prepare CHANGELOG for 0.3.0 GA.
2 parents 7e23a64 + ff519df commit 7a0ead2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
## UNRELEASED
1+
## UNRELEASED
22

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`.
75

86
BUG FIXES:
97
* cli: Fixed panic when dispatching a job. [[GH-348](https://github.com/hashicorp/levant/pull/348)]
@@ -13,6 +11,7 @@ BUG FIXES:
1311
IMPROVEMENTS:
1412
* build: Updated Nomad dependency to 1.0.0. [[GH-370](https://github.com/hashicorp/levant/pull/370)]
1513
* 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)]
1615
* template: Added [sprig](https://github.com/Masterminds/sprig) template functions. [[GH-347](https://github.com/hashicorp/levant/pull/347)]
1716
* template: Added `spewDump` and `spewPrintf` functions for easier debugging. [[GH-344](https://github.com/hashicorp/levant/pull/344)]
1817

0 commit comments

Comments
 (0)