Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
chore(): Release 2.5.0 (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
boddissattva authored Dec 11, 2023
1 parent 0dc13e7 commit b9c7532
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 18 deletions.
33 changes: 31 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [2.5.0](https://github.com/chutney-testing/chutney/tree/2.5.0)

[Full Changelog](https://github.com/chutney-testing/chutney/compare/2.4.0...2.5.0)

## What's Changed
### 🚀 Implemented enhancements:
* Feature/add proxy jira by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/1177
* Assert that no kafka message consumed by @owerfelli in https://github.com/chutney-testing/chutney/pull/1200
* Show full execution error message from history by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/1197
### 🐛 Fixed bugs:
* Empty report and info/error style by @nbrouand in https://github.com/chutney-testing/chutney/pull/1180
* Fix icon "NOT_EXECUTED" for execution history by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/1190
* Does not display action button and report if scenario was not … by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/1193
* If strategy : Set correctly all substeps status by @boddissattva in https://github.com/chutney-testing/chutney/pull/1201
### 🔧 Technical enhancements:
* Copyright ALv2 header by @bessonm in https://github.com/chutney-testing/chutney/pull/1192
* Bump nodejs from 16.19.1 to 20.10.0 by @bessonm in https://github.com/chutney-testing/chutney/pull/1191
* Clean DB migration test and target security migration by @boddissattva in https://github.com/chutney-testing/chutney/pull/1195
* Clean components relatives by @boddissattva in https://github.com/chutney-testing/chutney/pull/1194
### 👒 Dependencies:
* chore(deps): Bump com.github.eirslett:frontend-maven-plugin from 1.13.4 to 1.15.0 by @dependabot in https://github.com/chutney-testing/chutney/pull/1189
* chore(deps): Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 by @dependabot in https://github.com/chutney-testing/chutney/pull/1188
* chore(deps): Bump org.testcontainers:testcontainers-bom from 1.19.0 to 1.19.3 by @dependabot in https://github.com/chutney-testing/chutney/pull/1187
* chore(deps): Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 by @dependabot in https://github.com/chutney-testing/chutney/pull/1184
* chore(deps): Bump commons-logging:commons-logging from 1.2 to 1.3.0 by @dependabot in https://github.com/chutney-testing/chutney/pull/1182
* chore(deps): Bump org.hjson:hjson from 3.0.1 to 3.1.0 by @dependabot in https://github.com/chutney-testing/chutney/pull/1165
## New Contributors
* @owerfelli made his first contribution in https://github.com/chutney-testing/chutney/pull/1200


## [2.4.0](https://github.com/chutney-testing/chutney/tree/2.4.0)

[Full Changelog](https://github.com/chutney-testing/chutney/compare/2.3.0...2.4.0)
Expand All @@ -19,8 +49,6 @@
* chore(deps): Bump org.liquibase:liquibase-core from 4.23.0 to 4.24.0 by @dependabot in [#1170](https://github.com/chutney-testing/chutney/pull/1170)




## [2.3.0](https://github.com/chutney-testing/chutney/tree/2.3.0)

[Full Changelog](https://github.com/chutney-testing/chutney/compare/2.2.2...2.3.0)
Expand All @@ -44,6 +72,7 @@
* chore(deps): Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.4.1 to 3.6.0 by @dependabot in https://github.com/chutney-testing/chutney/pull/1149
* chore(deps): Bump qpid-broker.version from 9.0.0 to 9.1.0 by @dependabot in https://github.com/chutney-testing/chutney/pull/1147


## [2.2.2](https://github.com/chutney-testing/chutney/tree/2.2.2)

[Full Changelog](https://github.com/chutney-testing/chutney/compare/2.2.1...2.2.2)
Expand Down
2 changes: 1 addition & 1 deletion action-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<artifactId>action-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion action-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<artifactId>action-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney-junit/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-junit-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<artifactId>chutney-junit-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney-junit/engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-junit-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<artifactId>chutney-junit-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney-junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<artifactId>chutney-junit-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<artifactId>engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion environment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>chutney-parent</artifactId>
<groupId>com.chutneytesting</groupId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion glacio-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<artifactId>glacio-adapter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jira/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>chutney-parent</artifactId>
<groupId>com.chutneytesting</groupId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<chutney.version>2.4.1-SNAPSHOT</chutney.version>
<chutney.version>2.5.0</chutney.version>
<mainClass>com.chutneytesting.ServerBootstrap</mainClass>
<spring-boot-maven.version>3.1.2</spring-boot-maven.version>
<jasypt-spring-boot.version>3.0.5</jasypt-spring-boot.version>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
<packaging>pom</packaging>

<name>Chutney</name>
Expand Down Expand Up @@ -48,7 +48,7 @@
<url>https://github.com/chutney-testing/chutney.git</url>
<connection>scm:git:[email protected]:chutney-testing/chutney.git</connection>
<developerConnection>scm:git:[email protected]:chutney-testing/chutney.git</developerConnection>
<tag>HEAD</tag>
<tag>2.5.0</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion server-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>chutney-parent</artifactId>
<groupId>com.chutneytesting</groupId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<artifactId>server-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<artifactId>server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<artifactId>tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<artifactId>ui</artifactId>
Expand Down

0 comments on commit b9c7532

Please sign in to comment.