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.