Skip to content

Commit

Permalink
Merge pull request #10680 from DefectDojo/master-into-dev/2.37.0-2.38…
Browse files Browse the repository at this point in the history
….0-dev

Release: Merge back 2.37.0 into dev from: master-into-dev/2.37.0-2.38.0-dev
  • Loading branch information
Maffooch authored Aug 5, 2024
2 parents 6f019e2 + c6ca369 commit 7fb2ce4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "defectdojo",
"version": "2.37.0-dev",
"version": "2.38.0-dev",
"license" : "BSD-3-Clause",
"private": true,
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions docs/content/en/getting_started/upgrading/2.38.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: 'Upgrading to DefectDojo Version 2.38.x'
toc_hide: true
weight: -20240805
description: No special instructions.
---
There are no special instructions for upgrading to 2.38.x. Check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.38.0) for the contents of the release.
2 changes: 1 addition & 1 deletion dojo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.37.0-dev"
__version__ = "2.38.0-dev"
__url__ = "https://github.com/DefectDojo/django-DefectDojo"
__docs__ = "https://documentation.defectdojo.com"
4 changes: 2 additions & 2 deletions helm/defectdojo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "2.37.0-dev"
appVersion: "2.38.0-dev"
description: A Helm chart for Kubernetes to install DefectDojo
name: defectdojo
version: 1.6.144-dev
version: 1.6.145-dev
icon: https://www.defectdojo.org/img/favicon.ico
maintainers:
- name: madchap
Expand Down

0 comments on commit 7fb2ce4

Please sign in to comment.