mirror of https://github.com/linkerd/linkerd2.git
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:
parent
569f08811f
commit
f4608f2bcd
16
CHANGES.md
16
CHANGES.md
|
@ -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/),
|
||||
|
|
Loading…
Reference in New Issue