Skip to content

Commit

Permalink
Merge pull request #149 from DefectDojo/Maffooch-patch-1
Browse files Browse the repository at this point in the history
Add update notes to 1.9.1
  • Loading branch information
Maffooch committed Nov 2, 2020
2 parents 5a2a682 + c4e4a90 commit 668d861
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,34 @@ Upgrade Celery to the latest version:

``pip install --upgrade celery``


Upgrading to DefectDojo Version 1.10.0
--------------------------------------
**What's New:**

- See `release notes <https://github.com/DefectDojo/django-DefectDojo/releases>`_
- JIRA Webhook now can be configured to require a secret for incoming requests, please configure a secret in 'System Settings' (`PR 3082 <https://github.com/DefectDojo/django-DefectDojo/pull/3082>`_)


Upgrading to DefectDojo Version 1.9.1
-------------------------------------
**What's New:**

- See release notes: https://github.com/DefectDojo/django-DefectDojo/releases

- **NOTE:**

As a result of a breaking bug in 1.8.0/1.9.0 revolving around Endpoint_status objects, a corrective script may need to be ran

`./manage.py create_endpoint_status`

If you're using docker:

`docker-compose exec uwsgi ./manage.py create_endpoint_status`

This can take a while depending on your hardware and the number of findings in your instance.


Upgrading to DefectDojo Version 1.9.0
-------------------------------------
**What's New:**
Expand Down

0 comments on commit 668d861

Please sign in to comment.