From 8cf61a7089118cbf4e7f23240da18b63b331af34 Mon Sep 17 00:00:00 2001 From: Harry Date: Tue, 14 Jan 2020 21:27:33 -0800 Subject: [PATCH] [stable/kong] 0.36.6 deprecate Kong chart (#20149) Signed-off-by: Harry Bagdi --- stable/kong/Chart.yaml | 4 ++-- stable/kong/README.md | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/stable/kong/Chart.yaml b/stable/kong/Chart.yaml index 228f51a390..3f7d10c3cf 100644 --- a/stable/kong/Chart.yaml +++ b/stable/kong/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -description: The Cloud-Native Ingress and API-management +description: DEPRECATED The Cloud-Native Ingress and API-management engine: gotpl home: https://konghq.com/ icon: https://s3.amazonaws.com/downloads.kong/universe/assets/icon-kong-inc-large.png @@ -10,5 +10,5 @@ maintainers: email: harry@konghq.com name: kong sources: -version: 0.36.5 +version: 0.36.6 appVersion: 1.4 diff --git a/stable/kong/README.md b/stable/kong/README.md index 22509bfe75..83b665df32 100644 --- a/stable/kong/README.md +++ b/stable/kong/README.md @@ -1,3 +1,10 @@ +# DEPRECATED + +This chart has been deprecated in favor of +Kong's official chart [repository](https://github.com/kong/charts). + +All users are advised to immediately migrate over to the new repository. + ## Kong for Kubernetes [Kong for Kubernetes](https://github.com/Kong/kubernetes-ingress-controller) @@ -461,6 +468,12 @@ value is your SMTP password. ## Changelog +### 0.36.6 + +This version has no code changes and Kong's chart is now deprecated in this +repository. Please use Kong's official +[chart repository](https://github.com/kong/charts). + ### 0.36.5 > PR https://github.com/helm/charts/pull/20099