diff --git a/developer-support/release-notes/overview.mdx b/developer-support/release-notes/overview.mdx index 9891a543e..9063b9f6a 100644 --- a/developer-support/release-notes/overview.mdx +++ b/developer-support/release-notes/overview.mdx @@ -86,13 +86,13 @@ export const releaseData = { "home": "tyk-pump", "name": "Tyk Pump", "licensed": false, - "latest": "1.13.0", + "latest": "1.13.1", "releaseNotesPath": "developer-support/release-notes/pump", "latestData": { - "name": "1.13.0", - "date": "29/10/2025", - "docker": "https://hub.docker.com/r/tykio/tyk-pump-docker-pub/tags?page=1&name=v1.13.0", - "tag": "https://github.com/TykTechnologies/tyk-pump/releases/tag/v1.13.0" + "name": "1.13.1", + "date": "27/11/2025", + "docker": "https://hub.docker.com/r/tykio/tyk-pump-docker-pub/tags?page=1&name=v1.13.1", + "tag": "https://github.com/TykTechnologies/tyk-pump/releases/tag/v1.13.1" } }, { diff --git a/developer-support/release-notes/pump.mdx b/developer-support/release-notes/pump.mdx index 712d9889c..fedaa1270 100644 --- a/developer-support/release-notes/pump.mdx +++ b/developer-support/release-notes/pump.mdx @@ -17,6 +17,74 @@ Our minor releases are supported until our next minor comes out. ## 1.13 Release Notes +### 1.13.1 Release Notes + +#### Release Date 27 November 2025 + +#### Release Highlights + +In this patch release, we fixed high-priority CVEs. For a comprehensive list of changes, please refer to the detailed [changelog](#Changelog-v1.13.1). + +#### Breaking Changes + +#### Dependencies + +##### 3rd Party Dependencies & Tools + + +| Third Party Dependency | Tested Versions | Compatible Versions | +| :--------------------------------------------------------- | :----------------- | :------------------------ | +| [MongoDB](https://www.mongodb.com/try/download/community) | 5.x, 6.x, and 7.0 | 4.4.x, 5.x, 6.x, and 7.0 | +| [PostgreSQL](https://www.postgresql.org/download/) | 13.x - 17.x | 13.x - 17.x | +| [Redis](https://redis.io/download/) | 6.x - 7.0 | 6.x - 7.x | +| [Valkey](https://valkey.io/download/) | 8.0.x, 8.1.x | 7.2.x, 8.0.x, 8.1.x | + +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. +For further information, please check the [changelog](#Changelog-v1.13.1) below. + +#### Upgrade instructions + +For users currently on v1.13.0, we strongly recommend promptly upgrading to the latest release. If you are working with an older version (lower major), it is advisable to bypass version 1.13.0 and proceed directly to this latest patch release. +
+Go to the [Upgrading Tyk](#upgrading-tyk) section for detailed upgrade Instructions. + +#### Downloads +- [Docker Image v1.13.1](https://hub.docker.com/r/tykio/tyk-pump-docker-pub/tags?page=&page_size=&ordering=&name=v1.13.1) + - ```bash + docker pull tykio/tyk-pump-docker-pub:v1.13.1 + ``` +- Source code tarball for OSS - [GH Tyk Pump Repo](https://github.com/TykTechnologies/tyk-pump/releases/tag/v1.13.1) + +#### Changelog + + +##### Security Fixes + + + + +Fixed the following high-priority CVEs, providing increased protection against security +vulnerabilities: + +- CVE-2025-47912 +- CVE-2025-58183 +- CVE-2025-58185 +- CVE-2025-58186 +- CVE-2025-58187 +- CVE-2025-58188 +- CVE-2025-58189 +- CVE-2025-61723 +- CVE-2025-61724 +- CVE-2025-61725 + + + + + ### 1.13.0 Release Notes #### Release Date 29 October 2025