mirror of https://github.com/linkerd/linkerd2.git
edge 22.1.1 (#7572)
This release adds support for using the cert-manager CA Injector to configure Linkerd's webhooks. * Fixed a rare issue when a Service's opaque ports annotation does not match that of the pods in the service * Disallowed privilege escalation in control plane containers (thanks @kichristensen!) * Updated the multicluster extension's service mirror controller to make mirror services empty when the exported service is empty * Added support for injecting Webhook CA bundles with cert-manager CA Injector (thanks @bdun1013!) Signed-off-by: Alex Leong <alex@buoyant.io>
This commit is contained in:
parent
d20d318c13
commit
6a5f580278
13
CHANGES.md
13
CHANGES.md
|
|
@ -1,5 +1,18 @@
|
|||
# Changes
|
||||
|
||||
## edge-22.1.1
|
||||
|
||||
This release adds support for using the cert-manager CA Injector to configure
|
||||
Linkerd's webhooks.
|
||||
|
||||
* Fixed a rare issue when a Service's opaque ports annotation does not match
|
||||
that of the pods in the service
|
||||
* Disallowed privilege escalation in control plane containers (thanks @kichristensen!)
|
||||
* Updated the multicluster extension's service mirror controller to make mirror
|
||||
services empty when the exported service is empty
|
||||
* Added support for injecting Webhook CA bundles with cert-manager CA Injector
|
||||
(thanks @bdun1013!)
|
||||
|
||||
## edge-21.12.4
|
||||
|
||||
This release adds support for custom HTTP methods in the viz stats
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ dependencies:
|
|||
- name: partials
|
||||
version: 0.1.0
|
||||
repository: file://../partials
|
||||
version: 1.0.1-edge
|
||||
version: 1.1.0-edge
|
||||
icon: https://linkerd.io/images/logo-only-200h.png
|
||||
maintainers:
|
||||
- name: Linkerd authors
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Linkerd gives you observability, reliability, and security
|
||||
for your microservices — with no code change required.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -152,7 +152,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -441,7 +441,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: linkerd.io
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -152,7 +152,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -441,7 +441,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: linkerd.io
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -152,7 +152,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -441,7 +441,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: linkerd.io
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -152,7 +152,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -441,7 +441,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: linkerd.io
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -152,7 +152,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -441,7 +441,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: linkerd.io
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -152,7 +152,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -441,7 +441,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: linkerd.io
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -152,7 +152,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -441,7 +441,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: linkerd.io
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -152,7 +152,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -441,7 +441,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: linkerd.io
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -152,7 +152,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -441,7 +441,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: linkerd.io
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -152,7 +152,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -441,7 +441,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: linkerd.io
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: CliVersion
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -152,7 +152,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: CliVersion
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -441,7 +441,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: CliVersion
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: linkerd.io
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -152,7 +152,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -441,7 +441,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: linkerd.io
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -152,7 +152,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: policy.linkerd.io
|
||||
|
|
@ -441,7 +441,7 @@ metadata:
|
|||
annotations:
|
||||
linkerd.io/created-by: linkerd/cli dev-undefined
|
||||
labels:
|
||||
helm.sh/chart: linkerd-control-plane-1.0.1-edge
|
||||
helm.sh/chart: linkerd-control-plane-1.1.0-edge
|
||||
linkerd.io/control-plane-ns: linkerd
|
||||
spec:
|
||||
group: linkerd.io
|
||||
|
|
|
|||
Loading…
Reference in New Issue