From 0bc97083e2bcdddc714f5ae236d1df7b9c30e22a Mon Sep 17 00:00:00 2001 From: Varsha Varadarajan Date: Sat, 28 Mar 2020 22:59:52 -0700 Subject: [PATCH] [stable/gocd] Update k8s supported versions (#21669) * [stable/gocd] Update k8s supported versions to 1.14+. Signed-off-by: Varsha Varadarajan * [stable/gocd] Update changelog. Signed-off-by: Varsha Varadarajan --- stable/gocd/CHANGELOG.md | 4 ++++ stable/gocd/Chart.yaml | 2 +- stable/gocd/README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/stable/gocd/CHANGELOG.md b/stable/gocd/CHANGELOG.md index 06ee43f9ef..733088f5ee 100644 --- a/stable/gocd/CHANGELOG.md +++ b/stable/gocd/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.25.1 + +* [b70dd76](https://github.com/kubernetes/charts/commit/b70dd76): Update k8s supported versions to 1.14+. + ### 1.25.0 * [21277f47](https://github.com/kubernetes/charts/commit/21277f47): Add docs for ingress diff --git a/stable/gocd/Chart.yaml b/stable/gocd/Chart.yaml index 0a4de759e1..4cb7dc5052 100644 --- a/stable/gocd/Chart.yaml +++ b/stable/gocd/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: gocd home: https://www.gocd.org/ -version: 1.25.0 +version: 1.25.1 appVersion: 20.2.0 description: GoCD is an open-source continuous delivery server to model and visualize complex workflows with ease. icon: https://gocd.github.io/assets/images/go-icon-black-192x192.png diff --git a/stable/gocd/README.md b/stable/gocd/README.md index d0aca09f01..a1ad8a0474 100644 --- a/stable/gocd/README.md +++ b/stable/gocd/README.md @@ -12,7 +12,7 @@ To quickly build your first pipeline while learning key GoCD concepts, visit the ## Prerequisites -- Kubernetes 1.13+ with Beta APIs enabled +- Kubernetes 1.14+ with Beta APIs enabled - PV provisioner support in the underlying infrastructure - LoadBalancer support or Ingress Controller - Ensure that the service account used for starting tiller has enough permissions to create a role.