Add changes for edge-22.2.1 (#7779)

## edge-22.2.1

This edge release removed the `disableIdentity` configuration now that the proxy
no longer supports running without identity.

* Added a `privileged` configuration to linkerd-cni which is required by some
  environments
* Fixed an issue where the TLS credentials used by the policy validator were not
  updated when the credentials were rotated
* Removed the `disableIdentity` configurations now that the proxy no longer
  supports running without identity
* Fixed an issue where `linkerd jaeger check` would needlessly fail for BYO
  Jaeger or collector installations
* Fixed a Helm HA installation race condition introduced by the stoppage of
  namespace creation

Signed-off-by: Kevin Leimkuhler <kleimkuhler@icloud.com>
This commit is contained in:
Kevin Leimkuhler 2022-02-03 15:13:36 -07:00 committed by GitHub
parent 5426278171
commit 7cc8be2f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 60 additions and 44 deletions

View File

@ -1,5 +1,21 @@
# Changes # Changes
## edge-22.2.1
This edge release removed the `disableIdentity` configuration now that the proxy
no longer supports running without identity.
* Added a `privileged` configuration to linkerd-cni which is required by some
environments
* Fixed an issue where the TLS credentials used by the policy validator were not
updated when the credentials were rotated
* Removed the `disableIdentity` configurations now that the proxy no longer
supports running without identity
* Fixed an issue where `linkerd jaeger check` would needlessly fail for BYO
Jaeger or collector installations
* Fixed a Helm HA installation race condition introduced by the stoppage of
namespace creation
## edge-22.1.5 ## edge-22.1.5
This edge release adds support for per-request Access Logging for HTTP inbound This edge release adds support for per-request Access Logging for HTTP inbound

View File

@ -16,7 +16,7 @@ dependencies:
- name: partials - name: partials
version: 0.1.0 version: 0.1.0
repository: file://../partials repository: file://../partials
version: 1.1.3-edge version: 1.1.4-edge
icon: https://linkerd.io/images/logo-only-200h.png icon: https://linkerd.io/images/logo-only-200h.png
maintainers: maintainers:
- name: Linkerd authors - name: Linkerd authors

View File

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

View File

@ -9,5 +9,5 @@ description: |
kubeVersion: ">=1.20.0-0" kubeVersion: ">=1.20.0-0"
icon: https://linkerd.io/images/logo-only-200h.png icon: https://linkerd.io/images/logo-only-200h.png
name: "linkerd2-cni" name: "linkerd2-cni"
version: 30.0.3-edge version: 30.0.4-edge

View File

@ -6,7 +6,7 @@ Linkerd [CNI plugin](https://linkerd.io/2/features/cni/) takes care of setting
up your pod's network so incoming and outgoing traffic is proxied through the up your pod's network so incoming and outgoing traffic is proxied through the
data plane. data plane.
![Version: 30.0.3-edge](https://img.shields.io/badge/Version-30.0.3--edge-informational?style=flat-square) ![Version: 30.0.4-edge](https://img.shields.io/badge/Version-30.0.4--edge-informational?style=flat-square)
![AppVersion: edge-XX.X.X](https://img.shields.io/badge/AppVersion-edge--XX.X.X-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: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -152,7 +152,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -441,7 +441,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: linkerd.io group: linkerd.io

View File

@ -6,7 +6,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -152,7 +152,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -441,7 +441,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: linkerd.io group: linkerd.io

View File

@ -6,7 +6,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -152,7 +152,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -441,7 +441,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: linkerd.io group: linkerd.io

View File

@ -6,7 +6,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -152,7 +152,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -441,7 +441,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: linkerd.io group: linkerd.io

View File

@ -6,7 +6,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -152,7 +152,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -441,7 +441,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: linkerd.io group: linkerd.io

View File

@ -6,7 +6,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -152,7 +152,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -441,7 +441,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: linkerd.io group: linkerd.io

View File

@ -6,7 +6,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -152,7 +152,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -441,7 +441,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: linkerd.io group: linkerd.io

View File

@ -6,7 +6,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -152,7 +152,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -441,7 +441,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: linkerd.io group: linkerd.io

View File

@ -6,7 +6,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -152,7 +152,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -441,7 +441,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: linkerd.io group: linkerd.io

View File

@ -6,7 +6,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -152,7 +152,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -441,7 +441,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: linkerd.io group: linkerd.io

View File

@ -6,7 +6,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: CliVersion linkerd.io/created-by: CliVersion
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -152,7 +152,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: CliVersion linkerd.io/created-by: CliVersion
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -441,7 +441,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: CliVersion linkerd.io/created-by: CliVersion
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: linkerd.io group: linkerd.io

View File

@ -6,7 +6,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -152,7 +152,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -441,7 +441,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: linkerd.io group: linkerd.io

View File

@ -6,7 +6,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -152,7 +152,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: policy.linkerd.io group: policy.linkerd.io
@ -441,7 +441,7 @@ metadata:
annotations: annotations:
linkerd.io/created-by: linkerd/cli dev-undefined linkerd.io/created-by: linkerd/cli dev-undefined
labels: labels:
helm.sh/chart: linkerd-control-plane-1.1.3-edge helm.sh/chart: linkerd-control-plane-1.1.4-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: linkerd.io group: linkerd.io