File tree 2 files changed +12
-5
lines changed
ansible/roles/initialization/tasks
packages/rpm/server/SPECS
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 64
64
group : pmm
65
65
mode : 0775
66
66
67
+ # Note: we want to leave this for some time until we achieve stable builds
68
+ - name : Output pmm-managed logs
69
+ shell : sleep 10 && tail -n 300 /srv/logs/pmm-managed.log
70
+
67
71
- name : Wait for PMM to be ready
68
72
ansible.builtin.uri :
69
73
url : " http://127.0.0.1:7772/v1/readyz"
70
74
status_code : 200
71
75
method : GET
72
- retries : 120
73
- delay : 1
76
+ retries : 20
77
+ delay : 5
74
78
75
79
- name : Disable maintenance mode
76
80
file :
Original file line number Diff line number Diff line change 1
1
%global debug_package %{nil }
2
- %global commit 7ff49f34a3998067fa1ea480c07e0c74939ea306
2
+ %global commit 93891204fab2b2be06011638422d3bd9869a1603
3
3
%global shortcommit %(c= %{commit }; echo ${c:0:7})
4
4
%define build_timestamp %(date -u +"%y %m %d %H %M ")
5
- %define release 102
6
- %define grafana_version 9 .2.20
5
+ %define release 103
6
+ %define grafana_version 10 .2.3
7
7
%define full_pmm_version 2.0.0
8
8
%define full_version v%{grafana_version }-%{full_pmm_version }
9
9
%define rpm_release %{release }.%{build_timestamp }.%{shortcommit }%{?dist }
@@ -82,6 +82,9 @@ getent passwd pmm >/dev/null || echo "User pmm does not exist. Please create it
82
82
exit 0
83
83
84
84
%changelog
85
+ * Tue Jan 16 2024 Matej Kubinec <matej.kubinec@ext.percona.com> - 10.2.3-1
86
+ - PMM-12314 Grafana 10.2.3
87
+
85
88
* Mon Nov 27 2023 Alex Demidoff <alexander.demidoff@percona.com> - 9.2.20-2
86
89
- PMM-12693 Run Grafana as non-root user
87
90
You can’t perform that action at this time.
0 commit comments