mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on InfluxDB 3.0.4
This commit is contained in:
parent
ac41c75fe9
commit
d0647976b8
4 changed files with 18 additions and 12 deletions
|
@ -815,10 +815,10 @@ SOFTWARE.
|
|||
[ide-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[ide-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[ide-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v3.0.3
|
||||
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v3.0.3/README.md
|
||||
[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v3.0.4
|
||||
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v3.0.4/README.md
|
||||
[influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues
|
||||
[influxdb-version-shield]: https://img.shields.io/badge/version-v3.0.3-blue.svg
|
||||
[influxdb-version-shield]: https://img.shields.io/badge/version-v3.0.4-blue.svg
|
||||
[influxdb-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/influxdb-amd64.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
|
||||
|
|
|
@ -1,11 +1,16 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
### Changed
|
||||
✨ This release adds support for the "Add to sidebar" feature that became available in Home Assistant 0.92.
|
||||
|
||||
- :arrow_up: Upgrades InfluxDB to 1.7.6
|
||||
- :arrow_up: Upgrades Chronograf to 1.7.10
|
||||
Please note: You need to have Home Assistant 0.92 or newer to be able to install this update.
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v3.0.2...v3.0.3
|
||||
### 🔨 Changes
|
||||
|
||||
- :arrow_up: Updates Home Assistant requirement to 0.92.0b2
|
||||
- :sparkles: Adds support for showing in sidebar
|
||||
- :books: Removes obsolete iframe URL section from README
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v3.0.3...v3.0.4
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
|
|
@ -46,13 +46,13 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-influxdb/blob/v3.0.3/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-influxdb/blob/v3.0.4/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-influxdb/54491?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
|
||||
[patreon-shield]: https://www.frenck.nl/images/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-v3.0.3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v3.0.3
|
||||
[release-shield]: https://img.shields.io/badge/version-v3.0.4-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v3.0.4
|
||||
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/master/images/screenshot.png
|
|
@ -1,14 +1,15 @@
|
|||
{
|
||||
"name": "InfluxDB",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"slug": "influxdb",
|
||||
"description": "Scalable datastore for metrics, events, and real-time analytics",
|
||||
"url": "https://github.com/hassio-addons/addon-influxdb",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
||||
"ingress": true,
|
||||
"ingress_port": 1337,
|
||||
"panel_icon": "mdi:chart-areaspline",
|
||||
"startup": "services",
|
||||
"homeassistant": "0.91.4",
|
||||
"homeassistant": "0.92.0b2",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue