Skip to content

Commit

Permalink
PMM-12488 update VictoriaMetrics to v1.93.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Tymchuk committed Sep 14, 2023
1 parent 101265c commit 65e1197
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions build/packages/rpm/server/SPECS/pmm-dump.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ install -d -p %{buildroot}%{_sbindir}
install -p -m 0755 pmm-dump %{buildroot}%{_sbindir}/pmm-dump

%files
%license LICENSE
%doc README.md
%{_sbindir}/pmm-dump

Expand Down
11 changes: 7 additions & 4 deletions build/packages/rpm/server/SPECS/victoriametrics.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

%global repo VictoriaMetrics
%global provider github.com/VictoriaMetrics/%{repo}
%global commit pmm-6401-v1.93.1
%global commit pmm-6401-v1.93.4

Name: percona-victoriametrics
Version: 1.93.1
Release: 2%{?dist}
Version: 1.93.4
Release: 1%{?dist}
Summary: VictoriaMetrics monitoring solution and time series database
License: Apache-2.0
URL: https://%{provider}
Expand Down Expand Up @@ -43,13 +43,16 @@ install -D -p -m 0755 ./bin/vmalert-pure %{buildroot}%{_sbindir}/vmalert


%files
%copying LICENSE
%license LICENSE
%doc README.md
%{_sbindir}/victoriametrics
%{_sbindir}/vmalert


%changelog
* Thu Sep 14 2023 Alex Tymchuk <[email protected]> - 1.93.4-1
- upgrade victoriametrics to 1.93.4 release

* Fri Sep 1 2023 Nurlan Moldomurov <[email protected]> - 1.93.1-2
- upgrade victoriametrics to 1.93.1 release

Expand Down
4 changes: 2 additions & 2 deletions build/scripts/vars
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ docker_client_tarball=${root_dir}/results/docker/pmm2-client-${pmm_version}.dock
source_tarball=${root_dir}/results/source_tarball/pmm2-client-${pmm_version}.tar.gz
binary_tarball=${root_dir}/results/tarball/pmm2-client-${pmm_version}.tar.gz

# https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/pmm-6401-v1.93.1
vmagent_commit_hash=ca20478a69233179b1891755937b5c7d58791fc2
# https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/pmm-6401-v1.93.4
vmagent_commit_hash=58ecb9066574f38f1d1c91ace467316e7f175b09

0 comments on commit 65e1197

Please sign in to comment.