🎉 Release of add-on InfluxDB 3.2.0

This commit is contained in:
Community Hass.io Add-ons Bot 2019-08-23 21:40:34 +00:00
parent be8ab1a34b
commit bfe69c5844
4 changed files with 19 additions and 12 deletions

View file

@ -846,10 +846,10 @@ SOFTWARE.
[ide-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[ide-armv7-shield]: https://img.shields.io/badge/armv7-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/v3.1.2
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v3.1.2/README.md
[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v3.2.0
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v3.2.0/README.md
[influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues
[influxdb-version-shield]: https://img.shields.io/badge/version-v3.1.2-blue.svg
[influxdb-version-shield]: https://img.shields.io/badge/version-v3.2.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,14 +1,21 @@
[Full Changelog][changelog]
This is a general maintenance release.
This release adds support for the Flux query language! 🎉
Oh, and it updates all other stuff as well.
### 🔨 Changes
- :arrow_up: Upgrades libnginx-mod-http-lua to 1.14.0-0ubuntu1.3
- :arrow_up: Upgrades nginx to 1.14.0-0ubuntu1.3
- :arrow_up: Upgrades add-on base image to v3.1.4
- :arrow_up: Upgrades nginx to 1.14.0-0ubuntu1.5
- :arrow_up: Upgrades add-on base image to v3.2.0
- :arrow_up: Upgrades nginx to 1.14.0-0ubuntu1.6
- :arrow_up: Upgrades libnginx-mod-http-lua to 1.14.0-0ubuntu1.6
- :hammer: Updates HA Auth URL in NGinx LUA script
- :ambulance: Fixes path handling for SSL certificates
- :hammer: Use Hass.io DNS as NGinx resolver
- :arrow_up: Upgrades Chronograf to 1.7.13
- :sparkles: Enables Flux
[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v3.1.1...v3.1.2
[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v3.1.2...v3.2.0
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -30,13 +30,13 @@ Data Explorer.
[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/v3.1.2/README.md
[docs]: https://github.com/hassio-addons/addon-influxdb/blob/v3.2.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-v3.1.2-blue.svg
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v3.1.2
[release-shield]: https://img.shields.io/badge/version-v3.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v3.2.0
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "InfluxDB",
"version": "3.1.2",
"version": "3.2.0",
"slug": "influxdb",
"description": "Scalable datastore for metrics, events, and real-time analytics",
"url": "https://github.com/hassio-addons/addon-influxdb",