Updater bot : postgres updated to 16.0

This commit is contained in:
alexbelgium
2023-09-16 02:06:27 +02:00
parent ccc985e1cc
commit 357f352683
3 changed files with 6 additions and 3 deletions

View File

@@ -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

View File

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

View File

@@ -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"
}