From f59e0ece3f6a3414f9d8589f81e91d814a5041ca Mon Sep 17 00:00:00 2001 From: Sharad Regoti Date: Tue, 31 Dec 2024 11:20:47 +0530 Subject: [PATCH] Added 539 --- .../release-notes/version-5.3.md | 98 ++++++++++++ .../tyk-gateway/release-notes/version-5.3.md | 150 ++++++++++++++++++ tyk-docs/data/releases/dashboard.json | 16 +- tyk-docs/data/releases/gateway.json | 19 ++- 4 files changed, 279 insertions(+), 4 deletions(-) diff --git a/tyk-docs/content/product-stack/tyk-dashboard/release-notes/version-5.3.md b/tyk-docs/content/product-stack/tyk-dashboard/release-notes/version-5.3.md index 97b554ef06..34580ce806 100644 --- a/tyk-docs/content/product-stack/tyk-dashboard/release-notes/version-5.3.md +++ b/tyk-docs/content/product-stack/tyk-dashboard/release-notes/version-5.3.md @@ -19,6 +19,104 @@ As outlined in the [LTS policy]({{< ref "developer-support/special-releases-and- --- +## 5.3.9 Release Notes + +### Release Date 31 December 2024 + +### Release Highlights +This release contains bug fixes. For a comprehensive list of changes, please refer to the detailed [changelog]({{< ref "#Changelog-v5.3.9">}}) below. + +### Breaking Changes + +This release has no breaking changes. + +### Dependencies {#dependencies-5.3.9} + +#### Compatibility Matrix For Tyk Components + +| Dashboard Version | Recommended Releases | Backwards Compatibility | +|---- |---- |---- | +| 5.3.9 | MDCB v2.5.1 | MDCB v2.5.1 | +| | Operator v0.17 | Operator v0.16 | +| | Sync v1.4.3 | Sync v1.4.3 | +| | Helm Chart (tyk-stack, tyk-oss, tyk-dashboard, tyk-gateway) v2.0.0 | Helm all versions | +| | EDP v1.8.3 | EDP all versions | +| | Pump v1.9.0 | Pump all versions | +| | TIB (if using standalone) v1.5.1 | TIB all versions | + + +#### 3rd Party Dependencies & Tools {#3rdPartyTools-v5.3.9} + + +| 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" >}})| + +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 +We have deprecated the obsolescent `http_server_options.prefer_server_ciphers` configuration option. This legacy control no longer has any effect on the underlying library and users are advised to remove this setting from their configurations. + +### Upgrade Instructions +If you are upgrading to 5.3.9, 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.3.9) + - ```bash + docker pull tykio/tyk-dashboard:v5.3.9 + ``` +- Helm charts + - [tyk-charts v2.0.0]({{< ref "product-stack/tyk-charts/release-notes/version-2.0.md" >}}) + +### Changelog {#Changelog-v5.3.9} + + +#### Fixed + + + + +--- + ## 5.3.8 Release Notes ### Release Date 07 November 2024 diff --git a/tyk-docs/content/product-stack/tyk-gateway/release-notes/version-5.3.md b/tyk-docs/content/product-stack/tyk-gateway/release-notes/version-5.3.md index bed417def3..4ceba5d7ac 100644 --- a/tyk-docs/content/product-stack/tyk-gateway/release-notes/version-5.3.md +++ b/tyk-docs/content/product-stack/tyk-gateway/release-notes/version-5.3.md @@ -24,6 +24,156 @@ Our minor releases are supported until our next minor comes out. --- +## 5.3.9 Release Notes + +### Release Date 31 December 2024 + +### Release Highlights + +This release contains bug fixes. For a comprehensive list of changes, please refer to the detailed [changelog]({{< ref "#Changelog-v5.3.9">}}) below. + +### Breaking Changes + +This release has no breaking changes. + +### Dependencies + +#### Compatibility Matrix For Tyk Components + +| Gateway Version | Recommended Releases | Backwards Compatibility | +| --------------- | ------------------------------------------------------------------ | ----------------------- | +| 5.3.9 | MDCB v2.5.1 | MDCB v2.5.1 | +| | Operator v0.17 | Operator v0.16 | +| | Sync v1.4.3 | Sync v1.4.3 | +| | Helm Chart (tyk-stack, tyk-oss, tyk-dashboard, tyk-gateway) v2.0.0 | Helm all versions | +| | EDP v1.8.3 | EDP all versions | +| | Pump v1.9.0 | Pump all versions | +| | TIB (if using standalone) v1.5.1 | TIB all versions | + +#### 3rd Party Dependencies & Tools + + +| Third Party Dependency | Tested Versions | Compatible Versions | Comments | +| ------------------------------------------------------------- | --------------------- | --------------------- | ------------------------------------------------------------------------------------------ | +| [Go](https://go.dev/dl/) | 1.22 (GW) | 1.22 (GW) | [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 Gateway | +| [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" >}}) | + +Given the potential time difference between your upgrade and the release of this version, we recommend users 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 + +If you are upgrading to 5.3.9, please follow the detailed [upgrade instructions](#upgrading-tyk). + +### Downloads + +- [Docker image to pull](https://hub.docker.com/r/tykio/tyk-gateway/tags?page=&page_size=&ordering=&name=v5.3.9) + - ```bash + docker pull tykio/tyk-gateway:v5.3.9 + ``` +- Helm charts + - [tyk-charts v2.0.0]({{}}) +- [Source code tarball for OSS projects](https://github.com/TykTechnologies/tyk/releases) + +### Changelog {#Changelog-v5.3.9} + +#### Fixed + + + +--- + + ## 5.3.8 Release Notes ### Release Date 07 November 2024 diff --git a/tyk-docs/data/releases/dashboard.json b/tyk-docs/data/releases/dashboard.json index f5ecd56a97..f546124e5a 100644 --- a/tyk-docs/data/releases/dashboard.json +++ b/tyk-docs/data/releases/dashboard.json @@ -1,9 +1,21 @@ { "home": "tyk-dashboard", "licensed": true, - "latest": "5.3.6", - "lts": "5.3.6", + "latest": "5.3.9", + "lts": "5.3.9", "releaseNotesPath": "product-stack/tyk-dashboard/release-notes/overview", + "5.3.9": { + "date": "31/12/2024", + "docker": "https://hub.docker.com/r/tykio/tyk-dashboard/tags?page=1&name=5.3.9" + }, + "5.3.8": { + "date": "07/11/2024", + "docker": "https://hub.docker.com/r/tykio/tyk-dashboard/tags?page=1&name=5.3.8" + }, + "5.3.7": { + "date": "22/10/2024", + "docker": "https://hub.docker.com/r/tykio/tyk-dashboard/tags?page=1&name=5.3.7" + }, "5.3.6": { "date": "04/10/2024", "docker": "https://hub.docker.com/r/tykio/tyk-dashboard/tags?page=1&name=5.3.6" diff --git a/tyk-docs/data/releases/gateway.json b/tyk-docs/data/releases/gateway.json index c38536a6bc..fe80c5dc05 100644 --- a/tyk-docs/data/releases/gateway.json +++ b/tyk-docs/data/releases/gateway.json @@ -1,9 +1,24 @@ { "home": "tyk-oss-gateway", "licensed": false, - "latest": "5.3.6", - "lts": "5.3.6", + "latest": "5.3.9", + "lts": "5.3.9", "releaseNotesPath": "product-stack/tyk-gateway/release-notes/overview", + "5.3.9": { + "date": "31/12/2024", + "tag": "https://github.com/TykTechnologies/tyk/releases/tag/v5.3.9", + "docker": "https://hub.docker.com/r/tykio/tyk-gateway/tags?page=1&name=5.3.9" + }, + "5.3.8": { + "date": "07/11/2024", + "tag": "https://github.com/TykTechnologies/tyk/releases/tag/v5.3.8", + "docker": "https://hub.docker.com/r/tykio/tyk-gateway/tags?page=1&name=5.3.8" + }, + "5.3.7": { + "date": "22/10/2024", + "tag": "https://github.com/TykTechnologies/tyk/releases/tag/v5.3.7", + "docker": "https://hub.docker.com/r/tykio/tyk-gateway/tags?page=1&name=5.3.7" + }, "5.3.6": { "date": "04/10/2024", "tag": "https://github.com/TykTechnologies/tyk/releases/tag/v5.3.6",