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.7.0 (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
boddissattva committed Feb 13, 2024
1 parent 2066f3b commit eaa8101
Show file tree
Hide file tree
Showing 16 changed files with 45 additions and 16 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

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

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

## What's Changed
### 🚀 Implemented enhancements:
* Scheduling sequential campaigns by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/1235
* Admin search report by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/1236
* Allow to save campaign with specific id by @nbrouand in https://github.com/chutney-testing/chutney/pull/1253
* On startup, reschedule missed campaign by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/1252
### 🐛 Fixed bugs:
* Follow execution error by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/1213
* Allow https proxy for jira client api by @boddissattva in https://github.com/chutney-testing/chutney/pull/1237
* Update campaigns and scenarios on dataset delete by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/1238
* Filter NOT_EXECUTED when findLastExecutionsByScenarioId by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/1251
* Delete campaign from schedule after deleting campaign by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/1249
### 🔧 Technical enhancements:
* Remove hover animation on left menu by @nbrouand in https://github.com/chutney-testing/chutney/pull/1250
* DB compact for SQLite by @boddissattva in https://github.com/chutney-testing/chutney/pull/1234
### 👒 Dependencies:
* Bump org.liquibase:liquibase-core from 4.24.0 to 4.25.1 by @dependabot in https://github.com/chutney-testing/chutney/pull/1219
* Bump com.atlassian.jira:jira-rest-java-client-app from 5.2.4 to 5.2.7 by @dependabot in https://github.com/chutney-testing/chutney/pull/1221
* Bump org.immutables:value from 2.9.0 to 2.10.0 by @dependabot in https://github.com/chutney-testing/chutney/pull/1242
* Bump commons-io:commons-io from 2.11.0 to 2.15.1 by @dependabot in https://github.com/chutney-testing/chutney/pull/1244
* Bump sshd.version from 2.11.0 to 2.12.0 by @dependabot in https://github.com/chutney-testing/chutney/pull/1247
* Bump org.apache.maven.plugins:maven-clean-plugin from 3.2.0 to 3.3.2 by @dependabot in https://github.com/chutney-testing/chutney/pull/1246
* Bump org.apache.maven.plugins:maven-compiler-plugin from 3.10.1 to 3.12.1 by @dependabot in https://github.com/chutney-testing/chutney/pull/1240


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

[Full Changelog](https://github.com/chutney-testing/chutney/compare/2.6.0...2.6.1)
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.6.2-SNAPSHOT</version>
<version>2.7.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.6.2-SNAPSHOT</version>
<version>2.7.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.6.2-SNAPSHOT</version>
<version>2.7.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.6.2-SNAPSHOT</version>
<version>2.7.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.6.2-SNAPSHOT</version>
<version>2.7.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.6.2-SNAPSHOT</version>
<version>2.7.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.6.2-SNAPSHOT</version>
<version>2.7.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.6.2-SNAPSHOT</version>
<version>2.7.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.6.2-SNAPSHOT</version>
<version>2.7.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.6.2-SNAPSHOT</chutney.version>
<chutney.version>2.7.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.6.2-SNAPSHOT</version>
<version>2.7.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:git@github.com:chutney-testing/chutney.git</connection>
<developerConnection>scm:git:git@github.com:chutney-testing/chutney.git</developerConnection>
<tag>HEAD</tag>
<tag>2.7.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.6.2-SNAPSHOT</version>
<version>2.7.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.6.2-SNAPSHOT</version>
<version>2.7.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.6.2-SNAPSHOT</version>
<version>2.7.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.6.2-SNAPSHOT</version>
<version>2.7.0</version>
</parent>

<artifactId>ui</artifactId>
Expand Down

0 comments on commit eaa8101

Please sign in to comment.