From 769a829c6e5d813e759040862054d80ec56fdacb Mon Sep 17 00:00:00 2001 From: Alexandre Delaunay Date: Tue, 24 Sep 2024 15:20:26 +0200 Subject: [PATCH] chore: Release 2.9.0.5 --- CHANGELOG.md | 92 ++++++++++++++++++++ chutney/action-impl/pom.xml | 2 +- chutney/action-spi/pom.xml | 2 +- chutney/chutney-junit/api/pom.xml | 2 +- chutney/chutney-junit/engine/pom.xml | 2 +- chutney/chutney-junit/pom.xml | 2 +- chutney/engine/pom.xml | 2 +- chutney/environment/pom.xml | 2 +- chutney/glacio-adapter/pom.xml | 2 +- chutney/jira/pom.xml | 2 +- chutney/packaging/local-api-unsecure/pom.xml | 2 +- chutney/packaging/local-dev/pom.xml | 2 +- chutney/packaging/pom.xml | 2 +- chutney/pom.xml | 4 +- chutney/server-core/pom.xml | 2 +- chutney/server/pom.xml | 2 +- chutney/tools/pom.xml | 2 +- chutney/ui/pom.xml | 2 +- example/pom.xml | 2 +- idea-plugin/gradle.properties | 2 +- kotlin-dsl/gradle.properties | 2 +- 21 files changed, 113 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb5444259..ad67ec0ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,98 @@ # Changelog +## [2.9.0.5](https://github.com/chutney-testing/chutney/tree/2.9.0.5) + +### πŸš€ Implemented enhancements: +* Supervise demo instance with prometheus and grafana by @KarimGl in https://github.com/chutney-testing/chutney/pull/167 +### πŸ› Fixed bugs: +* Fix/dataset jira by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/184 + +**Full Changelog**: https://github.com/chutney-testing/chutney/compare/2.9.0.4...2.9.0.5 + +## [2.9.0.4](https://github.com/chutney-testing/chutney/tree/2.9.0.4) +### πŸš€ Implemented enhancements: +* Create example/demo module by @boddissattva in https://github.com/chutney-testing/chutney/pull/140 +* Add button with modal that allow the user to … by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/141 +* Allow delete scenario executions by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/169 +* Feature/create dataset modal exec by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/150 +* Show dataset used in pdf report by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/152 +### πŸ› Fixed bugs: +* Use jira id mapped to dataset_scenario pair when av… by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/153 +* Fix target import by @KarimGl in https://github.com/chutney-testing/chutney/pull/165 +* Fix selenium driver init actions by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/182 +### πŸ”§ Technical enhancements: +* Fix/codeql by @KarimGl in https://github.com/chutney-testing/chutney/pull/164 +* Use codeql v3 by @KarimGl in https://github.com/chutney-testing/chutney/pull/166 +* Add JUnit 5 test dependencies to example project by @boddissattva in https://github.com/chutney-testing/chutney/pull/181 +* Support idea 242 by @boddissattva in https://github.com/chutney-testing/chutney/pull/183 +* REUSE workflow + add missing license by @KarimGl in https://github.com/chutney-testing/chutney/pull/151 +### πŸ‘’ Dependencies: +* 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 +* 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 +* 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 +* 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 +* 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 +* 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 +* 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 +* 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 +* 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 +* 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 +* 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 +* 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 +* 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 +* 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 +* Bump sshd.version from 2.13.1 to 2.13.2 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/172 +* 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 +* 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 + + +**Full Changelog**: https://github.com/chutney-testing/chutney/compare/2.9.0.3...2.9.0.4 + +## [2.9.0.3](https://github.com/chutney-testing/chutney/tree/2.9.0.3) +### πŸš€ Implemented enhancements: +* Scenario execute with parameters by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/121 +### πŸ› Fixed bugs: +* Campaign edition - JIRA filter not present by @boddissattva in https://github.com/chutney-testing/chutney/pull/119 +* Break long word in admin bdd search, fix overflow ng-multi… by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/120 +* Use 24h formats for moment calendar by @boddissattva in https://github.com/chutney-testing/chutney/pull/134 +* Purge empty campaigns' executions by @boddissattva in https://github.com/chutney-testing/chutney/pull/122 +* Does not allow empty campaign execution by @boddissattva in https://github.com/chutney-testing/chutney/pull/133 +* Responsive dataset select in campaign edition by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/139 +* Snapshot report's inputs/outputs in engine after each step execution by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/136 +* Fix CONTRIBUTING.md path by @GeVa2072 in https://github.com/chutney-testing/chutney/pull/138 +* Fix tag selection on scenarios list by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/137 +### πŸ‘’ Dependencies: +* 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 +* 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 +* Bump sshd.version from 2.12.0 to 2.13.1 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/128 +* 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 +* 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 +* 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 +* 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 +* Bump jqwik.version from 1.8.5 to 1.9.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/127 + +**Full Changelog**: https://github.com/chutney-testing/chutney/compare/2.9.0.2...2.9.0.3 + +## [2.9.0.2](https://github.com/chutney-testing/chutney/tree/2.9.0.2) + +### πŸ› Fixed bugs: +* Content search only on activated scenario by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/114 +* Fix campaign edition filters width by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/115 +* Update campaigns when renaming environment by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/87 +* Fix campaign execution status by @boddissattva in https://github.com/chutney-testing/chutney/pull/116 +* Delete dataset module HTML title by @boddissattva in https://github.com/chutney-testing/chutney/pull/118 +* Use the id instead of the name for scenario dataset in cam… by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/117 + +**Full Changelog**: https://github.com/chutney-testing/chutney/compare/2.9.0.1...2.9.0.2 + +## [2.9.0.1](https://github.com/chutney-testing/chutney/tree/2.9.0.1) + +### πŸ› Fixed bugs: +* Scenarios list refresh must be unsubscribed by @boddissattva in https://github.com/chutney-testing/chutney/pull/113 + +**Full Changelog**: https://github.com/chutney-testing/chutney/compare/2.9.0...2.9.0.1 + ## [2.9.0](https://github.com/chutney-testing/chutney/tree/2.9.0) ### πŸš€ Implemented enhancements: diff --git a/chutney/action-impl/pom.xml b/chutney/action-impl/pom.xml index c82567440..c198f70cf 100644 --- a/chutney/action-impl/pom.xml +++ b/chutney/action-impl/pom.xml @@ -14,7 +14,7 @@ com.chutneytesting chutney-parent - 2.9.1-SNAPSHOT + 2.9.0.5 action-impl diff --git a/chutney/action-spi/pom.xml b/chutney/action-spi/pom.xml index 487411ccf..415372729 100644 --- a/chutney/action-spi/pom.xml +++ b/chutney/action-spi/pom.xml @@ -14,7 +14,7 @@ com.chutneytesting chutney-parent - 2.9.1-SNAPSHOT + 2.9.0.5 action-spi diff --git a/chutney/chutney-junit/api/pom.xml b/chutney/chutney-junit/api/pom.xml index 26b0824a7..1c14a74bf 100644 --- a/chutney/chutney-junit/api/pom.xml +++ b/chutney/chutney-junit/api/pom.xml @@ -14,7 +14,7 @@ com.chutneytesting chutney-junit-parent - 2.9.1-SNAPSHOT + 2.9.0.5 chutney-junit-api diff --git a/chutney/chutney-junit/engine/pom.xml b/chutney/chutney-junit/engine/pom.xml index b2df1d8b2..dc1f0d59f 100644 --- a/chutney/chutney-junit/engine/pom.xml +++ b/chutney/chutney-junit/engine/pom.xml @@ -14,7 +14,7 @@ com.chutneytesting chutney-junit-parent - 2.9.1-SNAPSHOT + 2.9.0.5 chutney-junit-engine diff --git a/chutney/chutney-junit/pom.xml b/chutney/chutney-junit/pom.xml index 00d4dd0e6..954f47897 100644 --- a/chutney/chutney-junit/pom.xml +++ b/chutney/chutney-junit/pom.xml @@ -14,7 +14,7 @@ com.chutneytesting chutney-parent - 2.9.1-SNAPSHOT + 2.9.0.5 chutney-junit-parent diff --git a/chutney/engine/pom.xml b/chutney/engine/pom.xml index ef807d6d2..02b9db077 100644 --- a/chutney/engine/pom.xml +++ b/chutney/engine/pom.xml @@ -14,7 +14,7 @@ com.chutneytesting chutney-parent - 2.9.1-SNAPSHOT + 2.9.0.5 engine diff --git a/chutney/environment/pom.xml b/chutney/environment/pom.xml index 00eb3a3d0..7c27d4f4f 100644 --- a/chutney/environment/pom.xml +++ b/chutney/environment/pom.xml @@ -12,7 +12,7 @@ chutney-parent com.chutneytesting - 2.9.1-SNAPSHOT + 2.9.0.5 4.0.0 diff --git a/chutney/glacio-adapter/pom.xml b/chutney/glacio-adapter/pom.xml index b6ea49626..c28c8b13c 100644 --- a/chutney/glacio-adapter/pom.xml +++ b/chutney/glacio-adapter/pom.xml @@ -14,7 +14,7 @@ com.chutneytesting chutney-parent - 2.9.1-SNAPSHOT + 2.9.0.5 glacio-adapter diff --git a/chutney/jira/pom.xml b/chutney/jira/pom.xml index a963c8a54..8b5e0dace 100644 --- a/chutney/jira/pom.xml +++ b/chutney/jira/pom.xml @@ -12,7 +12,7 @@ chutney-parent com.chutneytesting - 2.9.1-SNAPSHOT + 2.9.0.5 4.0.0 diff --git a/chutney/packaging/local-api-unsecure/pom.xml b/chutney/packaging/local-api-unsecure/pom.xml index 847040a4f..49641bf23 100644 --- a/chutney/packaging/local-api-unsecure/pom.xml +++ b/chutney/packaging/local-api-unsecure/pom.xml @@ -14,7 +14,7 @@ com.chutneytesting packaging - 2.9.1-SNAPSHOT + 2.9.0.5 local-api-unsecure diff --git a/chutney/packaging/local-dev/pom.xml b/chutney/packaging/local-dev/pom.xml index 48e8af5be..97e3bf475 100644 --- a/chutney/packaging/local-dev/pom.xml +++ b/chutney/packaging/local-dev/pom.xml @@ -14,7 +14,7 @@ com.chutneytesting packaging - 2.9.1-SNAPSHOT + 2.9.0.5 local-dev diff --git a/chutney/packaging/pom.xml b/chutney/packaging/pom.xml index b4f575da7..2beb7ba8a 100644 --- a/chutney/packaging/pom.xml +++ b/chutney/packaging/pom.xml @@ -13,7 +13,7 @@ com.chutneytesting chutney-parent - 2.9.1-SNAPSHOT + 2.9.0.5 packaging pom diff --git a/chutney/pom.xml b/chutney/pom.xml index 4d29fb107..2c5ddc972 100644 --- a/chutney/pom.xml +++ b/chutney/pom.xml @@ -12,7 +12,7 @@ com.chutneytesting chutney-parent - 2.9.1-SNAPSHOT + 2.9.0.5 pom Chutney @@ -55,7 +55,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.9.0.5 diff --git a/chutney/server-core/pom.xml b/chutney/server-core/pom.xml index 693d9aa3a..748c81f09 100644 --- a/chutney/server-core/pom.xml +++ b/chutney/server-core/pom.xml @@ -14,7 +14,7 @@ chutney-parent com.chutneytesting - 2.9.1-SNAPSHOT + 2.9.0.5 server-core diff --git a/chutney/server/pom.xml b/chutney/server/pom.xml index 8a63be683..d3c59d777 100644 --- a/chutney/server/pom.xml +++ b/chutney/server/pom.xml @@ -14,7 +14,7 @@ com.chutneytesting chutney-parent - 2.9.1-SNAPSHOT + 2.9.0.5 server diff --git a/chutney/tools/pom.xml b/chutney/tools/pom.xml index d2b03fd78..151321b78 100644 --- a/chutney/tools/pom.xml +++ b/chutney/tools/pom.xml @@ -14,7 +14,7 @@ com.chutneytesting chutney-parent - 2.9.1-SNAPSHOT + 2.9.0.5 tools diff --git a/chutney/ui/pom.xml b/chutney/ui/pom.xml index c4ecd3741..145744ff8 100644 --- a/chutney/ui/pom.xml +++ b/chutney/ui/pom.xml @@ -14,7 +14,7 @@ com.chutneytesting chutney-parent - 2.9.1-SNAPSHOT + 2.9.0.5 ui diff --git a/example/pom.xml b/example/pom.xml index a34af8f77..7de11a8aa 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -14,7 +14,7 @@ com.chutneytesting example - 2.9.1-SNAPSHOT + 2.9.0.5 A GitHub project template to help you start with Chutney Kotlin DSL diff --git a/idea-plugin/gradle.properties b/idea-plugin/gradle.properties index c455a7eee..c6f9653d5 100755 --- a/idea-plugin/gradle.properties +++ b/idea-plugin/gradle.properties @@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx2048M pluginGroup = com.chutneytesting.idea pluginName = chutney-idea-plugin -chutneyVersion = 2.9.1-SNAPSHOT +chutneyVersion = 2.9.0.5 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. diff --git a/kotlin-dsl/gradle.properties b/kotlin-dsl/gradle.properties index ac04951bc..390fa61a6 100644 --- a/kotlin-dsl/gradle.properties +++ b/kotlin-dsl/gradle.properties @@ -5,4 +5,4 @@ # # -chutneyVersion = 2.9.1-SNAPSHOT +chutneyVersion = 2.9.0.5