Skip to content

Commit 14f9d50

Browse files
authored
Merge master into TT-9919-allow-disabling-cert-manager
2 parents debbffd + 9415142 commit 14f9d50

File tree

6 files changed

+20
-11
lines changed

6 files changed

+20
-11
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ If you are upgrading to 5.8.0, please follow the detailed [upgrade instructions]
105105
docker pull tykio/tyk-dashboard:v5.8.0
106106
```
107107
- Helm charts
108-
- [tyk-charts v3.0]({{< ref "developer-support/release-notes/helm-chart#220-release-notes" >}})
108+
- [tyk-charts v3.0.0]({{< ref "developer-support/release-notes/helm-chart#220-release-notes" >}})
109109

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Go to the [Upgrading Tyk Operator]({{<ref "api-management/automations/operator#i
6565
docker pull tykio/tyk-operator:v1.2.0
6666
```
6767
- Helm chart
68-
- tyk-charts v3.0.0
68+
- [tyk-charts v3.0.0]({{<ref "developer-support/release-notes/helm-chart#220-release-notes" >}})
6969
7070
#### Changelog {#Changelog-v1.2.0}
7171

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Our minor releases are supported until our next minor comes out.
2020

2121
---
2222

23-
<!-- ## 1.12 Release Notes
23+
## 1.12 Release Notes
2424

2525
### 1.12.0 Release Notes
2626

27-
#### Release Date 17 March 2025
27+
#### Release Date 28 March 2025
2828

2929
#### Release Highlights
3030

@@ -103,7 +103,7 @@ SQLite support has been fully removed from Pump.
103103
</ul>
104104

105105
---
106-
-->
106+
107107
## 1.11 Release Notes
108108

109109
### 1.11.2 Release Notes

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Our minor releases are supported until our next minor comes out.
1717

1818
---
1919

20-
<!-- ## 2.1 Release Notes
20+
## 2.1 Release Notes
2121

2222
### 2.1.0 Release Notes
2323

24-
#### Release Date 17 March 2025
24+
#### Release Date 28 March 2025
2525

2626
#### Release Highlights
2727

@@ -115,7 +115,7 @@ Fixed an issue where API synchronization was unnecessarily sending update or cre
115115
</li>
116116
</ul>
117117

118-
-->
118+
119119
## 2.0 Release Notes
120120

121121
### 2.0.4 Release Notes

tyk-docs/data/releases/pump.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"home": "tyk-pump",
33
"licensed": false,
4-
"latest": "1.11.2",
4+
"latest": "1.12.0",
55
"releaseNotesPath": "developer-support/release-notes/pump",
6+
"1.12.0": {
7+
"date": "28/03/2025",
8+
"tag": "https://github.com/TykTechnologies/tyk-pump/releases/tag/v1.12.0",
9+
"docker": "https://hub.docker.com/r/tykio/tyk-pump-docker-pub/tags?page=1&name=v1.12.0"
10+
},
611
"1.11.2": {
712
"date": "10/01/2025",
813
"tag": "https://github.com/TykTechnologies/tyk-pump/releases/tag/v1.11.2",

tyk-docs/data/releases/sync.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"home": "tyk-sync",
33
"licensed": true,
4-
"latest": "2.0.4",
5-
"releaseNotesPath": "product-stack/tyk-sync/release-notes/sync-2.0",
4+
"latest": "2.1.0",
5+
"releaseNotesPath": "developer-support/release-notes/pump",
6+
"2.1.0": {
7+
"date": "14/12/2024",
8+
"docker": "https://hub.docker.com/r/tykio/tyk-sync/tags?page=1&name=v2.1.0"
9+
},
610
"2.0.4": {
711
"date": "14/12/2024",
812
"docker": "https://hub.docker.com/r/tykio/tyk-sync/tags?page=1&name=v2.0.4"

0 commit comments

Comments
 (0)