update changelog
This commit is contained in:
parent
6bbbfde88b
commit
cf793b3313
|
@ -8,7 +8,7 @@ BUG FIXES:
|
||||||
|
|
||||||
* connect : Fixed a regression that broken xds endpoint generation for prepared query upstreams. [[GH-6236](https://github.com/hashicorp/consul/pull/6236)]
|
* connect : Fixed a regression that broken xds endpoint generation for prepared query upstreams. [[GH-6236](https://github.com/hashicorp/consul/pull/6236)]
|
||||||
* cli: Fixed bindable IP detection with the `connect envoy` command. [[GH-6238](https://github.com/hashicorp/consul/pull/6238)]
|
* cli: Fixed bindable IP detection with the `connect envoy` command. [[GH-6238](https://github.com/hashicorp/consul/pull/6238)]
|
||||||
|
* connect: validate upstreams and prevent duplicates [[GH-6224](https://github.com/hashicorp/consul/issues/6224)]
|
||||||
|
|
||||||
## 1.6.0-beta3 (July 26, 2019)
|
## 1.6.0-beta3 (July 26, 2019)
|
||||||
|
|
||||||
|
@ -27,6 +27,7 @@ IMPROVEMENTS:
|
||||||
* connect: allow L7 routers to match on http methods [[GH-6164](https://github.com/hashicorp/consul/issues/6164)]
|
* connect: allow L7 routers to match on http methods [[GH-6164](https://github.com/hashicorp/consul/issues/6164)]
|
||||||
|
|
||||||
BUG FIXES:
|
BUG FIXES:
|
||||||
|
|
||||||
* connect: Fixed a bug that would prevent CA replication/initializing in a secondary DC from working when ACLs were enabled. [[GH-6192](https://github.com/hashicorp/consul/issues/6192)]
|
* connect: Fixed a bug that would prevent CA replication/initializing in a secondary DC from working when ACLs were enabled. [[GH-6192](https://github.com/hashicorp/consul/issues/6192)]
|
||||||
|
|
||||||
## 1.6.0-beta2 (July 15, 2019)
|
## 1.6.0-beta2 (July 15, 2019)
|
||||||
|
|
Loading…
Reference in New Issue