diff --git a/README.md b/README.md index 978b10fd..52a27472 100644 --- a/README.md +++ b/README.md @@ -541,10 +541,10 @@ SOFTWARE. [ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [ide-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [ide-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v0.3.0 -[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v0.3.0/README.md +[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v1.0.0 +[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v1.0.0/README.md [influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues -[influxdb-version-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg +[influxdb-version-shield]: https://img.shields.io/badge/version-v1.0.0-blue.svg [influxdb-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/influxdb-armhf.svg [influxdb-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [influxdb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/influxdb/CHANGELOG.md b/influxdb/CHANGELOG.md index 9b3903ba..9af3da3c 100644 --- a/influxdb/CHANGELOG.md +++ b/influxdb/CHANGELOG.md @@ -1,8 +1,22 @@ [Full Changelog][changelog] +### Added + +- Enforces authentication and HaveIBeenPwned checks + ### Changed -- Upgrades InfluxDB to v1.6.0 -- Upgrades Chronograf to v1.6.0 +- Upgrades hadolint to latest +- Upgrades base image to v2.1.0 +- Sets default Shell +- Enables SSL by default +- Upgrades apache2-utils to 2.4.29-1ubuntu4.1 +- Upgrades InfluxDB to v1.6.1 +- Upgrades Chronograf to v1.6.1 +- Upgrades Kapacitor to v1.5.1 +- Less aggressive cleanup +- Stop NGinx from throwing log errors +- Updates README and links +- Marks add-on stable -[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v0.2.2...v0.3.0 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v0.3.0...v1.0.0 \ No newline at end of file diff --git a/influxdb/README.md b/influxdb/README.md index 1d271496..b09aac47 100644 --- a/influxdb/README.md +++ b/influxdb/README.md @@ -6,6 +6,8 @@ [![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] +[![Support my work on Patreon][patreon-shield]][patreon] + Scalable datastore for metrics, events, and real-time analytics. ## About @@ -42,13 +44,15 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg [buymeacoffee]: https://www.buymeacoffee.com/frenck -[discord-shield]: https://img.shields.io/discord/330944238910963714.svg -[discord]: https://discord.gg/c5DvZ4e -[docs]: https://github.com/hassio-addons/addon-influxdb/blob/v0.3.0/README.md +[discord-shield]: https://img.shields.io/discord/478094546522079232.svg +[discord]: https://discord.me/hassioaddons +[docs]: https://github.com/hassio-addons/addon-influxdb/blob/v1.0.0/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-influxdb/54491?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg -[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg -[release]: https://github.com/hassio-addons/addon-influxdb/tree/v0.3.0 +[patreon-shield]: https://www.frenck.nl/images/patreon.png +[patreon]: https://www.patreon.com/frenck +[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg +[release-shield]: https://img.shields.io/badge/version-v1.0.0-blue.svg +[release]: https://github.com/hassio-addons/addon-influxdb/tree/v1.0.0 [screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/master/images/screenshot.png \ No newline at end of file diff --git a/influxdb/config.json b/influxdb/config.json index 1af2826a..6007d750 100644 --- a/influxdb/config.json +++ b/influxdb/config.json @@ -1,6 +1,6 @@ { "name": "InfluxDB", - "version": "0.3.0", + "version": "1.0.0", "slug": "influxdb", "description": "Scalable datastore for metrics, events, and real-time analytics", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-influxdb/54491?u=frenck", @@ -30,7 +30,7 @@ "username": "", "password": "", "auth": true, - "ssl": false, + "ssl": true, "certfile": "fullchain.pem", "keyfile": "privkey.pem", "ipv6": true @@ -43,7 +43,9 @@ "ssl": "bool", "certfile": "str", "keyfile": "str", - "ipv6": "bool" + "ipv6": "bool", + "i_like_to_be_pwned": "bool?", + "leave_front_door_open": "bool?" }, "environment": { "LOG_FORMAT": "{LEVEL}: {MESSAGE}"