diff --git a/components/package.json b/components/package.json index 6b3989ffc93..fe8a3af2a22 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "defectdojo", - "version": "2.57.0-dev", + "version": "2.56.3", "license" : "BSD-3-Clause", "private": true, "dependencies": { diff --git a/dojo/__init__.py b/dojo/__init__.py index ababffbc57a..5046a185593 100644 --- a/dojo/__init__.py +++ b/dojo/__init__.py @@ -4,6 +4,6 @@ # Django starts so that shared_task will use this app. from .celery import app as celery_app # noqa: F401 -__version__ = "2.56.2" +__version__ = "2.56.3" __url__ = "https://github.com/DefectDojo/django-DefectDojo" # noqa: RUF067 __docs__ = "https://documentation.defectdojo.com" # noqa: RUF067 diff --git a/helm/defectdojo/Chart.yaml b/helm/defectdojo/Chart.yaml index e0288b7e473..a98e229aa2b 100644 --- a/helm/defectdojo/Chart.yaml +++ b/helm/defectdojo/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "2.57.0-dev" +appVersion: "2.56.3" description: A Helm chart for Kubernetes to install DefectDojo name: defectdojo -version: 1.9.19-dev +version: 1.9.19 icon: https://defectdojo.com/hubfs/DefectDojo_favicon.png maintainers: - name: madchap @@ -33,5 +33,5 @@ dependencies: # - kind: security # description: Critical bug annotations: - artifacthub.io/prerelease: "true" - artifacthub.io/changes: "" + artifacthub.io/prerelease: "false" + artifacthub.io/changes: "- kind: changed\n description: Bump DefectDojo to 2.56.3\n" diff --git a/helm/defectdojo/README.md b/helm/defectdojo/README.md index 7a1f1b7ba1e..be613b752a1 100644 --- a/helm/defectdojo/README.md +++ b/helm/defectdojo/README.md @@ -511,7 +511,7 @@ The HELM schema will be generated for you. # General information about chart values -![Version: 1.9.19-dev](https://img.shields.io/badge/Version-1.9.19--dev-informational?style=flat-square) ![AppVersion: 2.57.0-dev](https://img.shields.io/badge/AppVersion-2.57.0--dev-informational?style=flat-square) +![Version: 1.9.19](https://img.shields.io/badge/Version-1.9.19-informational?style=flat-square) ![AppVersion: 2.56.3](https://img.shields.io/badge/AppVersion-2.56.3-informational?style=flat-square) A Helm chart for Kubernetes to install DefectDojo diff --git a/requirements.txt b/requirements.txt index a752310c04f..c813efef80f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -67,6 +67,6 @@ netaddr==1.3.0 vulners==3.1.6 fontawesomefree==6.6.0 PyYAML==6.0.3 -pyopenssl==25.3.0 +pyopenssl==26.0.0 parameterized==0.9.0 setuptools==82.0.0