Skip to content

Commit

Permalink
Merge ee2b181 into backport/david-yu-rel-note/shortly-better-kangaroo
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-consul-core authored Feb 8, 2024
2 parents f27c2e4 + ee2b181 commit 132505a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control-plane/build-support/functions/10-util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,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 <<EOT | cat - "${curdir}"/CHANGELOG.MD >tmp && mv tmp "${curdir}"/CHANGELOG.MD
Expand Down

0 comments on commit 132505a

Please sign in to comment.