mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on InfluxDB 4.7.0
This commit is contained in:
parent
4367598479
commit
780ba425d4
5 changed files with 18 additions and 13 deletions
|
@ -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.6.0
|
||||
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v4.6.0/README.md
|
||||
[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v4.7.0
|
||||
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v4.7.0/README.md
|
||||
[influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues
|
||||
[influxdb-version-shield]: https://img.shields.io/badge/version-v4.6.0-blue.svg
|
||||
[influxdb-version-shield]: https://img.shields.io/badge/version-v4.7.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,12 +1,15 @@
|
|||
## What’s changed
|
||||
|
||||
## 🧰 Maintenance
|
||||
## ✨ New features
|
||||
|
||||
- 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))
|
||||
- Add port configuration for backup and restore @frenck ([#287](https://github.com/hassio-addons/addon-influxdb/pull/287))
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- Fix broken URL @wrt54g ([#279](https://github.com/hassio-addons/addon-influxdb/pull/279))
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ 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))
|
||||
- ⬆️ Update Add-on base image to v6.2.5 @renovate ([#280](https://github.com/hassio-addons/addon-influxdb/pull/280))
|
||||
- ⬆️ Update Add-on base image to v6.2.6 @renovate ([#282](https://github.com/hassio-addons/addon-influxdb/pull/282))
|
||||
- ⬆️ Update Add-on base image to v6.2.7 @renovate ([#284](https://github.com/hassio-addons/addon-influxdb/pull/284))
|
||||
|
|
|
@ -238,4 +238,4 @@ SOFTWARE.
|
|||
[issue]: https://github.com/hassio-addons/addon-influxdb/issues
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-influxdb/releases
|
||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||
[semver]: https://semver.org/spec/v2.0.0.html
|
||||
|
|
|
@ -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.6.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v4.6.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v4.7.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v4.7.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/main/images/screenshot.png
|
|
@ -1,5 +1,5 @@
|
|||
name: InfluxDB
|
||||
version: 4.6.0
|
||||
version: 4.7.0
|
||||
slug: influxdb
|
||||
description: Scalable datastore for metrics, events, and real-time analytics
|
||||
url: https://github.com/hassio-addons/addon-influxdb
|
||||
|
@ -23,9 +23,11 @@ map:
|
|||
ports:
|
||||
80/tcp: null
|
||||
8086/tcp: 8086
|
||||
8088/tcp: 8088
|
||||
ports_description:
|
||||
80/tcp: Web interface (Not required for Ingress)
|
||||
8086/tcp: InfluxDB server
|
||||
8088/tcp: RPC service for backup and restore
|
||||
auth_api: true
|
||||
options:
|
||||
auth: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue