Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PMM-12254 Update grafana spec to 9.2.20 #2315

Merged
merged 6 commits into from
Jun 29, 2023
9 changes: 6 additions & 3 deletions build/packages/rpm/server/SPECS/grafana.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
%global debug_package %{nil}
%global commit f84a7c35000e11a2f4684852fd657f814381558c
%global commit 7ff49f34a3998067fa1ea480c07e0c74939ea306
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%define build_timestamp %(date -u +"%y%m%d%H%M")
%define release 99
%define grafana_version 9.2.18
%define release 100
%define grafana_version 9.2.20
%define full_pmm_version 2.0.0
%define full_version v%{grafana_version}-%{full_pmm_version}
%define rpm_release %{release}.%{build_timestamp}.%{shortcommit}%{?dist}
Expand Down Expand Up @@ -84,6 +84,9 @@ getent passwd grafana >/dev/null || \
exit 0

%changelog
* Tue Jun 27 2023 Matej Kubinec <[email protected]> - 9.2.20-1
- PMM-12254 Grafana 9.2.20

* Thu May 18 2023 Matej Kubinec <[email protected]> - 9.2.18-1
- PMM-12114 Grafana 9.2.18

Expand Down