Updater bot : transmission_openvpn updated to v5.0.2

This commit is contained in:
alexbelgium
2023-04-21 14:42:10 +02:00
parent 596d6897fe
commit 8f11ad3022
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## v5.0.2 (21-04-2023)
- Update to latest version from haugene/docker-transmission-openvpn
## v5.0.0 (15-04-2023) ## v5.0.0 (15-04-2023)
- Update to latest version from haugene/docker-transmission-openvpn - Update to latest version from haugene/docker-transmission-openvpn
- Implemented healthcheck - Implemented healthcheck

View File

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

View File

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