From e72c96ef7615376927c658c39f5c923e131996aa Mon Sep 17 00:00:00 2001 From: ii2day <45119426+ii2day@users.noreply.github.com> Date: Fri, 25 Aug 2023 14:23:21 +0800 Subject: [PATCH] update version (#155) Signed-off-by: ii2day --- VERSION | 2 +- charts/Chart.yaml | 4 ++-- test/chart-app/Chart.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 9ff151c5..1b77f091 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1.0 \ No newline at end of file +v0.2.0-rc0 \ No newline at end of file diff --git a/charts/Chart.yaml b/charts/Chart.yaml index cea694d0..0a58c1d1 100644 --- a/charts/Chart.yaml +++ b/charts/Chart.yaml @@ -4,11 +4,11 @@ home: "https://kdoctor-io.github.io/kdoctor" # application or library type: application # no need to modify this version , CI will auto update it with /VERSION -version: 0.1.0 +version: 0.2.0-rc0 # This field is informational, and has no impact on chart version calculations . # Leaving it unquoted can lead to parsing issues in some cases # no need to modify this version , CI will auto update it with /VERSION -appVersion: "0.1.0" +appVersion: "0.2.0-rc0" kubeVersion: ">= 1.16.0-0" description: kdoctor sources: diff --git a/test/chart-app/Chart.yaml b/test/chart-app/Chart.yaml index 6932fef9..2d05af32 100644 --- a/test/chart-app/Chart.yaml +++ b/test/chart-app/Chart.yaml @@ -4,11 +4,11 @@ home: "https://kdoctor-io.github.io/kdoctor" # application or library type: application # no need to modify this version , CI will auto update it with /VERSION -version: 0.1.0 +version: 0.2.0-rc0 # This field is informational, and has no impact on chart version calculations . # Leaving it unquoted can lead to parsing issues in some cases # no need to modify this version , CI will auto update it with /VERSION -appVersion: "0.1.0" +appVersion: "0.2.0-rc0" kubeVersion: ">= 1.16.0-0" description: server for kdoctor test sources: