diff --git a/CHANGES.md b/CHANGES.md index d20e2863c04ff..41e772b499b8f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,31 @@ # Changes +## stable-2.14.6 + +This stable release back-ports bugfixes and improvements from recent edge +releases. + +* multicluster: Added an `imagePullSecrets` configuration to + linkerd-multicluster Helm chart (thanks @lhaussknecht!). ([#11287]) +* multicluster: Updated the service mirror to support gateways exposed on + multiple IP addresses (thanks @MrFreezeex!) ([#11499]) +* Updated control plane logging so that client-go may emit error logs. This will + also ensures that all logs are emitted in JSON when the json log format is + enabled. ([#11632]) +* Added `kubeAPI.clientBurst` and `kubeAPI.clientQPS` configurations that allow + users to configure the burst and QPS rate limits for the Kubernetes API + clients used by the control plane. The default burst and qps values are now + set at 200 and 100, respectively. The prior defaults limited bursts 10 and QPS + to 5, which could cause throttling issues in clusters that schedule many pods + quickly. ([#11644]) +* viz: Update the default prometheus version to v2.48.0. ([#11633]) + +[#11287]: https://github.com/linkerd/linkerd2/pull/11287 +[#11499]: https://github.com/linkerd/linkerd2/pull/11499 +[#11632]: https://github.com/linkerd/linkerd2/pull/11632 +[#11644]: https://github.com/linkerd/linkerd2/pull/11644 +[#11633]: https://github.com/linkerd/linkerd2/pull/11633 + ## stable-2.14.5 This stable release fixes a proxy regression where bursts of TCP connections diff --git a/charts/linkerd-control-plane/Chart.yaml b/charts/linkerd-control-plane/Chart.yaml index bf205f0633f7d..ffd5049c827a8 100644 --- a/charts/linkerd-control-plane/Chart.yaml +++ b/charts/linkerd-control-plane/Chart.yaml @@ -16,7 +16,7 @@ dependencies: - name: partials version: 0.1.0 repository: file://../partials -version: 1.16.6 +version: 1.16.7 icon: https://linkerd.io/images/logo-only-200h.png maintainers: - name: Linkerd authors diff --git a/jaeger/charts/linkerd-jaeger/Chart.yaml b/jaeger/charts/linkerd-jaeger/Chart.yaml index 5dd9dd4b15165..d3a02988d56fe 100644 --- a/jaeger/charts/linkerd-jaeger/Chart.yaml +++ b/jaeger/charts/linkerd-jaeger/Chart.yaml @@ -11,7 +11,7 @@ kubeVersion: ">=1.21.0-0" name: linkerd-jaeger sources: - https://github.com/linkerd/linkerd2/ -version: 30.12.6 +version: 30.12.7 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 7cc497502e382..b126f25eb5928 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.12.6](https://img.shields.io/badge/Version-30.12.6-informational?style=flat-square) +![Version: 30.12.7](https://img.shields.io/badge/Version-30.12.7-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 fe1b884433d7a..a2c157bd962b2 100644 --- a/multicluster/charts/linkerd-multicluster/Chart.yaml +++ b/multicluster/charts/linkerd-multicluster/Chart.yaml @@ -11,7 +11,7 @@ kubeVersion: ">=1.21.0-0" name: "linkerd-multicluster" sources: - https://github.com/linkerd/linkerd2/ -version: 30.11.6 +version: 30.11.7 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 69e073e066ad4..2f2cb7b137c98 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.11.6](https://img.shields.io/badge/Version-30.11.6-informational?style=flat-square) +![Version: 30.11.7](https://img.shields.io/badge/Version-30.11.7-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 b49495ff9d270..e3376c7b71c8e 100644 --- a/viz/charts/linkerd-viz/Chart.yaml +++ b/viz/charts/linkerd-viz/Chart.yaml @@ -11,7 +11,7 @@ kubeVersion: ">=1.21.0-0" name: "linkerd-viz" sources: - https://github.com/linkerd/linkerd2/ -version: 30.12.6 +version: 30.12.7 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 b35e908e7c3d6..c32b8710f7f65 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.12.6](https://img.shields.io/badge/Version-30.12.6-informational?style=flat-square) +![Version: 30.12.7](https://img.shields.io/badge/Version-30.12.7-informational?style=flat-square) ![AppVersion: edge-XX.X.X](https://img.shields.io/badge/AppVersion-edge--XX.X.X-informational?style=flat-square)