diff --git a/README.md b/README.md index b76fbc772..86a97dd5e 100644 --- a/README.md +++ b/README.md @@ -887,10 +887,10 @@ SOFTWARE. [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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/9ff7ab8 -[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/9ff7ab8/README.md +[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/338284e +[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-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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [influxdb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/influxdb/CHANGELOG.md b/influxdb/CHANGELOG.md index 993618be3..5e8f7b0e0 100644 --- a/influxdb/CHANGELOG.md +++ b/influxdb/CHANGELOG.md @@ -1,2 +1,18 @@ # 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 +- Upgrade Code of Conduct (#104) +- Happy New Year (#103) +- Cleanup repository (#102) - ⬆ Upgrades Chronograf to 1.8.9 diff --git a/influxdb/DOCS.md b/influxdb/DOCS.md index 865a794e9..8abca5257 100644 --- a/influxdb/DOCS.md +++ b/influxdb/DOCS.md @@ -35,7 +35,7 @@ certfile: fullchain.pem keyfile: privkey.pem envvars: - name: INFLUXDB_HTTP_LOG_ENABLED - value: 'true' + value: "true" ``` **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. - `info`: Normal (usually) interesting events. - `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. 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 configuration as documented at: - + **Note**: _Changing these options can possibly cause issues with you instance. USE AT YOUR OWN RISK!_ @@ -164,16 +164,15 @@ Full details of the Home Assistant integration can be found here: ## Changelog & Releases This repository keeps a change log using [GitHub's releases][releases] -functionality. The format of the log is based on -[Keep a Changelog][keepchangelog]. +functionality. 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: -- ``MAJOR``: Incompatible or major changes. -- ``MINOR``: Backwards-compatible new features and enhancements. -- ``PATCH``: Backwards-compatible bugfixes and package updates. +- `MAJOR`: Incompatible or major changes. +- `MINOR`: Backwards-compatible new features and enhancements. +- `PATCH`: Backwards-compatible bugfixes and package updates. ## Support @@ -201,7 +200,7 @@ check [the contributor's page][contributors]. 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 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 [frenck]: https://github.com/frenck [issue]: https://github.com/hassio-addons/addon-influxdb/issues -[keepchangelog]: http://keepachangelog.com/en/1.0.0/ [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-influxdb/releases [semver]: http://semver.org/spec/v2.0.0.htm diff --git a/influxdb/README.md b/influxdb/README.md index 395ee8c0b..026994f89 100644 --- a/influxdb/README.md +++ b/influxdb/README.md @@ -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 [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [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]: 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-9ff7ab8-blue.svg -[release]: https://github.com/hassio-addons/addon-influxdb/tree/9ff7ab8 -[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/master/images/screenshot.png \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-338284e-blue.svg +[release]: https://github.com/hassio-addons/addon-influxdb/tree/338284e +[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/main/images/screenshot.png \ No newline at end of file diff --git a/influxdb/config.json b/influxdb/config.json index 9e923ca38..2c05262a1 100644 --- a/influxdb/config.json +++ b/influxdb/config.json @@ -1,6 +1,6 @@ { "name": "InfluxDB", - "version": "9ff7ab8", + "version": "338284e", "slug": "influxdb", "description": "Scalable datastore for metrics, events, and real-time analytics", "url": "https://github.com/hassio-addons/addon-influxdb", @@ -21,7 +21,6 @@ "share:rw", "ssl" ], - "boot": "auto", "ports": { "80/tcp": null, "8086/tcp": 8086 @@ -30,10 +29,7 @@ "80/tcp": "Web interface (Not required for Ingress)", "8086/tcp": "InfluxDB server" }, - "hassio_api": true, "auth_api": true, - "hassio_role": "default", - "homeassistant_api": false, "options": { "auth": true, "reporting": true, @@ -57,5 +53,5 @@ ], "leave_front_door_open": "bool?" }, - "image": "hassioaddons/influxdb-{arch}" + "image": "ghcr.io/hassio-addons/influxdb/{arch}" } \ No newline at end of file