Skip to content

Commit 69401e1

Browse files
authored
Merge pull request #3143 from nscuro/v4.9.1-changelog
Add changelog for v4.9.1
2 parents 427b3e8 + 59638db commit 69401e1

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

docs/_posts/2023-10-30-v4.9.1.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title: v4.9.1
3+
type: patch
4+
---
5+
6+
**Fixes:**
7+
8+
* Fix failure to import BOMs in XML format when they contain multiple `metadata>tools` nodes - [apiserver/#3125]
9+
* Fix failure to parse BOMs in XML format when the `metadata>component` nodes has `properties` - [apiserver/#3125]
10+
* Fix failure to parse BOMs in XML format when the `component>hashes` node is empty - [apiserver/#3141]
11+
* Fix impossible SQL query conditions causing DB indexes to be bypassed - [apiserver/#3126]
12+
* Fix failure to start the application when using a logging config with JSON output - [apiserver/#3129]
13+
* Fix NGINX failing to start when IPv6 is not available - [frontend/#623]
14+
* Fix NGINX entrypoint failing to detect mounted `config.json` under containerd - [frontend/#624]
15+
* Fix external references being cleared when updating a project via UI - [frontend/#628]
16+
17+
For a complete list of changes, refer to the respective GitHub milestone:
18+
19+
* [API server milestone 4.9.1](https://github.com/DependencyTrack/dependency-track/milestone/34?closed=1)
20+
* [Frontend milestone 4.9.1](https://github.com/DependencyTrack/frontend/milestone/17?closed=1)
21+
22+
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.
23+
24+
Special thanks to everyone who contributed code to implement enhancements and fix defects:
25+
[@muellerst-hg]
26+
27+
###### dependency-track-apiserver.jar
28+
29+
| Algorithm | Checksum |
30+
|:----------|:---------|
31+
| SHA-1 | |
32+
| SHA-256 | |
33+
34+
###### dependency-track-bundled.jar
35+
36+
| Algorithm | Checksum |
37+
|:----------|:---------|
38+
| SHA-1 | |
39+
| SHA-256 | |
40+
41+
###### frontend-dist.zip
42+
43+
| Algorithm | Checksum |
44+
|:----------|:-----------------------------------------------------------------|
45+
| SHA-1 | d45d09a8ffb4c36f2fac78149d5f7cefe31a280b |
46+
| SHA-256 | 6bc0bf9ecb8e7dc26eb3bfe9beecc41c5d11e5ccb902f19f0445aaa5860a1980 |
47+
48+
###### Software Bill of Materials (SBOM)
49+
50+
* API Server: [bom.json](https://github.com/DependencyTrack/dependency-track/releases/download/4.9.1/bom.json)
51+
* Frontend: [bom.json](https://github.com/DependencyTrack/frontend/releases/download/4.9.1/bom.json)
52+
53+
[apiserver/#3125]: https://github.com/DependencyTrack/dependency-track/pull/3125
54+
[apiserver/#3126]: https://github.com/DependencyTrack/dependency-track/pull/3126
55+
[apiserver/#3129]: https://github.com/DependencyTrack/dependency-track/pull/3129
56+
[apiserver/#3141]: https://github.com/DependencyTrack/dependency-track/pull/3141
57+
[frontend/#623]: https://github.com/DependencyTrack/frontend/pull/623
58+
[frontend/#624]: https://github.com/DependencyTrack/frontend/pull/624
59+
[frontend/#628]: https://github.com/DependencyTrack/frontend/pull/628
60+
61+
[@muellerst-hg]: https://github.com/muellerst-hg

0 commit comments

Comments
 (0)