-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v3' into PMM-11261-update-via-watchtower
- Loading branch information
Showing
18 changed files
with
752 additions
and
512 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
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
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
%global debug_package %{nil} | ||
%global commit 93891204fab2b2be06011638422d3bd9869a1603 | ||
%global commit f283b87d773da4ad61ca65660e72c084ac8f8716 | ||
%global shortcommit %(c=%{commit}; echo ${c:0:7}) | ||
%define build_timestamp %(date -u +"%y%m%d%H%M") | ||
%define release 103 | ||
%define grafana_version 10.2.3 | ||
%define release 104 | ||
%define grafana_version 10.4.0 | ||
%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 | ||
* Tue Mar 12 2024 Matej Kubinec <[email protected]> - 10.4.0-1 | ||
- PMM-12991 Grafana 10.4.0 | ||
|
||
* Tue Jan 16 2024 Matej Kubinec <[email protected]> - 10.2.3-1 | ||
- PMM-12314 Grafana 10.2.3 | ||
|
||
|
Oops, something went wrong.