From d89ee435af32646e3691fe54c4971d1a6d342314 Mon Sep 17 00:00:00 2001 From: DefectDojo release bot Date: Mon, 6 Apr 2026 18:16:02 +0000 Subject: [PATCH 1/3] Update versions in application files --- docs/content/en/open_source/upgrading/2.58.md | 7 +++++++ dojo/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 docs/content/en/open_source/upgrading/2.58.md diff --git a/docs/content/en/open_source/upgrading/2.58.md b/docs/content/en/open_source/upgrading/2.58.md new file mode 100644 index 00000000000..233bdf1802f --- /dev/null +++ b/docs/content/en/open_source/upgrading/2.58.md @@ -0,0 +1,7 @@ +--- +title: 'Upgrading to DefectDojo Version 2.58.x' +toc_hide: true +weight: -20260406 +description: No special instructions. +--- +There are no special instructions for upgrading to 2.58.x. Check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.58.0) for the contents of the release. diff --git a/dojo/__init__.py b/dojo/__init__.py index d4d7d95927d..972a154d299 100644 --- a/dojo/__init__.py +++ b/dojo/__init__.py @@ -4,6 +4,6 @@ # Django starts so that shared_task will use this app. from .celery import app as celery_app # noqa: F401 -__version__ = "2.57.0" +__version__ = "2.58.0-dev" __url__ = "https://github.com/DefectDojo/django-DefectDojo" # noqa: RUF067 __docs__ = "https://documentation.defectdojo.com" # noqa: RUF067 From 9349a443737971ba9ab8f9a8cf853fd95cee8c51 Mon Sep 17 00:00:00 2001 From: Manuel Sommer Date: Wed, 8 Apr 2026 10:11:39 +0200 Subject: [PATCH 2/3] chore(deps): bump ruff from 0.15.8 to 0.15.9 --- dojo/__init__.py | 4 ++-- dojo/tools/aws_prowler/__init__.py | 2 +- requirements-lint.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dojo/__init__.py b/dojo/__init__.py index 972a154d299..4ef657c1ccc 100644 --- a/dojo/__init__.py +++ b/dojo/__init__.py @@ -5,5 +5,5 @@ from .celery import app as celery_app # noqa: F401 __version__ = "2.58.0-dev" -__url__ = "https://github.com/DefectDojo/django-DefectDojo" # noqa: RUF067 -__docs__ = "https://documentation.defectdojo.com" # noqa: RUF067 +__url__ = "https://github.com/DefectDojo/django-DefectDojo" +__docs__ = "https://documentation.defectdojo.com" diff --git a/dojo/tools/aws_prowler/__init__.py b/dojo/tools/aws_prowler/__init__.py index e349874aefc..c64d4512198 100644 --- a/dojo/tools/aws_prowler/__init__.py +++ b/dojo/tools/aws_prowler/__init__.py @@ -1,2 +1,2 @@ __author__ = "Aaron Weaver" -__contributor__ = "Daniel Loureiro - https://dkade.com" # noqa: RUF067 +__contributor__ = "Daniel Loureiro - https://dkade.com" diff --git a/requirements-lint.txt b/requirements-lint.txt index 3290a6cb352..210fd64e40d 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1 +1 @@ -ruff==0.15.8 +ruff==0.15.9 From 2827ad95a201a097ba1b70f6967cf97a573eae42 Mon Sep 17 00:00:00 2001 From: Manuel Sommer Date: Thu, 9 Apr 2026 21:40:29 +0200 Subject: [PATCH 3/3] update --- docs/content/en/open_source/upgrading/2.58.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 docs/content/en/open_source/upgrading/2.58.md diff --git a/docs/content/en/open_source/upgrading/2.58.md b/docs/content/en/open_source/upgrading/2.58.md deleted file mode 100644 index 233bdf1802f..00000000000 --- a/docs/content/en/open_source/upgrading/2.58.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: 'Upgrading to DefectDojo Version 2.58.x' -toc_hide: true -weight: -20260406 -description: No special instructions. ---- -There are no special instructions for upgrading to 2.58.x. Check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.58.0) for the contents of the release.