Skip to content

Commit

Permalink
chore(): Release 2.8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boddissattva committed May 17, 2024
1 parent c3b372c commit 86277d2
Show file tree
Hide file tree
Showing 20 changed files with 60 additions and 20 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,46 @@
# Changelog
## What's Changed

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

## What's Changed
### 🚀 Implemented enhancements:
* Enable offset reset before consuming from kafka by @KarimGl in https://github.com/chutney-testing/chutney/pull/38
* Scenario execution inherits scenario and dataset tags by @boddissattva in https://github.com/chutney-testing/chutney/pull/46
* Iterate over dataset constants when datatable is empty by @KarimGl in https://github.com/chutney-testing/chutney/pull/48
* Execute campaign on different environments in parallel by @KarimGl in https://github.com/chutney-testing/chutney/pull/63
* Free system port function by @boddissattva in https://github.com/chutney-testing/chutney/pull/64
* Kotlin DSL with scenario tags, dataset and campaign synchronization by @boddissattva in https://github.com/chutney-testing/chutney/pull/61
* Purge - Keep executions newer than 24 hours by @KarimGl in https://github.com/chutney-testing/chutney/pull/62
* Docs : Time rules spEL functions by @boddissattva in https://github.com/chutney-testing/chutney/pull/68
* Campaign with scenario-dataset pairs by @boddissattva in https://github.com/chutney-testing/chutney/pull/67
### 🐛 Fixed bugs:
* Fix confirm-dialog component title by @KarimGl in https://github.com/chutney-testing/chutney/pull/50
### 🔧 Technical enhancements:
* Log kafka consume errors by @KarimGl in https://github.com/chutney-testing/chutney/pull/44
* Audit api call (not GET) by @nbrouand in https://github.com/chutney-testing/chutney/pull/45
* Delete dataset version property by @boddissattva in https://github.com/chutney-testing/chutney/pull/65
* Use dynamic port for jms tests by @boddissattva in https://github.com/chutney-testing/chutney/pull/82
### 👒 Dependencies:
* Bump net.jqwik:jqwik from 1.8.1 to 1.8.4 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/51
* Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/54
* Bump org.apache.maven.plugins:maven-gpg-plugin from 1.6 to 3.2.2 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/55
* Bump qpid-broker.version from 9.1.0 to 9.2.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/57
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/58
* Bump commons-io:commons-io from 2.15.1 to 2.16.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/60
* Bump org.apache.cxf:cxf-xjc-plugin from 4.0.0 to 4.0.1 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/53
* Bump org.springframework.boot:spring-boot-maven-plugin from 3.1.2 to 3.2.4 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/56
* Bump org.apache.maven.plugins:maven-deploy-plugin from 3.0.0 to 3.1.2 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/80
* Bump commons-logging:commons-logging from 1.3.0 to 1.3.1 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/79
* Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.4 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/71
* Bump org.liquibase:liquibase-core from 4.25.1 to 4.27.0 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/72
* Bump org.apache.activemq.tooling:activemq-junit from 5.18.3 to 6.1.2 in /chutney by @dependabot in https://github.com/chutney-testing/chutney/pull/76
### to categorize manually:
* Docs : Fix broken links to code and img by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/47
* Change README by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/66

**Full Changelog**: https://github.com/chutney-testing/chutney/compare/2.8.0...2.8.0.1

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

### 🚀 Implemented enhancements:
Expand Down
2 changes: 1 addition & 1 deletion chutney/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.8.1-SNAPSHOT</version>
<version>2.8.0.1</version>
</parent>

<artifactId>action-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/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.8.1-SNAPSHOT</version>
<version>2.8.0.1</version>
</parent>

<artifactId>action-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/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.8.1-SNAPSHOT</version>
<version>2.8.0.1</version>
</parent>

<artifactId>chutney-junit-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/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.8.1-SNAPSHOT</version>
<version>2.8.0.1</version>
</parent>

<artifactId>chutney-junit-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/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.8.1-SNAPSHOT</version>
<version>2.8.0.1</version>
</parent>

<artifactId>chutney-junit-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/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.8.1-SNAPSHOT</version>
<version>2.8.0.1</version>
</parent>

<artifactId>engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/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.8.1-SNAPSHOT</version>
<version>2.8.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion chutney/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.8.1-SNAPSHOT</version>
<version>2.8.0.1</version>
</parent>

<artifactId>glacio-adapter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/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.8.1-SNAPSHOT</version>
<version>2.8.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<artifactId>local-api-unsecure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/packaging/local-dev/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>packaging</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.8.0.1</version>
</parent>

<artifactId>local-dev</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/packaging/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.8.1-SNAPSHOT</version>
<version>2.8.0.1</version>
</parent>
<artifactId>packaging</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions chutney/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.8.1-SNAPSHOT</version>
<version>2.8.0.1</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.8.0.1</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion chutney/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.8.1-SNAPSHOT</version>
<version>2.8.0.1</version>
</parent>

<artifactId>server-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/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.8.1-SNAPSHOT</version>
<version>2.8.0.1</version>
</parent>

<artifactId>server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/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.8.1-SNAPSHOT</version>
<version>2.8.0.1</version>
</parent>

<artifactId>tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/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.8.1-SNAPSHOT</version>
<version>2.8.0.1</version>
</parent>

<artifactId>ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion idea-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ org.gradle.jvmargs=-Xmx2048M

pluginGroup = com.chutneytesting.idea
pluginName = chutney-idea-plugin
chutneyVersion = 2.8.1-SNAPSHOT
chutneyVersion = 2.8.0.1

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down
2 changes: 1 addition & 1 deletion kotlin-dsl/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
chutneyVersion = 2.8.1-SNAPSHOT
chutneyVersion = 2.8.0.1

0 comments on commit 86277d2

Please sign in to comment.