-
-
Notifications
You must be signed in to change notification settings - Fork 580
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3790 from nscuro/v4.11.2-changelog
Add changelog for v4.11.2
- Loading branch information
Showing
1 changed file
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
--- | ||
title: v4.11.2 | ||
type: patch | ||
--- | ||
|
||
**Fixes:** | ||
|
||
* Handle breaking change in Trivy v0.51.2 server API - [apiserver/#3785] | ||
* Fix licenses not being resolved by name - [apiserver/#3786] | ||
* Fix project name not showing in Jira tickets for *NEW_VULNERABLE_DEPENDENCY* notifications - [apiserver/#3787] | ||
* Fix parsing of NuGet timestamps with offset - [apiserver/#3788] | ||
* Fix Slack notifications failing when no base URL is configured - [apiserver/#3792] | ||
* Fix project version dropdown exceeding the screen size - [frontend/#882] | ||
* Update English translation - [frontend/#883] | ||
* Update French translation - [frontend/#884] | ||
|
||
For a complete list of changes, refer to the respective GitHub milestones: | ||
|
||
* [API server milestone 4.11.2](https://github.com/DependencyTrack/dependency-track/milestone/39?closed=1) | ||
* [Frontend milestone 4.11.2](https://github.com/DependencyTrack/frontend/milestone/24?closed=1) | ||
|
||
We thank all organizations and individuals who contributed to this release, from logging issues to taking part in discussions on GitHub & Slack to testing of fixes. | ||
|
||
Special thanks to everyone who contributed code to implement enhancements and fix defects: | ||
[@aravindparappil46], [@lgrguricmileusnic], [@molusk], [@sahibamittal] | ||
|
||
###### dependency-track-apiserver.jar | ||
|
||
| Algorithm | Checksum | | ||
|:----------|:---------| | ||
| SHA-1 | | | ||
| SHA-256 | | | ||
|
||
###### dependency-track-bundled.jar | ||
|
||
| Algorithm | Checksum | | ||
|:----------|:---------| | ||
| SHA-1 | | | ||
| SHA-256 | | | ||
|
||
###### frontend-dist.zip | ||
|
||
| Algorithm | Checksum | | ||
|:----------|:-----------------------------------------------------------------| | ||
| SHA-1 | 1119cb6abbcdfe014f013205d40ae11668bd5c83 | | ||
| SHA-256 | 9d122fc6ddea378afc87bf555949f6c201281c9289a36ae97900b7bee4cbc7f5 | | ||
|
||
###### Software Bill of Materials (SBOM) | ||
|
||
* API Server: [bom.json](https://github.com/DependencyTrack/dependency-track/releases/download/4.11.2/bom.json) | ||
* Frontend: [bom.json](https://github.com/DependencyTrack/frontend/releases/download/4.11.2/bom.json) | ||
|
||
[apiserver/#3785]: https://github.com/DependencyTrack/dependency-track/pull/3785 | ||
[apiserver/#3786]: https://github.com/DependencyTrack/dependency-track/pull/3786 | ||
[apiserver/#3787]: https://github.com/DependencyTrack/dependency-track/pull/3787 | ||
[apiserver/#3788]: https://github.com/DependencyTrack/dependency-track/pull/3788 | ||
[apiserver/#3792]: https://github.com/DependencyTrack/dependency-track/pull/3792 | ||
[frontend/#882]: https://github.com/DependencyTrack/frontend/pull/882 | ||
[frontend/#883]: https://github.com/DependencyTrack/frontend/pull/883 | ||
[frontend/#884]: https://github.com/DependencyTrack/frontend/pull/884 | ||
|
||
[@aravindparappil46]: https://github.com/aravindparappil46 | ||
[@lgrguricmileusnic]: https://github.com/lgrguricmileusnic | ||
[@molusk]: https://github.com/molusk | ||
[@sahibamittal]: https://github.com/sahibamittal |