diff --git a/tyk-docs/content/developer-support/release-notes/dashboard.md b/tyk-docs/content/developer-support/release-notes/dashboard.md index 9d2a5b61db..ee29324e8e 100644 --- a/tyk-docs/content/developer-support/release-notes/dashboard.md +++ b/tyk-docs/content/developer-support/release-notes/dashboard.md @@ -37,6 +37,135 @@ Our minor releases are supported until our next minor comes out. ## 5.8 Release Notes +### 5.8.1 Release Notes + +#### Release Date XXX + +#### Release Highlights + +This release focuses mainly on a security fix. For a comprehensive list of changes, please refer to the detailed [changelog]({{< ref "#Changelog-v5.8.1" >}}) below. + +#### Breaking Changes + +There are no breaking changes in this release. + +#### Dependencies {#dependencies-5.8.1} + +##### Compatibility Matrix For Tyk Components + +| Dashboard Version | Recommended Releases | Backwards Compatibility | +|---- |---- |---- | +| 5.8.1 | MDCB v2.8.0 | MDCB v2.8.0 | +| | Operator v1.2.0 | Operator v0.17 | +| | Sync v2.1.0 | Sync v2.1.0 | +| | Helm Chart v3.0 | Helm all versions | +| | EDP v1.13 | EDP all versions | +| | Pump v1.12.0| Pump all versions | +| | TIB (if using standalone) v1.7.0 | TIB all versions | + +##### 3rd Party Dependencies & Tools {#3rdPartyTools-v5.8.0} + +| Third Party Dependency | Tested Versions | Compatible Versions | Comments | +| ---------------------------------------------------------- | ---------------------- | ---------------------- | -------- | +| [GoLang](https://go.dev/dl/) | 1.23 | 1.23 | [Go plugins]({{< ref "api-management/plugins/golang" >}}) must be built using Go 1.23 | +| [Redis](https://redis.io/download/) | 6.2.x, 7.x | 6.2.x, 7.x | Used by Tyk Dashboard | +| [MongoDB](https://www.mongodb.com/try/download/community) | 5.0.x, 6.0.x, 7.0.x | 5.0.x, 6.0.x, 7.0.x | Used by Tyk Dashboard | +| [PostgreSQL](https://www.postgresql.org/download/) | 13.x - 17.x | 13.x - 17.x | Used by Tyk Dashboard | +| [OpenAPI Specification](https://spec.openapis.org/oas/v3.0.3) | v3.0.x | v3.0.x | Supported by [Tyk OAS]({{< ref "api-management/gateway-config-tyk-oas#tyk-vendor-extension-reference" >}})| + +#### Deprecations + +There are no deprecations in this release. + +#### Upgrade instructions {#upgrade-5.8.1} + +If you are upgrading to 5.8.1, please follow the detailed [upgrade instructions](#upgrading-tyk). + +#### Downloads + +- [Docker Image to pull](https://hub.docker.com/r/tykio/tyk-dashboard/tags?page=&page_size=&ordering=&name=v5.8.1) + - ```bash + docker pull tykio/tyk-dashboard:v5.8.1 + ``` +- Helm charts + - [tyk-charts v3.0.0]({{< ref "developer-support/release-notes/helm-chart#300-release-notes" >}}) + +##### Fixed + + + + ### 5.8.0 Release Notes #### Release Date 28 March 2025