diff --git a/docs/_posts/2024-05-19-v4.11.1.md b/docs/_posts/2024-05-19-v4.11.1.md new file mode 100644 index 0000000000..ab14c34ff9 --- /dev/null +++ b/docs/_posts/2024-05-19-v4.11.1.md @@ -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 diff --git a/pom.xml b/pom.xml index f0683cbcd4..41ad97b5f0 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ - 4.11.0 + 4.11.1 ${project.parent.version} 4.2.1 0.1.2