diff --git a/.github/workflows/docker-release.yaml b/.github/workflows/docker-release.yaml index 3d5f89cf..7ee8f907 100644 --- a/.github/workflows/docker-release.yaml +++ b/.github/workflows/docker-release.yaml @@ -410,9 +410,9 @@ jobs: fail-fast: false max-parallel: 4 matrix: - cassandra-version: [5.0.1] + cassandra-version: [5.0.1, 5.0.2] include: - - cassandra-version: 5.0.1 + - cassandra-version: 5.0.2 latest: true runs-on: ubuntu-latest steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index f0de7f49..becc22f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Changelog for Management API, new PRs should update the `main / unreleased` sect ## unreleased * [ENHANCEMENT] [#552](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/552) Improve "liveness" probe implementation +* [FEATURE] [#551](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/551) Add Cassandra 5.0.2 to the build matrix ## v0.1.87 (2024-10-02) * [FEATURE] [#535](https://github.com/k8ssandra/management-api-for-apache-cassandra/issues/535) Add Cassandra 5.0.0 to the build matrix diff --git a/README.md b/README.md index f17ee122..31946f4c 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ The following versions of Cassandra and DSE are published to Docker and supported: | Cassandra 3.11.x | Cassandra 4.0.x | Cassandra 4.1.x | Cassandra 5.0.x | DSE 6.8.x | DSE 6.9.x | HCD 1.0.x | -| ---------------- | --------------- | --------------- | --------------- | --------- | ------------- | ----------| +| ---------------- | --------------- | --------------- |-----------------| --------- | ------------- | ----------| | 3.11.7 | 4.0.0 | 4.1.0 | 5.0.1 | 6.8.25 | 6.9.0 | 1.0.0 | -| 3.11.8 | 4.0.1 | 4.1.1 | | 6.8.26 | 6.9.1 | | +| 3.11.8 | 4.0.1 | 4.1.1 | 5.0.2 | 6.8.26 | 6.9.1 | | | 3.11.11 | 4.0.3 | 4.1.2 | | 6.8.28 | 6.9.2 | | | 3.11.12 | 4.0.4 | 4.1.3 | | 6.8.29 | | | | 3.11.13 | 4.0.5 | 4.1.4 | | 6.8.30 | | | diff --git a/cassandra/Dockerfile-5.0.ubi8 b/cassandra/Dockerfile-5.0.ubi8 index 95493873..5d757dd5 100644 --- a/cassandra/Dockerfile-5.0.ubi8 +++ b/cassandra/Dockerfile-5.0.ubi8 @@ -1,6 +1,6 @@ ARG UBI_MAJOR=8 ARG UBI_BASETAG=latest -ARG CASSANDRA_VERSION=5.0.1 +ARG CASSANDRA_VERSION=5.0.2 FROM registry.access.redhat.com/ubi${UBI_MAJOR}/ubi-minimal:${UBI_BASETAG} AS builder ARG URL_PREFIX=https://dlcdn.apache.org/cassandra diff --git a/management-api-agent-5.0.x/README.md b/management-api-agent-5.0.x/README.md index 4d8c18e9..937b7467 100644 --- a/management-api-agent-5.0.x/README.md +++ b/management-api-agent-5.0.x/README.md @@ -8,11 +8,11 @@ as the 5.1-SNAPSHOT version of Cassandra in trunk. For Cassandra versions that have been publicly released and have Maven artifacts published, you can simply run the main project Maven build. The pom.xml file in this sub-module should have the `cassandra5.version` property -set to the latest published version (`5.0.1` as of this writing). If you wish to build for a different -published version, for example `5.0.2` when it is released, specify the version: +set to the latest published version (`5.0.2` as of this writing). If you wish to build for a different +published version, for example `5.0.3` when it is released, specify the version: ```sh -mvn package -Dcassandra5.version=5.0.2 +mvn package -Dcassandra5.version=5.0.3 ``` ## Building Against Cassandra Trunk @@ -55,7 +55,7 @@ mvn package -Dcassandra5.version=5.1-SNAPSHOT As Management API releases are published, a build of this image will be available in DockerHub at: - k8ssandra/cass-management-api:5.0.1 + k8ssandra/cass-management-api:5.0.2 ### Building Images Locally for Cassandra trunk @@ -73,6 +73,6 @@ The latest [MCAC agent](https://github.com/datastax/metric-collector-for-apache- If you want to use this image with Docker, you must set the environment variable `MGMT_API_DISABLE_MCAC` to `true`: ```sh -docker run -e MGMT_API_DISABLE_MCAC=true k8ssandra/cass-management-api:5.0.1 +docker run -e MGMT_API_DISABLE_MCAC=true k8ssandra/cass-management-api:5.0.2 ``` diff --git a/management-api-agent-5.0.x/pom.xml b/management-api-agent-5.0.x/pom.xml index 58b9de66..9407908d 100644 --- a/management-api-agent-5.0.x/pom.xml +++ b/management-api-agent-5.0.x/pom.xml @@ -16,7 +16,7 @@ ${revision} datastax-mgmtapi-agent-5.0.x - 5.0.1 + 5.0.2 4.1.96.Final