Skip to content

Commit a10a313

Browse files
authored
Merge pull request #12760 from DefectDojo/master-into-dev/2.48.0-2.49.0-dev
Release: Merge back 2.48.0 into dev from: master-into-dev/2.48.0-2.49.0-dev
2 parents 14bc1ca + d10b9c6 commit a10a313

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "defectdojo",
3-
"version": "2.48.0-dev",
3+
"version": "2.49.0-dev",
44
"license" : "BSD-3-Clause",
55
"private": true,
66
"dependencies": {
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: 'Upgrading to DefectDojo Version 2.49.x'
3+
toc_hide: true
4+
weight: -20250707
5+
description: No special instructions.
6+
---
7+
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.

dojo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# Django starts so that shared_task will use this app.
55
from .celery import app as celery_app # noqa: F401
66

7-
__version__ = "2.48.0-dev"
7+
__version__ = "2.49.0-dev"
88
__url__ = "https://github.com/DefectDojo/django-DefectDojo"
99
__docs__ = "https://documentation.defectdojo.com"

helm/defectdojo/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: "2.48.0-dev"
2+
appVersion: "2.49.0-dev"
33
description: A Helm chart for Kubernetes to install DefectDojo
44
name: defectdojo
5-
version: 1.6.195-dev
5+
version: 1.6.196-dev
66
icon: https://www.defectdojo.org/img/favicon.ico
77
maintainers:
88
- name: madchap

0 commit comments

Comments
 (0)