-
-
Notifications
You must be signed in to change notification settings - Fork 578
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 #1405 from nscuro/fix-v440-updater-for-mssql
Fix v440Updater for MSSQL
- Loading branch information
Showing
2 changed files
with
33 additions
and
1 deletion.
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,32 @@ | ||
--- | ||
title: v4.4.1 | ||
type: patch | ||
--- | ||
|
||
**Features:** | ||
|
||
* **Fixes:** | ||
* Resolved defect where the automatic upgrade failed on Microsoft SQL Server databases | ||
|
||
**Security:** | ||
|
||
**Upgrade Notes:** | ||
* For MSSQL users only: If an upgrade to v4.4.0 was previously attempted and no rollback was performed yet, | ||
the following SQL statement must be executed before launching v4.4.1: `DELETE FROM "PERMISSION" WHERE "NAME" = 'VIEW_VULNERABILITY'` | ||
|
||
###### dependency-track-apiserver.war | ||
|
||
| Algorithm | Checksum | | ||
| SHA-1 | | | ||
| SHA-256 | | | ||
|
||
###### dependency-track-bundled.war | ||
|
||
| Algorithm | Checksum | | ||
| SHA-1 | | | ||
| SHA-256 | | | ||
|
||
###### Software Bill of Materials (SBOM) ###### | ||
|
||
[bom.json](https://github.com/DependencyTrack/dependency-track/releases/download/4.4.1/bom.json) | ||
[bom.xml](https://github.com/DependencyTrack/dependency-track/releases/download/4.4.1/bom.xml) |
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