mirror of https://github.com/linkerd/linkerd2.git
edge-19.11.3 (#3742)
## edge-19.11.3 * CLI * Added a check that ensures using `--namespace` and `--all-namespaces` results in an error as they are mutually exclusive * Internal * Fixed an issue causing `tap`, `injector` and `sp-validator` to use old certificates after `helm upgrade` due to not being restarted * Fixed incomplete Swagger definition of the tap api, causing benign error logging in the kube-apiserver Signed-off-by: zaharidichev <zaharidichev@gmail.com>
This commit is contained in:
parent
36609c88b8
commit
8735ca9fab
11
CHANGES.md
11
CHANGES.md
|
@ -1,3 +1,14 @@
|
|||
## edge-19.11.3
|
||||
|
||||
* CLI
|
||||
* Added a check that ensures using `--namespace` and `--all-namespaces`
|
||||
results in an error as they are mutually exclusive
|
||||
* Internal
|
||||
* Fixed an issue causing `tap`, `injector` and `sp-validator` to use
|
||||
old certificates after `helm upgrade` due to not being restarted
|
||||
* Fixed incomplete Swagger definition of the tap api, causing benign
|
||||
error logging in the kube-apiserver
|
||||
|
||||
## edge-19.11.2
|
||||
|
||||
* CLI
|
||||
|
|
|
@ -7,7 +7,7 @@ EnableH2Upgrade: true
|
|||
ImagePullPolicy: &image_pull_policy IfNotPresent
|
||||
|
||||
# control plane version. See Proxy section for proxy version
|
||||
LinkerdVersion: &linkerd_version edge-19.11.2
|
||||
LinkerdVersion: &linkerd_version edge-19.11.3
|
||||
|
||||
Namespace: linkerd
|
||||
OmitWebhookSideEffects: false
|
||||
|
|
Loading…
Reference in New Issue