Skip to content

Commit f18fbd8

Browse files
authored
Prepare release 4.12.0 (#1150)
1 parent 34cdc29 commit f18fbd8

97 files changed

Lines changed: 3708 additions & 129 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@
2727

2828
test-setup.bin
2929
/tests/
30+
e2e-spock-geb/files/.gradle

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Changelog
22

33
## Unreleased
4-
54
### Added
65

76
### Changed
87

98
### Fixed
109

10+
## [4.12.0] - 2026-03-02
11+
### Changed
12+
- Add specific quickstarter versioning to e2e-spock-geb and e2e-etl-python ([#1148](https://github.com/opendevstack/ods-quickstarters/pull/1148))
13+
- Update Quickstarter Tests to Support New Framework Test Capabilities ([#1144](https://github.com/opendevstack/ods-quickstarters/pull/1144))
14+
15+
### Fixed
16+
- Increase Docker-plain QS default memory resources ([#1147](https://github.com/opendevstack/ods-quickstarters/pull/1147))
17+
1118
## [4.11.0] - 2025-12-03
1219

1320
### Added

be-fe-mono-repo-plain/testdata/golden/jenkins-build-stages.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"stage": "odsPipeline start",
44
"status": "SUCCESS"
55
},
6+
{
7+
"stage": "SonarQube Analysis",
8+
"status": "SUCCESS"
9+
},
610
{
711
"stage": "Build OpenShift Image (monorepo-iq-test-frontend)",
812
"status": "SUCCESS"

be-fe-mono-repo-plain/testdata/steps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ steps:
2222
services:
2323
- "{{.ComponentID}}-backend"
2424
- "{{.ComponentID}}-frontend"
25+
runAttachments:
26+
- sonarqube-report-{{.ProjectID}}-{{.ComponentID}}.pdf
27+

be-gateway-nginx/testdata/golden/jenkins-build-stages.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"stage": "odsPipeline start",
44
"status": "SUCCESS"
55
},
6+
{
7+
"stage": "SonarQube Analysis",
8+
"status": "SUCCESS"
9+
},
610
{
711
"stage": "Build OpenShift Image",
812
"status": "SUCCESS"

be-gateway-nginx/testdata/steps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ steps:
1818
- "{{.ComponentID}}"
1919
services:
2020
- "{{.ComponentID}}"
21+
runAttachments:
22+
- sonarqube-report-{{.ProjectID}}-{{.ComponentID}}.pdf
23+

be-golang-plain/testdata/golden/sonar-scan.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,23 @@
22
"key": "{{.ProjectID}}-{{.ComponentID}}",
33
"name": "{{.ProjectID}}-{{.ComponentID}}",
44
"isFavorite": false,
5+
"branch": "master",
56
"visibility": "public",
67
"extensions": [],
78
"qualityProfiles": [
9+
{
10+
"name": "Sonar way",
11+
"language": "docker",
12+
"deleted": false
13+
},
814
{
915
"name": "{{.SonarQualityProfile}}",
1016
"language": "go",
1117
"deleted": false
1218
}
1319
],
1420
"qualityGate": {
15-
"name": "Sonar way",
21+
"name": "{{.SonarQualityGate}}",
1622
"isDefault": true
1723
},
1824
"breadcrumbs": [

be-golang-plain/testdata/steps.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ steps:
1010
jenkinsStages: golden/jenkins-build-stages.json
1111
sonarScan: golden/sonar-scan.json
1212
runAttachments:
13-
- SCRR-{{.ProjectID}}-{{.ComponentID}}.docx
14-
- SCRR-{{.ProjectID}}-{{.ComponentID}}.md
13+
- sonarqube-report-{{.ProjectID}}-{{.ComponentID}}.pdf
1514
testResults: 1
1615
openShiftResources:
1716
imageTags:

be-java-springboot/testdata/golden/sonar-scan.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,24 @@
22
"key": "{{.ProjectID}}-{{.ComponentID}}",
33
"name": "{{.ProjectID}}-{{.ComponentID}}",
44
"isFavorite": false,
5+
"branch": "master",
56
"visibility": "public",
67
"extensions": [],
78
"qualityProfiles": [
9+
{
10+
"name": "Sonar way",
11+
"language": "docker",
12+
"deleted": false
13+
},
814
{
915
"name": "{{.SonarQualityProfile}}",
1016
"language": "java",
1117
"deleted": false
18+
1219
}
1320
],
1421
"qualityGate": {
15-
"name": "Sonar way",
22+
"name": "{{.SonarQualityGate}}",
1623
"isDefault": true
1724
},
1825
"breadcrumbs": [

be-java-springboot/testdata/steps.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ steps:
1010
jenkinsStages: golden/jenkins-build-stages.json
1111
sonarScan: golden/sonar-scan.json
1212
runAttachments:
13-
- SCRR-{{.ProjectID}}-{{.ComponentID}}.docx
14-
- SCRR-{{.ProjectID}}-{{.ComponentID}}.md
13+
- sonarqube-report-{{.ProjectID}}-{{.ComponentID}}.pdf
1514
testResults: 1
1615
openShiftResources:
1716
imageTags:

0 commit comments

Comments
 (0)