Updater bot : postgres updated to 15.4

This commit is contained in:
alexbelgium
2023-09-09 14:18:31 +02:00
parent e8bc45787b
commit c0d9fbaac1
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 15.4 (09-09-2023)
- Update to latest version from postgres
### 15.3-11 (08-09-2023) ### 15.3-11 (08-09-2023)
- Minor bugs fixed - Minor bugs fixed
DON'T UPDATE NOT WORKING DON'T UPDATE NOT WORKING

View File

@@ -34,5 +34,5 @@
}, },
"slug": "postgres", "slug": "postgres",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "15.3-11" "version": "15.4"
} }

View File

@@ -1,10 +1,10 @@
{ {
"dockerhub_by_date": true, "dockerhub_by_date": true,
"dockerhub_list_size": 2, "dockerhub_list_size": 2,
"last_update": "27-05-2023", "last_update": "09-09-2023",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "postgres", "slug": "postgres",
"source": "github", "source": "github",
"upstream_repo": "postgres", "upstream_repo": "postgres",
"upstream_version": "15.3" "upstream_version": "15.4"
} }