From afd1dc880ebd7140754b10aabbdea62d8ec070a8 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 27 Jul 2020 07:19:16 +0000 Subject: [PATCH] :arrow_up: Updating add-on Prometheus to 0d8bd26 --- README.md | 6 +++--- prometheus/CHANGELOG.md | 2 +- prometheus/README.md | 42 +++++++++++++++++++++++++++++++++++++++++ prometheus/config.json | 2 +- 4 files changed, 47 insertions(+), 5 deletions(-) create mode 100644 prometheus/README.md diff --git a/README.md b/README.md index f9963ef0a..b1b3cb1c1 100644 --- a/README.md +++ b/README.md @@ -1131,10 +1131,10 @@ SOFTWARE. [portainer-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [portainer-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [portainer-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-prometheus]: https://github.com/hassio-addons/addon-prometheus/tree/d79d1fb -[addon-doc-prometheus]: https://github.com/hassio-addons/addon-prometheus/blob/d79d1fb/README.md +[addon-prometheus]: https://github.com/hassio-addons/addon-prometheus/tree/0d8bd26 +[addon-doc-prometheus]: https://github.com/hassio-addons/addon-prometheus/blob/0d8bd26/README.md [prometheus-issue]: https://github.com/hassio-addons/addon-prometheus/issues -[prometheus-version-shield]: https://img.shields.io/badge/version-d79d1fb-blue.svg +[prometheus-version-shield]: https://img.shields.io/badge/version-0d8bd26-blue.svg [prometheus-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/prometheus-amd64.svg [prometheus-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [prometheus-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/prometheus/CHANGELOG.md b/prometheus/CHANGELOG.md index 110989fa7..8f5b67e07 100644 --- a/prometheus/CHANGELOG.md +++ b/prometheus/CHANGELOG.md @@ -1 +1 @@ -- Linter and build fixed (#3) +- 📚 Added documentation for home-assistiant addon page diff --git a/prometheus/README.md b/prometheus/README.md new file mode 100644 index 000000000..4a8ae6d34 --- /dev/null +++ b/prometheus/README.md @@ -0,0 +1,42 @@ +# Home Assistant Community Add-on: Prometheus + +[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] + +[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum] + +The open platform for beautiful analytics and monitoring. + +## About + +... + +![Prometheus in the Home Assistant Frontend][screenshot] + +## WARNING! THIS IS AN EDGE VERSION! + +This Home Assistant Add-ons repository contains edge builds of add-ons. +Edge builds add-ons are based upon the latest development version. + +- They may not work at all. +- They might stop working at any time. +- They could have a negative impact on your system. + +This repository was created for: + +- Anybody willing to test. +- Anybody interested in trying out upcoming add-ons or add-on features. +- Developers. + +If you are more interested in stable releases of our add-ons: + + + +[discord-shield]: https://img.shields.io/discord/478094546522079232.svg +[discord]: https://discord.me/hassioaddons +[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg +[forum]: https://example.org +[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg +[project-stage-shield]: [project-stage-shield]: https://img.shields.io/badge/project%20stage-Development-yellowgreen.svg +[release-shield]: https://img.shields.io/badge/version-0d8bd26-blue.svg +[release]: https://github.com/hassio-addons/addon-prometheus/tree/0d8bd26 +[screenshot]: https://github.com/hassio-addons/addon-prometheus/raw/master/images/screenshot.png \ No newline at end of file diff --git a/prometheus/config.json b/prometheus/config.json index e90693525..962631747 100644 --- a/prometheus/config.json +++ b/prometheus/config.json @@ -1,6 +1,6 @@ { "name": "Prometheus", - "version": "d79d1fb", + "version": "0d8bd26", "slug": "prometheus", "description": "Cloud native metrics", "url": "https://github.com/hassio-addons/addon-prometheus",