From 6c60fb5ed22cc77f4730eace8256bf2992cdab49 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 21 Nov 2021 16:18:23 +0100 Subject: [PATCH] Update to 2.9.0 --- inadyn/CHANGELOG.md | 0 inadyn/config.json | 15 +++++++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 inadyn/CHANGELOG.md diff --git a/inadyn/CHANGELOG.md b/inadyn/CHANGELOG.md new file mode 100644 index 000000000..e69de29bb diff --git a/inadyn/config.json b/inadyn/config.json index 3135c6331..a469bfe56 100644 --- a/inadyn/config.json +++ b/inadyn/config.json @@ -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)", "environment": {}, "host_network": true, - "map": ["ssl"], + "map": [ + "ssl" + ], "name": "Inadyn", "options": { "providers": [ @@ -45,7 +52,7 @@ ] }, "slug": "inadyn", - "upstream": "2.8.1", + "upstream": "2.9.0", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.8.1" + "version": "2.9.0" }