-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92800f8
commit eef3b7e
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
%global commit 7dd51483f34ce324e603160f415395fce0bc55a1 | ||
%global shortcommit %(c=%{commit}; echo ${c:0:7}) | ||
%define build_timestamp %(date -u +"%y%m%d%H%M") | ||
%define release 106 | ||
%define grafana_version 11.1.5 | ||
%define release 107 | ||
%define grafana_version 11.1.8 | ||
%define full_pmm_version 2.0.0 | ||
%define full_version v%{grafana_version}-%{full_pmm_version} | ||
%define rpm_release %{release}.%{build_timestamp}.%{shortcommit}%{?dist} | ||
|
@@ -82,6 +82,9 @@ getent passwd pmm >/dev/null || echo "User pmm does not exist. Please create it | |
exit 0 | ||
|
||
%changelog | ||
* Thu Oct 24 2024 Yash Sartanpara <[email protected]> - 11.1.8-1 | ||
- PMM-13449 Grafana 11.1.8 | ||
|
||
* Fri Sep 06 2024 Matej Kubinec <[email protected]> - 11.1.5-1 | ||
- PMM-13235 Grafana 11.1.5 | ||
|
||
|