Skip to content

Commit

Permalink
release v0.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
smiklosovic committed Jun 27, 2024
1 parent 53a09e4 commit d48304e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ For example, the following PromQL query will return an estimate of the number of

*cassandra-exporter* is now Cassandra 4.0+ compatible, but the change is not a backwards compatible. Support for older Cassandra versions is via the older releases, as follows:

| Cassandra Version | Compatible Exporter Version |
|-----------------|---------------|
| Apache Cassandra 4.x | 0.9.12 |
| Apache Cassandra 3.0.17, 3.11.2, 3.11.3 | 0.9.11 |
| Cassandra Version | Compatible Exporter Version |
|-----------------------------------------|-----------------------------|
| Apache Cassandra 4.0 up to 4.1.3 | 0.9.13 |
| Apache Cassandra 4.0 up to 4.1.3 | 0.9.12 |
| Apache Cassandra 3.0.17, 3.11.2, 3.11.3 | 0.9.11 |

| Prometheus Version |
|-----------------|
Expand Down
4 changes: 2 additions & 2 deletions agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.zegelin.cassandra-exporter</groupId>
<artifactId>exporter-parent</artifactId>
<version>0.9.12-SNAPSHOT</version>
<version>0.9.13</version>
</parent>

<artifactId>agent</artifactId>
<version>0.9.12-SNAPSHOT</version>
<version>0.9.13</version>

<name>Cassandra Exporter Agent</name>

Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.zegelin.cassandra-exporter</groupId>
<artifactId>exporter-parent</artifactId>
<version>0.9.12-SNAPSHOT</version>
<version>0.9.13</version>
</parent>

<artifactId>common</artifactId>
<version>0.9.12-SNAPSHOT</version>
<version>0.9.13</version>

<name>Cassandra Exporter Common</name>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.zegelin.cassandra-exporter</groupId>
<artifactId>exporter-parent</artifactId>
<version>0.9.12-SNAPSHOT</version>
<version>0.9.13</version>
<packaging>pom</packaging>

<name>Cassandra Exporter Parent</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>com.zegelin.cassandra-exporter</groupId>
<artifactId>common</artifactId>
<version>0.9.12-SNAPSHOT</version>
<version>0.9.13</version>
<exclusions>
<exclusion>
<groupId>org.glassfish.hk2.external</groupId>
Expand Down
4 changes: 2 additions & 2 deletions standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.zegelin.cassandra-exporter</groupId>
<artifactId>exporter-parent</artifactId>
<version>0.9.12-SNAPSHOT</version>
<version>0.9.13</version>
</parent>

<artifactId>standalone</artifactId>
<version>0.9.12-SNAPSHOT</version>
<version>0.9.13</version>

<name>Cassandra Exporter Standalone/CLI</name>

Expand Down

0 comments on commit d48304e

Please sign in to comment.