From 393673f07cd254232eed83984ffffb99e1e02b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Guid=C3=A9e?= Date: Thu, 23 Nov 2023 09:41:11 -0500 Subject: [PATCH] Stable v0.15.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Quentin Guidée --- baselines/beta.json | 2 +- baselines/stable.json | 10 +++++----- baselines/versions.json | 8 ++++++++ 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/baselines/beta.json b/baselines/beta.json index f3cf313..359dde8 100644 --- a/baselines/beta.json +++ b/baselines/beta.json @@ -1,7 +1,7 @@ { "date": "2023-11-23", "version": "v0.15.0", - "description": "WARNING: this version introduces breaking changes. Please backup your data. This release fixes various container volume issues.", + "description": "WARNING: this version introduces breaking changes. Please proceed with a clean install. This release fixes various container volume issues.", "vertex": "v0.15.0", "vertex_client": "v0.15.0", "vertex_services": "efec185c36d9d0acb640a1a45e080ed782ed6575" diff --git a/baselines/stable.json b/baselines/stable.json index 093029b..359dde8 100644 --- a/baselines/stable.json +++ b/baselines/stable.json @@ -1,8 +1,8 @@ { - "date": "2023-11-22", - "version": "v0.14.1", - "description": "This new version moves forward in the process of unifying the web components, while also adding many tests and refactoring the code.", - "vertex": "v0.14.0", - "vertex_client": "v0.14.1", + "date": "2023-11-23", + "version": "v0.15.0", + "description": "WARNING: this version introduces breaking changes. Please proceed with a clean install. This release fixes various container volume issues.", + "vertex": "v0.15.0", + "vertex_client": "v0.15.0", "vertex_services": "efec185c36d9d0acb640a1a45e080ed782ed6575" } diff --git a/baselines/versions.json b/baselines/versions.json index aa58f7c..4fc032a 100644 --- a/baselines/versions.json +++ b/baselines/versions.json @@ -1,4 +1,12 @@ [ + { + "date": "2023-11-23", + "version": "v0.15.0", + "description": "WARNING: this version introduces breaking changes. Please proceed with a clean install. This release fixes various container volume issues.", + "vertex": "v0.15.0", + "vertex_client": "v0.15.0", + "vertex_services": "efec185c36d9d0acb640a1a45e080ed782ed6575" + }, { "date": "2023-11-22", "version": "v0.14.1",