File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11title: Upgrade guides
22nav:
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
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments