Updater bot : transmission_openvpn updated to v5.0.0

This commit is contained in:
alexbelgium
2023-04-15 02:02:49 +02:00
parent 1b26130ced
commit c2b0984e53
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## v5.0.0 (15-04-2023)
- Update to latest version from haugene/docker-transmission-openvpn
- Implemented healthcheck
- Mullvad fix @Blogshot
- WARNING : update to supervisor 2022.11 before installing

View File

@@ -108,5 +108,5 @@
},
"slug": "transmission_openvpn",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "v4.3.2-10"
"version": "v5.0.0"
}

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "true",
"last_update": "19-11-2022",
"last_update": "15-04-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "transmission_openvpn",
"source": "github",
"upstream_repo": "haugene/docker-transmission-openvpn",
"upstream_version": "v4.3.2"
"upstream_version": "v5.0.0"
}