Skip to content
Merged
Changes from 6 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
11b0d49
Update helm-chart.md
JoanCamosTyk Sep 28, 2025
1676f15
Update helm-chart.md
JoanCamosTyk Sep 28, 2025
f797b6a
Update helm-chart.md
JoanCamosTyk Sep 28, 2025
b3fdc4c
Update helm-chart.md
JoanCamosTyk Sep 28, 2025
f1a8531
Merge master into JoanCamosTyk-patch-10
buger Sep 30, 2025
2ddc9c3
Merge master into JoanCamosTyk-patch-10
buger Sep 30, 2025
a0a9812
Update helm.json
sharadregoti Sep 30, 2025
f22aed1
Merge master into JoanCamosTyk-patch-10
buger Oct 3, 2025
016f2cc
Merge master into JoanCamosTyk-patch-10
buger Oct 3, 2025
1a5d453
Merge master into JoanCamosTyk-patch-10
buger Oct 7, 2025
72388c0
Merge master into JoanCamosTyk-patch-10
buger Oct 7, 2025
6e3e89b
Merge master into JoanCamosTyk-patch-10
buger Oct 7, 2025
3a70904
Merge master into JoanCamosTyk-patch-10
buger Oct 8, 2025
bf4c76d
Merge master into JoanCamosTyk-patch-10
buger Oct 8, 2025
3f2ed1d
Merge master into JoanCamosTyk-patch-10
buger Oct 8, 2025
7bf625c
Merge master into JoanCamosTyk-patch-10
buger Oct 9, 2025
503dadd
Merge master into JoanCamosTyk-patch-10
buger Oct 9, 2025
75130f4
Merge master into JoanCamosTyk-patch-10
buger Oct 9, 2025
9246104
Merge master into JoanCamosTyk-patch-10
buger Oct 13, 2025
129bc8f
Merge master into JoanCamosTyk-patch-10
buger Oct 14, 2025
af045f6
Merge master into JoanCamosTyk-patch-10
buger Oct 14, 2025
41918f5
Merge master into JoanCamosTyk-patch-10
buger Oct 14, 2025
dc6fed8
Merge master into JoanCamosTyk-patch-10
buger Oct 14, 2025
a5ecc2b
Merge master into JoanCamosTyk-patch-10
buger Oct 14, 2025
c87fed8
Merge master into JoanCamosTyk-patch-10
buger Oct 15, 2025
5c3177f
Merge master into JoanCamosTyk-patch-10
buger Oct 15, 2025
295d342
Merge master into JoanCamosTyk-patch-10
buger Oct 15, 2025
4950df5
Merge master into JoanCamosTyk-patch-10
buger Oct 15, 2025
47131f2
Set release date for Tyk Charts 4.0.1
ilijabojanovic Oct 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions tyk-docs/content/developer-support/release-notes/helm-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,53 @@ Our minor releases are supported until our next minor comes out.
---
## 4.0 Release Notes

### 4.0.1 Release Notes

#### Release Date xx

#### Release Highlights
Tyk Charts 4.0.1 is a version alignment release that ensures compatibility with the most recent Tyk LTS release [5.8.6]({{< ref "developer-support/release-notes/dashboard#586-release-notes" >}}) and Developer Portal [1.14.1]({{< ref "developer-support/release-notes/portal#1141-release-notes" >}}). No functional changes have been implemented in this release.

#### Breaking Changes
This release has no breaking changes.

#### Dependencies {#dependencies-4.0.1}

##### 3rd Party Dependencies & Tools
| Third Party Dependency | Tested Versions | Compatible Versions | Comments |
| ------------------------| ---------------- | -------------------- | -------- |
| [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+ | |
| [Helm](https://helm.sh) | 3.14.x | 3.x | |
| [Redis](https://redis.io/download/) | 5.x, 6.x, 7.x | 5.x, 6.x, 7.x | |
| [Valkey](https://valkey.io/download/) | 7.2.x, 8.0.x, 8.1.x | 7.2.x, 8.0.x, 8.1.x | |
| [MongoDB](https://www.mongodb.com/try/download/community) | 6, 7, 8 | 5, 6, 7, 8 | Used by Tyk Dashboard, Pump, and MDCB |
| [PostgreSQL](https://www.postgresql.org/download/) | 13.x - 17.x | 13.x - 17.x | Used by Tyk Dashboard, Pump, and MDCB |

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.

#### Deprecations
There are no deprecations in this release.

#### Upgrade instructions
You can use helm upgrade to upgrade your release

```bash
helm repo add tyk-helm https://helm.tyk.io/public/helm/charts/
helm repo update

helm upgrade [RELEASE_NAME] tyk-helm/[CHART_NAME]
```

#### Downloads
- [Source code](https://github.com/TykTechnologies/tyk-charts/archive/refs/tags/v4.0.1.tar.gz)
- [ArtifactHub - tyk-stack](https://artifacthub.io/packages/helm/tyk-helm/tyk-stack/4.0.1)
- [ArtifactHub - tyk-control-plane](https://artifacthub.io/packages/helm/tyk-helm/tyk-control-plane/4.0.1)
- [ArtifactHub - tyk-data-plane](https://artifacthub.io/packages/helm/tyk-helm/tyk-data-plane/4.0.1)
- [ArtifactHub - tyk-oss](https://artifacthub.io/packages/helm/tyk-helm/tyk-oss/4.0.1)

#### Changelog {#Changelog-v4.0.1}
No changes in this release.

### 4.0.0 Release Notes

#### Release Date 26th September 2025
Expand Down
Loading