🎉 Release of add-on InfluxDB 4.1.1

This commit is contained in:
Community Hass.io Add-ons Bot 2021-05-25 13:54:45 +00:00
parent b3573c6db9
commit 5de988d71f
4 changed files with 10 additions and 17 deletions

View file

@ -813,10 +813,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.1.0
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v4.1.0/README.md
[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v4.1.1
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v4.1.1/README.md
[influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues
[influxdb-version-shield]: https://img.shields.io/badge/version-v4.1.0-blue.svg
[influxdb-version-shield]: https://img.shields.io/badge/version-v4.1.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

View file

@ -1,15 +1,8 @@
## Whats changed
## 🚀 Enhancements
- 🔨 Disable chronograf telemetry @sinclairpaul (#165)
- 🔨 Disable kapacitor telemetry @sinclairpaul (#166)
## ⬆️ Dependency updates
- ⬆️ Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 @dependabot (#158)
- ⬆️ Bump docker/login-action from v1.8.0 to v1.9.0 @dependabot (#160)
- ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 @dependabot (#161)
- ⬆️ Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 @dependabot (#159)
- ⬆️ Bump brpaz/hadolint-action from v1.4.0 to v1.5.0 @dependabot (#162)
- ⬆️ Bump frenck/action-addon-linter from 2 to 2.1 @dependabot (#163)
- ⬆️ Bump actions/stale from 3.0.18 to 3.0.19 @dependabot (#167)
- ⬆️ Bump frenck/action-addon-information from 1.0.0 to 1.1 @dependabot (#168)
- ⬆️ Bump micnncim/action-label-syncer from 1.2.0 to 1.3.0 @dependabot (#169)
- ⬆️ Upgrades InfluxDB to 1.8.6 @frenck (#170)

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]: 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.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v4.1.0
[release-shield]: https://img.shields.io/badge/version-v4.1.1-blue.svg
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v4.1.1
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/main/images/screenshot.png

View file

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