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:
Alex Leong 2022-01-06 16:40:42 -08:00 committed by GitHub
parent d20d318c13
commit 6a5f580278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 54 additions and 41 deletions

View File

@ -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

View File

@ -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

View File

@ -3,7 +3,7 @@
Linkerd gives you observability, reliability, and security
for your microservices — with no code change required.
![Version: 1.0.1-edge](https://img.shields.io/badge/Version-1.0.1--edge-informational?style=flat-square)
![Version: 1.1.0-edge](https://img.shields.io/badge/Version-1.1.0--edge-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![AppVersion: edge-XX.X.X](https://img.shields.io/badge/AppVersion-edge--XX.X.X-informational?style=flat-square)

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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