diff --git a/CHANGELOG.md b/CHANGELOG.md index c4337112..b00dc567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Unreleased +BREAKING CHANGES: +* Minimum Kubernetes versions supported is 1.17+ and now matches what is stated in the `README.md` file. [[GH-1053](https://github.com/hashicorp/consul-helm/pull/1053)] + IMPROVEMENTS: * Substitute `HOST_IP/POD_IP/HOSTNAME` variables in `server.extraConfig` and `client.extraConfig` so they are passed in to server/client config already evaluated at runtime. [[GH-1042](https://github.com/hashicorp/consul-helm/pull/1042)] * Set failurePolicy to Fail for connectInject mutating webhook so that pods fail to schedule when the webhook is offline. This can be controlled via `connectInject.failurePolicy`. [[GH-1024](https://github.com/hashicorp/consul-helm/pull/1024)] diff --git a/Chart.yaml b/Chart.yaml index ba7f25a9..bc12fdb0 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: consul version: 0.32.1 appVersion: 1.10.0 -kubeVersion: ">=1.16.0-0" +kubeVersion: ">=1.17.0-0" description: Official HashiCorp Consul Chart home: https://www.consul.io icon: https://raw.githubusercontent.com/hashicorp/consul-helm/master/assets/icon.png