Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose/.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LOGLEVEL=INFO
REQUESTLOG=false
DATAAPITAG=v1
DATAAPIIMAGE=stargateio/jsonapi
DSETAG=6.9.16
DSETAG=6.9.17
DSEIMAGE="cr.dtsx.io/datastax/dse-server"
HCDTAG=1.2.3
# 18-Aug-2025, tatu: latest official release; staging may be used pre-release
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/dse.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DSE Config Version: 6.9.16
# DSE Config Version: 6.9.17

# Memory limit for DSE In-Memory tables as a fraction of system memory. When not set,
# the default is 0.2 (20% of system memory).
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/start_dse69.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LOGLEVEL=INFO
DATAAPITAG="v1"
DATAAPIIMAGE="stargateio/data-api"

DSETAG="6.9.16"
DSETAG="6.9.17"
DSEIMAGE="cr.dtsx.io/datastax/dse-server"
DSEONLY="false"
DSENODES=1
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!-- When updating please change defaults in the DseTestResource class -->
<!-- 14-Mar-2025, tatu: default to DSE-6.9 (was "dse-next") -->
<stargate.int-test.cassandra.image>datastax/dse-server</stargate.int-test.cassandra.image>
<cassandra.version>6.9.16</cassandra.version>
<cassandra.version>6.9.17</cassandra.version>
<stargate.int-test.cassandra.image-tag>${cassandra.version}</stargate.int-test.cassandra.image-tag>
<stargate.int-test.cluster.name>dse-${stargate.int-test.cassandra.image-tag}-cluster</stargate.int-test.cluster.name>
<stargate.int-test.cluster.dse>true</stargate.int-test.cluster.dse>
Expand Down Expand Up @@ -556,7 +556,7 @@
</activation>
<properties>
<stargate.int-test.cassandra.image>datastax/dse-server</stargate.int-test.cassandra.image>
<stargate.int-test.cassandra.image-tag>6.9.16</stargate.int-test.cassandra.image-tag>
<stargate.int-test.cassandra.image-tag>6.9.17</stargate.int-test.cassandra.image-tag>
<stargate.int-test.cluster.name>dse-${stargate.int-test.cassandra.image-tag}-cluster</stargate.int-test.cluster.name>
<stargate.int-test.cluster.dse>true</stargate.int-test.cluster.dse>
<stargate.int-test.cluster.hcd>false</stargate.int-test.cluster.hcd>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private String loadCassandraImageFromDockerComposeEnv() {
// 21-Apr-2025, tatu: formerly referenced hard-coded images; left here for reference:
// to be removed in near future
// "stargateio/dse-next:4.0.11-591d171ac9c9"
// "datastax/dse-server:6.9.16"
// "datastax/dse-server:6.9.17"
// "559669398656.dkr.ecr.us-west-2.amazonaws.com/engops-shared/hcd/prod/hcd:1.2.3";

// 21-Apr-2025, tatu: [data-api#1952] Load definition from "./docker-compose/.env"
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/dse.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DSE Config Version: 6.9.16
# DSE Config Version: 6.9.17

# Memory limit for DSE In-Memory tables as a fraction of system memory. When not set,
# the default is 0.2 (20% of system memory).
Expand Down