From 357f35268350d65ce51dcad2bd94cdd7250fe84d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 16 Sep 2023 02:06:27 +0200 Subject: [PATCH] Updater bot : postgres updated to 16.0 --- postgres/CHANGELOG.md | 3 +++ postgres/config.json | 2 +- postgres/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/postgres/CHANGELOG.md b/postgres/CHANGELOG.md index 895f263af..4ebee14a8 100644 --- a/postgres/CHANGELOG.md +++ b/postgres/CHANGELOG.md @@ -1,4 +1,7 @@ +## 16.0 (16-09-2023) +- Update to latest version from postgres + ## 15.4 (09-09-2023) - Update to latest version from postgres diff --git a/postgres/config.json b/postgres/config.json index 1bfe063bb..812a02ec4 100644 --- a/postgres/config.json +++ b/postgres/config.json @@ -34,5 +34,5 @@ }, "slug": "postgres", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "15.4" + "version": "16.0" } diff --git a/postgres/updater.json b/postgres/updater.json index 760c85967..963accfbc 100644 --- a/postgres/updater.json +++ b/postgres/updater.json @@ -1,10 +1,10 @@ { "dockerhub_by_date": true, "dockerhub_list_size": 2, - "last_update": "09-09-2023", + "last_update": "16-09-2023", "repository": "alexbelgium/hassio-addons", "slug": "postgres", "source": "github", "upstream_repo": "postgres", - "upstream_version": "15.4" + "upstream_version": "16.0" }