Skip to content

Commit 8893555

Browse files
authored
Add DSE 6.8.29 (#226)
1 parent 44495f1 commit 8893555

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/docker-release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
dse-version: [6.8.25, 6.8.26, 6.8.28]
13+
dse-version: [6.8.25, 6.8.26, 6.8.28, 6.8.29]
1414
image-base: [jdk8, jdk11]
1515
include:
16-
- dse-version: 6.8.28
16+
- dse-version: 6.8.29
1717
latest: true
1818
runs-on: ubuntu-latest
1919
steps:

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ The following versions of Cassandra and DSE are published to Docker and supporte
7373
datastax/dse-mgmtapi-6_8:6.8.25 (jdk8 and jdk11 based images)
7474
datastax/dse-mgmtapi-6_8:6.8.26 (jdk8 and jdk11 based images)
7575
datastax/dse-mgmtapi-6_8:6.8.28 (jdk8 and jdk11 based images)
76+
datastax/dse-mgmtapi-6_8:6.8.29 (jdk8 and jdk11 based images)
7677

7778
### Containers
7879

dse-68/Dockerfile.jdk11

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV DSE_HOME /opt/dse
1010
ENV DSE_AGENT_HOME /opt/agent
1111

1212
# Get commandline parameters
13-
ARG DSE_VERSION=6.8.28
13+
ARG DSE_VERSION=6.8.29
1414
ARG URL_PREFIX=https://downloads.datastax.com/enterprise
1515
ARG TARBALL=dse-${DSE_VERSION}-bin.tar.gz
1616
ARG DOWNLOAD_URL=${URL_PREFIX}/${TARBALL}

dse-68/Dockerfile.jdk8

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV DSE_HOME /opt/dse
1010
ENV DSE_AGENT_HOME /opt/agent
1111

1212
# Get commandline parameters
13-
ARG DSE_VERSION=6.8.28
13+
ARG DSE_VERSION=6.8.29
1414
ARG URL_PREFIX=https://downloads.datastax.com/enterprise
1515
ARG TARBALL=dse-${DSE_VERSION}-bin.tar.gz
1616
ARG DOWNLOAD_URL=${URL_PREFIX}/${TARBALL}

management-api-agent-dse-6.8/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929

3030
<properties>
31-
<dse.version>6.8.26</dse.version>
31+
<dse.version>6.8.29</dse.version>
3232
</properties>
3333

3434
<dependencies>

0 commit comments

Comments
 (0)