1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grafana_ynh.git synced 2024-09-03 20:36:29 +02:00

Merge pull request #119 from YunoHost-Apps/ci-auto-update-v10.1.5

Upgrade to version 10.1.5
This commit is contained in:
eric_G 2023-10-24 20:23:57 +02:00 committed by GitHub
commit f42f25ad49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 6 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Metric & analytic dashboards for monitoring Metric & analytic dashboards for monitoring
**Shipped version:** 10.1.2~ynh1 **Shipped version:** 10.1.5~ynh1
**Demo:** https://play.grafana.org **Demo:** https://play.grafana.org
@ -68,7 +68,6 @@ LDAP and HTTP auth are supported.
* Official app website: <https://grafana.com/> * Official app website: <https://grafana.com/>
* Upstream app code repository: <https://github.com/grafana/grafana> * Upstream app code repository: <https://github.com/grafana/grafana>
* YunoHost documentation for this app: <https://yunohost.org/app_grafana>
* Report a bug: <https://github.com/YunoHost-Apps/grafana_ynh/issues> * Report a bug: <https://github.com/YunoHost-Apps/grafana_ynh/issues>
## Developer info ## Developer info

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Tableaux de bord de supervision Tableaux de bord de supervision
**Version incluse :** 10.1.2~ynh1 **Version incluse :** 10.1.5~ynh1
**Démo :** https://play.grafana.org **Démo :** https://play.grafana.org
@ -68,7 +68,6 @@ LDAP and HTTP auth are supported.
* Site officiel de lapp : <https://grafana.com/> * Site officiel de lapp : <https://grafana.com/>
* Dépôt de code officiel de lapp : <https://github.com/grafana/grafana> * Dépôt de code officiel de lapp : <https://github.com/grafana/grafana>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_grafana>
* Signaler un bug : <https://github.com/YunoHost-Apps/grafana_ynh/issues> * Signaler un bug : <https://github.com/YunoHost-Apps/grafana_ynh/issues>
## Informations pour les développeurs ## Informations pour les développeurs

View file

@ -6,7 +6,7 @@
"en": "Metric & analytic dashboards for monitoring", "en": "Metric & analytic dashboards for monitoring",
"fr": "Tableaux de bord de supervision" "fr": "Tableaux de bord de supervision"
}, },
"version": "10.1.2~ynh1", "version": "10.1.5~ynh1",
"url": "https://grafana.com/oss/grafana/", "url": "https://grafana.com/oss/grafana/",
"upstream": { "upstream": {
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",

View file

@ -5,7 +5,7 @@
#================================================= #=================================================
# Debian package version for Grafana # Debian package version for Grafana
GRAFANA_VERSION="10.1.2" GRAFANA_VERSION="10.1.5"
# dependencies used by the app # dependencies used by the app
pkg_dependencies="influxdb" pkg_dependencies="influxdb"