mirror of https://github.com/linkerd/linkerd2.git
Add changes for edge-20.12.2 (#5367)
## edge-20.12.2 * Fixed an issue where the `proxy-injector` and `sp-validator` did not refresh their certs automatically when provided externally—like through cert-manager * Added support for overrides flags to the `jaeger install` command to allow setting Helm values when installing the Linkerd-jaeger extension * Added missing Helm values to the multicluster chart (thanks @DaspawnW!) * Moved tracing functionality to the `linkerd-jaeger` extension * Fixed various issues in developer shell scripts (thanks @joakimr-axis!) * Fixed an issue where `install --ha` was only partially applying the high availability config * Updated RBAC API versions in the CNI chart (thanks @glitchcrab!) * Fixed an issue where TLS credentials are changed during upgrades, but the Linkerd webhooks would not restart, leaving them to use older credentials and fail requests * Stopped publishing the multicluster link chart as its primary use case is in the `multicluster link` command and not being installed through Helm * Added service mirror error logs for when the multicluster gateway's hostname cannot be resolved. Signed-off-by: Kevin Leimkuhler <kevin@kleimkuhler.com>
This commit is contained in:
parent
131e270d5a
commit
b72b2d14b9
20
CHANGES.md
20
CHANGES.md
|
@ -1,6 +1,26 @@
|
||||||
|
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## edge-20.12.2
|
||||||
|
|
||||||
|
* Fixed an issue where the `proxy-injector` and `sp-validator` did not refresh
|
||||||
|
their certs automatically when provided externally—like through cert-manager
|
||||||
|
* Added support for overrides flags to the `jaeger install` command to allow
|
||||||
|
setting Helm values when installing the Linkerd-jaeger extension
|
||||||
|
* Added missing Helm values to the multicluster chart (thanks @DaspawnW!)
|
||||||
|
* Moved tracing functionality to the `linkerd-jaeger` extension
|
||||||
|
* Fixed various issues in developer shell scripts (thanks @joakimr-axis!)
|
||||||
|
* Fixed an issue where `install --ha` was only partially applying the high
|
||||||
|
availability config
|
||||||
|
* Updated RBAC API versions in the CNI chart (thanks @glitchcrab!)
|
||||||
|
* Fixed an issue where TLS credentials are changed during upgrades, but the
|
||||||
|
Linkerd webhooks would not restart, leaving them to use older credentials and
|
||||||
|
fail requests
|
||||||
|
* Stopped publishing the multicluster link chart as its primary use case is in
|
||||||
|
the `multicluster link` command and not being installed through Helm
|
||||||
|
* Added service mirror error logs for when the multicluster gateway's hostname
|
||||||
|
cannot be resolved.
|
||||||
|
|
||||||
## edge-20.12.1
|
## edge-20.12.1
|
||||||
|
|
||||||
This edge release continues the work of decoupling non-core Linkerd components
|
This edge release continues the work of decoupling non-core Linkerd components
|
||||||
|
|
Loading…
Reference in New Issue