From 86283a5b9531fdd10e7c4b6e0e17c9e3e1b64409 Mon Sep 17 00:00:00 2001 From: Harry Date: Tue, 14 Jan 2020 15:10:45 -0800 Subject: [PATCH] kong: release v1 chart version From #2 --- charts/kong/Chart.yaml | 2 +- charts/kong/README.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/charts/kong/Chart.yaml b/charts/kong/Chart.yaml index 228f51a39..9af5c7265 100644 --- a/charts/kong/Chart.yaml +++ b/charts/kong/Chart.yaml @@ -10,5 +10,5 @@ maintainers: email: harry@konghq.com name: kong sources: -version: 0.36.5 +version: 1.0.0 appVersion: 1.4 diff --git a/charts/kong/README.md b/charts/kong/README.md index 22509bfe7..9f1e12c0f 100644 --- a/charts/kong/README.md +++ b/charts/kong/README.md @@ -461,6 +461,15 @@ value is your SMTP password. ## Changelog +### 1.0.0 + +There are not code changes between `1.0.0` and `0.36.5`. +From this version onwards, charts are hosted at https://charts.konghq.com. + +The `0.x` versions of the chart are available in Helm's +[Charts](https://github.com/helm/charts) repository are are now considered +deprecated. + ### 0.36.5 > PR https://github.com/helm/charts/pull/20099