From ee2b18179063227253bd13ac26b5382a4354f09c Mon Sep 17 00:00:00 2001 From: David Yu Date: Thu, 8 Feb 2024 09:51:23 -0800 Subject: [PATCH] Update 10-util.sh --- control-plane/build-support/functions/10-util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control-plane/build-support/functions/10-util.sh b/control-plane/build-support/functions/10-util.sh index dbaeffdb60..dfcf5eb361 100644 --- a/control-plane/build-support/functions/10-util.sh +++ b/control-plane/build-support/functions/10-util.sh @@ -761,7 +761,7 @@ function set_changelog { fi compatibility_note=" -_Note: Consul K8s ${version_short} is compatible with Consul ${consul_version_short} and Consul Dataplane ${consul_dataplane_version_short}. Refer to our [compatibility matrix](https://developer.hashicorp.com/consul/docs/k8s/compatibility) for more info._" +> NOTE: Consul K8s ${version_short}.x is compatible with Consul ${consul_version_short}.x and Consul Dataplane ${consul_dataplane_version_short}.x. Refer to our [compatibility matrix](https://developer.hashicorp.com/consul/docs/k8s/compatibility) for more info." fi cat <tmp && mv tmp "${curdir}"/CHANGELOG.MD