Skip to content

Commit d85ac5a

Browse files
authored
🤖 Auto-merge documentation from branches (#1054)
Generated from branches-config.json at - Merged documentation from multiple branches - Generated unified docs.json - Updated assets and content structure Co-authored-by: buger <[email protected]>
1 parent 20dde89 commit d85ac5a

File tree

2 files changed

+71
-3
lines changed

2 files changed

+71
-3
lines changed

‎nightly/developer-support/release-notes/helm-chart.mdx‎

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,74 @@ canonical: "https://tyk.io/docs/developer-support/release-notes/helm-chart"
1515
Our minor releases are supported until our next minor comes out.
1616

1717
---
18+
## 4.1 Release Notes
19+
20+
### 4.1.0 Release Notes
21+
22+
#### Release Date 26th November 2025
23+
24+
#### Release Highlights
25+
Tyk Charts 4.1.0 is a version alignment release that ensures compatibility with the most recent Tyk LTS release [5.8.8](/nightly/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.
26+
27+
For more information, please refer to the [changelog](/nightly/#Changelog-v4.1.0) below.
28+
29+
#### Breaking Changes
30+
This release has no breaking changes.
31+
32+
#### Dependencies
33+
<a id="dependencies-4.1.0"></a>
34+
35+
##### 3rd Party Dependencies & Tools
36+
| Third Party Dependency | Tested Versions | Compatible Versions | Comments |
37+
| ------------------------| ---------------- | -------------------- | -------- |
38+
| [Kubernetes](https://kubernetes.io) | 1.26.x, 1.27.x, 1.28.x, 1.29.x, 1.30.x, 1.31.x, 1.32.x | 1.19+ | |
39+
| [Helm](https://helm.sh) | 3.14.x | 3.x | |
40+
| [Redis](https://redis.io/download/) | 5.x, 6.x, 7.x | 5.x, 6.x, 7.x | |
41+
| [Valkey](https://valkey.io/download/) | 7.2.x, 8.0.x, 8.1.x | 7.2.x, 8.0.x, 8.1.x | |
42+
| [MongoDB](https://www.mongodb.com/try/download/community) | 6, 7, 8 | 5, 6, 7, 8 | Used by Tyk Dashboard, Pump, and MDCB |
43+
| [PostgreSQL](https://www.postgresql.org/download/) | 13.x - 17.x | 13.x - 17.x | Used by Tyk Dashboard, Pump, and MDCB |
44+
45+
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.
46+
47+
#### Deprecations
48+
There are no deprecations in this release.
49+
50+
#### Upgrade instructions
51+
You can use helm upgrade to upgrade your release
52+
53+
```bash
54+
helm repo add tyk-helm https://helm.tyk.io/public/helm/charts/
55+
helm repo update
56+
57+
helm upgrade [RELEASE_NAME] tyk-helm/[CHART_NAME]
58+
```
59+
60+
#### Downloads
61+
- [Source code](https://github.com/TykTechnologies/tyk-charts/archive/refs/tags/v4.1.0.tar.gz)
62+
- [ArtifactHub - tyk-stack](https://artifacthub.io/packages/helm/tyk-helm/tyk-stack/4.1.0)
63+
- [ArtifactHub - tyk-control-plane](https://artifacthub.io/packages/helm/tyk-helm/tyk-control-plane/4.1.0)
64+
- [ArtifactHub - tyk-data-plane](https://artifacthub.io/packages/helm/tyk-helm/tyk-data-plane/4.1.0)
65+
- [ArtifactHub - tyk-oss](https://artifacthub.io/packages/helm/tyk-helm/tyk-oss/4.1.0)
66+
67+
#### Changelog
68+
<a id="Changelog-v4.1.0"></a>
69+
70+
##### Added
71+
72+
<AccordionGroup>
73+
74+
<Accordion title='Support for Kubernetes Tolerations in Tyk Helm Charts'>
75+
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.
76+
</Accordion>
77+
78+
<Accordion title='Support for Pod Topology Spread Constraints in Tyk Gateway Helm Chart'>
79+
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.
80+
81+
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.
82+
</Accordion>
83+
84+
</AccordionGroup>
85+
1886
## 4.0 Release Notes
1987

2088
### 4.0.1 Release Notes

‎nightly/developer-support/release-notes/overview.mdx‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ export const releaseData = {
113113
"home": "deployment-and-operations/tyk-self-managed/deployment-lifecycle/installations/kubernetes/tyk-helm-tyk-stack",
114114
"name": "Tyk Helm Charts",
115115
"licensed": false,
116-
"latest": "4.0.1",
116+
"latest": "4.1.0",
117117
"releaseNotesPath": "developer-support/release-notes/helm-chart",
118118
"latestData": {
119-
"name": "4.0.1",
119+
"name": "4.1.0",
120120
"date": "26/09/2025",
121121
"docker": "",
122-
"tag": "https://github.com/TykTechnologies/tyk-charts/releases/tag/v4.0.1"
122+
"tag": "https://github.com/TykTechnologies/tyk-charts/releases/tag/v4.1.0"
123123
}
124124
}
125125
]

0 commit comments

Comments
 (0)