From 9459ef87ebe6d17cd57eb8a1a5cfc05601fe3748 Mon Sep 17 00:00:00 2001 From: Chris Piraino Date: Thu, 18 Jun 2020 15:54:36 -0500 Subject: [PATCH] Remove ingress line items from UNRELEASED header These all got squashed into the Ingress Gateway feature item in 1.8.0. --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 741e8b6e3f..773cdbc9e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,6 @@ IMPROVEMENTS: * acl: allow auth methods created in the primary datacenter to optionally create global tokens [[GH-7899](https://github.com/hashicorp/consul/issues/7899)] * agent: Allow to restrict servers that can join a given Serf Consul cluster. [[GH-7628](https://github.com/hashicorp/consul/issues/7628)] -* connect: Always require Host headers when serving L7 traffic through ingress gateways [[GH-7990]](https://github.com/hashicorp/consul/pull/7990) -* connect: Allow users to specify wildcard host for ingress when TLS is disabled [[GH-8083]](https://github.com/hashicorp/consul/pull/8083) ## 1.8.0 (June 18, 2020)