mirror of https://github.com/linkerd/linkerd2.git
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:
parent
8760c5f9f2
commit
2065e817fa
15
CHANGES.md
15
CHANGES.md
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

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

|

|
||||||
|
|
||||||

|

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

|

|
||||||
|
|
||||||

|

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

|

|
||||||
|
|
||||||

|

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

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue