From c358e3fe37efb669788113dedf9029d2889c2f65 Mon Sep 17 00:00:00 2001 From: Shon <13995143+ShonP40@users.noreply.github.com> Date: Sat, 24 Feb 2024 12:03:16 +0200 Subject: [PATCH 1/3] Update to v0.2.0 to fix Immich support --- postgres/build.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgres/build.json b/postgres/build.json index 5c270954b..97b137e12 100644 --- a/postgres/build.json +++ b/postgres/build.json @@ -1,7 +1,7 @@ { "build_from": { - "aarch64": "tensorchord/pgvecto-rs:pg15-v0.1.11", - "amd64": "tensorchord/pgvecto-rs:pg15-v0.1.11", + "aarch64": "tensorchord/pgvecto-rs:pg15-v0.2.0", + "amd64": "tensorchord/pgvecto-rs:pg15-v0.2.0", "armv7": "postgres:15-alpine" }, "codenotary": { From 52b308a23ac29c8f1a23eaf25111f7a33fcee69a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 24 Feb 2024 17:20:40 +0100 Subject: [PATCH 2/3] Update config.json --- postgres/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/config.json b/postgres/config.json index 361a41224..399a3a992 100644 --- a/postgres/config.json +++ b/postgres/config.json @@ -37,5 +37,5 @@ "slug": "postgres", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "15.5-6" + "version": "15.5-7" } From 89227a4e4cffc91ab714f4e39c82e5742ba84b2a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 24 Feb 2024 17:21:15 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md --- postgres/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/postgres/CHANGELOG.md b/postgres/CHANGELOG.md index 6153c5d2e..eb1d00b80 100644 --- a/postgres/CHANGELOG.md +++ b/postgres/CHANGELOG.md @@ -1,3 +1,5 @@ +- Update pgvector to 0.2.0 + ### 15.5-6 (03-02-2024) - Fix : use custom postgres username