Skip to content

Conversation

JoanCamosTyk
Copy link
Contributor

@JoanCamosTyk JoanCamosTyk commented Sep 26, 2025

User description

Contributor checklist

  • Reviewed PR Code suggestions and updated accordingly
  • Tyklings: Labled the PR with the relevant releases
  • Tyklings: Added Jira DX PR ticket to the subject

New Contributors



PR Type

Documentation


Description

  • Add MDCB 2.8.5 release notes section

  • List dependencies and downloads for 2.8.5

  • Add changelog anchor for 2.8.5

  • Fix 2.8.4 Docker download label


Diagram Walkthrough

flowchart LR
  rn["mdcb.md release notes"]
  v285["Add 2.8.5 section"]
  deps["Dependencies table 2.8.5"]
  dl285["Docker download v2.8.5"]
  anchor["Changelog anchor 2.8.5"]
  fix284["Fix 2.8.4 download label"]

  rn -- "new content" --> v285
  v285 -- "includes" --> deps
  v285 -- "includes" --> dl285
  v285 -- "includes" --> anchor
  rn -- "correction" --> fix284
Loading

File Walkthrough

Relevant files
Documentation
mdcb.md
Introduce 2.8.5 notes; correct 2.8.4 label                             

tyk-docs/content/developer-support/release-notes/mdcb.md

  • Add new 2.8.5 release notes section.
  • Include dependencies, upgrade, downloads, changelog anchor.
  • Provide Docker pull command for v2.8.5.
  • Fix 2.8.4 download link label mismatch.
+42/-1   

Copy link
Contributor

⚠️ Deploy preview for PR #6988 did not become live after 3 attempts.
Please check Netlify or try manually: Preview URL

Copy link
Contributor

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Placeholder Date

The release date for 2.8.5 is a placeholder ('xx'); confirm and replace with the correct date before publishing.

#### Release Date xx
Empty Sections

The 'Release Highlights' and 'Fixed' subsections for 2.8.5 are empty; populate with specific items or remove if not applicable.

#### Release Highlights



For a comprehensive list of changes, please refer to the detailed [changelog]({{< ref "#Changelog-v2.8.5" >}}).

#### Breaking Changes
This release has no breaking changes.

#### Dependencies {#dependencies-2.8.5}

