Updater bot : bazarr updated to 1.2.1

This commit is contained in:
alexbelgium
2023-05-06 01:55:58 +02:00
parent b8835f020c
commit cfe9d5d281
4 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 1.2.1 (06-05-2023)
- Update to latest version from linuxserver/docker-bazarr
### 1.2.0-1 (21-04-2023)
- Minor bugs fixed
- Implemented healthcheck

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.2.0"
ARG BUILD_UPSTREAM="1.2.1"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
##################

View File

@@ -98,6 +98,6 @@
},
"slug": "bazarr_nas",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr",
"version": "1.2.0-1",
"version": "1.2.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:6767]"
}
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "04-03-2023",
"last_update": "06-05-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "bazarr",
"source": "github",
"upstream_repo": "linuxserver/docker-bazarr",
"upstream_version": "1.2.0"
"upstream_version": "1.2.1"
}