Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DX-1802] Dashboard Release Note 5.8.0 #5901

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 100 additions & 0 deletions tyk-docs/content/developer-support/release-notes/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,106 @@ Our minor releases are supported until our next minor comes out.

---

### 5.8.0 Release Notes

#### Release Date xxx

#### Release Highlights

We are thrilled to announce new updates and improvements in Tyk 5.8.0, delivering more control, flexibility, and performance. For a comprehensive list of changes, please refer to the detailed [changelog]({{< ref "#Changelog-v5.8.0" >}}) below.

##### Add release highlight summary

Add release highlight description

#### Breaking Changes
<!-- Required. Use the following statement if there are no breaking changes, or explain if there are -->

There are no breaking changes in this release.

#### Dependencies {#dependencies-5.8.0}

##### Compatibility Matrix For Tyk Components

| Dashboard Version | Recommended Releases | Backwards Compatibility |
|---- |---- |---- |
| 5.8.0 | 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.8.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.8.0}

If you are upgrading to 5.8.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.8.0)
- ```bash
docker pull tykio/tyk-dashboard:v5.8.0
```
- Helm charts
- [tyk-charts v2.2.0]({{< ref "developer-support/release-notes/helm-chart#220-release-notes" >}})

#### Changelog {#Changelog-v5.8.0}

##### Added

<ul>
<li>
<details>
<summary>Add Changelog item summary</summary>

Add changelog description
</details>
</li>
<li>
<details>
<summary>Add changelog item summary</summary>

Add changelog description
</details>
</li>
</ul>

##### Fixed

<ul>
<li>
<details>
<summary>Add changelog item summary</summary>

Add changelog description
</details>
</li>
<li>
<details>
<summary>Add changelog item summary</summary>

Add changelog description
</details>
</li>
</ul>

---

## 5.7 Release Notes

### 5.7.1 Release Notes
Expand Down
Loading