Skip to content

Commit

Permalink
Add Cassandra 3.11.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ClusterJan committed Sep 26, 2023
1 parent ceb4dee commit 8c06848
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ jobs:
strategy:
fail-fast: false
matrix:
cassandra-version: [3.11.7, 3.11.8, 3.11.11, 3.11.12, 3.11.13, 3.11.14, 3.11.15]
cassandra-version: [3.11.7, 3.11.8, 3.11.11, 3.11.12, 3.11.13, 3.11.14, 3.11.15, 3.11.16]
include:
- cassandra-version: 3.11.15
- cassandra-version: 3.11.16
latest: true
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-oss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG CASSANDRA_VERSION=3.11.15
ARG CASSANDRA_VERSION=3.11.16

FROM --platform=$BUILDPLATFORM maven:3.8.7-eclipse-temurin-11 as builder

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The following versions of Cassandra and DSE are published to Docker and supporte
| 3.11.13 | 4.0.5 | | 6.8.30 |
| 3.11.14 | 4.0.6 | | 6.8.31 |
| 3.11.15 | 4.0.7 | | 6.8.32 |
| | 4.0.8 | | 6.8.33 |
| 3.11.16 | 4.0.8 | | 6.8.33 |
| | 4.0.9 | | 6.8.34 |
| | 4.0.10 | | 6.8.35 |
| | | | 6.8.36 |
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>
<cassandra3.version>3.11.15</cassandra3.version>
<cassandra3.version>3.11.16</cassandra3.version>
<cassandra4.version>4.0.10</cassandra4.version>
<docker.java.version>3.2.13</docker.java.version>
<junit.version>4.13.2</junit.version>
Expand Down

0 comments on commit 8c06848

Please sign in to comment.