mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 19:41:27 +00:00
🎉 Release of add-on InfluxDB 1.0.0
This commit is contained in:
parent
0e387c239a
commit
9cc787d58c
4 changed files with 35 additions and 15 deletions
|
@ -541,10 +541,10 @@ SOFTWARE.
|
|||
[ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[ide-armhf-shield]: https://img.shields.io/badge/armhf-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/v0.3.0
|
||||
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v0.3.0/README.md
|
||||
[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v1.0.0
|
||||
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v1.0.0/README.md
|
||||
[influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues
|
||||
[influxdb-version-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
|
||||
[influxdb-version-shield]: https://img.shields.io/badge/version-v1.0.0-blue.svg
|
||||
[influxdb-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/influxdb-armhf.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,8 +1,22 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
### Added
|
||||
|
||||
- Enforces authentication and HaveIBeenPwned checks
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrades InfluxDB to v1.6.0
|
||||
- Upgrades Chronograf to v1.6.0
|
||||
- Upgrades hadolint to latest
|
||||
- Upgrades base image to v2.1.0
|
||||
- Sets default Shell
|
||||
- Enables SSL by default
|
||||
- Upgrades apache2-utils to 2.4.29-1ubuntu4.1
|
||||
- Upgrades InfluxDB to v1.6.1
|
||||
- Upgrades Chronograf to v1.6.1
|
||||
- Upgrades Kapacitor to v1.5.1
|
||||
- Less aggressive cleanup
|
||||
- Stop NGinx from throwing log errors
|
||||
- Updates README and links
|
||||
- Marks add-on stable
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v0.2.2...v0.3.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v0.3.0...v1.0.0
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
|
||||
|
||||
[![Support my work on Patreon][patreon-shield]][patreon]
|
||||
|
||||
Scalable datastore for metrics, events, and real-time analytics.
|
||||
|
||||
## About
|
||||
|
@ -42,13 +44,15 @@ If you are more interested in stable releases of our add-ons:
|
|||
|
||||
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
||||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
||||
[discord]: https://discord.gg/c5DvZ4e
|
||||
[docs]: https://github.com/hassio-addons/addon-influxdb/blob/v0.3.0/README.md
|
||||
[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.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
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v0.3.0
|
||||
[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.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v1.0.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "InfluxDB",
|
||||
"version": "0.3.0",
|
||||
"version": "1.0.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",
|
||||
|
@ -30,7 +30,7 @@
|
|||
"username": "",
|
||||
"password": "",
|
||||
"auth": true,
|
||||
"ssl": false,
|
||||
"ssl": true,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"ipv6": true
|
||||
|
@ -43,7 +43,9 @@
|
|||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
"ipv6": "bool"
|
||||
"ipv6": "bool",
|
||||
"i_like_to_be_pwned": "bool?",
|
||||
"leave_front_door_open": "bool?"
|
||||
},
|
||||
"environment": {
|
||||
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue