From 1832998d7d971be7d7381b981b105c804b85bee2 Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Wed, 22 Feb 2023 14:10:05 -0500 Subject: [PATCH] Add changelog entry for API Gateway (Beta) (#16369) * Placeholder commit for changelog entry * Add changelog entry announcing support for API Gateway on VMs * Adjust casing --- .changelog/16369.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/16369.txt diff --git a/.changelog/16369.txt b/.changelog/16369.txt new file mode 100644 index 000000000..1ae86968c --- /dev/null +++ b/.changelog/16369.txt @@ -0,0 +1,3 @@ +```release-note:feature +**API Gateway (Beta)** This version adds support for API gateway on VMs. API gateway provides a highly-configurable ingress for requests coming into a Consul network. For more information, refer to the [API gateway](https://developer.hashicorp.com/consul/docs/connect/gateways/api-gateway) documentation. +```