Skip to content

Commit

Permalink
Add Cassandra 3.11.15 and DSE 6.8.35 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
emerkle826 authored May 10, 2023
1 parent 55a03f2 commit c6b9683
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 14 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
strategy:
fail-fast: false
matrix:
dse-version: [6.8.25, 6.8.26, 6.8.28, 6.8.29, 6.8.30, 6.8.31, 6.8.32, 6.8.33, 6.8.34]
dse-version: [6.8.25, 6.8.26, 6.8.28, 6.8.29, 6.8.30, 6.8.31, 6.8.32, 6.8.33, 6.8.34, 6.8.35]
image-base: [jdk8, jdk11]
include:
- dse-version: 6.8.34
- dse-version: 6.8.35
latest: true
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -104,10 +104,10 @@ jobs:
strategy:
fail-fast: false
matrix:
dse-version: [6.8.25, 6.8.26, 6.8.28, 6.8.29, 6.8.30, 6.8.31, 6.8.32, 6.8.33, 6.8.34]
dse-version: [6.8.25, 6.8.26, 6.8.28, 6.8.29, 6.8.30, 6.8.31, 6.8.32, 6.8.33, 6.8.34, 6.8.35]
image-base: [ubi7]
include:
- dse-version: 6.8.34
- dse-version: 6.8.35
latest: true
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -170,9 +170,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]
cassandra-version: [3.11.7, 3.11.8, 3.11.11, 3.11.12, 3.11.13, 3.11.14, 3.11.15]
include:
- cassandra-version: 3.11.14
- cassandra-version: 3.11.15
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.14
ARG CASSANDRA_VERSION=3.11.15

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

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Cassandra 3.11.x
k8ssandra/cass-management-api:3.11.12
k8ssandra/cass-management-api:3.11.13
k8ssandra/cass-management-api:3.11.14
k8ssandra/cass-management-api:3.11.15

Cassandra 4.0.x

Expand Down Expand Up @@ -102,6 +103,7 @@ DSE 6.8.x
datastax/dse-mgmtapi-6_8:6.8.32 (jdk8, jdk11 and ubi7 based images)
datastax/dse-mgmtapi-6_8:6.8.33 (jdk8, jdk11 and ubi7 based images)
datastax/dse-mgmtapi-6_8:6.8.34 (jdk8, jdk11 and ubi7 based images)
datastax/dse-mgmtapi-6_8:6.8.35 (jdk8, jdk11 and ubi7 based images)

### Cassandra trunk

Expand Down
2 changes: 1 addition & 1 deletion dse-68/Dockerfile.jdk11
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV DSE_HOME /opt/dse
ENV DSE_AGENT_HOME /opt/agent

# Get commandline parameters
ARG DSE_VERSION=6.8.34
ARG DSE_VERSION=6.8.35
ARG URL_PREFIX=https://downloads.datastax.com/enterprise
ARG TARBALL=dse-${DSE_VERSION}-bin.tar.gz
ARG DOWNLOAD_URL=${URL_PREFIX}/${TARBALL}
Expand Down
2 changes: 1 addition & 1 deletion dse-68/Dockerfile.jdk8
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV DSE_HOME /opt/dse
ENV DSE_AGENT_HOME /opt/agent

# Get commandline parameters
ARG DSE_VERSION=6.8.34
ARG DSE_VERSION=6.8.35
ARG URL_PREFIX=https://downloads.datastax.com/enterprise
ARG TARBALL=dse-${DSE_VERSION}-bin.tar.gz
ARG DOWNLOAD_URL=${URL_PREFIX}/${TARBALL}
Expand Down
2 changes: 1 addition & 1 deletion dse-68/Dockerfile.ubi7
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

ARG VERSION=6.8.34
ARG VERSION=6.8.35
ARG BASETAG=7.8

FROM datastax/dse-mgmtapi-6_8:${VERSION} AS dse-server-base
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 @@
<groupId>com.datastax</groupId>
<artifactId>datastax-mgmtapi-agent-4.1.x</artifactId>
<properties>
<cassandra4.version>4.1.0</cassandra4.version>
<cassandra4.version>4.1.1</cassandra4.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion management-api-agent-dse-6.8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</repository>
</repositories>
<properties>
<dse.version>6.8.33</dse.version>
<dse.version>6.8.35</dse.version>
</properties>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<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.14</cassandra3.version>
<cassandra4.version>4.0.8</cassandra4.version>
<cassandra3.version>3.11.15</cassandra3.version>
<cassandra4.version>4.0.9</cassandra4.version>
<docker.java.version>3.2.13</docker.java.version>
<junit.version>4.13.2</junit.version>
<bytebuddy.version>1.12.19</bytebuddy.version>
Expand Down

0 comments on commit c6b9683

Please sign in to comment.