-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* PMM-13282 Migrate pmm-dump to v3 * PMM-13282 align pmm-dump version with PMM Server * PMM-13282 fix the author name ) * PMM-13282 fix pmm-url parameter for pmm-dump to connect to
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 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,14 +2,14 @@ | |
|
||
%global repo pmm-dump | ||
%global provider github.com/percona/%{repo} | ||
%global commit 0d49b27729506dc62950f9fa59147d63df194db2 | ||
%global commit f226dbb3afb62ac4b9b39032935b5694a48d526f | ||
%global shortcommit %(c=%{commit}; echo ${c:0:7}) | ||
%define build_timestamp %(date -u +"%y%m%d%H%M") | ||
%define release 1 | ||
%define rpm_release %{release}.%{build_timestamp}.%{shortcommit}%{?dist} | ||
|
||
Name: pmm-dump | ||
Version: 0.7.0 | ||
Version: 3.0.0 | ||
Release: %{rpm_release} | ||
Summary: Percona PMM Dump allows to export and import monitoring metrics and query analytics. | ||
|
||
|
@@ -37,6 +37,9 @@ install -p -m 0755 pmm-dump %{buildroot}%{_sbindir}/pmm-dump | |
|
||
|
||
%changelog | ||
* Thu Aug 8 2024 Alex Demidoff <[email protected]> - 3.0.0-1 | ||
- PMM-13282 Migrate pmm-dump to v3 API | ||
|
||
* Tue Nov 23 2023 Artem Gavrilov <[email protected]> - 0.7.0-ga | ||
- PMM-12460 Update pmm-dump to v0.7.0-ga version | ||
|
||
|
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