Skip to content

Commit dd32d9a

Browse files
authored
Merge pull request #11393 from DefectDojo/master-into-dev/2.41.1-2.42.0-dev
Release: Merge back 2.41.1 into dev from: master-into-dev/2.41.1-2.42.0-dev
2 parents ac84d3f + 70941b0 commit dd32d9a

File tree

246 files changed

+1219
-1702
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

246 files changed

+1219
-1702
lines changed

.github/workflows/gh-pages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
push:
66
branches:
77
- master
8-
- dev
9-
- bugfix
108

119
# Taken from https://github.com/marketplace/actions/hugo-setup#%EF%B8%8F-workflow-for-autoprefixer-and-postcss-cli
1210
# Both builds have to be one worflow as otherwise one publish will overwrite the other

.github/workflows/release-3-master-into-dev.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,11 @@ jobs:
5050
CURRENT_CHART_VERSION=$(grep -oP 'version: (\K\S*)?' helm/defectdojo/Chart.yaml | head -1)
5151
sed -ri "0,/version/s/version: \S+/$(echo "version: $CURRENT_CHART_VERSION" | awk -F. -v OFS=. 'NF==1{print ++$NF}; NF>1{$NF=sprintf("%0*d", length($NF), ($NF+1)); print}')-dev/" helm/defectdojo/Chart.yaml
5252
53-
- name: Update settings SHA
54-
run: sha256sum dojo/settings/settings.dist.py | cut -d ' ' -f1 > dojo/settings/.settings.dist.py.sha256sum
55-
5653
- name: Check numbers
5754
run: |
5855
grep version dojo/__init__.py
5956
grep appVersion helm/defectdojo/Chart.yaml
6057
grep version components/package.json
61-
cat dojo/settings/.settings.dist.py.sha256sum
6258
6359
- name: Create upgrade notes to documentation
6460
run: |
@@ -136,15 +132,11 @@ jobs:
136132
CURRENT_CHART_VERSION=$(grep -oP 'version: (\K\S*)?' helm/defectdojo/Chart.yaml | head -1)
137133
sed -ri "0,/version/s/version: \S+/$(echo "version: $CURRENT_CHART_VERSION" | awk -F. -v OFS=. 'NF==1{print ++$NF}; NF>1{$NF=sprintf("%0*d", length($NF), ($NF+1)); print}')-dev/" helm/defectdojo/Chart.yaml
138134
139-
- name: Update settings SHA
140-
run: sha256sum dojo/settings/settings.dist.py | cut -d ' ' -f1 > dojo/settings/.settings.dist.py.sha256sum
141-
142135
- name: Check numbers
143136
run: |
144137
grep version dojo/__init__.py
145138
grep appVersion helm/defectdojo/Chart.yaml
146139
grep version components/package.json
147-
cat dojo/settings/.settings.dist.py.sha256sum
148140
149141
- name: Push version changes
150142
uses: stefanzweifel/git-auto-commit-action@v5.0.1

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

0 commit comments

Comments
 (0)