Skip to content

Commit

Permalink
Add Cassandra 4.0.17 to the build matrix (#605)
Browse files Browse the repository at this point in the history
This also removes 4.0.16 from the matrix due
to a performance regression found in that
release.
  • Loading branch information
emerkle826 authored Feb 12, 2025
1 parent 6ecf514 commit 8f130e9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,9 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
cassandra-version: [4.0.0, 4.0.1, 4.0.3, 4.0.4, 4.0.5, 4.0.6, 4.0.7, 4.0.8, 4.0.9, 4.0.10, 4.0.11, 4.0.12, 4.0.13, 4.0.14, 4.0.15, 4.0.16]
cassandra-version: [4.0.0, 4.0.1, 4.0.3, 4.0.4, 4.0.5, 4.0.6, 4.0.7, 4.0.8, 4.0.9, 4.0.10, 4.0.11, 4.0.12, 4.0.13, 4.0.14, 4.0.15, 4.0.17]
include:
- cassandra-version: 4.0.16
- cassandra-version: 4.0.17
latest: true
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Changelog for Management API, new PRs should update the `main / unreleased` sect
```

## unreleased
* [FEATURE] [#601](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/602) Add Cassandra 4.0.17 to the build matrix

## v0.1.96 [2025-02-05]
* [FEATURE] [#600](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/600) Add Cassandra 5.0.3, 4.1.8, 4.0.16 to the build matrix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The following versions of Cassandra and DSE are published to Docker and supporte
| 4.0.13 | | | 6.8.38 | | | |
| 4.0.14 | | | 6.8.39 | | | |
| 4.0.15 | | | 6.8.40 | | | |
| 4.0.16 | | | 6.8.41 | | | |
| 4.0.17 | | | 6.8.41 | | | |
| | | | 6.8.42 | | | |
| | | | 6.8.43 | | | |
| | | | 6.8.44 | | | |
Expand Down
2 changes: 1 addition & 1 deletion cassandra/Dockerfile-4.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG CASSANDRA_VERSION=4.0.16
ARG CASSANDRA_VERSION=4.0.17

FROM --platform=$BUILDPLATFORM alpine:latest AS builder

Expand Down
2 changes: 1 addition & 1 deletion cassandra/Dockerfile-4.0.ubi8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG UBI_MAJOR=8
ARG UBI_BASETAG=latest
ARG CASSANDRA_VERSION=4.0.16
ARG CASSANDRA_VERSION=4.0.17
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi${UBI_MAJOR}/ubi-minimal:${UBI_BASETAG} AS builder

ARG METRICS_COLLECTOR_VERSION=0.3.5
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<build.version.file>build_version.sh</build.version.file>
<revision>0.1.0-SNAPSHOT</revision>
<driver.version>4.15.0</driver.version>
<cassandra4.version>4.0.16</cassandra4.version>
<cassandra4.version>4.0.17</cassandra4.version>
<docker.java.version>3.3.6</docker.java.version>
<junit.version>4.13.2</junit.version>
<assertj.version>3.17.2</assertj.version>
Expand Down

0 comments on commit 8f130e9

Please sign in to comment.