Skip to content

Commit

Permalink
Merge pull request #3733 from nscuro/v4.11.1-changelog
Browse files Browse the repository at this point in the history
Add changelog for v4.11.1 and bump bundled frontend
  • Loading branch information
nscuro authored May 19, 2024
2 parents 38e28a6 + c1947a0 commit cd380fa
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 1 deletion.
59 changes: 59 additions & 0 deletions docs/_posts/2024-05-19-v4.11.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
title: v4.11.1
type: patch
---

**Fixes:**

* Fix failing JSON BOM validation when `specVersion` is not one of the first fields - [apiserver/#3698]
* Fix broken global vuln audit view for MSSQL - [apiserver/#3701]
* Fix OS package vulnerabilities not being detected by Trivy - [apiserver/#3729]
* Improve Japanese translation - [frontend/#869]
* Fix broken *Vulnerabilities* progress bar in *Project* -> *Components* view - [frontend/#873]

For a complete list of changes, refer to the respective GitHub milestones:

* [API server milestone 4.11.1](https://github.com/DependencyTrack/dependency-track/milestone/37?closed=1)
* [Frontend milestone 4.11.1](https://github.com/DependencyTrack/frontend/milestone/22?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], [@fnxpt], [@tiwatsuka]

###### 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 | 995e21388806efc102bf7bc14bc6ac5a3c354fc7 |
| SHA-256 | 27e7d91ba0fe3b54dcbef8a7c44c1ee0b9afe2ba3d96c47b55d3beca68206fd2 |

###### Software Bill of Materials (SBOM)

* API Server: [bom.json](https://github.com/DependencyTrack/dependency-track/releases/download/4.11.1/bom.json)
* Frontend: [bom.json](https://github.com/DependencyTrack/frontend/releases/download/4.11.1/bom.json)

[apiserver/#3698]: https://github.com/DependencyTrack/dependency-track/pull/3698
[apiserver/#3701]: https://github.com/DependencyTrack/dependency-track/pull/3701
[apiserver/#3729]: https://github.com/DependencyTrack/dependency-track/pull/3729

[frontend/#869]: https://github.com/DependencyTrack/frontend/pull/869
[frontend/#873]: https://github.com/DependencyTrack/frontend/pull/873

[@aravindparappil46]: https://github.com/aravindparappil46
[@fnxpt]: https://github.com/fnxpt
[@tiwatsuka]: https://github.com/tiwatsuka
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

<properties>
<!-- Dependency Versions -->
<frontend.version>4.11.0</frontend.version>
<frontend.version>4.11.1</frontend.version>
<lib.alpine.version>${project.parent.version}</lib.alpine.version>
<lib.awaitility.version>4.2.1</lib.awaitility.version>
<lib.brotli-decoder.version>0.1.2</lib.brotli-decoder.version>
Expand Down

0 comments on commit cd380fa

Please sign in to comment.