mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on InfluxDB 4.6.0
This commit is contained in:
parent
649d7e835a
commit
1037ba5ad7
5 changed files with 39 additions and 36 deletions
|
@ -818,10 +818,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.5.0
|
||||
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v4.5.0/README.md
|
||||
[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v4.6.0
|
||||
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v4.6.0/README.md
|
||||
[influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues
|
||||
[influxdb-version-shield]: https://img.shields.io/badge/version-v4.5.0-blue.svg
|
||||
[influxdb-version-shield]: https://img.shields.io/badge/version-v4.6.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
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
## What’s changed
|
||||
|
||||
## 📚 Documentation
|
||||
## 🧰 Maintenance
|
||||
|
||||
- 📚 Use new My Home Assistant link format @frenck (#249)
|
||||
- Add Renovate for dependency management @frenck ([#271](https://github.com/hassio-addons/addon-influxdb/pull/271))
|
||||
- 🎆 Updates maintenance/license year to 2023 @frenck ([#277](https://github.com/hassio-addons/addon-influxdb/pull/277))
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Upgrades add-on base image to 6.0.0 @frenck (#248)
|
||||
- ⬆️ Update debian_11/nginx to v1.18.0-6.1+deb11u3 @renovate ([#275](https://github.com/hassio-addons/addon-influxdb/pull/275))
|
||||
- ⬆️ Update Add-on base image to v6.2.4 @renovate ([#273](https://github.com/hassio-addons/addon-influxdb/pull/273))
|
||||
- ⬆️ Upgrades Chronograf to 1.10.1 @frenck ([#276](https://github.com/hassio-addons/addon-influxdb/pull/276))
|
||||
|
|
|
@ -207,7 +207,7 @@ check [the contributor's page][contributors].
|
|||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018-2021 Franck Nijhof
|
||||
Copyright (c) 2018-2023 Franck Nijhof
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -46,10 +46,10 @@ If you are more interested in stable releases of our add-ons:
|
|||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-influxdb/54491?u=frenck
|
||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
[github-sponsors]: https://github.com/sponsors/frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg
|
||||
[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.5.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v4.5.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v4.6.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v4.6.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/main/images/screenshot.png
|
|
@ -1,48 +1,48 @@
|
|||
name: InfluxDB
|
||||
version: 4.6.0
|
||||
slug: influxdb
|
||||
description: Scalable datastore for metrics, events, and real-time analytics
|
||||
url: https://github.com/hassio-addons/addon-influxdb
|
||||
codenotary: codenotary@frenck.dev
|
||||
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
|
||||
auth_api: true
|
||||
codenotary: codenotary@frenck.dev
|
||||
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
|
||||
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
|
||||
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.5.0
|
||||
image: ghcr.io/hassio-addons/influxdb/{arch}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue