File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
java/io/weaviate/integration/client Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 33public class WeaviateVersion {
44
55 // to be set according to weaviate docker image
6- public static final String EXPECTED_WEAVIATE_VERSION = "1.20.0-prealpha " ;
6+ public static final String EXPECTED_WEAVIATE_VERSION = "1.20.0" ;
77 // to be set according to weaviate docker image
8- public static final String EXPECTED_WEAVIATE_GIT_HASH = "85b5f0f " ;
8+ public static final String EXPECTED_WEAVIATE_GIT_HASH = "7865a4a " ;
99
1010 private WeaviateVersion () {}
1111}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
1010 - --scheme
1111 - http
1212 - --write-timeout=600s
13- image : semitechnologies/weaviate:1.20.0-prealpha-85b5f0f
13+ image : semitechnologies/weaviate:1.20.0
1414 restart : on-failure:0
1515 environment :
1616 PERSISTENCE_DATA_PATH : ' /var/lib/weaviate'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
1010 - --scheme
1111 - http
1212 - --write-timeout=600s
13- image : semitechnologies/weaviate:1.20.0-prealpha-85b5f0f
13+ image : semitechnologies/weaviate:1.20.0
1414 restart : on-failure:0
1515 environment :
1616 LOG_LEVEL : ' debug'
@@ -41,7 +41,7 @@ services:
4141 - ' 8088'
4242 - --scheme
4343 - http
44- image : semitechnologies/weaviate:1.20.0-prealpha-85b5f0f
44+ image : semitechnologies/weaviate:1.20.0
4545 restart : on-failure:0
4646 environment :
4747 LOG_LEVEL : ' debug'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
1010 - --scheme
1111 - http
1212 - --write-timeout=600s
13- image : semitechnologies/weaviate:1.20.0-prealpha-85b5f0f
13+ image : semitechnologies/weaviate:1.20.0
1414 restart : on-failure:0
1515 environment :
1616 PERSISTENCE_DATA_PATH : ' /var/lib/weaviate'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
1010 - --scheme
1111 - http
1212 - --write-timeout=600s
13- image : semitechnologies/weaviate:1.20.0-prealpha-85b5f0f
13+ image : semitechnologies/weaviate:1.20.0
1414 restart : on-failure:0
1515 environment :
1616 PERSISTENCE_DATA_PATH : ' /var/lib/weaviate'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
99 - ' 8080'
1010 - --scheme
1111 - http
12- image : semitechnologies/weaviate:1.20.0-prealpha-85b5f0f
12+ image : semitechnologies/weaviate:1.20.0
1313 links :
1414 - " contextionary:contextionary"
1515 restart : on-failure:0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
1010 - --scheme
1111 - http
1212 - --write-timeout=600s
13- image : semitechnologies/weaviate:1.20.0-prealpha-85b5f0f
13+ image : semitechnologies/weaviate:1.20.0
1414 restart : on-failure:0
1515 environment :
1616 PERSISTENCE_DATA_PATH : ' /var/lib/weaviate'
You can’t perform that action at this time.
0 commit comments