Skip to content

Commit 9fbdb5c

Browse files
committed
Add Cassandra versions 5.03, 4.1.8 4.0.16 to the build matrix
1 parent fcaa5b8 commit 9fbdb5c

File tree

11 files changed

+18
-17
lines changed

11 files changed

+18
-17
lines changed

.github/workflows/release.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,9 @@ jobs:
310310
fail-fast: false
311311
max-parallel: 4
312312
matrix:
313-
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]
313+
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]
314314
include:
315-
- cassandra-version: 4.0.15
315+
- cassandra-version: 4.0.16
316316
latest: true
317317
runs-on: ubuntu-latest
318318
steps:
@@ -396,9 +396,9 @@ jobs:
396396
fail-fast: false
397397
max-parallel: 4
398398
matrix:
399-
cassandra-version: [4.1.0, 4.1.1, 4.1.2, 4.1.3, 4.1.4, 4.1.5, 4.1.6, 4.1.7]
399+
cassandra-version: [4.1.0, 4.1.1, 4.1.2, 4.1.3, 4.1.4, 4.1.5, 4.1.6, 4.1.7, 4.1.8]
400400
include:
401-
- cassandra-version: 4.1.7
401+
- cassandra-version: 4.1.8
402402
latest: true
403403
runs-on: ubuntu-latest
404404
steps:
@@ -482,9 +482,9 @@ jobs:
482482
fail-fast: false
483483
max-parallel: 4
484484
matrix:
485-
cassandra-version: [5.0.1, 5.0.2]
485+
cassandra-version: [5.0.1, 5.0.2, 5.0.3]
486486
include:
487-
- cassandra-version: 5.0.2
487+
- cassandra-version: 5.0.3
488488
latest: true
489489
runs-on: ubuntu-latest
490490
steps:

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Changelog for Management API, new PRs should update the `main / unreleased` sect
1010
```
1111

1212
## unreleased
13+
* [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
1314

1415
## v0.1.95 (2025-02-03)
1516
* [BUGFIX] [#XXX] Change "/bin/which" command to simply "which" (no issue filed)

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,20 @@ The following versions of Cassandra and DSE are published to Docker and supporte
5858
|---------------- | --------------- |---------------- |---------- |---------- | --------- | --------- |
5959
| 4.0.0 | 4.1.0 | 5.0.1 | 6.8.25 | 6.9.0 | 1.1.0 | 1.2.0 |
6060
| 4.0.1 | 4.1.1 | 5.0.2 | 6.8.26 | 6.9.1 | | |
61-
| 4.0.3 | 4.1.2 | | 6.8.28 | 6.9.2 | | |
61+
| 4.0.3 | 4.1.2 | 5.0.3 | 6.8.28 | 6.9.2 | | |
6262
| 4.0.4 | 4.1.3 | | 6.8.29 | 6.9.3 | | |
6363
| 4.0.5 | 4.1.4 | | 6.8.30 | 6.9.4 | | |
6464
| 4.0.6 | 4.1.5 | | 6.8.31 | 6.9.5 | | |
6565
| 4.0.7 | 4.1.6 | | 6.8.32 | 6.9.6 | | |
6666
| 4.0.8 | 4.1.7 | | 6.8.33 | | | |
67-
| 4.0.9 | | | 6.8.34 | | | |
67+
| 4.0.9 | 4.1.8 | | 6.8.34 | | | |
6868
| 4.0.10 | | | 6.8.35 | | | |
6969
| 4.0.11 | | | 6.8.36 | | | |
7070
| 4.0.12 | | | 6.8.37 | | | |
7171
| 4.0.13 | | | 6.8.38 | | | |
7272
| 4.0.14 | | | 6.8.39 | | | |
7373
| 4.0.15 | | | 6.8.40 | | | |
74-
| | | | 6.8.41 | | | |
74+
| 4.0.16 | | | 6.8.41 | | | |
7575
| | | | 6.8.42 | | | |
7676
| | | | 6.8.43 | | | |
7777
| | | | 6.8.44 | | | |

cassandra/Dockerfile-4.0

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG CASSANDRA_VERSION=4.0.15
1+
ARG CASSANDRA_VERSION=4.0.16
22

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

cassandra/Dockerfile-4.0.ubi8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG UBI_MAJOR=8
22
ARG UBI_BASETAG=latest
3-
ARG CASSANDRA_VERSION=4.0.15
3+
ARG CASSANDRA_VERSION=4.0.16
44
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi${UBI_MAJOR}/ubi-minimal:${UBI_BASETAG} AS builder
55

66
ARG METRICS_COLLECTOR_VERSION=0.3.5

cassandra/Dockerfile-4.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG CASSANDRA_VERSION=4.1.7
1+
ARG CASSANDRA_VERSION=4.1.8
22

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

cassandra/Dockerfile-4.1.ubi8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG UBI_MAJOR=8
22
ARG UBI_BASETAG=latest
3-
ARG CASSANDRA_VERSION=4.1.7
3+
ARG CASSANDRA_VERSION=4.1.8
44
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi${UBI_MAJOR}/ubi-minimal:${UBI_BASETAG} AS builder
55

66
ARG METRICS_COLLECTOR_VERSION=0.3.5

cassandra/Dockerfile-5.0.ubi8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG UBI_MAJOR=8
22
ARG UBI_BASETAG=latest
3-
ARG CASSANDRA_VERSION=5.0.2
3+
ARG CASSANDRA_VERSION=5.0.3
44
FROM registry.access.redhat.com/ubi${UBI_MAJOR}/ubi-minimal:${UBI_BASETAG} AS builder
55

66
ARG CASSANDRA_VERSION

management-api-agent-4.1.x/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<version>${revision}</version>
1717
<artifactId>datastax-mgmtapi-agent-4.1.x</artifactId>
1818
<properties>
19-
<cassandra4.version>4.1.7</cassandra4.version>
19+
<cassandra4.version>4.1.8</cassandra4.version>
2020
</properties>
2121
<dependencies>
2222
<dependency>

management-api-agent-5.0.x/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<version>${revision}</version>
1717
<artifactId>datastax-mgmtapi-agent-5.0.x</artifactId>
1818
<properties>
19-
<cassandra5.version>5.0.2</cassandra5.version>
19+
<cassandra5.version>5.0.3</cassandra5.version>
2020
<netty.http.codec.version>4.1.96.Final</netty.http.codec.version>
2121
</properties>
2222
<dependencies>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<build.version.file>build_version.sh</build.version.file>
1818
<revision>0.1.0-SNAPSHOT</revision>
1919
<driver.version>4.15.0</driver.version>
20-
<cassandra4.version>4.0.15</cassandra4.version>
20+
<cassandra4.version>4.0.16</cassandra4.version>
2121
<docker.java.version>3.3.6</docker.java.version>
2222
<junit.version>4.13.2</junit.version>
2323
<assertj.version>3.17.2</assertj.version>

0 commit comments

Comments
 (0)