From 5a0d691359221815fd029fc371ed2bc9c70d8d4a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 30 May 2025 13:58:27 +0200 Subject: [PATCH] correct version --- postgres_17/CHANGELOG.md | 95 +--------------------------------------- postgres_17/config.json | 2 +- 2 files changed, 2 insertions(+), 95 deletions(-) mode change 100644 => 120000 postgres_17/CHANGELOG.md diff --git a/postgres_17/CHANGELOG.md b/postgres_17/CHANGELOG.md deleted file mode 100644 index 26cfabd02..000000000 --- a/postgres_17/CHANGELOG.md +++ /dev/null @@ -1,94 +0,0 @@ -## 17.1 (30-05-2025) -- Minor bugs fixed -## 15.7-41 (30-05-2025) -- BREAKING CHANGE : please backup your database before updating -- Automatically restarts immich addons after upgrade -- Describe list of databases and extensions in log -- Improve upgrade system for postgres and extensions -- Drop vectors from postgres database (not needed) -- Switch to new image supporting both vector.rs and VectorChord to support immich https://github.com/immich-app/immich/releases/tag/v1.133.0 - -## 15.7-29 (15-02-2025) -- Minor bugs fixed - -## 15.7-28 (15-02-2025) -- Minor bugs fixed - -## 15.7-27 (15-02-2025) -- Major update, please backup first -- Automatic handling of upgrades -- Restore clean shutdown - -## 15.7-16 (22-01-2025) -- Minor bugs fixed - -## 15.7-14 (15-01-2025) -- Minor bugs fixed - -## 15.7-13 (15-01-2025) -- Redirect logs to addons log -- Removed vector.rs installation script, it is now part of the upstream entrypoint - -## 15.7-7 (03-01-2025) -- Fix vector.rs not found at startup - -## 15.7-4 (05-12-2024) -- Fix env error -- Fix database shutdown -- Upgrade postgres to 15.7 -- Update pgvector to v0.3.0 - -## 15.5-7 (24-02-2024) - -- Update pgvector to 0.2.0 - -## 15.5-6 (03-02-2024) - -- Fix : use custom postgres username - -## 15.5-5 (03-02-2024) - -- Revert vector to 0.1.11 as only version supported by immich - -## 15.5-4 (31-01-2024) - -- ⚠ PLEASE BACKUP before updating! Non reversible changes -- ⚠ WARNING : addition of pgvecto.rs extension, potentially breaking change ! Be sure to backup prior to update -- ⚠ Database location changed from /data to /addon_configs/xxx-postgres : no expected user impact other that all configuration files will also be located in this folder accessible with addons such as Filebrowser - -## 15.5 (11-11-2023) - -- Update to latest version from postgres - -## 15.4 (09-09-2023) - -- Update to latest version from postgres - -## 15.3-11 (08-09-2023) - -- Minor bugs fixed - -## 15.3-10 (08-09-2023) - -- Minor bugs fixed -## 15.3-9 (08-09-2023) - -- Minor bugs fixed -## 15.3-7 (07-09-2023) - -- Minor bugs fixed -## 15.3-6 (07-09-2023) - -- Minor bugs fixed -## 15.3-5 (07-09-2023) - -- Minor bugs fixed -## 15.3-2 (07-09-2023) - -- Minor bugs fixed -- Ensure postgres.conf persistcene - -## 15.3 - -- Initial release -- Removed useless webui button diff --git a/postgres_17/CHANGELOG.md b/postgres_17/CHANGELOG.md new file mode 120000 index 000000000..030baf3a4 --- /dev/null +++ b/postgres_17/CHANGELOG.md @@ -0,0 +1 @@ +../postgres_15/CHANGELOG.md \ No newline at end of file diff --git a/postgres_17/config.json b/postgres_17/config.json index b040ed63e..224aa83b5 100644 --- a/postgres_17/config.json +++ b/postgres_17/config.json @@ -38,5 +38,5 @@ "slug": "postgres_latest", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/postgres", - "version": "17.5.1-2" + "version": "17.4-1" }