##### 3rd Party Dependencies & Tools
| Third Party Dependency          | Tested Versions | Compatible Versions | Comments | 
| ------------------------------- | --------------- | ------------------- | -------- | 
| [Redis](https://redis.io/download/)    | 6.2.x, 7.x, 7.4.x      | 6.2.x, 7.x, 7.4.x      | | 
| [Valkey](https://valkey.io/download/)  | 7.2.x, 8.0.x, 8.1.x    | 7.2.x, 8.0.x, 8.1.x    | | 
| [MongoDB](https://www.mongodb.com/try/download/community)  | 5.0.x, 6.0.x, 7.0.x | 4.4.x, 5.0.x, 6.0.x, 7.0.x | | 
| [PostgreSQL](https://www.postgresql.org/download/)         | 13.x - 17.x        | 13.x - 17.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.

#### Upgrade instructions
If you are upgrading to 2.8.5, please follow the detailed [upgrade instructions](#upgrading-tyk).

#### Downloads
- [Docker image v2.8.5](https://hub.docker.com/r/tykio/tyk-mdcb-docker/tags?page=&page_size=&ordering=&name=v2.8.5)
  - ```bash
    docker pull tykio/tyk-mdcb-docker:v2.8.5
    ```
#### Changelog {#Changelog-v2.8.5}

##### Fixed

Anchors/Links

Validate the changelog anchor and internal refs (e.g., '#Changelog-v2.8.5' and '#upgrading-tyk') resolve correctly in the site generator.

For a comprehensive list of changes, please refer to the detailed [changelog]({{< ref "#Changelog-v2.8.5" >}}).

#### Breaking Changes
This release has no breaking changes.

#### Dependencies {#dependencies-2.8.5}

##### 3rd Party Dependencies & Tools
| Third Party Dependency          | Tested Versions | Compatible Versions | Comments | 
| ------------------------------- | --------------- | ------------------- | -------- | 
| [Redis](https://redis.io/download/)    | 6.2.x, 7.x, 7.4.x      | 6.2.x, 7.x, 7.4.x      | | 
| [Valkey](https://valkey.io/download/)  | 7.2.x, 8.0.x, 8.1.x    | 7.2.x, 8.0.x, 8.1.x    | | 
| [MongoDB](https://www.mongodb.com/try/download/community)  | 5.0.x, 6.0.x, 7.0.x | 4.4.x, 5.0.x, 6.0.x, 7.0.x | | 
| [PostgreSQL](https://www.postgresql.org/download/)         | 13.x - 17.x        | 13.x - 17.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.

#### Upgrade instructions
If you are upgrading to 2.8.5, please follow the detailed [upgrade instructions](#upgrading-tyk).

#### Downloads
- [Docker image v2.8.5](https://hub.docker.com/r/tykio/tyk-mdcb-docker/tags?page=&page_size=&ordering=&name=v2.8.5)
  - ```bash
    docker pull tykio/tyk-mdcb-docker:v2.8.5
    ```
#### Changelog {#Changelog-v2.8.5}

##### Fixed

Copy link
Contributor

PR Code Suggestions ✨

Explore these optional code suggestions:

CategorySuggestion                                                                                                                                    Impact
General
Replace placeholder release date

Replace the placeholder release date with an actual date to avoid publishing
incomplete information. Use a consistent format matching the rest of the document
(e.g., "18th August 2025").

tyk-docs/content/developer-support/release-notes/mdcb.md [33]

-#### Release Date xx
+#### Release Date 26th September 2025
Suggestion importance[1-10]: 6

__

Why: Replacing the placeholder #### Release Date xx with an actual date improves completeness and consistency; it's correct but editorial, not functional.

Low
Clarify empty changelog section

The changelog section is empty, which can confuse users. Add at least a placeholder
note indicating no fixes or populate with the actual items.

tyk-docs/content/developer-support/release-notes/mdcb.md [67-71]

 #### Changelog {#Changelog-v2.8.5}
 
 ##### Fixed
+- No changes to report in this section for 2.8.5.
Suggestion importance[1-10]: 5

__

Why: Noting the empty ##### Fixed section adds clarity for readers; it's accurate and useful but a minor documentation improvement.

Low
Possible issue
Fix internal anchor link format

The Hugo ref shortcode should not include a leading hash for page anchors; it may
fail to resolve. Link directly to the local anchor without the shortcode to ensure
proper navigation.

tyk-docs/content/developer-support/release-notes/mdcb.md [39]

-For a comprehensive list of changes, please refer to the detailed [changelog]({{< ref "#Changelog-v2.8.5" >}}).
+For a comprehensive list of changes, please refer to the detailed [changelog](#Changelog-v2.8.5).
Suggestion importance[1-10]: 3

__

Why: The anchor link currently uses a Hugo ref shortcode with a hash; advising to change it may be incorrect depending on site tooling and could break links, so impact is minor and uncertain.

Low

Copy link

netlify bot commented Sep 26, 2025

PS. Add to the end of url /docs/nightly

Name Link
🔨 Latest commit 5f83826
🔍 Latest deploy log https://app.netlify.com/projects/tyk-docs/deploys/68dfc9c827ead20008e20ff1
😎 Deploy Preview https://deploy-preview-6988--tyk-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

@andyo-tyk andyo-tyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thanks.

@andyo-tyk andyo-tyk changed the title MDCB RNs 5.8.5.md [TT-15776] MDCB RNs 5.8.5 Sep 26, 2025
@sharadregoti sharadregoti changed the title [TT-15776] MDCB RNs 5.8.5 [TT-15776] MDCB RNs 2.8.5 Sep 30, 2025

### 2.8.5 Release Notes

#### Release Date xx
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Change date when merging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants