Skip to content

Commit 85387c6

Browse files
authored
PMM-15044 Bump VictoriaMetrics to 1.143.0, Nomad to v2.0.1 (#5374)
* PMM-15044 Bump VictoriaMetrics to v1.143.0, Nomad to v2.0.1 * PMM-15044 Bump VictoriaMetrics to v1.143.0, Nomad to v2.0.1
1 parent 2d59f92 commit 85387c6

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

build/packages/rpm/server/SPECS/victoriametrics.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
%global repo VictoriaMetrics
44
%global provider github.com/VictoriaMetrics/%{repo}
5-
%global commit pmm-6401-v1.140.0
5+
%global commit pmm-6401-v1.143.0
66

77
Name: percona-victoriametrics
8-
Version: 1.140.0
8+
Version: 1.143.0
99
Release: 1%{?dist}
1010
Summary: VictoriaMetrics monitoring solution and time series database
1111
License: Apache-2.0
@@ -43,6 +43,9 @@ install -D -p -m 0755 ./bin/vmalert-pure %{buildroot}%{_sbindir}/vmalert
4343

4444

4545
%changelog
46+
* Mon May 18 2026 Alex Demidoff <alexander.demidoff@percona.com> - 1.143.0-1
47+
- upgrade victoriametrics to 1.143.0 release
48+
4649
* Wed Apr 22 2026 Alex Demidoff <alexander.demidoff@percona.com> - 1.140.0-1
4750
- upgrade victoriametrics to 1.140.0 release
4851

build/scripts/vars

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ source_tarball=${root_dir}/results/source_tarball/pmm-client-${pmm_version}.tar.
6464
binary_tarball=${root_dir}/results/tarball/pmm-client-${pmm_version}.tar.gz
6565
dynamic_binary_tarball=${root_dir}/results/tarball/pmm-client-${pmm_version}-${BUILD_TYPE}-${OS_VARIANT}.tar.gz
6666

67-
# https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/pmm-6401-v1.140.0
68-
vmagent_commit_hash=de590f71fe078c197e32cc873995965161bcedc8
67+
# https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/pmm-6401-v1.143.0
68+
vmagent_commit_hash=2a094963cfb06c69656364d4f8231fa7685987bd
6969
# https://github.com/oliver006/redis_exporter/releases/tag/v1.82.0
7070
redis_exporter_commit_hash=1f3d89a11af0f0fd10f4f6e56b24a1687ae85776
71-
# https://github.com/hashicorp/nomad/releases/tag/v2.0.0
72-
nomad_commit_hash=7a90601f4d9bc473718311fe5167c0c1f66500ba
71+
# https://github.com/hashicorp/nomad/releases/tag/v2.0.1
72+
nomad_commit_hash=5c11f948ba7e9e709abf7f2ab7895ba5b44feb39

0 commit comments

Comments
 (0)