mirror of https://github.com/linkerd/linkerd2.git
update changelog for edge-20.8.3 (#4904)
This edge release adds support for [topology-aware service routing][1] to the Destination controller. When providing service discovery updates to proxies, the Destination controller will now filter endpoints based on the service's topology preferences. Additionally, this release includes bug fixes for the `linkerd check` CLI command and web dashboard. * CLI * `linkerd check` will no longer warn about a looser webhook failure policy in HA mode * Controller * Added support for [topology-aware service routing][1] to the Destination controller (thanks @Matei207) * Changed the Destination controller to always return destination overrides for service profiles when no traffic split is present * Web UI * Fixed Tap `Authority` dropdown not being populated (thanks to @tharun208!) [1]: https://kubernetes.io/docs/concepts/services-networking/service-topology/
This commit is contained in:
parent
b45abeaad5
commit
83d69beded
21
CHANGES.md
21
CHANGES.md
|
@ -1,5 +1,26 @@
|
|||
# Changes
|
||||
|
||||
## edge-20.8.3
|
||||
|
||||
This edge release adds support for [topology-aware service routing][topology] to
|
||||
the Destination controller. When providing service discovery updates to proxies,
|
||||
the Destination controller will now filter endpoints based on the service's
|
||||
topology preferences. Additionally, this release includes bug fixes for the
|
||||
`linkerd check` CLI command and web dashboard.
|
||||
|
||||
* CLI
|
||||
* `linkerd check` will no longer warn about a looser webhook failure policy in
|
||||
HA mode
|
||||
* Controller
|
||||
* Added support for [topology-aware service routing][topology] to the Destination
|
||||
controller (thanks @Matei207)
|
||||
* Changed the Destination controller to always return destination overrides
|
||||
for service profiles when no traffic split is present
|
||||
* Web UI
|
||||
* Fixed Tap `Authority` dropdown not being populated (thanks to @tharun208!)
|
||||
|
||||
[topology]: https://kubernetes.io/docs/concepts/services-networking/service-topology/
|
||||
|
||||
## edge-20.8.2
|
||||
|
||||
This edge release adds an internationalization framework to the dashboard,
|
||||
|
|
Loading…
Reference in New Issue