Skip to content

Commit

Permalink
Merge pull request #9103 from DefectDojo/release/2.29.1
Browse files Browse the repository at this point in the history
Release: Merge release into master from: release/2.29.1
  • Loading branch information
Maffooch authored Dec 4, 2023
2 parents bddfe27 + 9385c27 commit 24584a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.29.0",
"version": "2.29.1",
"license" : "BSD-3-Clause",
"private": true,
"dependencies": {
Expand Down
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

__version__ = '2.29.0'
__version__ = '2.29.1'
__url__ = 'https://github.com/DefectDojo/django-DefectDojo'
__docs__ = 'https://documentation.defectdojo.com'
2 changes: 1 addition & 1 deletion dojo/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ class ApiFindingFilter(DojoFilter):
help_text='Comma separated list of exact tags not present on product',
exclude='True')
has_tags = BooleanFilter(field_name='tags', lookup_expr='isnull', exclude=True, label='Has tags')
outside_of_sla = extend_schema_field(OpenApiTypes.NUMBER)(ProductSLAFilter())
outside_of_sla = extend_schema_field(OpenApiTypes.NUMBER)(FindingSLAFilter())

o = OrderingFilter(
# tuple-mapping retains order
Expand Down
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.29.0"
appVersion: "2.29.1"
description: A Helm chart for Kubernetes to install DefectDojo
name: defectdojo
version: 1.6.98
version: 1.6.99
icon: https://www.defectdojo.org/img/favicon.ico
maintainers:
- name: madchap
Expand Down

0 comments on commit 24584a8

Please sign in to comment.