Updater bot : transmission_openvpn updated to v5.3.1

This commit is contained in:
alexbelgium
2023-12-09 02:05:28 +01:00
parent 442abcabb5
commit 34c7a19e73
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## v5.3.1 (09-12-2023)
- Update to latest version from haugene/docker-transmission-openvpn
### v5.2.0-6 (30-11-2023) ### v5.2.0-6 (30-11-2023)
- Minor bugs fixed - Minor bugs fixed
- Feat : activate incomplete dir by default if the addon option is activated https://github.com/alexbelgium/hassio-addons/issues/1107 - Feat : activate incomplete dir by default if the addon option is activated https://github.com/alexbelgium/hassio-addons/issues/1107

View File

@@ -136,5 +136,5 @@
"slug": "transmission_openvpn", "slug": "transmission_openvpn",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "v5.2.0-6" "version": "v5.3.1"
} }

View File

@@ -1,9 +1,9 @@
{ {
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "09-09-2023", "last_update": "09-12-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.2.0" "upstream_version": "v5.3.1"
} }