Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PMM-12488 update VictoriaMetrics to v1.93.4 #2483

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading