🎉 Release of add-on InfluxDB 4.0.4

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-05 15:44:00 +00:00
parent 7ec643e85e
commit ab0fe784e3
5 changed files with 19 additions and 9 deletions

View file

@ -864,10 +864,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.0.3
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v4.0.3/README.md
[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v4.0.4
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v4.0.4/README.md
[influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues
[influxdb-version-shield]: https://img.shields.io/badge/version-v4.0.3-blue.svg
[influxdb-version-shield]: https://img.shields.io/badge/version-v4.0.4-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,6 +1,16 @@
## Whats changed
## 📚 Documentation
- Add note about env values to documentation @michaelpiron (#140)
## ⬆️ Dependency updates
- ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#127)
- ⬆ Upgrades InfluxDB to 1.8.4 @frenck (#128)
- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#133)
- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#135)
- ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#136)
- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#143)
- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#144)
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#146)
- ⬆️ Upgrades add-on base image to v4.1.4 @frenck (#148)
- ⬆️ Upgrades Kapacitor to 1.5.9-1 @frenck (#149)

View file

@ -108,7 +108,7 @@ The name of the environment variable to set which must start with `INFLUXDB_`
#### Sub-option: `value`
The value of the environment variable to set, set the Influx documentation for
full details.
full details. Values should always be entered as a string (even true/false values).
### Option: `leave_front_door_open`

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

View file

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