django-DefectDojo: Release problems with 2.11.0

Bug description I tried to install version 2.11.0 with the Helm chart (version 1.6.33) 1- Helm cannot find version 1.6.33 of the chart (so I used version 1.6.32) 2- The DefectDojo version shown in the footer of every page indicates v. 2.11.0-dev

Expected behavior 1- Helm should be able to find version 1.6.33 of the chart 2- The DefectDojo version should be v. 2.11.0

Deployment method (select with an X)

  • Docker Compose
  • Kubernetes
  • GoDojo

Environment information

  • Operating System: Ubuntu 20.04
  • DefectDojo version (see footer) or commit message: 2.11.0

Screenshots image

Additional context (optional) The Docker image does not seem to contain the source code contained in the 2.11.0 git tag:

docker run --rm -it --entrypoint "" defectdojo/defectdojo-django:2.11.0 /bin/bash -c "cat dojo/__init__.py"


# This will make sure the app is always imported when
# Django starts so that shared_task will use this app.
from .celery import app as celery_app  # noqa

__version__ = '2.11.0-dev'
__url__ = 'https://github.com/DefectDojo/django-DefectDojo'
__docs__ = 'https://defectdojo.github.io/django-DefectDojo'

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 15 (13 by maintainers)

Most upvoted comments

@Gby56 probably for the next release version will be pinned