diff --git a/README.md b/README.md index 456c83eaf..8dd0db053 100644 --- a/README.md +++ b/README.md @@ -906,10 +906,10 @@ SOFTWARE. [grocy-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [grocy-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [grocy-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/caf0d4a -[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/caf0d4a/README.md +[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/39885fb +[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/39885fb/README.md [influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues -[influxdb-version-shield]: https://img.shields.io/badge/version-caf0d4a-blue.svg +[influxdb-version-shield]: https://img.shields.io/badge/version-39885fb-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 c0cd20fbd..6706760af 100644 --- a/influxdb/CHANGELOG.md +++ b/influxdb/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog since v5.0.1 +- Fix typo (#364) - ⬆️ Update Add-on base image to v7.6.2 (#361) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> diff --git a/influxdb/README.md b/influxdb/README.md index c9c898942..08b8025fb 100644 --- a/influxdb/README.md +++ b/influxdb/README.md @@ -14,7 +14,7 @@ Scalable datastore for metrics, events, and real-time analytics. InfluxDB is an open source time series database optimized for high-write-volume. It's useful for recording metrics, sensor data, events, -and performing analytics. It exposes an HTTP API for client interaction and if +and performing analytics. It exposes an HTTP API for client interaction and is often used in combination with Grafana to visualize the data. This add-on comes with Chronograf & Kapacitor pre-installed as well. Which @@ -53,6 +53,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-caf0d4a-blue.svg -[release]: https://github.com/hassio-addons/addon-influxdb/tree/caf0d4a +[release-shield]: https://img.shields.io/badge/version-39885fb-blue.svg +[release]: https://github.com/hassio-addons/addon-influxdb/tree/39885fb [screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/main/images/screenshot.png \ No newline at end of file diff --git a/influxdb/config.yaml b/influxdb/config.yaml index a48204c91..6235cb171 100644 --- a/influxdb/config.yaml +++ b/influxdb/config.yaml @@ -1,5 +1,5 @@ name: InfluxDB -version: caf0d4a +version: 39885fb slug: influxdb description: Scalable datastore for metrics, events, and real-time analytics url: https://github.com/hassio-addons/addon-influxdb