From a588c279ae5f9f460b160a7b7dc5461a9e11115d Mon Sep 17 00:00:00 2001 From: Eopayemi <157506568+Eopayemi@users.noreply.github.com> Date: Tue, 31 Dec 2024 05:12:03 +0000 Subject: [PATCH] [DX-1781] Release notes for 5.7.1 (#5827) (cherry picked from commit 8deca9420c26613d49fd78e47c2413c1b277e550) --- .../release-notes/dashboard.md | 72 +++++++++ .../release-notes/gateway.md | 144 ++++++++++++++++++ 2 files changed, 216 insertions(+) diff --git a/tyk-docs/content/developer-support/release-notes/dashboard.md b/tyk-docs/content/developer-support/release-notes/dashboard.md index 8080885e0c..a4203c8f4e 100644 --- a/tyk-docs/content/developer-support/release-notes/dashboard.md +++ b/tyk-docs/content/developer-support/release-notes/dashboard.md @@ -37,6 +37,78 @@ Our minor releases are supported until our next minor comes out. ## 5.7 Release Notes +### 5.7.1 Release Notes + +#### Release Date xxx + +#### Release Highlights + +This release focuses mainly on bug fixes. For a comprehensive list of changes, please refer to the detailed [changelog]({{< ref "#Changelog-v5.7.1" >}}) below. + +#### Breaking Changes + +There are no breaking changes in this release. + +#### Dependencies {#dependencies-5.7.1} + +##### Compatibility Matrix For Tyk Components + +| Dashboard Version | Recommended Releases | Backwards Compatibility | +|---- |---- |---- | +| 5.7.1 | MDCB v2.7.2 | MDCB v2.5.1 | +| | Operator v1.1.0 | Operator v0.17 | +| | Sync v2.0.1 | Sync v1.4.3 | +| | Helm Chart v2.2 | Helm all versions | +| | EDP v1.12 | EDP all versions | +| | Pump v1.11.1 | Pump all versions | +| | TIB (if using standalone) v1.6.1 | TIB all versions | + +##### 3rd Party Dependencies & Tools {#3rdPartyTools-v5.7.1} + +| 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 + +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 {#upgrade-5.7.1} +If you are upgrading to 5.7.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.7.1) + - ```bash + docker pull tykio/tyk-dashboard:v5.7.1 + ``` +- Helm charts + - [tyk-charts v2.2.0]({{< ref "developer-support/release-notes/helm-chart#220-release-notes" >}}) + +#### Changelog {#Changelog-v5.7.1} +##### Fixed + + + +--- + ### 5.7.0 Release Notes #### Release Date 03 December 2024 diff --git a/tyk-docs/content/developer-support/release-notes/gateway.md b/tyk-docs/content/developer-support/release-notes/gateway.md index 7a1f4c6963..d2d3d38515 100644 --- a/tyk-docs/content/developer-support/release-notes/gateway.md +++ b/tyk-docs/content/developer-support/release-notes/gateway.md @@ -44,6 +44,150 @@ Our minor releases are supported until our next minor comes out. ## 5.7 Release Notes +### 5.7.1 Release Notes + +#### Release Date xxx + +#### Release Highlights + +This release focuses mainly on bug fixes. For a comprehensive list of changes, please refer to the detailed [changelog]({{< ref "#Changelog-v5.7.1">}}) below. + +#### Breaking Changes + + +There are no breaking changes in this release. + +#### Dependencies {#dependencies-5.7.1} + + +##### Compatibility Matrix For Tyk Components + +| Gateway Version | Recommended Releases | Backwards Compatibility | +|---- |---- |---- | +| 5.7.1 | MDCB v2.7.2 | MDCB v2.4.2 | +| | Operator v1.1.0 | Operator v0.17 | +| | Sync v2.0.1 | Sync v1.4.3 | +| | Helm Chart v2.2 | Helm all versions | +| | EDP v1.12 | EDP all versions | +| | Pump v1.11.1 | Pump all versions | +| | TIB (if using standalone) v1.6.1 | TIB all versions | + +##### 3rd Party Dependencies & Tools + + +| Third Party Dependency | Tested Versions | Compatible Versions | Comments | +| ------------------------------------------------------------ | ---------------------- | ---------------------- | -------- | +| [Go](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 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 {#upgrade-5.7.1} +If you are upgrading to 5.7.1, 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.7.1) + - ```bash + docker pull tykio/tyk-gateway:v5.7.1 + ``` +- Helm charts + - [tyk-charts v2.2.0]({{}}) + +- [Source code tarball for OSS projects](https://github.com/TykTechnologies/tyk/releases) + +#### Changelog {#Changelog-v5.7.1} +##### Fixed + + + +--- + ### 5.7.0 Release Notes #### Release Date 03 December 2024