File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Any kind of package updates only need 2 approvals,
2- # So let's add three folks here
3- requirements.txt @ cneill @ mtesauro @ Maffooch
4- # Any dockerfile or compose changes will need to be viewed by
5- # these people
6- Dockerfile. * @ mtesauro @ Maffooch
7- docker-compose. * @ mtesauro @ Maffooch
8- /docker / @ mtesauro @ Maffooch
91# Documentation changes
10- /docs /content / @ paulOsinski @ valentijnscholten @ Maffooch
11- # Kubernetes should be reviewed by reviewed first by those that know it
12- /helm / @ cneill @ kiblik @ Maffooch
13- # Anything UI related needs to be checked out by those with the eye for it
14- /dojo /static / @ blakeaowens @ Maffooch
15- /dojo /templates / @ blakeaowens @ Maffooch
16- # Any model changes should be closely looked at
17- /dojo /models.py @ Maffooch
2+ /docs /content / @ paulOsinski @ Maffooch
183# All other code changes should be reviewed by someone
19- * @ Maffooch @ mtesauro
4+ * @ Maffooch @ blakeaowens
Original file line number Diff line number Diff line change 44# Django starts so that shared_task will use this app.
55from .celery import app as celery_app # noqa: F401
66
7- __version__ = "3.1.0 "
7+ __version__ = "3.1.100 "
88__url__ = "https://github.com/DefectDojo/django-DefectDojo"
99__docs__ = "https://documentation.defectdojo.com"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22appVersion : " 3.2.0-dev"
33description : A Helm chart for Kubernetes to install DefectDojo
44name : defectdojo
5- version : 1.9.36 -dev
5+ version : 1.9.37 -dev
66icon : https://defectdojo.com/hubfs/DefectDojo_favicon.png
77maintainers :
88 - name : madchap
Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ The HELM schema will be generated for you.
511511
512512# General information about chart values
513513
514-  
514+  
515515
516516A Helm chart for Kubernetes to install DefectDojo
517517
You can’t perform that action at this time.
0 commit comments