Skip to content

Commit

Permalink
Merge pull request #4317 from hhunter-ms/v1.14
Browse files Browse the repository at this point in the history
Fix 1.15 link in config.toml
  • Loading branch information
hhunter-ms committed Aug 14, 2024
2 parents 55ed5e2 + 35925ce commit 0edadef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion daprdocs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ url_latest_version = "https://docs.dapr.io"

[[params.versions]]
version = "v1.15 (preview)"
url = "#"
url = "https://v1-15.docs.dapr.io"
[[params.versions]]
version = "v1.14 (latest)"
url = "https://docs.dapr.io"
Expand Down
13 changes: 6 additions & 7 deletions daprdocs/content/en/operations/support/support-release-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,12 @@ General guidance on upgrading can be found for [self hosted mode]({{< ref self-h
| | 1.8.6 | 1.9.6 |
| | 1.9.6 | 1.10.7 |
| 1.8.0 to 1.8.6 | N/A | 1.9.6 |
| 1.9.0 | N/A | 1.9.6 |
| 1.10.0 | N/A | 1.10.8 |
| 1.11.0 | N/A | 1.11.4 |
| 1.12.0 | N/A | 1.12.4 |
| 1.12.0 to 1.13.0 | N/A | 1.13.4 |
| 1.13.0 | N/A | 1.13.4 |
| 1.13.0 to 1.14.0 | N/A | 1.14.0 |
| 1.9.0 to 1.9.6 | N/A | 1.10.8 |
| 1.10.0 to 1.10.8 | N/A | 1.11.4 |
| 1.11.0 to 1.11.4 | N/A | 1.12.4 |
| 1.12.0 to 1.12.4 | N/A | 1.13.5 |
| 1.13.0 to 1.13.5 | N/A | 1.14.0 |
| 1.14.0 | N/A | 1.14.0 |

## Upgrade on Hosting platforms

Expand Down

0 comments on commit 0edadef

Please sign in to comment.