mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 19:41:27 +00:00
🎉 Release of add-on Grafana 2.1.0
This commit is contained in:
parent
a1d6d05c0a
commit
c95f8bf335
4 changed files with 26 additions and 16 deletions
|
@ -1,10 +1,19 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
### Changed
|
||||
This release is a maintenance release, without any breaking changes.
|
||||
|
||||
- :arrow_up: Update Grafana to v6.1.0 (#28)
|
||||
### 🔨 Changes
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-grafana/compare/v2.0.1...v2.0.2
|
||||
- :arrow_up: Upgrades base image to v3.1.0
|
||||
- :hammer: Improves S6 finish scripts
|
||||
- :hammer: Use Bashio wait_for before starting Grafana
|
||||
- :hammer: Refactor of init scripts
|
||||
- :fire: Removes default config options
|
||||
- :hammer: Makes Grafana run on port 80 internally
|
||||
- :sparkles: Adds port descriptions
|
||||
- :arrow_up: Updates Grafana to v6.1.4 (#30) (@timmo001)
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-grafana/compare/v2.0.2...v2.1.0
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
|
|
@ -46,13 +46,13 @@ 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/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-grafana/blob/v2.0.2/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-grafana/blob/v2.1.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/2019.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-v2.0.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-grafana/tree/v2.0.2
|
||||
[release-shield]: https://img.shields.io/badge/version-v2.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-grafana/tree/v2.1.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-grafana/raw/master/images/screenshot.png
|
|
@ -1,27 +1,28 @@
|
|||
{
|
||||
"name": "Grafana",
|
||||
"version": "2.0.2",
|
||||
"version": "2.1.0",
|
||||
"slug": "grafana",
|
||||
"description": "The open platform for beautiful analytics and monitoring",
|
||||
"url": "https://github.com/hassio-addons/addon-grafana",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
||||
"startup": "services",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"ports": {
|
||||
"80/tcp": 3000
|
||||
},
|
||||
"ports_description": {
|
||||
"80/tcp": "Grafana web interface"
|
||||
},
|
||||
"map": [
|
||||
"ssl"
|
||||
],
|
||||
"boot": "auto",
|
||||
"ports": {
|
||||
"3000/tcp": 3000
|
||||
},
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"homeassistant_api": false,
|
||||
"host_network": false,
|
||||
"options": {
|
||||
"ssl": true,
|
||||
"certfile": "fullchain.pem",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue