Updater bot : transmission_openvpn updated to v5.1.0

This commit is contained in:
alexbelgium
2023-09-02 02:03:32 +02:00
parent 587ebf8236
commit 64bc4d3dac
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## v5.1.0 (02-09-2023)
- Update to latest version from haugene/docker-transmission-openvpn
- Fix : allow custom providers with names based on mullvad
- Feat : cifsdomain added

View File

@@ -122,5 +122,5 @@
},
"slug": "transmission_openvpn",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "v5.0.2"
"version": "v5.1.0"
}

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "true",
"last_update": "21-04-2023",
"last_update": "02-09-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "transmission_openvpn",
"source": "github",
"upstream_repo": "haugene/docker-transmission-openvpn",
"upstream_version": "v5.0.2"
"upstream_version": "v5.1.0"
}