From 63c1b65811442ff13d4c77a60cc05ffaceae2793 Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Wed, 24 Mar 2021 14:56:27 +0100 Subject: Set project version to 1.0.0 Issue-ID: SDC-3185 Signed-off-by: Tomasz Wrobel Change-Id: Ic7a6efb095d8d47968fae635d28a0d958cd6fc08 --- Changelog.md | 10 +++++++++- pom.xml | 2 +- version.properties | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index d2f18e1..463a1e2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,4 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.0.1] - 23/03/2021 -- Init Helm client validator project, which is dedicated to be used during Helm packages validation in time of VSP creation \ No newline at end of file +- Init Helm client validator project, which is dedicated to be used during Helm packages validation in time of VSP creation + + +## [1.0.0] - 24/03/2021 + +- First container release +- Supported Helm Versions: + - Helm v3: 3.5.2, 3.4.1, 3.3.4, + - Helm v2: 2.17.0, 2.14.3 diff --git a/pom.xml b/pom.xml index e67db84..10d2553 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.onap.sdc sdc-helm-validator - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT helmvalidator Spring-Boot application for validating helm charts diff --git a/version.properties b/version.properties index e8f8e5a..2ddebb3 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ -major=0 +major=1 minor=0 -patch=1 +patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg