File tree Expand file tree Collapse file tree 3 files changed +36
-7
lines changed
Expand file tree Collapse file tree 3 files changed +36
-7
lines changed Original file line number Diff line number Diff line change 1+ # [ 4.0.0] ( https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/compare/v1.25.0...v1.26.0 ) (2026-01-05)
2+
3+
4+ * enhance version number to 4
5+
6+
7+ ### Bug Fixes
8+
9+ * generated folder ([ fd323eb] ( https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/commit/fd323ebfd1ef5483006ae2577e8d5742607aa7eb ) )
10+
11+ # [ 1.26.0] ( https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/compare/v1.25.0...v1.26.0 ) (2026-01-05)
12+
13+
14+ * fix\! : build ([ b9eef67] ( https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/commit/b9eef67f450590e89d7b8763e453a712fb954075 ) )
15+
16+
17+ ### Bug Fixes
18+
19+ * generated folder ([ fd323eb] ( https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/commit/fd323ebfd1ef5483006ae2577e8d5742607aa7eb ) )
20+
21+
22+ ### BREAKING CHANGES
23+
24+ * Updated Docker build process and YAML generation structure
25+
26+ 🤖 Generated with [ Claude Code] ( https://claude.ai/code )
27+
28+ Co-Authored-By: Claude < noreply@anthropic.com >
29+
130# [ 1.25.0] ( https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/compare/v1.24.0...v1.25.0 ) (2025-12-15)
231
332
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN cd /var/www/html/yaml-generation && composer install \
1515--prefer-dist
1616
1717RUN pecl channel-update pecl.php.net && pecl install yaml && docker-php-ext-enable yaml
18- RUN cd /var/www/html && GITHUB_REPOSITORY="${GITHUB_REPOSITORY}" php yaml-generation/generateDimensions.php && sed -i "s/__VERSION_PLACEHOLDER__/${DSOMM_VERSION}/g" /var/www/html/generated/model.yaml
19- workdir /var/www/html
20- CMD php yaml-generation/generateDimensions.ph
18+ RUN cd /var/www/html && GITHUB_REPOSITORY="${GITHUB_REPOSITORY}" php /var/www/html/yaml-generation/generateDimensions.php && sed -i "s/__VERSION_PLACEHOLDER__/${DSOMM_VERSION}/g" /var/www/html/generated/model.yaml
19+ WORKDIR /var/www/html
2120
21+ CMD [ "php" , "yaml-generation/generateDimensions.php" ]
Original file line number Diff line number Diff line change 11---
22meta :
3- version : 1.25 .0
4- released : " 2025-12-21 "
3+ version : 4.0 .0
4+ released : " 2026-01-14 "
55 publisher : https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data
66---
77Build and Deployment :
@@ -3140,7 +3140,7 @@ Implementation:
31403140 - linting
31413141 - uuid : aa5ded61-5380-4da6-9474-afc36a397682
31423142 name : In-Depth Linting of Your TypeScript While Coding
3143- url : https://blog.sonarsource. com/in-depth-linting-of-your-typescript-while-coding
3143+ url : https://medium. com/@elenavilchik/ in-depth-linting-of-your-typescript-while-coding-1d084affbf0
31443144 tags :
31453145 - ide
31463146 - linting
@@ -7472,7 +7472,7 @@ Test and Verification:
74727472 - linting
74737473 - uuid : aa5ded61-5380-4da6-9474-afc36a397682
74747474 name : In-Depth Linting of Your TypeScript While Coding
7475- url : https://blog.sonarsource. com/in-depth-linting-of-your-typescript-while-coding
7475+ url : https://medium. com/@elenavilchik/ in-depth-linting-of-your-typescript-while-coding-1d084affbf0
74767476 tags :
74777477 - ide
74787478 - linting
You can’t perform that action at this time.
0 commit comments