🎉 Release of add-on InfluxDB 4.3.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-11-11 14:29:52 +00:00
parent 37a218e146
commit 158c667ad1
5 changed files with 66 additions and 77 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.2.1
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v4.2.1/README.md
[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v4.3.0
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v4.3.0/README.md
[influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues
[influxdb-version-shield]: https://img.shields.io/badge/version-v4.2.1-blue.svg
[influxdb-version-shield]: https://img.shields.io/badge/version-v4.3.0-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

@ -2,23 +2,23 @@
## 🚀 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)
- Migrate JSON config to YAML @frenck (#222)
## 🧰 Maintenance
- 🚀 Add-on CI improvements @frenck (#193)
## 📚 Documentation
- 🚑 Fix contributing link in readme @frenck (#196)
- Switch to centralized GitHub Action Workflows @frenck (#221)
## ⬆️ Dependency updates
- ⬆️ 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)
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#202)
- ⬆️ Upgrades add-on base image to v5.0.0 @frenck (#203)
- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#204)
- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#205)
- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#207)
- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#206)
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#212)
- ⬆️ Upgrades add-on base image to 5.1.1 @frenck (#214)
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#215)
- ⬆️ Upgrades add-on base image to 5.2.0 @frenck (#223)
- ⬆️ Upgrades add-on base image to 5.2.2 @frenck (#224)
- ⬆️ Upgrades InfluxDB to 1.8.10 @frenck (#225)

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

View file

@ -1,58 +0,0 @@
{
"name": "InfluxDB",
"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",
"hassio_api": true,
"arch": [
"aarch64",
"amd64",
"armv7",
"i386"
],
"init": false,
"map": [
"share:rw",
"ssl"
],
"ports": {
"80/tcp": null,
"8086/tcp": 8086
},
"ports_description": {
"80/tcp": "Web interface (Not required for Ingress)",
"8086/tcp": "InfluxDB server"
},
"auth_api": true,
"options": {
"auth": true,
"reporting": true,
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"envvars": []
},
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"auth": "bool",
"reporting": "bool",
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"envvars": [
{
"name": "match(^INFLUXDB_([A-Z0-9_])+$)",
"value": "str"
}
],
"leave_front_door_open": "bool?"
},
"image": "ghcr.io/hassio-addons/influxdb/{arch}"
}

47
influxdb/config.yaml Normal file
View file

@ -0,0 +1,47 @@
arch:
- aarch64
- amd64
- armv7
- i386
auth_api: true
description: Scalable datastore for metrics, events, and real-time analytics
hassio_api: true
homeassistant: 0.92.0b2
image: ghcr.io/hassio-addons/influxdb/{arch}
ingress: true
ingress_port: 1337
ingress_stream: true
init: false
map:
- share:rw
- ssl
name: InfluxDB
options:
auth: true
certfile: fullchain.pem
envvars: []
keyfile: privkey.pem
reporting: true
ssl: true
panel_icon: mdi:chart-areaspline
ports:
80/tcp: null
8086/tcp: 8086
ports_description:
80/tcp: Web interface (Not required for Ingress)
8086/tcp: InfluxDB server
schema:
auth: bool
certfile: str
envvars:
- name: match(^INFLUXDB_([A-Z0-9_])+$)
value: str
keyfile: str
leave_front_door_open: bool?
log_level: list(trace|debug|info|notice|warning|error|fatal)?
reporting: bool
ssl: bool
slug: influxdb
startup: services
url: https://github.com/hassio-addons/addon-influxdb
version: 4.3.0