Update to 2.9.0

This commit is contained in:
alexbelgium
2021-11-21 16:18:23 +01:00
parent c801356f06
commit 6c60fb5ed2
2 changed files with 11 additions and 4 deletions

0
inadyn/CHANGELOG.md Normal file
View File

View File

@@ -1,9 +1,16 @@
{ {
"arch": ["aarch64", "amd64", "armv7", "armhf"], "arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"description": "Inadyn is a small and simple Dynamic DNS, DDNS, client with HTTPS support. A large number of dynamic dns providers are supported (https://github.com/troglobit/inadyn#supported-providers). For those that are not, you can use a custom provider as per this project's documentation (https://github.com/nalipaz/hassio-addons/blob/master/README.md)", "description": "Inadyn is a small and simple Dynamic DNS, DDNS, client with HTTPS support. A large number of dynamic dns providers are supported (https://github.com/troglobit/inadyn#supported-providers). For those that are not, you can use a custom provider as per this project's documentation (https://github.com/nalipaz/hassio-addons/blob/master/README.md)",
"environment": {}, "environment": {},
"host_network": true, "host_network": true,
"map": ["ssl"], "map": [
"ssl"
],
"name": "Inadyn", "name": "Inadyn",
"options": { "options": {
"providers": [ "providers": [
@@ -45,7 +52,7 @@
] ]
}, },
"slug": "inadyn", "slug": "inadyn",
"upstream": "2.8.1", "upstream": "2.9.0",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.8.1" "version": "2.9.0"
} }