Skip to content

Commit 1d603bc

Browse files
authored
Add upgrade notes for 5.0.0-rc.1 (#112)
Signed-off-by: nscuro <nscuro@protonmail.com>
1 parent b13911f commit 1d603bc

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

docs/guides/upgrading/.pages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
title: Upgrade guides
22
nav:
33
- index.md
4+
- v5.0.0-rc.1.md
45
- v0.7.0-alpha.9.md
56
- v0.7.0-alpha.8.md
67
- v0.7.0-alpha.7.md
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Upgrading to v5.0.0-rc.1
2+
3+
!!! tip
4+
Version `5.0.0-rc.1` is effectively the same as [`0.7.0-alpha.9`](v0.7.0-alpha.9.md).
5+
No manual upgrade steps or database migrations are necessary other than updating container
6+
image names and tags as outlined below.
7+
8+
* **Updated versioning**. The Hyades project moves back to mainline Dependency-Track. The versioning now accurately
9+
reflects it being the next major version of Dependency-Track. What was "Hyades `0.7.0-alpha.9`",
10+
"Hyades API server `5.7.0-alpha.9`", and "Hyades frontend `5.7.0-alpha.9`" is now "API server `5.0.0-rc.1`"
11+
and "Frontend `5.0.0-rc.1`" respectively.
12+
* **Moved container images**. The container image names also reflect the move back into mainline:
13+
14+
| Before | After |
15+
|:-----|:------|
16+
| `docker.io/dependencytrack/hyades-apiserver` | `docker.io/dependencytrack/apiserver` |
17+
| `ghcr.io/dependencytrack/hyades-apiserver` | `ghcr.io/dependencytrack/apiserver` |
18+
| `docker.io/dependencytrack/hyades-frontend` | `docker.io/dependencytrack/frontend` |
19+
| `ghcr.io/dependencytrack/hyades-frontend` | `ghcr.io/dependencytrack/frontend` |
20+
21+
* **Discontinued `snapshot` container image tag**. `snapshot` tags are no longer updated to prevent
22+
conflicts with version 4 of Dependency-Track, which is still receiving updates. Migrate to the
23+
`5-snapshot` tag.

0 commit comments

Comments
 (0)