You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developer-support/release-notes/helm-chart.mdx
+68Lines changed: 68 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,74 @@ sidebarTitle: "Tyk Chart"
14
14
Our minor releases are supported until our next minor comes out.
15
15
16
16
---
17
+
## 4.1 Release Notes
18
+
19
+
### 4.1.0 Release Notes
20
+
21
+
#### Release Date 26th November 2025
22
+
23
+
#### Release Highlights
24
+
Tyk Charts 4.1.0 is a version alignment release that ensures compatibility with the most recent Tyk LTS release [5.8.8](/developer-support/release-notes/dashboard#588-release-notes). Moreover, this release includes support for Kubernetes tolerations across all Tyk workloads and a new configuration option for Pod Topology Spread Constraints.
25
+
26
+
For more information, please refer to the [changelog](#Changelog-v4.1.0) below.
27
+
28
+
#### Breaking Changes
29
+
This release has no breaking changes.
30
+
31
+
#### Dependencies
32
+
<aid="dependencies-4.1.0"></a>
33
+
34
+
##### 3rd Party Dependencies & Tools
35
+
| Third Party Dependency | Tested Versions | Compatible Versions | Comments |
|[MongoDB](https://www.mongodb.com/try/download/community)| 6, 7, 8 | 5, 6, 7, 8 | Used by Tyk Dashboard, Pump, and MDCB |
42
+
|[PostgreSQL](https://www.postgresql.org/download/)| 13.x - 17.x | 13.x - 17.x | Used by Tyk Dashboard, Pump, and MDCB |
43
+
44
+
Given the time difference between your upgrade and the release of this version, we recommend customers verify the ongoing support of third-party dependencies they install, as their status may have changed since the release.
<Accordiontitle='Support for Kubernetes Tolerations in Tyk Helm Charts'>
74
+
Added full support for configuring Kubernetes tolerations across all Tyk components (Gateway, Dashboard, MDCB, Pump, etc.) through Helm values.yaml. This enhancement allows teams to deploy Tyk workloads on their controlled node pools for improved compliance and performance.
75
+
</Accordion>
76
+
77
+
<Accordiontitle='Support for Pod Topology Spread Constraints in Tyk Gateway Helm Chart'>
78
+
You can now configure Kubernetes Pod Topology Spread Constraints directly through the Tyk Gateway Helm Chart, allowing you to control how Gateway pods are distributed across availability zones or topology domains.
79
+
80
+
This enables more resilient, highly available deployments and helps prevent all Gateway replicas from being scheduled in the same zone or node group. Existing users are unaffected, as the feature is disabled by default unless explicitly configured.
0 commit comments