🎉 Release of add-on InfluxDB 4.0.2

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-08 21:40:52 +00:00
parent a23a7dadaf
commit c0dc0d8750
4 changed files with 16 additions and 18 deletions

View file

@ -864,10 +864,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.1 [addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v4.0.2
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v4.0.1/README.md [addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v4.0.2/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.1-blue.svg [influxdb-version-shield]: https://img.shields.io/badge/version-v4.0.2-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,17 +1,16 @@
## Whats changed ## Whats changed
Fixes a login issue that slipped into v4.0.0. ## 🧰 Maintenance
Thanks to @tjorim for providing a fix! 🎉
## 🐛 Bug fixes - Remove obsolete webui from configuration @frenck (#116)
- ⬆️ Upgrades Chronograf to 1.8.9.1 @tjorim (#110)
## 📚 Documentation
- Clarify user permissions step in documentation @sveip (#101)
- Fix CI badges to show the right status @frenck (#112)
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Upgrades Chronograf to 1.8.9.1 @tjorim (#110) - ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#114)
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#115)
- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#119)
- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#122)
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#121)
- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#124)
- Upgrade add-on base image to 4.1.2 @frenck (#125)
- ⬆ Upgrades Chronograf to 1.8.10 @frenck (#126)

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.1-blue.svg [release-shield]: https://img.shields.io/badge/version-v4.0.2-blue.svg
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v4.0.1 [release]: https://github.com/hassio-addons/addon-influxdb/tree/v4.0.2
[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,10 +1,9 @@
{ {
"name": "InfluxDB", "name": "InfluxDB",
"version": "4.0.1", "version": "4.0.2",
"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",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
"ingress": true, "ingress": true,
"ingress_port": 1337, "ingress_port": 1337,
"panel_icon": "mdi:chart-areaspline", "panel_icon": "mdi:chart-areaspline",