Skip to content

Commit

Permalink
PMM-13235 Bump grafana version to 11.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Aug 15, 2024
1 parent 155b89e commit c033673
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/packages/rpm/server/SPECS/grafana.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%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.0
%define grafana_version 11.1.4
%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 @@ -82,6 +82,9 @@ getent passwd pmm >/dev/null || echo "User pmm does not exist. Please create it
exit 0

%changelog
* Thu Aug 15 2024 Matej Kubinec <[email protected]> - 11.1.4-1
- PMM-13235 Grafana 11.1.4

* Wed Jul 17 2024 Matej Kubinec <[email protected]> - 11.1.0-1
- PMM-13235 Grafana 11.1.0

Expand Down

0 comments on commit c033673

Please sign in to comment.