mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on InfluxDB 1.1.0
This commit is contained in:
parent
9d7d936d91
commit
82c49e8a24
4 changed files with 18 additions and 9 deletions
|
@ -1,7 +1,15 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Adds in wait for InfluxDB to become ready (#6)
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrades base image to v2.1.1
|
||||
- Upgrades Ubuntu Base image to 2.2.0
|
||||
- Adds Hassio API security role
|
||||
- Upgrades Nginx to 1.14.0-0ubuntu1.1
|
||||
- Upgrades InfluxDB to 1.6.3
|
||||
- Upgrades Chronograph to 1.6.2
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v1.0.0...v1.0.1
|
||||
[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v1.0.1...v1.1.0
|
|
@ -30,13 +30,13 @@ Data Explorer.
|
|||
[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/v1.0.1/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-influxdb/blob/v1.1.0/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/2018.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-v1.0.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v1.0.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v1.1.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "InfluxDB",
|
||||
"version": "1.0.1",
|
||||
"version": "1.1.0",
|
||||
"slug": "influxdb",
|
||||
"description": "Scalable datastore for metrics, events, and real-time analytics",
|
||||
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-influxdb/54491?u=frenck",
|
||||
|
@ -23,6 +23,7 @@
|
|||
"8888/tcp": 8888
|
||||
},
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"homeassistant_api": false,
|
||||
"host_network": false,
|
||||
"options": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue