Skip to content

Commit cf3b0ba

Browse files
committed
chore: Release 2.9.0.7
1 parent d3db2ec commit cf3b0ba

File tree

19 files changed

+154
-19
lines changed

19 files changed

+154
-19
lines changed

CHANGELOG.md

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,141 @@
77

88
# Changelog
99

10+
## [2.9.0.7](https://github.com/chutney-testing/chutney/tree/2.9.0.7)
11+
12+
## What's Changed
13+
### 🚀 Implemented enhancements:
14+
* Add SpEL support to RetryWithTimeOutStrategy by @Redouane-E in https://github.com/chutney-testing/chutney/pull/203
15+
* Show dataset usage in dataset page by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/204
16+
### 🐛 Fixed bugs:
17+
* Check test plan only when the campaign is linked with jira issue by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/218
18+
* Preserve input type within for strategy by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/207
19+
### 🔧 Technical enhancements:
20+
* Remove oracle and ibm example dependency by @nbrouand in https://github.com/chutney-testing/chutney/pull/206
21+
* Fix build in a wsl+docker dev env by @boddissattva in https://github.com/chutney-testing/chutney/pull/205
22+
### 👒 Dependencies:
23+
* Bump jqwik.version from 1.9.0 to 1.9.1 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/201
24+
* Bump org.testcontainers:testcontainers-bom from 1.20.1 to 1.20.2 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/200
25+
* Bump com.hierynomus:sshj from 0.38.0 to 0.39.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/197
26+
* Bump com.github.eirslett:frontend-maven-plugin from 1.15.0 to 1.15.1 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/195
27+
* Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.4.1 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/193
28+
* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/192
29+
* Bump org.liquibase:liquibase-core from 4.29.1 to 4.29.2 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/194
30+
* Bump mapstruct.version from 1.6.0 to 1.6.2 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/196
31+
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.5.1 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/210
32+
* Bump commons-io:commons-io from 2.16.1 to 2.17.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/213
33+
* Bump sshd.version from 2.13.2 to 2.14.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/214
34+
* Bump org.springframework.boot:spring-boot-maven-plugin from 3.3.3 to 3.3.5 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/217
35+
36+
**Full Changelog**: https://github.com/chutney-testing/chutney/compare/2.9.0.6...2.9.0.7
37+
38+
## [2.9.0.6](https://github.com/chutney-testing/chutney/tree/2.9.0.6)
39+
40+
## What's Changed
41+
### 🚀 Implemented enhancements:
42+
* Request scenarios' executions to stop when stopping campaign execution by @boddissattva in https://github.com/chutney-testing/chutney/pull/185
43+
* Can set the key in Kafka producer, can read the key in Kafka consumer by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/190
44+
### 🐛 Fixed bugs:
45+
* Add idea report missing attributes by @KarimGl in https://github.com/chutney-testing/chutney/pull/187
46+
* Fix selenium screen-shot action by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/202
47+
### 🔧 Technical enhancements:
48+
* Remove glacio, add kotlin dsl acceptance test by @nbrouand in https://github.com/chutney-testing/chutney/pull/168
49+
* Dsl as maven project. Add parent maven project by @KarimGl in https://github.com/chutney-testing/chutney/pull/186
50+
* Fix .gitignore by @boddissattva in https://github.com/chutney-testing/chutney/pull/189
51+
52+
53+
## [2.9.0.5](https://github.com/chutney-testing/chutney/tree/2.9.0.5)
54+
55+
### 🚀 Implemented enhancements:
56+
* Supervise demo instance with prometheus and grafana by @KarimGl in https://github.com/chutney-testing/chutney/pull/167
57+
### 🐛 Fixed bugs:
58+
* Fix/dataset jira by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/184
59+
60+
**Full Changelog**: https://github.com/chutney-testing/chutney/compare/2.9.0.4...2.9.0.5
61+
62+
## [2.9.0.4](https://github.com/chutney-testing/chutney/tree/2.9.0.4)
63+
### 🚀 Implemented enhancements:
64+
* Create example/demo module by @boddissattva in https://github.com/chutney-testing/chutney/pull/140
65+
* Add button with modal that allow the user to … by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/141
66+
* Allow delete scenario executions by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/169
67+
* Feature/create dataset modal exec by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/150
68+
* Show dataset used in pdf report by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/152
69+
### 🐛 Fixed bugs:
70+
* Use jira id mapped to dataset_scenario pair when av… by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/153
71+
* Fix target import by @KarimGl in https://github.com/chutney-testing/chutney/pull/165
72+
* Fix selenium driver init actions by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/182
73+
### 🔧 Technical enhancements:
74+
* Fix/codeql by @KarimGl in https://github.com/chutney-testing/chutney/pull/164
75+
* Use codeql v3 by @KarimGl in https://github.com/chutney-testing/chutney/pull/166
76+
* Add JUnit 5 test dependencies to example project by @boddissattva in https://github.com/chutney-testing/chutney/pull/181
77+
* Support idea 242 by @boddissattva in https://github.com/chutney-testing/chutney/pull/183
78+
* REUSE workflow + add missing license by @KarimGl in https://github.com/chutney-testing/chutney/pull/151
79+
### 👒 Dependencies:
80+
* Bump org.liquibase:liquibase-core from 4.27.0 to 4.29.1 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/142
81+
* Bump org.apache.commons:commons-text from 1.10.0 to 1.12.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/143
82+
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/144
83+
* Bump org.testcontainers:testcontainers-bom from 1.19.8 to 1.20.1 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/149
84+
* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.8.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/156
85+
* Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/158
86+
* Bump mapstruct.version from 1.5.5.Final to 1.6.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/159
87+
* Bump org.springframework.boot:spring-boot-maven-plugin from 3.3.1 to 3.3.2 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/160
88+
* Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/179
89+
* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/178
90+
* Bump org.wiremock:wiremock-standalone from 3.8.0 to 3.9.1 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/177
91+
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/176
92+
* Bump org.springframework.boot:spring-boot-maven-plugin from 3.3.2 to 3.3.3 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/174
93+
* Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/173
94+
* Bump sshd.version from 2.13.1 to 2.13.2 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/172
95+
* Bump commons-logging:commons-logging from 1.3.1 to 1.3.4 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/171
96+
* Bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.3 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/170
97+
98+
99+
**Full Changelog**: https://github.com/chutney-testing/chutney/compare/2.9.0.3...2.9.0.4
100+
101+
## [2.9.0.3](https://github.com/chutney-testing/chutney/tree/2.9.0.3)
102+
### 🚀 Implemented enhancements:
103+
* Scenario execute with parameters by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/121
104+
### 🐛 Fixed bugs:
105+
* Campaign edition - JIRA filter not present by @boddissattva in https://github.com/chutney-testing/chutney/pull/119
106+
* Break long word in admin bdd search, fix overflow ng-multi… by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/120
107+
* Use 24h formats for moment calendar by @boddissattva in https://github.com/chutney-testing/chutney/pull/134
108+
* Purge empty campaigns' executions by @boddissattva in https://github.com/chutney-testing/chutney/pull/122
109+
* Does not allow empty campaign execution by @boddissattva in https://github.com/chutney-testing/chutney/pull/133
110+
* Responsive dataset select in campaign edition by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/139
111+
* Snapshot report's inputs/outputs in engine after each step execution by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/136
112+
* Fix CONTRIBUTING.md path by @GeVa2072 in https://github.com/chutney-testing/chutney/pull/138
113+
* Fix tag selection on scenarios list by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/137
114+
### 👒 Dependencies:
115+
* Bump org.wiremock:wiremock-standalone from 3.6.0 to 3.8.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/125
116+
* Bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 to 3.6.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/126
117+
* Bump sshd.version from 2.12.0 to 2.13.1 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/128
118+
* Bump org.springframework.boot:spring-boot-maven-plugin from 3.2.4 to 3.3.1 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/129
119+
* Bump commons-io:commons-io from 2.16.0 to 2.16.1 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/130
120+
* Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/131
121+
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/132
122+
* Bump jqwik.version from 1.8.5 to 1.9.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/127
123+
124+
**Full Changelog**: https://github.com/chutney-testing/chutney/compare/2.9.0.2...2.9.0.3
125+
126+
## [2.9.0.2](https://github.com/chutney-testing/chutney/tree/2.9.0.2)
127+
128+
### 🐛 Fixed bugs:
129+
* Content search only on activated scenario by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/114
130+
* Fix campaign edition filters width by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/115
131+
* Update campaigns when renaming environment by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/87
132+
* Fix campaign execution status by @boddissattva in https://github.com/chutney-testing/chutney/pull/116
133+
* Delete dataset module HTML title by @boddissattva in https://github.com/chutney-testing/chutney/pull/118
134+
* Use the id instead of the name for scenario dataset in cam… by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/117
135+
136+
**Full Changelog**: https://github.com/chutney-testing/chutney/compare/2.9.0.1...2.9.0.2
137+
138+
## [2.9.0.1](https://github.com/chutney-testing/chutney/tree/2.9.0.1)
139+
140+
### 🐛 Fixed bugs:
141+
* Scenarios list refresh must be unsubscribed by @boddissattva in https://github.com/chutney-testing/chutney/pull/113
142+
143+
**Full Changelog**: https://github.com/chutney-testing/chutney/compare/2.9.0...2.9.0.1
144+
10145
## [2.9.0](https://github.com/chutney-testing/chutney/tree/2.9.0)
11146

12147
### 🚀 Implemented enhancements:

acceptance-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.chutneytesting</groupId>
1414
<artifactId>chutney-testing-parent</artifactId>
15-
<version>2.9.1-SNAPSHOT</version>
15+
<version>2.9.0.7</version>
1616
</parent>
1717

1818
<artifactId>acceptance-tests</artifactId>

chutney/action-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.chutneytesting</groupId>
1616
<artifactId>chutney-parent</artifactId>
17-
<version>2.9.1-SNAPSHOT</version>
17+
<version>2.9.0.7</version>
1818
</parent>
1919

2020
<artifactId>action-impl</artifactId>

chutney/action-spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.chutneytesting</groupId>
1616
<artifactId>chutney-parent</artifactId>
17-
<version>2.9.1-SNAPSHOT</version>
17+
<version>2.9.0.7</version>
1818
</parent>
1919

2020
<artifactId>action-spi</artifactId>

chutney/engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.chutneytesting</groupId>
1616
<artifactId>chutney-parent</artifactId>
17-
<version>2.9.1-SNAPSHOT</version>
17+
<version>2.9.0.7</version>
1818
</parent>
1919

2020
<artifactId>engine</artifactId>

chutney/environment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>chutney-parent</artifactId>
1414
<groupId>com.chutneytesting</groupId>
15-
<version>2.9.1-SNAPSHOT</version>
15+
<version>2.9.0.7</version>
1616
</parent>
1717
<modelVersion>4.0.0</modelVersion>
1818

chutney/jira/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>chutney-parent</artifactId>
1414
<groupId>com.chutneytesting</groupId>
15-
<version>2.9.1-SNAPSHOT</version>
15+
<version>2.9.0.7</version>
1616
</parent>
1717
<modelVersion>4.0.0</modelVersion>
1818

chutney/packaging/local-api-unsecure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.chutneytesting</groupId>
1616
<artifactId>packaging</artifactId>
17-
<version>2.9.1-SNAPSHOT</version>
17+
<version>2.9.0.7</version>
1818
</parent>
1919

2020
<artifactId>local-api-unsecure</artifactId>

chutney/packaging/local-dev/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.chutneytesting</groupId>
1616
<artifactId>packaging</artifactId>
17-
<version>2.9.1-SNAPSHOT</version>
17+
<version>2.9.0.7</version>
1818
</parent>
1919

2020
<artifactId>local-dev</artifactId>

chutney/packaging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>com.chutneytesting</groupId>
1515
<artifactId>chutney-parent</artifactId>
16-
<version>2.9.1-SNAPSHOT</version>
16+
<version>2.9.0.7</version>
1717
</parent>
1818
<artifactId>packaging</artifactId>
1919
<packaging>pom</packaging>

0 commit comments

Comments
 (0)