mirror of https://github.com/linkerd/linkerd2.git
edge-22.8.2 (#9138)
This release is considered a release candidate for stable-2.12.0 and we encourage you to try it out! It includes an update to the multicluster extension which adds support for Kubernetes v1.24 and also updates many CLI commands to support the new policy resources: ServerAuthorization and HTTPRoute. * Updated linkerd check to allow RSA signed trust anchors (thanks @danibaeyens) * Fixed some invalid yaml in the viz extension's tap-injector template (thanks @wc-s) * Added support for AuthorizationPolicy and HttpRoute to viz authz command * Added support for AuthorizationPolicy and HttpRoute to viz stat * Added support for policy metadata in linkerd tap * Fixed an issue where certain control plane components were not restarting as necessary after a trust root rotation * Added a ServiceAccount token Secret to the multicluster extension to support Kubernetes versions >= v1.24 * Fixed an issuer where the --default-inbound-policy setting was not being respected Signed-off-by: Alex Leong <alex@buoyant.io>
This commit is contained in:
parent
2e01fa8089
commit
5427446de9
19
CHANGES.md
19
CHANGES.md
|
@ -1,5 +1,24 @@
|
|||
# Changes
|
||||
|
||||
## edge-22.8.2
|
||||
|
||||
This release is considered a release candidate for stable-2.12.0 and we
|
||||
encourage you to try it out! It includes an update to the multicluster extension
|
||||
which adds support for Kubernetes v1.24 and also updates many CLI commands to
|
||||
support the new policy resources: ServerAuthorization and HTTPRoute.
|
||||
|
||||
* Updated linkerd check to allow RSA signed trust anchors (thanks @danibaeyens)
|
||||
* Fixed some invalid yaml in the viz extension's tap-injector template (thanks @wc-s)
|
||||
* Added support for AuthorizationPolicy and HttpRoute to viz authz command
|
||||
* Added support for AuthorizationPolicy and HttpRoute to viz stat
|
||||
* Added support for policy metadata in linkerd tap
|
||||
* Fixed an issue where certain control plane components were not restarting as
|
||||
necessary after a trust root rotation
|
||||
* Added a ServiceAccount token Secret to the multicluster extension to support
|
||||
Kubernetes versions >= v1.24
|
||||
* Fixed an issuer where the --default-inbound-policy setting was not being
|
||||
respected
|
||||
|
||||
## edge-22.8.1
|
||||
|
||||
This releases introduces default probe authorization. This means that on
|
||||
|
|
|
@ -16,7 +16,7 @@ dependencies:
|
|||
- name: partials
|
||||
version: 0.1.0
|
||||
repository: file://../partials
|
||||
version: 1.8.0-edge
|
||||
version: 1.8.1-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.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
|
|
@ -9,5 +9,5 @@ description: |
|
|||
kubeVersion: ">=1.21.0-0"
|
||||
icon: https://linkerd.io/images/logo-only-200h.png
|
||||
name: "linkerd2-cni"
|
||||
version: 30.2.0-edge
|
||||
version: 30.2.1-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
|
||||
data plane.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ kubeVersion: ">=1.21.0-0"
|
|||
name: linkerd-jaeger
|
||||
sources:
|
||||
- https://github.com/linkerd/linkerd2/
|
||||
version: 30.3.9-edge
|
||||
version: 30.3.10-edge
|
||||
icon: https://linkerd.io/images/logo-only-200h.png
|
||||
maintainers:
|
||||
- name: Linkerd authors
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
The Linkerd-Jaeger extension adds distributed tracing to Linkerd using
|
||||
OpenCensus and Jaeger.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ kubeVersion: ">=1.21.0-0"
|
|||
name: "linkerd-multicluster"
|
||||
sources:
|
||||
- https://github.com/linkerd/linkerd2/
|
||||
version: 30.1.9-edge
|
||||
version: 30.2.0-edge
|
||||
icon: https://linkerd.io/images/logo-only-200h.png
|
||||
maintainers:
|
||||
- name: Linkerd authors
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
The Linkerd-Multicluster extension contains resources to support multicluster
|
||||
linking to remote clusters
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ kubeVersion: ">=1.21.0-0"
|
|||
name: "linkerd-viz"
|
||||
sources:
|
||||
- https://github.com/linkerd/linkerd2/
|
||||
version: 30.2.9-edge
|
||||
version: 30.2.10-edge
|
||||
icon: https://linkerd.io/images/logo-only-200h.png
|
||||
maintainers:
|
||||
- name: Linkerd authors
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
The Linkerd-Viz extension contains observability and visualization
|
||||
components for Linkerd.
|
||||
|
||||

|
||||

|
||||
|
||||

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