⬆️ Updating add-on InfluxDB to 338284e

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-21 20:34:36 +00:00
parent d2ffb8b9a7
commit 21fa7e216a
5 changed files with 34 additions and 24 deletions

View file

@ -887,10 +887,10 @@ SOFTWARE.
[home-panel-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [home-panel-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[home-panel-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [home-panel-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[home-panel-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [home-panel-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/9ff7ab8 [addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/338284e
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/9ff7ab8/README.md [addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/338284e/README.md
[influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues [influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues
[influxdb-version-shield]: https://img.shields.io/badge/version-9ff7ab8-blue.svg [influxdb-version-shield]: https://img.shields.io/badge/version-338284e-blue.svg
[influxdb-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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 [influxdb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[influxdb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [influxdb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,2 +1,18 @@
# Changelog since v3.7.9 # Changelog since v3.7.9
- Add new repository workflow (#105)
* Add new repository workflow
* Prettified Code!
* Address add-on lint errors
* Documentation tweaks
* Migrate Docker build arguments
Co-authored-by: frenck <frenck@users.noreply.github.com>
- Upgrade Code of Conduct (#104)
- Happy New Year (#103)
- Cleanup repository (#102)
- ⬆ Upgrades Chronograf to 1.8.9 - ⬆ Upgrades Chronograf to 1.8.9

View file

@ -35,7 +35,7 @@ certfile: fullchain.pem
keyfile: privkey.pem keyfile: privkey.pem
envvars: envvars:
- name: INFLUXDB_HTTP_LOG_ENABLED - name: INFLUXDB_HTTP_LOG_ENABLED
value: 'true' value: "true"
``` ```
**Note**: _This is just an example, don't copy and paste it! Create your own!_ **Note**: _This is just an example, don't copy and paste it! Create your own!_
@ -50,7 +50,7 @@ dealing with an unknown issue. Possible values are:
- `debug`: Shows detailed debug information. - `debug`: Shows detailed debug information.
- `info`: Normal (usually) interesting events. - `info`: Normal (usually) interesting events.
- `warning`: Exceptional occurrences that are not errors. - `warning`: Exceptional occurrences that are not errors.
- `error`: Runtime errors that do not require immediate action. - `error`: Runtime errors that do not require immediate action.
- `fatal`: Something went terribly wrong. Add-on becomes unusable. - `fatal`: Something went terribly wrong. Add-on becomes unusable.
Please note that each level automatically includes log messages from a Please note that each level automatically includes log messages from a
@ -94,7 +94,7 @@ The private key file to use for SSL.
This allows the setting of Environment Variables to control InfluxDB This allows the setting of Environment Variables to control InfluxDB
configuration as documented at: configuration as documented at:
<https://docs.influxdata.com/influxdb/v1.7/administration/config/#configuration-settings> <https://docs.influxdata.com/influxdb/v1.7/administration/config/#configuration-settings>
**Note**: _Changing these options can possibly cause issues with you instance. **Note**: _Changing these options can possibly cause issues with you instance.
USE AT YOUR OWN RISK!_ USE AT YOUR OWN RISK!_
@ -164,16 +164,15 @@ Full details of the Home Assistant integration can be found here:
## Changelog & Releases ## Changelog & Releases
This repository keeps a change log using [GitHub's releases][releases] This repository keeps a change log using [GitHub's releases][releases]
functionality. The format of the log is based on functionality.
[Keep a Changelog][keepchangelog].
Releases are based on [Semantic Versioning][semver], and use the format Releases are based on [Semantic Versioning][semver], and use the format
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
based on the following: based on the following:
- ``MAJOR``: Incompatible or major changes. - `MAJOR`: Incompatible or major changes.
- ``MINOR``: Backwards-compatible new features and enhancements. - `MINOR`: Backwards-compatible new features and enhancements.
- ``PATCH``: Backwards-compatible bugfixes and package updates. - `PATCH`: Backwards-compatible bugfixes and package updates.
## Support ## Support
@ -201,7 +200,7 @@ check [the contributor's page][contributors].
MIT License MIT License
Copyright (c) 2018-2020 Franck Nijhof Copyright (c) 2018-2021 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
@ -228,7 +227,6 @@ SOFTWARE.
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-influxdb/54491?u=frenck [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-influxdb/54491?u=frenck
[frenck]: https://github.com/frenck [frenck]: https://github.com/frenck
[issue]: https://github.com/hassio-addons/addon-influxdb/issues [issue]: https://github.com/hassio-addons/addon-influxdb/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
[reddit]: https://reddit.com/r/homeassistant [reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-influxdb/releases [releases]: https://github.com/hassio-addons/addon-influxdb/releases
[semver]: http://semver.org/spec/v2.0.0.htm [semver]: http://semver.org/spec/v2.0.0.htm

View file

@ -49,10 +49,10 @@ If you are more interested in stable releases of our add-ons:
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-influxdb/54491?u=frenck [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-influxdb/54491?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
[github-sponsors]: https://github.com/sponsors/frenck [github-sponsors]: https://github.com/sponsors/frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-9ff7ab8-blue.svg [release-shield]: https://img.shields.io/badge/version-338284e-blue.svg
[release]: https://github.com/hassio-addons/addon-influxdb/tree/9ff7ab8 [release]: https://github.com/hassio-addons/addon-influxdb/tree/338284e
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/master/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/main/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "InfluxDB", "name": "InfluxDB",
"version": "9ff7ab8", "version": "338284e",
"slug": "influxdb", "slug": "influxdb",
"description": "Scalable datastore for metrics, events, and real-time analytics", "description": "Scalable datastore for metrics, events, and real-time analytics",
"url": "https://github.com/hassio-addons/addon-influxdb", "url": "https://github.com/hassio-addons/addon-influxdb",
@ -21,7 +21,6 @@
"share:rw", "share:rw",
"ssl" "ssl"
], ],
"boot": "auto",
"ports": { "ports": {
"80/tcp": null, "80/tcp": null,
"8086/tcp": 8086 "8086/tcp": 8086
@ -30,10 +29,7 @@
"80/tcp": "Web interface (Not required for Ingress)", "80/tcp": "Web interface (Not required for Ingress)",
"8086/tcp": "InfluxDB server" "8086/tcp": "InfluxDB server"
}, },
"hassio_api": true,
"auth_api": true, "auth_api": true,
"hassio_role": "default",
"homeassistant_api": false,
"options": { "options": {
"auth": true, "auth": true,
"reporting": true, "reporting": true,
@ -57,5 +53,5 @@
], ],
"leave_front_door_open": "bool?" "leave_front_door_open": "bool?"
}, },
"image": "hassioaddons/influxdb-{arch}" "image": "ghcr.io/hassio-addons/influxdb/{arch}"
} }