From cce560af9337754baec39f246fc814fc75bf81cf Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 23 Jan 2021 12:28:50 +0000 Subject: [PATCH] :tada: Release of add-on InfluxDB 4.0.1 --- README.md | 6 +++--- influxdb/CHANGELOG.md | 15 +++++++-------- influxdb/DOCS.md | 4 +++- influxdb/README.md | 4 ++-- influxdb/config.json | 2 +- 5 files changed, 16 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index e40f02e3..f77580c2 100644 --- a/README.md +++ b/README.md @@ -850,10 +850,10 @@ SOFTWARE. [home-panel-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [home-panel-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [home-panel-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v4.0.0 -[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v4.0.0/README.md +[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v4.0.1 +[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v4.0.1/README.md [influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues -[influxdb-version-shield]: https://img.shields.io/badge/version-v4.0.0-blue.svg +[influxdb-version-shield]: https://img.shields.io/badge/version-v4.0.1-blue.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 [influxdb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/influxdb/CHANGELOG.md b/influxdb/CHANGELOG.md index 0d676e1c..ab8cfee4 100644 --- a/influxdb/CHANGELOG.md +++ b/influxdb/CHANGELOG.md @@ -1,18 +1,17 @@ ## What’s changed -This release is marked major, because of some major changes to our deployment process. +Fixes a login issue that slipped into v4.0.0. +Thanks to @tjorim for providing a fix! 🎉 ## 🐛 Bug fixes -- Restore add-on Supervisor API access @frenck (#108) +- ⬆️ Upgrades Chronograf to 1.8.9.1 @tjorim (#110) -## 🧰 Maintenance +## 📚 Documentation -- Cleanup repository @frenck (#102) -- Happy New Year @frenck (#103) -- Upgrade Code of Conduct @frenck (#104) -- Add new repository workflow @frenck (#105) +- Clarify user permissions step in documentation @sveip (#101) +- Fix CI badges to show the right status @frenck (#112) ## ⬆️ Dependency updates -- Upgrade add-on base image to 4.0.0 @frenck (#107) +- ⬆️ Upgrades Chronograf to 1.8.9.1 @tjorim (#110) diff --git a/influxdb/DOCS.md b/influxdb/DOCS.md index 8abca525..08745eb3 100644 --- a/influxdb/DOCS.md +++ b/influxdb/DOCS.md @@ -129,8 +129,10 @@ You need to do the following steps in order to get this working: - Click on "OPEN WEB UI" to open the admin web-interface provided by this add-on. - On the left menu click on the "InfluxDB Admin". - Create a database for storing Home Assistant's data in, e.g., `homeassistant`. -- Goto the users tab and create a user for Home Assistant, +- Go to the users tab and create a user for Home Assistant, e.g., `homeassistant`. +- Add "ALL" to "Permissions" of the created user, to allow writing to your + database. Now we've got this in place, add the following snippet to your Home Assistant `configuration.yaml` file. diff --git a/influxdb/README.md b/influxdb/README.md index d72ee3a1..5db3364c 100644 --- a/influxdb/README.md +++ b/influxdb/README.md @@ -50,6 +50,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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-v4.0.0-blue.svg -[release]: https://github.com/hassio-addons/addon-influxdb/tree/v4.0.0 +[release-shield]: https://img.shields.io/badge/version-v4.0.1-blue.svg +[release]: https://github.com/hassio-addons/addon-influxdb/tree/v4.0.1 [screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/main/images/screenshot.png \ No newline at end of file diff --git a/influxdb/config.json b/influxdb/config.json index 96e49cd9..fecefc04 100644 --- a/influxdb/config.json +++ b/influxdb/config.json @@ -1,6 +1,6 @@ { "name": "InfluxDB", - "version": "4.0.0", + "version": "4.0.1", "slug": "influxdb", "description": "Scalable datastore for metrics, events, and real-time analytics", "url": "https://github.com/hassio-addons/addon-influxdb",