Skip to content

Commit b5314a0

Browse files
authored
[TT-15973] Charts RN 4.1.0.md (#923)
1 parent 9fffe3e commit b5314a0

File tree

2 files changed

+71
-3
lines changed

2 files changed

+71
-3
lines changed

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

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,74 @@ sidebarTitle: "Tyk Chart"
1414
Our minor releases are supported until our next minor comes out.
1515

1616
---
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+
<a id="dependencies-4.1.0"></a>
33+
34+
##### 3rd Party Dependencies & Tools
35+
| Third Party Dependency | Tested Versions | Compatible Versions | Comments |
36+
| ------------------------| ---------------- | -------------------- | -------- |
37+
| [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+ | |
38+
| [Helm](https://helm.sh) | 3.14.x | 3.x | |
39+
| [Redis](https://redis.io/download/) | 5.x, 6.x, 7.x | 5.x, 6.x, 7.x | |
40+
| [Valkey](https://valkey.io/download/) | 7.2.x, 8.0.x, 8.1.x | 7.2.x, 8.0.x, 8.1.x | |
41+
| [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.
45+
46+
#### Deprecations
47+
There are no deprecations in this release.
48+
49+
#### Upgrade instructions
50+
You can use helm upgrade to upgrade your release
51+
52+
```bash
53+
helm repo add tyk-helm https://helm.tyk.io/public/helm/charts/
54+
helm repo update
55+
56+
helm upgrade [RELEASE_NAME] tyk-helm/[CHART_NAME]
57+
```
58+
59+
#### Downloads
60+
- [Source code](https://github.com/TykTechnologies/tyk-charts/archive/refs/tags/v4.1.0.tar.gz)
61+
- [ArtifactHub - tyk-stack](https://artifacthub.io/packages/helm/tyk-helm/tyk-stack/4.1.0)
62+
- [ArtifactHub - tyk-control-plane](https://artifacthub.io/packages/helm/tyk-helm/tyk-control-plane/4.1.0)
63+
- [ArtifactHub - tyk-data-plane](https://artifacthub.io/packages/helm/tyk-helm/tyk-data-plane/4.1.0)
64+
- [ArtifactHub - tyk-oss](https://artifacthub.io/packages/helm/tyk-helm/tyk-oss/4.1.0)
65+
66+
#### Changelog
67+
<a id="Changelog-v4.1.0"></a>
68+
69+
##### Added
70+
71+
<AccordionGroup>
72+
73+
<Accordion title='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+
<Accordion title='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.
81+
</Accordion>
82+
83+
</AccordionGroup>
84+
1785
## 4.0 Release Notes
1886

1987
### 4.0.1 Release Notes

developer-support/release-notes/overview.mdx

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

0 commit comments

Comments
 (0)