File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
packages/rpm/server/SPECS
documentation/docs/reference Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 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
1414Name: percona-victoriametrics
15- Version: 1.114 .0
16- Release: 2 %{?dist }
15+ Version: 1.134 .0
16+ Release: 1 %{?dist }
1717Summary: VictoriaMetrics monitoring solution and time series database
1818License: Apache-2.0
1919URL: 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
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ source_tarball=${root_dir}/results/source_tarball/pmm-client-${pmm_version}.tar.
6565binary_tarball=${root_dir}/results/tarball/pmm-client-${pmm_version}.tar.gz
6666dynamic_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
7171redis_exporter_commit_hash=3980c9100940be154765f115e3a3079ff75b08ea
7272# https://github.com/hashicorp/nomad/releases/tag/v1.11.1
Original file line number Diff line number Diff 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 ) |
You can’t perform that action at this time.
0 commit comments