🎉 Release of add-on InfluxDB 4.2.1

This commit is contained in:
Community Hass.io Add-ons Bot 2021-08-11 13:40:36 +00:00
parent b42bf194eb
commit 88ae86abc5
4 changed files with 27 additions and 10 deletions

View file

@ -790,10 +790,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.1
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v4.1.1/README.md
[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v4.2.1
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v4.2.1/README.md
[influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues
[influxdb-version-shield]: https://img.shields.io/badge/version-v4.1.1-blue.svg
[influxdb-version-shield]: https://img.shields.io/badge/version-v4.2.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,8 +1,24 @@
## Whats changed
## 🚀 Enhancements
- 🏎 Enable streaming mode for Ingress @frenck (#195)
- 🔥 Less logging by removing access log from log ouput @frenck (#198)
- 🔑 Update NGINX SSL parameters @frenck (#197)
## 🧰 Maintenance
- 🚀 Add-on CI improvements @frenck (#193)
## 📚 Documentation
- 🚑 Fix contributing link in readme @frenck (#196)
## ⬆️ Dependency updates
- ⬆️ 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)
- ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 @dependabot (#188)
- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 @dependabot (#189)
- ⬆️ Bump frenck/action-addon-linter from 2.1 to 2.2 @dependabot (#190)
- ⬆️ Bump actions/stale from 3.0.19 to 4 @dependabot (#191)
- ⬆️ Upgrades add-on base image to v4.2.3 @frenck (#194)
- ⬆️ Upgrades InfluxDB to 1.8.9 @frenck (#199)

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

View file

@ -1,11 +1,12 @@
{
"name": "InfluxDB",
"version": "4.1.1",
"version": "4.2.1",
"slug": "influxdb",
"description": "Scalable datastore for metrics, events, and real-time analytics",
"url": "https://github.com/hassio-addons/addon-influxdb",
"ingress": true,
"ingress_port": 1337,
"ingress_stream": true,
"panel_icon": "mdi:chart-areaspline",
"startup": "services",
"homeassistant": "0.92.0b2",