mirror of
https://github.com/YunoHost-Apps/grafana_ynh.git
synced 2024-09-03 20:36:29 +02:00
Merge branch 'testing' into fix_grafana_9.5_ldap_auth
This commit is contained in:
commit
8533708952
5 changed files with 6 additions and 6 deletions
4
.github/workflows/updater.yml
vendored
4
.github/workflows/updater.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Fetch the source code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Run the updater script
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Create Pull Request
|
||||
id: cpr
|
||||
if: ${{ env.PROCEED == 'true' }}
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
commit-message: Update to version ${{ env.VERSION }}
|
||||
|
|
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Metric & analytic dashboards for monitoring
|
||||
|
||||
**Shipped version:** 9.1.2~ynh1
|
||||
**Shipped version:** 9.5.1~ynh1
|
||||
|
||||
**Demo:** https://play.grafana.org
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
Tableaux de bord de supervision
|
||||
|
||||
**Version incluse :** 9.1.2~ynh1
|
||||
**Version incluse :** 9.5.1~ynh1
|
||||
|
||||
**Démo :** https://play.grafana.org
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Metric & analytic dashboards for monitoring",
|
||||
"fr": "Tableaux de bord de supervision"
|
||||
},
|
||||
"version": "9.1.2~ynh1",
|
||||
"version": "9.5.1~ynh1",
|
||||
"url": "https://grafana.com/oss/grafana/",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-only",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#=================================================
|
||||
|
||||
# Debian package version for Grafana
|
||||
GRAFANA_VERSION="9.1.2"
|
||||
GRAFANA_VERSION="9.5.1"
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="influxdb"
|
||||
|
|
Loading…
Reference in a new issue