diff --git a/CHANGES.md b/CHANGES.md index 550512f1e2c45..2dbe08062d415 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,22 @@ # Changes +## edge-23.12.4 + +This edge release includes fixes and improvements to the destination +controller's endpoint resolution API. + +* Fixed an issue in the control plane where discovery for pod IP addresses could + hang indefinitely ([#11815]) +* Updated the proxy to enforce time limits on control plane response streams so + that proxies more naturally distribute load over control plane replicas + ([#11837]) +* Fixed the policy's controller service metadata responses so that proxy logs + and metrics have informative values ([#11842]) + +[#11842]: https://github.com/linkerd/linkerd2/pull/11842 +[#11837]: https://github.com/linkerd/linkerd2/pull/11837 +[#11815]: https://github.com/linkerd/linkerd2/pull/11815 + ## edge-23.12.3 This edge release contains improvements to the logging and diagnostics of the diff --git a/charts/linkerd-control-plane/Chart.yaml b/charts/linkerd-control-plane/Chart.yaml index 3e562e7c7a28b..b74a3d5a4b9d2 100644 --- a/charts/linkerd-control-plane/Chart.yaml +++ b/charts/linkerd-control-plane/Chart.yaml @@ -7,16 +7,16 @@ description: | type: application home: https://linkerd.io keywords: -- service-mesh + - service-mesh kubeVersion: ">=1.22.0-0" name: "linkerd-control-plane" sources: -- https://github.com/linkerd/linkerd2/ + - https://github.com/linkerd/linkerd2/ dependencies: -- name: partials - version: 0.1.0 - repository: file://../partials -version: 1.18.2-edge + - name: partials + version: 0.1.0 + repository: file://../partials +version: 1.18.3-edge icon: https://linkerd.io/images/logo-only-200h.png maintainers: - name: Linkerd authors diff --git a/charts/linkerd-control-plane/README.md b/charts/linkerd-control-plane/README.md index ef0f04dd405dc..2fc82dcac03de 100644 --- a/charts/linkerd-control-plane/README.md +++ b/charts/linkerd-control-plane/README.md @@ -3,7 +3,7 @@ Linkerd gives you observability, reliability, and security for your microservices — with no code change required. -![Version: 1.18.2-edge](https://img.shields.io/badge/Version-1.18.2--edge-informational?style=flat-square) +![Version: 1.18.3-edge](https://img.shields.io/badge/Version-1.18.3--edge-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) diff --git a/jaeger/charts/linkerd-jaeger/Chart.yaml b/jaeger/charts/linkerd-jaeger/Chart.yaml index fd935ec5ff511..a0d5dde362333 100644 --- a/jaeger/charts/linkerd-jaeger/Chart.yaml +++ b/jaeger/charts/linkerd-jaeger/Chart.yaml @@ -6,12 +6,12 @@ description: | OpenCensus and Jaeger. home: https://linkerd.io keywords: -- service-mesh + - service-mesh kubeVersion: ">=1.22.0-0" name: linkerd-jaeger sources: -- https://github.com/linkerd/linkerd2/ -version: 30.14.2-edge + - https://github.com/linkerd/linkerd2/ +version: 30.14.3-edge icon: https://linkerd.io/images/logo-only-200h.png maintainers: - name: Linkerd authors diff --git a/jaeger/charts/linkerd-jaeger/README.md b/jaeger/charts/linkerd-jaeger/README.md index 0bf6640795ee9..094dc624e5a56 100644 --- a/jaeger/charts/linkerd-jaeger/README.md +++ b/jaeger/charts/linkerd-jaeger/README.md @@ -3,7 +3,7 @@ The Linkerd-Jaeger extension adds distributed tracing to Linkerd using OpenCensus and Jaeger. -![Version: 30.14.2-edge](https://img.shields.io/badge/Version-30.14.2--edge-informational?style=flat-square) +![Version: 30.14.3-edge](https://img.shields.io/badge/Version-30.14.3--edge-informational?style=flat-square) ![AppVersion: edge-XX.X.X](https://img.shields.io/badge/AppVersion-edge--XX.X.X-informational?style=flat-square) diff --git a/multicluster/charts/linkerd-multicluster/Chart.yaml b/multicluster/charts/linkerd-multicluster/Chart.yaml index 5c93cabb20286..6ac695e5d1e50 100644 --- a/multicluster/charts/linkerd-multicluster/Chart.yaml +++ b/multicluster/charts/linkerd-multicluster/Chart.yaml @@ -6,12 +6,12 @@ description: | linking to remote clusters home: https://linkerd.io keywords: -- service-mesh + - service-mesh kubeVersion: ">=1.22.0-0" name: "linkerd-multicluster" sources: -- https://github.com/linkerd/linkerd2/ -version: 30.12.11-edge + - https://github.com/linkerd/linkerd2/ +version: 30.12.12-edge icon: https://linkerd.io/images/logo-only-200h.png maintainers: - name: Linkerd authors diff --git a/multicluster/charts/linkerd-multicluster/README.md b/multicluster/charts/linkerd-multicluster/README.md index 38a02d9ddbff8..6e4a0a51ad66b 100644 --- a/multicluster/charts/linkerd-multicluster/README.md +++ b/multicluster/charts/linkerd-multicluster/README.md @@ -3,7 +3,7 @@ The Linkerd-Multicluster extension contains resources to support multicluster linking to remote clusters -![Version: 30.12.11-edge](https://img.shields.io/badge/Version-30.12.11--edge-informational?style=flat-square) +![Version: 30.12.12-edge](https://img.shields.io/badge/Version-30.12.12--edge-informational?style=flat-square) ![AppVersion: edge-XX.X.X](https://img.shields.io/badge/AppVersion-edge--XX.X.X-informational?style=flat-square) diff --git a/viz/charts/linkerd-viz/Chart.yaml b/viz/charts/linkerd-viz/Chart.yaml index c1e06c268dd9c..9d1547e352b14 100644 --- a/viz/charts/linkerd-viz/Chart.yaml +++ b/viz/charts/linkerd-viz/Chart.yaml @@ -6,12 +6,12 @@ description: | components for Linkerd. home: https://linkerd.io keywords: -- service-mesh + - service-mesh kubeVersion: ">=1.22.0-0" name: "linkerd-viz" sources: -- https://github.com/linkerd/linkerd2/ -version: 30.14.2-edge + - https://github.com/linkerd/linkerd2/ +version: 30.14.3-edge icon: https://linkerd.io/images/logo-only-200h.png maintainers: - name: Linkerd authors diff --git a/viz/charts/linkerd-viz/README.md b/viz/charts/linkerd-viz/README.md index bd9750494b49b..9dec316024aa4 100644 --- a/viz/charts/linkerd-viz/README.md +++ b/viz/charts/linkerd-viz/README.md @@ -3,7 +3,7 @@ The Linkerd-Viz extension contains observability and visualization components for Linkerd. -![Version: 30.14.2-edge](https://img.shields.io/badge/Version-30.14.2--edge-informational?style=flat-square) +![Version: 30.14.3-edge](https://img.shields.io/badge/Version-30.14.3--edge-informational?style=flat-square) ![AppVersion: edge-XX.X.X](https://img.shields.io/badge/AppVersion-edge--XX.X.X-informational?style=flat-square)