Updater bot : transmission_openvpn updated to 4.0

This commit is contained in:
alexbelgium
2022-06-02 01:59:09 +02:00
parent a91835fc21
commit df4d15fbfb
3 changed files with 8 additions and 5 deletions

View File

@@ -1 +1,4 @@
## 4.0 (02-06-2022)
- Update to latest version from haugene/docker-transmission-openvpn
- Initial build

View File

@@ -39,7 +39,7 @@
"/dev/nvme1",
"/dev/nvme2"
],
"ingress": true,
"ingress": true,
"image": "ghcr.io/alexbelgium/transmission_openvpn-{arch}",
"map": [
"config:rw",
@@ -102,5 +102,5 @@
"slug": "transmission_openvpn",
"startup": "services",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.0-ingress4"
"version": "4.0"
}

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "true",
"last_update": "21-05-2022",
"last_update": "02-06-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "transmission_openvpn",
"source": "github",
"upstream_repo": "haugene/docker-transmission-openvpn",
"upstream_version": "3.00-r5-ls125"
}
"upstream_version": "4.0"
}