mirror of https://github.com/linkerd/linkerd2.git
parent
1324e7a456
commit
3f0d248b96
23
CHANGES.md
23
CHANGES.md
|
|
@ -1,5 +1,28 @@
|
|||
# Changes
|
||||
|
||||
## edge-23.2.1
|
||||
|
||||
This edge release sees the `linkerd-cni` plugin moved to
|
||||
`linkerd2-proxy-init` and released from that repository. An iptables
|
||||
improvement to `linkerd-cni` and `proxy-init` is the main focus. Other
|
||||
minor fixes are also included.
|
||||
|
||||
* Changed `proxy-init` iptables rules to be idempotent upon init pod
|
||||
restart (thanks @jim-minter!)
|
||||
* Improved logging in `proxy-init` and `linkerd-cni`
|
||||
* Added the server_port_subscribers metric to track the number of subscribers
|
||||
to Server changes associated with a pod's port
|
||||
* Added the service_subscribers metric to track the number of subscribers to
|
||||
Service changes
|
||||
* Fixed a small memory leak in the opaque ports watcher
|
||||
* No longer apply `waitBeforeExitSeconds` to control plane, viz and jaeger
|
||||
extension pods
|
||||
* Added support for the `internalTrafficPolicy` of a service (thanks @yc185050!)
|
||||
* Added `limits` and `requests` to network-validator for ResourceQuota interop
|
||||
* Added block chomping to strip trailing new lines in ConfigMap (thanks @avdicl!)
|
||||
* Added multicluster gateway `nodeSelector` and `tolerations` helm parameters
|
||||
* Added protection against nil dereference in resources helm template
|
||||
|
||||
## edge-23.1.2
|
||||
|
||||
This edge release fixes a memory leak in the Linkerd control plane that could
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ dependencies:
|
|||
- name: partials
|
||||
version: 0.1.0
|
||||
repository: file://../partials
|
||||
version: 1.11.2-edge
|
||||
version: 1.11.3-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,4 +9,4 @@ description: |
|
|||
kubeVersion: ">=1.21.0-0"
|
||||
icon: https://linkerd.io/images/logo-only-200h.png
|
||||
name: "linkerd2-cni"
|
||||
version: 30.6.1-edge
|
||||
version: 30.7.0-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.6.2-edge
|
||||
version: 30.6.3-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.4.0-edge
|
||||
version: 30.5.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.4.8-edge
|
||||
version: 30.4.9-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