From 4f0b9b39f99ba26c6f9b1d6d9bc7a4661449176d Mon Sep 17 00:00:00 2001 From: Matei David Date: Thu, 30 Nov 2023 19:17:32 +0000 Subject: [PATCH] edge-23.12.1 This edge release introduces new configuration values in the identity controller for client-go's `QPS` and `Burst` settings. Default values for these settings have also been raised from `5` (QPS) and `10` (Burst) to `100` and `200` respectively. * Added `namespaceSelector` fields for the tap-injector and jaeger-injector webhooks. The webhooks are now configured to skip `kube-system` by default ([#11649]; fixes [#11647]) (thanks @mikutas!) * Added the ability to configure client-go's `QPS` and `Burst` settings in the identity controller ([#11644]) * Improved client-go logging visibility throughout the control plane's components ([#11632]) * Introduced `PodDisruptionBudgets` in the linkerd-viz Helm chart for tap and tap-injector ([#11628]; fixes [#11248]) (thanks @mcharriere!) [#11649]: https://github.com/linkerd/linkerd2/pull/11649 [#11647]: https://github.com/linkerd/linkerd2/issues/11647 [#11644]: https://github.com/linkerd/linkerd2/pull/11644 [#11632]: https://github.com/linkerd/linkerd2/pull/11632 [#11628]: https://github.com/linkerd/linkerd2/pull/11628 [#11248]: https://github.com/linkerd/linkerd2/issues/11248 Signed-off-by: Matei David --- CHANGES.md | 24 +++++++++++++++++++ charts/linkerd-control-plane/Chart.yaml | 2 +- charts/linkerd-control-plane/README.md | 2 +- jaeger/charts/linkerd-jaeger/Chart.yaml | 2 +- jaeger/charts/linkerd-jaeger/README.md | 2 +- .../charts/linkerd-multicluster/Chart.yaml | 2 +- .../charts/linkerd-multicluster/README.md | 2 +- viz/charts/linkerd-viz/Chart.yaml | 2 +- viz/charts/linkerd-viz/README.md | 2 +- 9 files changed, 32 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 371224dd9e5ec..529c03dca84cd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,29 @@ # Changes +## edge-23.12.1 + +This edge release introduces new configuration values in the identity +controller for client-go's `QPS` and `Burst` settings. Default values for these +settings have also been raised from `5` (QPS) and `10` (Burst) to `100` and +`200` respectively. + +* Added `namespaceSelector` fields for the tap-injector and jaeger-injector + webhooks. The webhooks are now configured to skip `kube-system` by default + ([#11649]; fixes [#11647]) (thanks @mikutas!) +* Added the ability to configure client-go's `QPS` and `Burst` settings in the + identity controller ([#11644]) +* Improved client-go logging visibility throughout the control plane's + components ([#11632]) +* Introduced `PodDisruptionBudgets` in the linkerd-viz Helm chart for tap and + tap-injector ([#11628]; fixes [#11248]) (thanks @mcharriere!) + +[#11649]: https://github.com/linkerd/linkerd2/pull/11649 +[#11647]: https://github.com/linkerd/linkerd2/issues/11647 +[#11644]: https://github.com/linkerd/linkerd2/pull/11644 +[#11632]: https://github.com/linkerd/linkerd2/pull/11632 +[#11628]: https://github.com/linkerd/linkerd2/pull/11628 +[#11248]: https://github.com/linkerd/linkerd2/issues/11248 + ## edge-23.11.4 This edge release introduces support for the native sidecar containers entering diff --git a/charts/linkerd-control-plane/Chart.yaml b/charts/linkerd-control-plane/Chart.yaml index 6b225ea343caa..5b7c42d916f59 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.17.9-edge +version: 1.18.0-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 932936bf3c3d8..4d7c5a2cfc0f0 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.17.9-edge](https://img.shields.io/badge/Version-1.17.9--edge-informational?style=flat-square) +![Version: 1.18.0-edge](https://img.shields.io/badge/Version-1.18.0--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 fe0e7a608036d..04815d115a213 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.13.9-edge +version: 30.14.0-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 feaf1d05171f0..9c81177790cbc 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.13.9-edge](https://img.shields.io/badge/Version-30.13.9--edge-informational?style=flat-square) +![Version: 30.14.0-edge](https://img.shields.io/badge/Version-30.14.0--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 9387fd80b1434..de03f06cf5427 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.12.8-edge +version: 30.12.9-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 5956d32abeab9..2d9bbd5201425 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.8-edge](https://img.shields.io/badge/Version-30.12.8--edge-informational?style=flat-square) +![Version: 30.12.9-edge](https://img.shields.io/badge/Version-30.12.9--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 2561a2d077b7f..453d67a523c33 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.13.8-edge +version: 30.14.0-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 b261d66f9952c..4385f35663d9c 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.13.8-edge](https://img.shields.io/badge/Version-30.13.8--edge-informational?style=flat-square) +![Version: 30.14.0-edge](https://img.shields.io/badge/Version-30.14.0--edge-informational?style=flat-square) ![AppVersion: edge-XX.X.X](https://img.shields.io/badge/AppVersion-edge--XX.X.X-informational?style=flat-square)