From 2ecf5c27c517de1fed34767ef2bcb0ca86394e34 Mon Sep 17 00:00:00 2001 From: elizabeth opayemi Date: Thu, 17 Oct 2024 13:34:28 +0100 Subject: [PATCH] 5.7.0 --- .../release-notes/version-5.7.md | 217 ++++++++++++++++++ tyk-docs/data/menu.yaml | 4 + 2 files changed, 221 insertions(+) create mode 100644 tyk-docs/content/product-stack/tyk-dashboard/release-notes/version-5.7.md diff --git a/tyk-docs/content/product-stack/tyk-dashboard/release-notes/version-5.7.md b/tyk-docs/content/product-stack/tyk-dashboard/release-notes/version-5.7.md new file mode 100644 index 0000000000..4e86378dd0 --- /dev/null +++ b/tyk-docs/content/product-stack/tyk-dashboard/release-notes/version-5.7.md @@ -0,0 +1,217 @@ +--- +title: Tyk Dashboard 5.7 Release Notes +date: 2024-10-08T15:51:11Z +description: "Release notes documenting updates, enhancements, and changes for Tyk Dashboard versions within the 5.6.X series." +tags: ["Tyk Dashboard", "Release notes", "v5.7", "5.7.0", "5.7", "changelog"] +--- + + +**This page contains all release notes for version 5.7.X displayed in a reverse chronological order** + +## Support Lifetime + +Our minor releases are supported until our next minor comes out. + +--- +## 5.7.0 Release Notes + +### Release Date xxx + +### Release Highlights + +We are thrilled to announce new updates and improvements in Tyk 5.7.0, bringing more control, flexibility, and performance. For a comprehensive list of changes, please refer to the detailed [changelog]({{< ref "#Changelog-v5.7.0">}}) below. + +#### Add release highlight summary + +Add release highlight summary + +#### Add release highlight summary + +Add release highlight summary + +### Breaking Changes + + +There are no breaking changes in this release. + +### Dependencies {#dependencies-5.7.0} + +#### Compatibility Matrix For Tyk Components + +| Dashboard Version | Recommended Releases | Backwards Compatibility | +|---- |---- |---- | +| 5.7.0 | MDCB v2.7.1 | MDCB v2.5.1 | +| | Operator v1.0.0 | Operator v0.17 | +| | Sync v2.0 | Sync v1.4.3 | +| | Helm Chart v2.1 | Helm all versions | +| | EDP v1.11 | EDP all versions | +| | Pump v1.11 | Pump all versions | +| | TIB (if using standalone) v1.5.1 | TIB all versions | + +#### 3rd Party Dependencies & Tools {#3rdPartyTools-v5.7.0} + + +| Third Party Dependency | Tested Versions | Compatible Versions | Comments | +| ---------------------------------------------------------- | ---------------------- | ---------------------- | -------- | +| [GoLang](https://go.dev/dl/) | 1.22 | 1.22 | [Go plugins]({{< ref "plugins/supported-languages/golang" >}}) must be built using Go 1.22 | +| [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/) | 12.x - 16.x LTS | 12.x - 16.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 "tyk-apis/tyk-gateway-api/oas/x-tyk-oas-doc" >}})| + +### Deprecations + +There are no deprecations in this release. + + +### Upgrade instructions {#upgrade-5.7.0} +If you are upgrading to 5.7.0, 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.7.0) +- ```bash + docker pull tykio/tyk-dashboard:v5.7.0 + ``` +- Helm charts + - [tyk-charts v2.1.0]({{}}) + +### Changelog {#Changelog-v5.7.0} + +#### Added + + + +#### Changed + + + + +#### Fixed + + + +#### Security Fixes + + + + + +--- + + + + +## Further Information + +### Upgrading Tyk +Please refer to the [upgrading Tyk]({{< ref "upgrading-tyk" >}}) page for further guidance on the upgrade strategy. + +### API Documentation + +- [OpenAPI Document]({{}}) +- [Postman Collection](https://www.postman.com/tyk-technologies/workspace/tyk-public-workspace/overview) + +### FAQ + +Please visit our [Developer Support]({{< ref "frequently-asked-questions/faq" >}}) page for further information relating to reporting bugs, upgrading Tyk, technical support and how to contribute. + + diff --git a/tyk-docs/data/menu.yaml b/tyk-docs/data/menu.yaml index bc72b70a57..55c47419d5 100644 --- a/tyk-docs/data/menu.yaml +++ b/tyk-docs/data/menu.yaml @@ -2927,6 +2927,10 @@ menu: category: Page path: /product-stack/tyk-dashboard/release-notes/overview show: True + - title: "Tyk Dashboard v5.7" + path: /product-stack/tyk-dashboard/release-notes/version-5.7 + category: Page + show: True - title: "Tyk Dashboard v5.6" path: /product-stack/tyk-dashboard/release-notes/version-5.6 category: Page