Skip to content

Commit 24584a8

Browse files
authored
Merge pull request #9103 from DefectDojo/release/2.29.1
Release: Merge release into master from: release/2.29.1
2 parents bddfe27 + 9385c27 commit 24584a8

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.29.0",
3+
"version": "2.29.1",
44
"license" : "BSD-3-Clause",
55
"private": true,
66
"dependencies": {

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
66

7-
__version__ = '2.29.0'
7+
__version__ = '2.29.1'
88
__url__ = 'https://github.com/DefectDojo/django-DefectDojo'
99
__docs__ = 'https://documentation.defectdojo.com'

dojo/filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ class ApiFindingFilter(DojoFilter):
12471247
help_text='Comma separated list of exact tags not present on product',
12481248
exclude='True')
12491249
has_tags = BooleanFilter(field_name='tags', lookup_expr='isnull', exclude=True, label='Has tags')
1250-
outside_of_sla = extend_schema_field(OpenApiTypes.NUMBER)(ProductSLAFilter())
1250+
outside_of_sla = extend_schema_field(OpenApiTypes.NUMBER)(FindingSLAFilter())
12511251

12521252
o = OrderingFilter(
12531253
# tuple-mapping retains order

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.29.0"
2+
appVersion: "2.29.1"
33
description: A Helm chart for Kubernetes to install DefectDojo
44
name: defectdojo
5-
version: 1.6.98
5+
version: 1.6.99
66
icon: https://www.defectdojo.org/img/favicon.ico
77
maintainers:
88
- name: madchap

0 commit comments

Comments
 (0)