You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/_posts/2021-03-17-v4.2.0.md
+8-6
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ type: major
8
8
* Added dynamic visualization of dependency graphs in user interface
9
9
* Added support for services defined in CycloneDX SBOMs
10
10
* Added support for CWE v4
11
+
* Add support for *version* policy conditions and version comparisons in the *coordinates* condition ([#390](https://github.com/DependencyTrack/dependency-track/pull/930))
11
12
* Detail modals for projects, components, services, and vulnerabilities now display the object's UUID
12
13
13
14
**Fixes:**
@@ -18,26 +19,27 @@ type: major
18
19
**Security:**
19
20
20
21
**Upgrade Notes:**
22
+
* OpenID Connect: To facilitate support for post-login redirects, the *valid redirect URIs* client setting in IdPs *may* need to be updated. Refer to the [OIDC documentation]({{ site.baseurl }}{% link _docs/getting-started/openidconnect-configuration.md %}) for details.
21
23
* The internal port the frontend container listens on has changed from port 80 to port 8080. docker-compose files may need to be updated to reflect this change. Updated compose files are [available for download](https://dependencytrack.org/docker-compose.yml).
22
24
* Starting with Dependency-Track v4.2, the API Server and the Frontend now have the same major and minor (semantic) version. Patch versions however, may continue to be unique.
0 commit comments