🎉 Release of add-on InfluxDB 4.0.1

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-23 12:28:50 +00:00
parent 5cc8d03f9f
commit cce560af93
5 changed files with 16 additions and 15 deletions

View file

@ -850,10 +850,10 @@ SOFTWARE.
[home-panel-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[home-panel-i386-shield]: https://img.shields.io/badge/i386-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-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.0/README.md [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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[influxdb-amd64-shield]: https://img.shields.io/badge/amd64-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 [influxdb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,18 +1,17 @@
## Whats changed ## Whats 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 ## 🐛 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) - Clarify user permissions step in documentation @sveip (#101)
- Happy New Year @frenck (#103) - Fix CI badges to show the right status @frenck (#112)
- Upgrade Code of Conduct @frenck (#104)
- Add new repository workflow @frenck (#105)
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- Upgrade add-on base image to 4.0.0 @frenck (#107) - ⬆️ Upgrades Chronograf to 1.8.9.1 @tjorim (#110)

View file

@ -131,6 +131,8 @@ You need to do the following steps in order to get this working:
- Create a database for storing Home Assistant's data in, e.g., `homeassistant`. - Create a database for storing Home Assistant's data in, e.g., `homeassistant`.
- Go to 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`. 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 Now we've got this in place, add the following snippet to your Home Assistant
`configuration.yaml` file. `configuration.yaml` file.

View file

@ -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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [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-shield]: https://img.shields.io/badge/version-v4.0.1-blue.svg
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v4.0.0 [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 [screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/main/images/screenshot.png

View file

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