🎉 Release of add-on InfluxDB 3.0.0

This commit is contained in:
Community Hass.io Add-ons Bot 2019-04-14 21:26:22 +00:00
parent 6fb2acbd42
commit a5e30e5ca3
4 changed files with 28 additions and 23 deletions

View file

@ -775,10 +775,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/v2.0.0
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v2.0.0/README.md
[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v3.0.0
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v3.0.0/README.md
[influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues
[influxdb-version-shield]: https://img.shields.io/badge/version-v2.0.0-blue.svg
[influxdb-version-shield]: https://img.shields.io/badge/version-v3.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

View file

@ -1,20 +1,20 @@
[Full Changelog][changelog]
This release adds Hass.io Ingress support to the add-on :tada:
### Changed
- :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
- :arrow_up: Upgrades base image to v3.1.0
- :arrow_up: Upgrades lua-resty-http to 0.13-0
- :arrow_up: Upgrades Chronograf to 1.7.9
- :fire: Removes GPG signature checks. InfluxData fails to deliver the signatures.
- :sparkles: Adds Hassio Ingress support
- :hammer: Improves S6 finish scripts
- :hammer: Simplifies add-on code logic
- :books: Tweaked README a little
- :ambulance: Fixes error in init scripts execution order
[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v1.3.0...v2.0.0
[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v2.0.0...v3.0.0
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -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/v2.0.0/README.md
[docs]: https://github.com/hassio-addons/addon-influxdb/blob/v3.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-v2.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v2.0.0
[release-shield]: https://img.shields.io/badge/version-v3.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v3.0.0
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/master/images/screenshot.png

View file

@ -1,10 +1,12 @@
{
"name": "InfluxDB",
"version": "2.0.0",
"version": "3.0.0",
"slug": "influxdb",
"description": "Scalable datastore for metrics, events, and real-time analytics",
"url": "https://github.com/hassio-addons/addon-influxdb",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8888]",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
"ingress": true,
"ingress_port": 1337,
"startup": "services",
"arch": [
"aarch64",
@ -19,14 +21,17 @@
],
"boot": "auto",
"ports": {
"8086/tcp": 8086,
"8888/tcp": 8888
"80/tcp": null,
"8086/tcp": 8086
},
"ports_description": {
"80/tcp": "Web interface (Not required for Hass.io Ingress)",
"8086/tcp": "InfluxDB server"
},
"hassio_api": true,
"auth_api": true,
"hassio_role": "default",
"homeassistant_api": false,
"host_network": false,
"options": {
"auth": true,
"reporting": true,