From 48e540eb8fe3a6fc04abd93736939f0f97485b81 Mon Sep 17 00:00:00 2001 From: Andrzej Liszka Date: Mon, 31 Oct 2022 17:00:28 +0100 Subject: [PATCH] bumps up weaviate to 1.16.0 --- cluster/journey.test.js | 4 ++-- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/journey.test.js b/cluster/journey.test.js index 3bb16ff..12da62b 100644 --- a/cluster/journey.test.js +++ b/cluster/journey.test.js @@ -1,8 +1,8 @@ const weaviate = require("../index"); const { createTestFoodSchemaAndData, cleanupTestFood, PIZZA_CLASS_NAME, SOUP_CLASS_NAME } = require("../utils/testData"); -const EXPECTED_WEAVIATE_VERSION = "1.15.4" -const EXPECTED_WEAVIATE_GIT_HASH = "8069739" +const EXPECTED_WEAVIATE_VERSION = "1.16.0" +const EXPECTED_WEAVIATE_GIT_HASH = "9e74add" describe("cluster nodes endpoint", () => { const client = weaviate.client({ diff --git a/docker-compose.yml b/docker-compose.yml index 328008b..891c3fc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.4' services: weaviate: - image: semitechnologies/weaviate:1.15.4-8069739 + image: semitechnologies/weaviate:1.16.0 restart: on-failure:0 ports: - "8080:8080"