Skip to content

Commit 3925a98

Browse files
committed
update
1 parent ee6f11c commit 3925a98

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

docs/content/en/open_source/upgrading/2.50.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,10 @@
22
title: 'Upgrading to DefectDojo Version 2.50.x'
33
toc_hide: true
44
weight: -20250804
5-
description: Dropped support for time_zone in System settings and merged MobSF parsers
5+
description: Dropped support for time_zone in System settings.
66
---
77

88
To simplify the management of the DefectDojo application, it is not necessary to set the time zone in two places (environmental variables and system settings). From now on, environmental variable is supported.
99
Please check that the environmental variable `DD_TIME_ZONE` is set based on your satisfaction. Any [TZ identifier](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) is a valid value. Default value is `UTC`.
1010

11-
There are other instructions for upgrading to 2.50.x. Check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.50.0) for the contents of the release.
12-
13-
### Merge of MobSF parsers
14-
15-
Mobsfscan Scan" has been merged into the "MobSF Scan" parser. The "Mobsfscan Scan" scan_type has been retained to keep deduplication working for existing Tests, but users are encouraged to move to the "MobSF Scan" scan_type.
16-
17-
There are no special instructions for upgrading to 2.49.x. Check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.49.0) for the contents of the release.
11+
There are other instructions for upgrading to 2.50.x. Check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.50.0) for the contents of the release.

docs/content/en/open_source/upgrading/2.51.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ This release introduces several important changes to the Helm chart configuratio
1111

1212
### Breaking changes
1313

14+
#### Merge of MobSF parsers
15+
16+
Mobsfscan Scan" has been merged into the "MobSF Scan" parser. The "Mobsfscan Scan" scan_type has been retained to keep deduplication working for existing Tests, but users are encouraged to move to the "MobSF Scan" scan_type.
17+
18+
There are no special instructions for upgrading to 2.49.x. Check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.49.0) for the contents of the release.
19+
20+
1421
#### Volume Management Improvements
1522

1623
- **Streamlined volume configuration**: The existing volume logic has been removed and replaced with more flexible `extraVolumes` and `extraVolumeMounts` options that provide deployment-agnostic volume management.

0 commit comments

Comments
 (0)