diff --git a/README.md b/README.md index 51ec9212..a23dd9fc 100644 --- a/README.md +++ b/README.md @@ -426,10 +426,10 @@ SOFTWARE. [ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [ftp-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v0.1.0 -[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v0.1.0/README.md +[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v0.2.0 +[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v0.2.0/README.md [grafana-issue]: https://github.com/hassio-addons/addon-grafana/issues -[grafana-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg +[grafana-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg [grafana-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/grafana-armhf.svg [grafana-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [grafana-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/grafana/CHANGELOG.md b/grafana/CHANGELOG.md index be787ead..e0e09ddf 100644 --- a/grafana/CHANGELOG.md +++ b/grafana/CHANGELOG.md @@ -1 +1,12 @@ -🎉 Initial release! \ No newline at end of file +[Full Changelog][changelog] + +### Changed + +- Upgrades Ubuntu base image to 2.0.0 +- Upgrades libfontconfig1 to 2.12.6-0ubuntu2 +- Updates memcached to 1.5.6-0ubuntu1 +- Links and changes to reflect the InfluxDB docs (#3) (@ferazambuja) +- Rewrites GitLab CI +- Removed i386 (from GitLab CI) + +[changelog]: https://github.com/hassio-addons/addon-grafana/compare/v0.1.0...v0.2.0 \ No newline at end of file diff --git a/grafana/README.md b/grafana/README.md index 7d171630..6a311d89 100644 --- a/grafana/README.md +++ b/grafana/README.md @@ -44,11 +44,11 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord]: https://discord.gg/c5DvZ4e -[docs]: https://github.com/hassio-addons/addon-grafana/blob/v0.1.0/README.md +[docs]: https://github.com/hassio-addons/addon-grafana/blob/v0.2.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-grafana/54674?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg -[release]: https://github.com/hassio-addons/addon-grafana/tree/v0.1.0 +[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg +[release]: https://github.com/hassio-addons/addon-grafana/tree/v0.2.0 [screenshot]: https://github.com/hassio-addons/addon-grafana/raw/master/images/screenshot.png \ No newline at end of file diff --git a/grafana/config.json b/grafana/config.json index efd2d350..85cfc2fd 100644 --- a/grafana/config.json +++ b/grafana/config.json @@ -1,6 +1,6 @@ { "name": "Grafana", - "version": "0.1.0", + "version": "0.2.0", "slug": "grafana", "description": "The open platform for beautiful analytics and monitoring", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-grafana/54674?u=frenck",