mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on InfluxDB 1.3.0
This commit is contained in:
parent
aee655c859
commit
7125da809a
4 changed files with 29 additions and 28 deletions
|
@ -650,10 +650,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/v1.2.1
|
||||
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v1.2.1/README.md
|
||||
[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v1.3.0
|
||||
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v1.3.0/README.md
|
||||
[influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues
|
||||
[influxdb-version-shield]: https://img.shields.io/badge/version-v1.2.1-blue.svg
|
||||
[influxdb-version-shield]: https://img.shields.io/badge/version-v1.3.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,26 +1,27 @@
|
|||
This version contains an important security fix, and it is **strongly recommend** for ALL installations to be upgraded to this version **immediately**.
|
||||
This version upgrades InfluxDB & Chronograf to the latest and greatest.
|
||||
Best of this release is the speed upgrade in starting.
|
||||
|
||||
### Bypass of Authentication
|
||||
|
||||
The authentication against Home Assistant can be bypassed by an anonymous and unauthorized user. The issue has been mitigated in the latest release.
|
||||
|
||||
To be clear on the subject: This is an add-on issue and not an issue with the Home Assistant authentication itself.
|
||||
|
||||
Exact details of the vulnerability are not disclosed in order to give our users the time to upgrade.
|
||||
|
||||
Thanks to Lars Larsson (@larsla) for responsibly reporting this vulnerability.
|
||||
|
||||
### Versions Affected
|
||||
|
||||
Affects only the latest release that added support for authentication against Home Assistant, add-on versions v1.2.0. Older releases are not affected.
|
||||
Not only will the add-on wait longer before concluding to fail startup (when awaiting InfluxDB to start with tons of data), it also optimizes the way the add-ons start, which should cut down general startup time (about 50%).
|
||||
|
||||
[Full Changelog][changelog]
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrades InfluxDB to 1.7.2
|
||||
- Upgrades Chronograf to 1.7.5
|
||||
- Upgrades Kapacitor to 1.5.2
|
||||
- Fixes authentication bypass vulnerability
|
||||
- Fixes spelling error in Dockerfile
|
||||
- Removes BountySource links
|
||||
- Removes Anchore.io links
|
||||
- Updates maintenance year to 2019
|
||||
- Refactor of GitLab CI
|
||||
- Upgrades add-on base image to 2.2.1
|
||||
- Configure Renovate (#15)
|
||||
- Replaces add-on link with GitHub link
|
||||
- Upgrades gpg to 2.2.4-1ubuntu1.2
|
||||
- Upgrades Chronograf to 1.7.7
|
||||
- Upgrades InfluxDB to 1.7.3
|
||||
- Ups timeout of waiting for Influx to 30 minutes
|
||||
- Improves startup time by storing internal authentication
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v1.2.0...v1.2.1
|
||||
[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v1.2.1...v1.3.0
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
|
|
@ -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.2.1/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-influxdb/blob/v1.3.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
|
||||
[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-v1.2.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v1.2.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.3.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v1.3.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/master/images/screenshot.png
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "InfluxDB",
|
||||
"version": "1.2.1",
|
||||
"version": "1.3.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",
|
||||
"url": "https://github.com/hassio-addons/addon-influxdb",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8888]",
|
||||
"startup": "services",
|
||||
"arch": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue