Update docker.io/dependencytrack/frontend Docker tag to v5
No problems upgrading the frontend Docker container with a Docker compose yaml file within Portainer and by means of Portainer DevOps resp. GitOps with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| docker.io/dependencytrack/frontend (source, changelog) | major | 4.14.2 → 5.0.1 |
Release Notes
DependencyTrack/frontend (docker.io/dependencytrack/frontend)
v5.0.1
What's Changed
Bug Fixes 🐛
- Backport: Remove outdated INDEXING_SERVICE notification group by @nscuro in #1599
- Backport: Remove policy UUID from tag search endpoint in SelectTagModal by @nscuro in #1600
- Backport: Fix getTabFromRoute erroneously considering URL query params by @nscuro in #1601
- Backport: Fix spelling of CANCELLED workflow run status by @nscuro in #1602
Full Changelog: https://github.com/DependencyTrack/frontend/compare/5.0.0...5.0.1
v5.0.0
[!WARNING]
Upgrading from v4 requires manual action.
- Migration is manual. See the migration guide. v4 must be ≥ 4.14.2 and offline during the upgrade. v5 requires PostgreSQL 14+ (H2, MySQL, SQL Server dropped).
- See Changes in v5 for what's new and what changed, including container-only distribution (no more WAR), REST API v1 changes, and new notification schemas.
- The official Helm chart is not yet compatible and fails rendering on v5 tags. Hold off if you deploy via Helm. See the Kubernetes deployment guide.
What's Changed
Enhancements 🚀
- Gracefully handle invalid sort field API errors by @nscuro in #1578
- Remove default sort from global vuln audit views by @nscuro in #1581
Bug Fixes 🐛
Other Changes
Full Changelog: https://github.com/DependencyTrack/frontend/compare/5.0.0-rc.5...5.0.0