Skip to content

Commit cf3f32a

Browse files
authored
PMM-14800 Upgrade VitoriaMetrics to v1.134.0 (#4981)
1 parent 43f2ed1 commit cf3f32a

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
%global repo VictoriaMetrics
1111
%global provider github.com/VictoriaMetrics/%{repo}
12-
%global commit pmm-6401-v1.114.0
12+
%global commit pmm-6401-v1.134.0
1313

1414
Name: percona-victoriametrics
15-
Version: 1.114.0
16-
Release: 2%{?dist}
15+
Version: 1.134.0
16+
Release: 1%{?dist}
1717
Summary: VictoriaMetrics monitoring solution and time series database
1818
License: Apache-2.0
1919
URL: https://%{provider}
@@ -50,6 +50,9 @@ install -D -p -m 0755 ./bin/vmalert-pure %{buildroot}%{_sbindir}/vmalert
5050

5151

5252
%changelog
53+
* Mon Feb 2 2026 Alex Demidoff <alexander.demidoff@percona.com> - 1.134.0-1
54+
- upgrade victoriametrics to 1.134.0 release
55+
5356
* Fri Jan 30 2025 Alex Demidoff <alexander.demidoff@percona.com> - 1.114.0-2
5457
- upgrade victoriametrics to 1.114.0 release
5558

build/scripts/vars

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

68-
# https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/pmm-6401-v1.114.0
69-
vmagent_commit_hash=a5e3c6d4492db765800363dfae48a04b4d7888be
68+
# https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/pmm-6401-v1.134.0
69+
vmagent_commit_hash=8fb6f74a739dc9d433274906fd69d1b2edca6951
7070
# https://github.com/oliver006/redis_exporter/releases/tag/v1.80.2
7171
redis_exporter_commit_hash=3980c9100940be154765f115e3a3079ff75b08ea
7272
# https://github.com/hashicorp/nomad/releases/tag/v1.11.1

documentation/docs/reference/pmm_components_and_versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The following table lists all the PMM client/server components and their version
55
| PMM client/server component | Version | Documentation |Location on GitHub|
66
|-----------------------------|----------|---------------|------------------|
77
| Grafana | 11.6.3* | [Grafana documentation](https://grafana.com/docs/grafana/latest/)|[Github Grafana](https://github.com/percona-platform/grafana)|
8-
| VictoriaMetrics| 1.114.0 | [VictoriaMetrics documentation](https://docs.victoriametrics.com/)|[Github VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics) |
8+
| VictoriaMetrics| 1.134.0 | [VictoriaMetrics documentation](https://docs.victoriametrics.com/)|[Github VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics) |
99
| Nginx | 1.20.1 | [Nginx documentation](http://nginx.org/en/docs/)|[Github Nginx](https://github.com/nginx/nginx) |
1010
| Percona Distribution for PostgreSQL | 14.5 | [Percona Distribution for PostgreSQL 14 documentation](https://www.percona.com/doc/postgresql/LATEST/index.html)| |
1111
| Clickhouse| 25.3.6.56 |[ClickHouse documentation](https://clickhouse.com/docs/en/)|[Github ClickHouse](https://github.com/ClickHouse/ClickHouse)|

0 commit comments

Comments
 (0)