Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ exclude-labels:

change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
Please consult the [Upgrade notes in the documentation ](https://docs.defectdojo.com/en/open_source/upgrading/upgrading_guide/) for specific instructions for this release, and general upgrade instructions. Below is an automatically generated list of all PRs merged since the previous release.
Please consult the [Upgrade notes in the documentation](https://docs.defectdojo.com/releases/os_upgrading/upgrading_guide/) for specific instructions for this release, and general upgrade instructions. Below is an automatically generated list of all PRs merged since the previous release.

## Changes since $PREVIOUS_TAG
$CHANGES
Expand Down
1 change: 1 addition & 0 deletions docs/config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ mainSections = ["docs"]
"en",
"supported_tools",
"get_started",
"releases",
"import_data",
"triage_findings",
"metrics_reports",
Expand Down
71 changes: 0 additions & 71 deletions docs/content/changelog/os_upgrading/_index.md

This file was deleted.

3 changes: 3 additions & 0 deletions docs/content/releases/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "Release Information"
---
7 changes: 7 additions & 0 deletions docs/content/releases/os_upgrading/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Open Source Upgrades"
description: "Release specific upgrading instructions"
draft: false
weight: 2
audience: opensource
---
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Upgrading Guide"
title: "Open Source Upgrading"
description: "Release specific upgrading instructions"
draft: false
sidebar:
Expand Down
7 changes: 7 additions & 0 deletions docs/content/releases/pro/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Pro Upgrades"
description: ""
draft: false
weight: 2
audience: pro
---
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,34 @@ exclude_search: true

Here are the release notes for **DefectDojo Pro (Cloud Version)**. These release notes are focused on UX, so will not include all code changes.

For Open Source release notes, please see the [Releases page on GitHub](https://github.com/DefectDojo/django-DefectDojo/releases), or alternatively consult the Open Source [upgrade notes](/open_source/upgrading/upgrading_guide/).
For Open Source release notes, please see the [Releases page on GitHub](https://github.com/DefectDojo/django-DefectDojo/releases), or alternatively consult the Open Source [upgrade notes](/changelog/os_upgrading/upgrading_guide/).

## Jan 2025: v2.54
## Feb 2025: v2.55

### Jan 20, 2025: v2.54.2
### Feb 2, 2026: v2.55.0

* **(Pro UI)** Risk Acceptances can now have Notes added.
* **(Pro UI)** Note Types are now available in the Pro UI.

## Jan 2026: v2.54

### Jan 27, 2026: v2.54.3

* **(Connectors)** Added a "Pending" status to Connectors when Sync or Discovery operations are in progress.
* **(Pro UI)** Findings Under Review can now be Mitigated when clearing Review.
* **(Pro UI)** An Asset's Parent and Child Assets can now be quickly added to a Pro Metrics query.


### Jan 20, 2026: v2.54.2

* **(Pro UI)** corrected a bug where unordered lists would display as ordered lists in editor forms.
* **(Smart Upload)** introduced severity filtering to the Smart Importer to skip findings below a specified severity level. Added detailed logging throughout the findings processing to improve traceability and debugging.

### Jan 12, 2025: v2.54.1
### Jan 12, 2026: v2.54.1

* **(AI Tools)** added Risk Scores to schema for MCP processing.

### Jan 5, 2025: v2.54.0
### Jan 5, 2026: v2.54.0

No significant UX changes.

Expand Down
2 changes: 1 addition & 1 deletion docs/layouts/_partials/header/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <h5 class="offcanvas-title fw-bold" id="offcanvasNavMainLabel">{{ .Site.Params.T
{{ else }}
{{ printf "❌ Release Notes Fetch failed from: %s\n" $url | warnf }}
{{ end }}
<a href="/changelog/pro_changelog/">
<a href="/releases/pro/changelog/">
<button type="button" class="btn btn-link nav-link p-2 d-none d-lg-block" aria-label="Release Notes">
<span class="fw-bold">Release Notes</span>
</button>
Expand Down