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

Commit 5492e67

Browse files
authored
Final release (#564)
* Release v0.4.0 * archive Levant
1 parent e4b740d commit 5492e67

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## UNRELEASED
1+
## 0.4.0 (June 26, 2025)
22

33
__BACKWARDS INCOMPATIBILITIES:__
44
* cli: Levant no longer supports the deprecated Vault token workflow.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Levant
22

3+
_Levant v0.4.0 is the final release of Levant. All users are encouraged to migrate to [Nomad Pack](https://github.com/hashicorp/nomad-pack)._
4+
35
[![Build Status](https://circleci.com/gh/hashicorp/levant.svg?style=svg)](https://circleci.com/gh/hashicorp/levant) [![Discuss](https://img.shields.io/badge/discuss-nomad-00BC7F?style=flat)](https://discuss.hashicorp.com/c/nomad)
46

57
Levant is an open source templating and deployment tool for [HashiCorp Nomad][] jobs that provides

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var (
1414

1515
// Version must conform to the format expected by
1616
// github.com/hashicorp/go-version for tests to work.
17-
Version = "0.3.4"
17+
Version = "0.4.0"
1818

1919
// VersionPrerelease is the marker for the version. If this is ""
2020
// (empty string) then it means that it is a final release. Otherwise, this

0 commit comments

Comments
 (0)