From d708a65db4875f689fb304e77a81e577923cee8b Mon Sep 17 00:00:00 2001 From: David Yu Date: Fri, 8 Apr 2022 09:58:44 -0700 Subject: [PATCH] CHANGELOG: Add section for CLI Bug fix and correct link (#1153) * CHANGELOG: Add section for CLI Bug fix and correct link --- CHANGELOG.md | 3 ++- charts/consul/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d4c48e25..3d20ffcfe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ ## UNRELEASED BUG FIXES: - * Fix issue where clusters not in the same namespace as their deployment name could not be upgraded. [[GH-1115](https://github.com/hashicorp/consul-k8s/issue/1005)] +* CLI + * Fix issue where clusters not in the same namespace as their deployment name could not be upgraded. [[GH-1115](https://github.com/hashicorp/consul-k8s/pull/1115)] IMPROVEMENTS: * Helm diff --git a/charts/consul/README.md b/charts/consul/README.md index d5e0eef355..2bc897fc63 100644 --- a/charts/consul/README.md +++ b/charts/consul/README.md @@ -27,7 +27,7 @@ by contacting us at [security@hashicorp.com](mailto:security@hashicorp.com). ### Prerequisites * **Helm 3.2+** (Helm 2 is not supported) - * **Kubernetes 1.18+** - This is the earliest version of Kubernetes tested. + * **Kubernetes 1.19+** - This is the earliest version of Kubernetes tested. It is possible that this chart works with earlier versions but it is untested.