From ba1e126dacfa5cc87ffdf15f70f264e96043f18e Mon Sep 17 00:00:00 2001 From: DelaunayAlex <138011689+DelaunayAlex@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:15:26 +0200 Subject: [PATCH] chore: Release 2.2.2 (#1139) --- CHANGELOG.md | 15 +++++++++++++++ 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 +- component/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 | 2 +- server-core/pom.xml | 2 +- server/pom.xml | 2 +- tools/pom.xml | 2 +- ui/pom.xml | 2 +- 17 files changed, 31 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de751a80a..dcd3e7cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [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) + +## What's Changed +### 🚀 Implemented enhancements: +* feat(server): Stop running scenario executions reports by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/1130 +* feat(action): Use target security properties whenever it's possible (Mongo, Kafka, http) by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/1129 + +### 🐛 Fixed bugs: +* fix(server): Add partialExecution in mapper by @nbrouand in https://github.com/chutney-testing/chutney/pull/1135 +* fix(): Include UriBuilder from javax.ws.rs.core for jira and Chutney 2.2.1 with SpringBoot 3 by @nbrouand in https://github.com/chutney-testing/chutney/pull/1136 +* fix(ui): fix global var root url by rbenyoussef in https://github.com/chutney-testing/chutney/pull/1137 + + ## [2.2.1](https://github.com/chutney-testing/chutney/tree/2.2.1) [Full Changelog](https://github.com/chutney-testing/chutney/compare/2.2.0...2.2.1) diff --git a/action-impl/pom.xml b/action-impl/pom.xml index 979d493be..ca538e3a7 100644 --- a/action-impl/pom.xml +++ b/action-impl/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-parent - 2.3.0-SNAPSHOT + 2.2.2 action-impl diff --git a/action-spi/pom.xml b/action-spi/pom.xml index 4566f2e85..34cbb9986 100644 --- a/action-spi/pom.xml +++ b/action-spi/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-parent - 2.3.0-SNAPSHOT + 2.2.2 action-spi diff --git a/chutney-junit/api/pom.xml b/chutney-junit/api/pom.xml index e5eeca9e8..a99f37d93 100644 --- a/chutney-junit/api/pom.xml +++ b/chutney-junit/api/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-junit-parent - 2.3.0-SNAPSHOT + 2.2.2 chutney-junit-api diff --git a/chutney-junit/engine/pom.xml b/chutney-junit/engine/pom.xml index 214b75b66..e72d2a49e 100644 --- a/chutney-junit/engine/pom.xml +++ b/chutney-junit/engine/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-junit-parent - 2.3.0-SNAPSHOT + 2.2.2 chutney-junit-engine diff --git a/chutney-junit/pom.xml b/chutney-junit/pom.xml index c7f1da614..4dc51f2af 100644 --- a/chutney-junit/pom.xml +++ b/chutney-junit/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-parent - 2.3.0-SNAPSHOT + 2.2.2 chutney-junit-parent diff --git a/component/pom.xml b/component/pom.xml index 0eed5cef6..d57c26e79 100644 --- a/component/pom.xml +++ b/component/pom.xml @@ -7,7 +7,7 @@ chutney-parent com.chutneytesting - 2.3.0-SNAPSHOT + 2.2.2 component diff --git a/engine/pom.xml b/engine/pom.xml index 3b30f9b8d..9d012656e 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-parent - 2.3.0-SNAPSHOT + 2.2.2 engine diff --git a/environment/pom.xml b/environment/pom.xml index f7feca863..e83627384 100644 --- a/environment/pom.xml +++ b/environment/pom.xml @@ -5,7 +5,7 @@ chutney-parent com.chutneytesting - 2.3.0-SNAPSHOT + 2.2.2 4.0.0 diff --git a/glacio-adapter/pom.xml b/glacio-adapter/pom.xml index bb2896a8b..57489d74f 100644 --- a/glacio-adapter/pom.xml +++ b/glacio-adapter/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-parent - 2.3.0-SNAPSHOT + 2.2.2 glacio-adapter diff --git a/jira/pom.xml b/jira/pom.xml index d9263d6c1..e0c1e155f 100644 --- a/jira/pom.xml +++ b/jira/pom.xml @@ -5,7 +5,7 @@ chutney-parent com.chutneytesting - 2.3.0-SNAPSHOT + 2.2.2 4.0.0 diff --git a/packaging/pom.xml b/packaging/pom.xml index 0769d2aac..eeb5bf1c0 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -15,7 +15,7 @@ 17 17 - 2.3.0-SNAPSHOT + 2.2.2 com.chutneytesting.ServerBootstrap 3.1.2 3.0.5 diff --git a/pom.xml b/pom.xml index 5481e94d5..f98f7669a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.chutneytesting chutney-parent - 2.3.0-SNAPSHOT + 2.2.2 pom Chutney diff --git a/server-core/pom.xml b/server-core/pom.xml index 948f7d5a9..bd13ac655 100644 --- a/server-core/pom.xml +++ b/server-core/pom.xml @@ -7,7 +7,7 @@ chutney-parent com.chutneytesting - 2.3.0-SNAPSHOT + 2.2.2 server-core diff --git a/server/pom.xml b/server/pom.xml index bbc628562..ba1209788 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-parent - 2.3.0-SNAPSHOT + 2.2.2 server diff --git a/tools/pom.xml b/tools/pom.xml index bc3767c31..c1be83042 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-parent - 2.3.0-SNAPSHOT + 2.2.2 tools diff --git a/ui/pom.xml b/ui/pom.xml index 458cee5e7..35fb0503f 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -6,7 +6,7 @@ com.chutneytesting chutney-parent - 2.3.0-SNAPSHOT + 2.2.2 ui