Updater bot : transmission_openvpn updated to v4.3.2

This commit is contained in:
alexbelgium
2022-11-19 02:01:48 +01:00
parent 2cacbb151c
commit d41aca0703
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## v4.3.2 (19-11-2022)
- Update to latest version from haugene/docker-transmission-openvpn
- BREAKING CHANGE : update your "LOCAL_NETWORK" from "192.168.178.0/16" to "192.168.178.0/24"
## 4.2 (11-11-2022)

View File

@@ -107,5 +107,5 @@
},
"slug": "transmission_openvpn",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.2-6"
"version": "v4.3.2"
}

View File

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