Skip to content

Commit

Permalink
Add Cassandra versions 5.03, 4.1.8 4.0.16 to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
emerkle826 committed Feb 5, 2025
1 parent 9457533 commit 09a24fc
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 17 deletions.
12 changes: 6 additions & 6 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]
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]
include:
- cassandra-version: 4.0.15
- cassandra-version: 4.0.16
latest: true
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -396,9 +396,9 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
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]
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]
include:
- cassandra-version: 4.1.7
- cassandra-version: 4.1.8
latest: true
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -482,9 +482,9 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
cassandra-version: [5.0.1, 5.0.2]
cassandra-version: [5.0.1, 5.0.2, 5.0.3]
include:
- cassandra-version: 5.0.2
- cassandra-version: 5.0.3
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] [#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
* [BUGFIX] [#598](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/598) Update HCD 1.2 Agent

## v0.1.95 (2025-02-03)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,20 @@ The following versions of Cassandra and DSE are published to Docker and supporte
|---------------- | --------------- |---------------- |---------- |---------- | --------- | --------- |
| 4.0.0 | 4.1.0 | 5.0.1 | 6.8.25 | 6.9.0 | 1.1.0 | 1.2.0 |
| 4.0.1 | 4.1.1 | 5.0.2 | 6.8.26 | 6.9.1 | | |
| 4.0.3 | 4.1.2 | | 6.8.28 | 6.9.2 | | |
| 4.0.3 | 4.1.2 | 5.0.3 | 6.8.28 | 6.9.2 | | |
| 4.0.4 | 4.1.3 | | 6.8.29 | 6.9.3 | | |
| 4.0.5 | 4.1.4 | | 6.8.30 | 6.9.4 | | |
| 4.0.6 | 4.1.5 | | 6.8.31 | 6.9.5 | | |
| 4.0.7 | 4.1.6 | | 6.8.32 | 6.9.6 | | |
| 4.0.8 | 4.1.7 | | 6.8.33 | | | |
| 4.0.9 | | | 6.8.34 | | | |
| 4.0.9 | 4.1.8 | | 6.8.34 | | | |
| 4.0.10 | | | 6.8.35 | | | |
| 4.0.11 | | | 6.8.36 | | | |
| 4.0.12 | | | 6.8.37 | | | |
| 4.0.13 | | | 6.8.38 | | | |
| 4.0.14 | | | 6.8.39 | | | |
| 4.0.15 | | | 6.8.40 | | | |
| | | | 6.8.41 | | | |
| 4.0.16 | | | 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.15
ARG CASSANDRA_VERSION=4.0.16

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.15
ARG CASSANDRA_VERSION=4.0.16
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 cassandra/Dockerfile-4.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG CASSANDRA_VERSION=4.1.7
ARG CASSANDRA_VERSION=4.1.8

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

Expand Down
2 changes: 1 addition & 1 deletion cassandra/Dockerfile-4.1.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.1.7
ARG CASSANDRA_VERSION=4.1.8
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 cassandra/Dockerfile-5.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=5.0.2
ARG CASSANDRA_VERSION=5.0.3
FROM registry.access.redhat.com/ubi${UBI_MAJOR}/ubi-minimal:${UBI_BASETAG} AS builder

ARG CASSANDRA_VERSION
Expand Down
2 changes: 1 addition & 1 deletion management-api-agent-4.1.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<version>${revision}</version>
<artifactId>datastax-mgmtapi-agent-4.1.x</artifactId>
<properties>
<cassandra4.version>4.1.7</cassandra4.version>
<cassandra4.version>4.1.8</cassandra4.version>
</properties>
<dependencies>
<!-- Need to explicitly declare SLF4J as "provided" to avoid it being bundled into the resulting agent jarfile -->
Expand Down
2 changes: 1 addition & 1 deletion management-api-agent-5.0.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<version>${revision}</version>
<artifactId>datastax-mgmtapi-agent-5.0.x</artifactId>
<properties>
<cassandra5.version>5.0.2</cassandra5.version>
<cassandra5.version>5.0.3</cassandra5.version>
<netty.http.codec.version>4.1.96.Final</netty.http.codec.version>
</properties>
<dependencies>
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.15</cassandra4.version>
<cassandra4.version>4.0.16</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 09a24fc

Please sign in to comment.