Skip to content

Commit

Permalink
v2.14.6
Browse files Browse the repository at this point in the history
* 6a07e2c Add ability to configure client-go's `QPS` and `Burst` settings (#11644)
* 64bccd9 Improve klog (client-go logs) handling (#11632)
* 284d76b service-mirror: support gateway resolving to multiple addresses (#11499)
* 0a72f1f Add imagePullSecrets to the multicluster chart. (#11287)
  • Loading branch information
olix0r committed Dec 6, 2023
1 parent 6a07e2c commit 4669264
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# 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!).
* multicluster: Updated the service mirror to support gateways exposed on
multiple IP addresses (thanks @MrFreezeex!)
* 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.
* 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.

## stable-2.14.5

This stable release fixes a proxy regression where bursts of TCP connections
Expand Down

0 comments on commit 4669264

Please sign in to comment.