Skip to content

Commit

Permalink
Update to DSE 6.9.5 (#1807)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazel-Datastax authored Dec 23, 2024
1 parent 35f0da4 commit e7e0d20
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.4
DSETAG=6.9.5
DSEIMAGE="cr.dtsx.io/datastax/dse-server"
HCDTAG=1.0.0
HCDIMAGE="cr.dtsx.io/datastax/hcd"
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.4
# DSE Config Version: 6.9.5

# 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.4"
DSETAG="6.9.5"
DSEIMAGE="cr.dtsx.io/datastax/dse-server"
DSEONLY="false"
DSENODES=1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
</activation>
<properties>
<stargate.int-test.cassandra.image>datastax/dse-server</stargate.int-test.cassandra.image>
<stargate.int-test.cassandra.image-tag>6.9.4</stargate.int-test.cassandra.image-tag>
<stargate.int-test.cassandra.image-tag>6.9.5</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.use-coordinator>false</stargate.int-test.use-coordinator>
<stargate.int-test.cluster.dse>true</stargate.int-test.cluster.dse>
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.4
# DSE Config Version: 6.9.5

# 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

0 comments on commit e7e0d20

Please sign in to comment.