diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 2a4d7ef037..0e42769cd7 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -48,6 +48,8 @@ jobs: steps: - name: Load OAS files from artifacts uses: actions/download-artifact@v4 + with: + pattern: oas-* - name: Upload Release Asset - OpenAPI Specification - YAML id: upload-release-asset-yaml diff --git a/dojo/__init__.py b/dojo/__init__.py index f912fa15f5..a924075055 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.40.1" +__version__ = "2.40.2" __url__ = "https://github.com/DefectDojo/django-DefectDojo" __docs__ = "https://documentation.defectdojo.com" diff --git a/helm/defectdojo/Chart.yaml b/helm/defectdojo/Chart.yaml index 9d7a99e360..cef251c3c0 100644 --- a/helm/defectdojo/Chart.yaml +++ b/helm/defectdojo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "2.41.0-dev" description: A Helm chart for Kubernetes to install DefectDojo name: defectdojo -version: 1.6.160-dev +version: 1.6.161-dev icon: https://www.defectdojo.org/img/favicon.ico maintainers: - name: madchap