remove cluster domain from release notes because it is WIP (#3323)

* add information about cluster domain internal work

Signed-off-by: Charles Pretzer <charles@buoyant.io>
This commit is contained in:
cpretzer 2019-08-23 17:59:54 -07:00 committed by GitHub
parent 569f08811f
commit f4608f2bcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 6 deletions

View File

@ -1,16 +1,20 @@
## edge-19.8.6
* CLI
* Fixed custom cluster domain support for tap profiles
(thanks @arminbuerkle!)
A new Grafana dashboard has been added which shows historical data for a
selected namespace. The build process for controller components now requires
`Go 1.12.9`. Additional contributions were made towards support for custom
cluster domains.
* Web UI
* Added a `Linkerd Namespace` Grafana dashboard, allowing users to view
historical data for a given namespace, similar to CLI output for
historical data for a given namespace, similar to CLI output for
`linkerd stat deploy -n myNs` (thanks @bourquep!)
* Internal
* Added requirement for Go `1.12.9` for controller builds to include
* Added requirement for Go `1.12.9` for controller builds to include
security fixes
* Set `LINKERD2_PROXY_DESTINATION_GET_SUFFIXES` proxy environment variable,
in preparation for custom cluster domain support (thanks @arminbuerkle!)
## stable-2.5.0
This release adds [Helm support](https://linkerd.io/2/tasks/install-helm/),