Changes for edge-22.3.1 (#8002)

## edge-22.3.1

This edge release includes updates to dependencies, CI, and rust 1.59.0. It also
includes changes to the `linkerd-jaeger` chart to ensure that namespace labels
are preserved and adds support for `imagePullSecrets`, along with improvements
to the multicluster and policy functionality.

* Added note to `multicluster link` command to clarify that the link is
  one-direction
* Introduced `imagePullSecrets` to Jaeger Helm chart
* Updated Rust to v1.59.0
* Fixed a bug where labels can be overwritten in the `linkerd-jaeger` chart
* Fix broken mirrored headles services after `repairEndpoints` runs
* Updated `Server` CRD to handle an empty `PodSelector`

Signed-off-by: Charles Pretzer <charles@buoyant.io>
This commit is contained in:
cpretzer 2022-03-03 13:00:11 -08:00 committed by GitHub
parent 8760c5f9f2
commit 2065e817fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
24 changed files with 64 additions and 49 deletions

View File

@ -1,5 +1,20 @@
# Changes # Changes
## edge-22.3.1
This edge release includes updates to dependencies, CI, and rust 1.59.0. It also
includes changes to the `linkerd-jaeger` chart to ensure that namespace labels
are preserved and adds support for `imagePullSecrets`, along with improvements
to the multicluster and policy functionality.
* Added note to `multicluster link` command to clarify that the link is
one-direction
* Introduced `imagePullSecrets` to Jaeger Helm chart
* Updated Rust to v1.59.0
* Fixed a bug where labels can be overwritten in the `linkerd-jaeger` chart
* Fix broken mirrored headles services after `repairEndpoints` runs
* Updated `Server` CRD to handle an empty `PodSelector`
## edge-22.2.4 ## edge-22.2.4
This edge release continues to address several security related lints and This edge release continues to address several security related lints and

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.7-edge version: 1.1.8-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.7-edge](https://img.shields.io/badge/Version-1.1.7--edge-informational?style=flat-square) ![Version: 1.1.8-edge](https://img.shields.io/badge/Version-1.1.8--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.7-edge version: 30.0.8-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.7-edge](https://img.shields.io/badge/Version-30.0.7--edge-informational?style=flat-square) ![Version: 30.0.8-edge](https://img.shields.io/badge/Version-30.0.8--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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-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.7-edge helm.sh/chart: linkerd-control-plane-1.1.8-edge
linkerd.io/control-plane-ns: linkerd linkerd.io/control-plane-ns: linkerd
spec: spec:
group: linkerd.io group: linkerd.io

View File

@ -11,7 +11,7 @@ kubeVersion: ">=1.20.0-0"
name: linkerd-jaeger name: linkerd-jaeger
sources: sources:
- https://github.com/linkerd/linkerd2/ - https://github.com/linkerd/linkerd2/
version: 30.2.3-edge version: 30.2.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 @@
The Linkerd-Jaeger extension adds distributed tracing to Linkerd using The Linkerd-Jaeger extension adds distributed tracing to Linkerd using
OpenCensus and Jaeger. OpenCensus and Jaeger.
![Version: 30.2.3-edge](https://img.shields.io/badge/Version-30.2.3--edge-informational?style=flat-square) ![Version: 30.2.4-edge](https://img.shields.io/badge/Version-30.2.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

@ -11,7 +11,7 @@ kubeVersion: ">=1.20.0-0"
name: "linkerd-multicluster" name: "linkerd-multicluster"
sources: sources:
- https://github.com/linkerd/linkerd2/ - https://github.com/linkerd/linkerd2/
version: 30.0.6-edge version: 30.0.7-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 @@
The Linkerd-Multicluster extension contains resources to support multicluster The Linkerd-Multicluster extension contains resources to support multicluster
linking to remote clusters linking to remote clusters
![Version: 30.0.6-edge](https://img.shields.io/badge/Version-30.0.6--edge-informational?style=flat-square) ![Version: 30.0.7-edge](https://img.shields.io/badge/Version-30.0.7--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

@ -11,7 +11,7 @@ kubeVersion: ">=1.20.0-0"
name: "linkerd-viz" name: "linkerd-viz"
sources: sources:
- https://github.com/linkerd/linkerd2/ - https://github.com/linkerd/linkerd2/
version: 30.0.6-edge version: 30.0.7-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 @@
The Linkerd-Viz extension contains observability and visualization The Linkerd-Viz extension contains observability and visualization
components for Linkerd. components for Linkerd.
![Version: 30.0.6-edge](https://img.shields.io/badge/Version-30.0.6--edge-informational?style=flat-square) ![Version: 30.0.7-edge](https://img.shields.io/badge/Version-30.0.7--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)