File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 WEAVIATE_135 : 1.35.18
3030 WEAVIATE_136 : 1.36.12
3131 WEAVIATE_137 : 1.37.1-4e61e26.amd64
32+ WEAVIATE_138 : 1.38.0-rc.0
3233
3334jobs :
3435 lint-and-format :
@@ -320,7 +321,8 @@ jobs:
320321 $WEAVIATE_134,
321322 $WEAVIATE_135,
322323 $WEAVIATE_136,
323- $WEAVIATE_137
324+ $WEAVIATE_137,
325+ $WEAVIATE_138
324326 ]
325327 steps :
326328 - name : Checkout
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ services:
1818 environment :
1919 # Namespaces feature — requires GraphQL disabled
2020 NAMESPACES_ENABLED : " true"
21+ REPLICATION_MAXIMUM_FACTOR : " 1"
2122 DISABLE_GRAPHQL : " true"
2223 # Static API key auth (operator-level access)
2324 AUTHENTICATION_APIKEY_ENABLED : " true"
@@ -32,6 +33,7 @@ services:
3233 AUTHENTICATION_DB_USERS_ENABLED : " true"
3334 # Storage / cluster
3435 PERSISTENCE_DATA_PATH : " ./data-weaviate-0"
36+ CLUSTER_HOSTNAME : " node1"
3537 CLUSTER_IN_LOCALHOST : " true"
3638 CLUSTER_GOSSIP_BIND_PORT : " 7102"
3739 CLUSTER_DATA_BIND_PORT : " 7103"
You can’t perform that action at this time.
0 commit comments