From 0f405bc74a72a25ec1690e63042f1ff90a7ff950 Mon Sep 17 00:00:00 2001 From: DelaunayAlex <138011689+DelaunayAlex@users.noreply.github.com> Date: Tue, 16 Jan 2024 09:25:32 +0100 Subject: [PATCH] chore(): Release 2.6.0 (#1229) --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ action-impl/pom.xml | 2 +- action-spi/pom.xml | 2 +- chutney-junit/api/pom.xml | 2 +- chutney-junit/engine/pom.xml | 2 +- chutney-junit/pom.xml | 2 +- engine/pom.xml | 2 +- environment/pom.xml | 2 +- glacio-adapter/pom.xml | 2 +- jira/pom.xml | 2 +- packaging/pom.xml | 2 +- pom.xml | 4 ++-- server-core/pom.xml | 2 +- server/pom.xml | 2 +- tools/pom.xml | 2 +- ui/pom.xml | 2 +- 16 files changed, 42 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79e15cbc4..da947e9a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [2.6.0](https://github.com/chutney-testing/chutney/tree/2.6.0) + +[Full Changelog](https://github.com/chutney-testing/chutney/compare/2.5.1...2.6.0) + +## What's Changed +### 🚀 Implemented enhancements: +* environments variables by @KarimGl in https://github.com/chutney-testing/chutney/pull/1203 +### 🐛 Fixed bugs: +* Fix running report header date by @boddissattva in https://github.com/chutney-testing/chutney/pull/1209 +* Truncate info/error on execution update by @boddissattva in https://github.com/chutney-testing/chutney/pull/1210 +* Defensive copy in step state when requesting messages by @boddissattva in https://github.com/chutney-testing/chutney/pull/1211 +* Check for null values environment by @boddissattva in https://github.com/chutney-testing/chutney/pull/1212 +* Add environment at first save of campaignExecutionEngine by @nbrouand in https://github.com/chutney-testing/chutney/pull/1225 +* Fix/nested step iteration by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/1224 +* Handle runtime exception. Add Spring configuration on parameters by @boddissattva in https://github.com/chutney-testing/chutney/pull/1227 +### 🔧 Technical enhancements: +* Add license to local xsd test file by @bessonm in https://github.com/chutney-testing/chutney/pull/1208 +* Add SQLite temp directory Spring configuration by @boddissattva in https://github.com/chutney-testing/chutney/pull/1228 +* Fix/double for strategy by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/1226 +### 👒 Dependencies: +* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.3 by @dependabot in https://github.com/chutney-testing/chutney/pull/1217 +* Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.1 by @dependabot in https://github.com/chutney-testing/chutney/pull/1222 +* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.3 by @dependabot in https://github.com/chutney-testing/chutney/pull/1223 +* Bump springboot.version from 3.1.2 to 3.2.1 by @dependabot in https://github.com/chutney-testing/chutney/pull/1186 + + ## [2.5.1](https://github.com/chutney-testing/chutney/tree/2.5.1) [Full Changelog](https://github.com/chutney-testing/chutney/compare/2.5.0...2.5.1) diff --git a/action-impl/pom.xml b/action-impl/pom.xml index 37f5ed90a..644a430eb 100644 --- a/action-impl/pom.xml +++ b/action-impl/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-parent - 2.5.2-SNAPSHOT + 2.6.0 action-impl diff --git a/action-spi/pom.xml b/action-spi/pom.xml index 4b3b9b122..c9c2b183c 100644 --- a/action-spi/pom.xml +++ b/action-spi/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-parent - 2.5.2-SNAPSHOT + 2.6.0 action-spi diff --git a/chutney-junit/api/pom.xml b/chutney-junit/api/pom.xml index 3bc6a3ae2..2daa4bb01 100644 --- a/chutney-junit/api/pom.xml +++ b/chutney-junit/api/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-junit-parent - 2.5.2-SNAPSHOT + 2.6.0 chutney-junit-api diff --git a/chutney-junit/engine/pom.xml b/chutney-junit/engine/pom.xml index 3cb6221ae..1074e4dc8 100644 --- a/chutney-junit/engine/pom.xml +++ b/chutney-junit/engine/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-junit-parent - 2.5.2-SNAPSHOT + 2.6.0 chutney-junit-engine diff --git a/chutney-junit/pom.xml b/chutney-junit/pom.xml index 6f1fc7e22..e72e677d1 100644 --- a/chutney-junit/pom.xml +++ b/chutney-junit/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-parent - 2.5.2-SNAPSHOT + 2.6.0 chutney-junit-parent diff --git a/engine/pom.xml b/engine/pom.xml index e494be6d6..1aa30b920 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-parent - 2.5.2-SNAPSHOT + 2.6.0 engine diff --git a/environment/pom.xml b/environment/pom.xml index a6590b7dc..e6e9489ea 100644 --- a/environment/pom.xml +++ b/environment/pom.xml @@ -5,7 +5,7 @@ chutney-parent com.chutneytesting - 2.5.2-SNAPSHOT + 2.6.0 4.0.0 diff --git a/glacio-adapter/pom.xml b/glacio-adapter/pom.xml index 7ba954bd0..5d209a0c7 100644 --- a/glacio-adapter/pom.xml +++ b/glacio-adapter/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-parent - 2.5.2-SNAPSHOT + 2.6.0 glacio-adapter diff --git a/jira/pom.xml b/jira/pom.xml index d96622d45..b1119b2a3 100644 --- a/jira/pom.xml +++ b/jira/pom.xml @@ -5,7 +5,7 @@ chutney-parent com.chutneytesting - 2.5.2-SNAPSHOT + 2.6.0 4.0.0 diff --git a/packaging/pom.xml b/packaging/pom.xml index 80f3682e8..22d235aac 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -15,7 +15,7 @@ 17 17 - 2.5.2-SNAPSHOT + 2.6.0 com.chutneytesting.ServerBootstrap 3.1.2 3.0.5 diff --git a/pom.xml b/pom.xml index add9309e3..6eebb8328 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.chutneytesting chutney-parent - 2.5.2-SNAPSHOT + 2.6.0 pom Chutney @@ -48,7 +48,7 @@ https://github.com/chutney-testing/chutney.git scm:git:git@github.com:chutney-testing/chutney.git scm:git:git@github.com:chutney-testing/chutney.git - HEAD + 2.6.0 diff --git a/server-core/pom.xml b/server-core/pom.xml index 6ae47f379..b6691d11d 100644 --- a/server-core/pom.xml +++ b/server-core/pom.xml @@ -7,7 +7,7 @@ chutney-parent com.chutneytesting - 2.5.2-SNAPSHOT + 2.6.0 server-core diff --git a/server/pom.xml b/server/pom.xml index 6817f2a93..9630d15ab 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-parent - 2.5.2-SNAPSHOT + 2.6.0 server diff --git a/tools/pom.xml b/tools/pom.xml index cb36724f0..e81b1bd17 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-parent - 2.5.2-SNAPSHOT + 2.6.0 tools diff --git a/ui/pom.xml b/ui/pom.xml index 0afe4280f..be0259b3f 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -6,7 +6,7 @@ com.chutneytesting chutney-parent - 2.5.2-SNAPSHOT + 2.6.0 ui