Merge pull request #1265 from ShonP40/patch-1

Update pgvecto-rs to fix Immich support
This commit is contained in:
Alexandre
2024-02-24 17:21:39 +01:00
committed by GitHub
3 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
- Update pgvector to 0.2.0
### 15.5-6 (03-02-2024) ### 15.5-6 (03-02-2024)
- Fix : use custom postgres username - Fix : use custom postgres username

View File

@@ -1,7 +1,7 @@
{ {
"build_from": { "build_from": {
"aarch64": "tensorchord/pgvecto-rs:pg15-v0.1.11", "aarch64": "tensorchord/pgvecto-rs:pg15-v0.2.0",
"amd64": "tensorchord/pgvecto-rs:pg15-v0.1.11", "amd64": "tensorchord/pgvecto-rs:pg15-v0.2.0",
"armv7": "postgres:15-alpine" "armv7": "postgres:15-alpine"
}, },
"codenotary": { "codenotary": {

View File

@@ -37,5 +37,5 @@
"slug": "postgres", "slug": "postgres",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "15.5-6" "version": "15.5-7"
} }