Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to DSE 6.9.5 #1807

Merged
merged 1 commit into from
Dec 23, 2024
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.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
Loading