🎉 Release of add-on InfluxDB 1.0.1

This commit is contained in:
Community Hass.io Add-ons Bot 2018-08-19 13:49:48 +00:00
parent 0fad498ef1
commit cfdb68c26f
4 changed files with 9 additions and 24 deletions

View file

@ -515,10 +515,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.0.0
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v1.0.0/README.md
[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v1.0.1
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v1.0.1/README.md
[influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues
[influxdb-version-shield]: https://img.shields.io/badge/version-v1.0.0-blue.svg
[influxdb-version-shield]: https://img.shields.io/badge/version-v1.0.1-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

View file

@ -1,22 +1,7 @@
[Full Changelog][changelog]
### Added
- Enforces authentication and HaveIBeenPwned checks
### Changed
- 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
- Upgrades base image to v2.1.1
[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v0.3.0...v1.0.0
[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v1.0.0...v1.0.1

View file

@ -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.0/README.md
[docs]: https://github.com/hassio-addons/addon-influxdb/blob/v1.0.1/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.0-blue.svg
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v1.0.0
[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
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "InfluxDB",
"version": "1.0.0",
"version": "1.0.1",
"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",