From b42efe694cbb5e7ae184c67de0ee7fced18fff4b Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Thu, 26 Jun 2025 11:46:19 -0400 Subject: [PATCH 1/2] Release v0.4.0 --- CHANGELOG.md | 2 +- version/version.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4abf9b680..c691d425f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## UNRELEASED +## 0.4.0 (June 26, 2025) __BACKWARDS INCOMPATIBILITIES:__ * cli: Levant no longer supports the deprecated Vault token workflow. diff --git a/version/version.go b/version/version.go index a541abc27..a05a22f96 100644 --- a/version/version.go +++ b/version/version.go @@ -14,12 +14,12 @@ var ( // Version must conform to the format expected by // github.com/hashicorp/go-version for tests to work. - Version = "0.3.4" + Version = "0.4.0" // VersionPrerelease is the marker for the version. If this is "" // (empty string) then it means that it is a final release. Otherwise, this // is a pre-release such as "dev" (in development), "beta", "rc1", etc. - VersionPrerelease = "dev" + VersionPrerelease = "" // VersionMetadata is metadata further describing the build type. VersionMetadata = "" From 132561091e1f54ca8a02a50dd65522a57d1c8e7e Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Thu, 26 Jun 2025 16:30:08 -0400 Subject: [PATCH 2/2] archive Levant --- README.md | 2 ++ version/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 27a4d5e47..aa18529c6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Levant +_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)._ + [![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) Levant is an open source templating and deployment tool for [HashiCorp Nomad][] jobs that provides diff --git a/version/version.go b/version/version.go index a05a22f96..e50c4ff20 100644 --- a/version/version.go +++ b/version/version.go @@ -19,7 +19,7 @@ var ( // VersionPrerelease is the marker for the version. If this is "" // (empty string) then it means that it is a final release. Otherwise, this // is a pre-release such as "dev" (in development), "beta", "rc1", etc. - VersionPrerelease = "" + VersionPrerelease = "dev" // VersionMetadata is metadata further describing the build type. VersionMetadata = ""