~esunar/charm-grafana:bug/2002776

Last commit made on 2023-01-16
Get this branch:
git clone -b bug/2002776 https://git.launchpad.net/~esunar/charm-grafana
Only Erhan Sunar can upload to this branch. If you are Erhan Sunar please log in for upload directions.

Branch merges

Branch information

Name:
bug/2002776
Repository:
lp:~esunar/charm-grafana

Recent commits

fb836fa... by Gabriel Cocenza

- remove old grafana gpg key

ef9778f... by Gabriel Cocenza

Changed GPG signing key in grafana-charm

Grafana Labs published a security note yesterday (Jan 12),
see https://grafana.com/blog/2023/01/12/grafana-labs-update-regarding-circleci-security-updates/,
that they have revoked their old APT repository GPG signing key and
generated a new one. The Grafana charm still encodes the old signing
key and needs to be updated as otherwise installation will fail.

cf04344... by Mert Kirpici

Drop bionic support

Reviewed-on: https://code.launchpad.net/~mertkirpici/charm-grafana/+git/charm-grafana/+merge/433866
Reviewed-by: Erhan Sunar <email address hidden>
Reviewed-by: Eric Chen <email address hidden>

e465547... by Mert Kirpici

charm: drop bionic support

Signed-off-by: Mert Kırpıcı <email address hidden>

195e940... by Mert Kirpici

charm: pin Jinja2, setuptools and pyopenssl

Signed-off-by: Mert Kırpıcı <email address hidden>

78bec2e... by Sudeep Bhandari

Update Readme and metadata.yaml

Reviewed-on: https://code.launchpad.net/~sudeephb/charm-grafana/+git/charm-grafana/+merge/429872
Reviewed-by: Eric Chen <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>
Reviewed-by: Robert Gildein <email address hidden>

c855750... by Sudeep Bhandari

Applied suggestions

20b5a45... by Sudeep Bhandari

Added retries in some functional tests

9d6352f... by Sudeep Bhandari

Minor fixes in Readme and metadata.yaml

22ccaf7... by Mustafa Kemal Gilor

dashboards_backup script compatibility update for Grafana version >=8:

The dashboards_backup script was using Slug API for retrieving the
dashboards, which is deprecated in Grafana version '5.4.0' in favor
of UID API, and removed in version '8.0.0'. Due to that, the backup
script was failing to generate backups in version 8.0.0 and above.

This fix introduces an API switch mechanism between Slug API and
UID API, which allows the script to behave as before for Grafana
(< 8.0.0) and use UID API for Grafana version (>= 8.0.0).

Fixes LP issue #1983814

Reviewed-on: https://code.launchpad.net/~mustafakemalgilor/charm-grafana/+git/charm-grafana/+merge/428028
Reviewed-by: Giuseppe Petralia <email address hidden>
Reviewed-by: Robert Gildein <email address hidden>