diff --git a/.github/workflows/update-sample-data.yml b/.github/workflows/update-sample-data.yml index 27a5ef9ac31..f976a843cf0 100644 --- a/.github/workflows/update-sample-data.yml +++ b/.github/workflows/update-sample-data.yml @@ -11,7 +11,7 @@ on: - cron: '0 0 1 1,4,7,10 *' jobs: - run-binary-and-create-pr: + run-script-and-create-pr: runs-on: ubuntu-latest steps: # Checkout the repository @@ -40,4 +40,4 @@ jobs: branch: update-sample-data base: dev title: "Update sample data" - body: "This pull request updates the sample data." \ No newline at end of file + body: "This pull request updates the timestamps in the sample data to keep them up to date." \ No newline at end of file diff --git a/components/package.json b/components/package.json index 5152d3cc8af..4d68c53285c 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "defectdojo", - "version": "2.56.0-dev", + "version": "2.57.0-dev", "license" : "BSD-3-Clause", "private": true, "dependencies": { diff --git a/dojo/__init__.py b/dojo/__init__.py index 700d8de3c7e..b761174d491 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.0-dev" +__version__ = "2.56.0" __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 c3bf5276222..c2e57f77c2c 100644 --- a/helm/defectdojo/Chart.yaml +++ b/helm/defectdojo/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "2.56.0-dev" +appVersion: "2.57.0-dev" description: A Helm chart for Kubernetes to install DefectDojo name: defectdojo -version: 1.9.15-dev +version: 1.9.16-dev icon: https://defectdojo.com/hubfs/DefectDojo_favicon.png maintainers: - name: madchap diff --git a/helm/defectdojo/README.md b/helm/defectdojo/README.md index bc048119b2c..0de04e2665d 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.15-dev](https://img.shields.io/badge/Version-1.9.15--dev-informational?style=flat-square) ![AppVersion: 2.56.0-dev](https://img.shields.io/badge/AppVersion-2.56.0--dev-informational?style=flat-square) +![Version: 1.9.16-dev](https://img.shields.io/badge/Version-1.9.16--dev-informational?style=flat-square) ![AppVersion: 2.57.0-dev](https://img.shields.io/badge/AppVersion-2.57.0--dev-informational?style=flat-square) A Helm chart for Kubernetes to install DefectDojo