diff --git a/README.md b/README.md index ef3f3ae4..eade57a0 100644 --- a/README.md +++ b/README.md @@ -760,10 +760,10 @@ SOFTWARE. [ide-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [ide-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [ide-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v1.3.0 -[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v1.3.0/README.md +[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v2.0.0 +[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v2.0.0/README.md [influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues -[influxdb-version-shield]: https://img.shields.io/badge/version-v1.3.0-blue.svg +[influxdb-version-shield]: https://img.shields.io/badge/version-v2.0.0-blue.svg [influxdb-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/influxdb-amd64.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 a4fa3e59..9e25a8ba 100644 --- a/influxdb/CHANGELOG.md +++ b/influxdb/CHANGELOG.md @@ -1,27 +1,20 @@ -This version upgrades InfluxDB & Chronograf to the latest and greatest. -Best of this release is the speed upgrade in starting. - -Not only will the add-on wait longer before concluding to fail startup (when awaiting InfluxDB to start with tons of data), it also optimizes the way the add-ons start, which should cut down general startup time (about 50%). - [Full Changelog][changelog] ### Changed -- Fixes spelling error in Dockerfile -- Removes BountySource links -- Removes Anchore.io links -- Updates maintenance year to 2019 -- Refactor of GitLab CI -- Upgrades add-on base image to 2.2.1 -- Configure Renovate (#15) -- Replaces add-on link with GitHub link -- Upgrades gpg to 2.2.4-1ubuntu1.2 -- Upgrades Chronograf to 1.7.7 -- Upgrades InfluxDB to 1.7.3 -- Ups timeout of waiting for Influx to 30 minutes -- Improves startup time by storing internal authentication +- :arrow_up: Upgrades add-on base image to 3.0.0 +- :fire: Removes machines definition from add-on config +- :hammer: Makes log_level optional +- :fire: Removes custom log format override +- :arrow_up: Upgrades InfluxDB to 1.7.5 +- :arrow_up: Upgrades Chronograf to 1.7.8 +- :books: Updates documentation for ARMv7 +- :hammer: Rewrite add-on onto Bashio +- :hammer: Makes NGinx wait for Chronograph before starting +- :sparkles: Adds option to disable usage reporting to InfluxData +- :ambulance: Fixes incorrect architecture download for Influx -[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v1.2.1...v1.3.0 +[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v1.3.0...v2.0.0 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck \ No newline at end of file diff --git a/influxdb/README.md b/influxdb/README.md index dc52159c..e7e33309 100644 --- a/influxdb/README.md +++ b/influxdb/README.md @@ -46,13 +46,13 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-influxdb/blob/v1.3.0/README.md +[docs]: https://github.com/hassio-addons/addon-influxdb/blob/v2.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/2019.svg [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.3.0-blue.svg -[release]: https://github.com/hassio-addons/addon-influxdb/tree/v1.3.0 +[release-shield]: https://img.shields.io/badge/version-v2.0.0-blue.svg +[release]: https://github.com/hassio-addons/addon-influxdb/tree/v2.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 b5b7a1b9..e1097eef 100644 --- a/influxdb/config.json +++ b/influxdb/config.json @@ -1,6 +1,6 @@ { "name": "InfluxDB", - "version": "1.3.0", + "version": "2.0.0", "slug": "influxdb", "description": "Scalable datastore for metrics, events, and real-time analytics", "url": "https://github.com/hassio-addons/addon-influxdb", @@ -9,22 +9,9 @@ "arch": [ "aarch64", "amd64", - "armhf", + "armv7", "i386" ], - "machine": [ - "intel-nuc", - "qemux86", - "qemux86-64", - "qemuarm", - "qemuarm-64", - "raspberrypi2", - "raspberrypi3", - "raspberrypi3-64", - "tinker", - "odroid-c2", - "odroid-xu" - ], "map": [ "config:rw", "share:rw", @@ -41,22 +28,20 @@ "homeassistant_api": false, "host_network": false, "options": { - "log_level": "info", "auth": true, + "reporting": true, "ssl": true, "certfile": "fullchain.pem", "keyfile": "privkey.pem" }, "schema": { - "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)", + "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", "auth": "bool", + "reporting": "bool", "ssl": "bool", "certfile": "str", "keyfile": "str", "leave_front_door_open": "bool?" }, - "environment": { - "LOG_FORMAT": "{LEVEL}: {MESSAGE}" - }, "image": "hassioaddons/influxdb-{arch}" } \ No newline at end of file