-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathversion.json
More file actions
204 lines (204 loc) · 8.52 KB
/
version.json
File metadata and controls
204 lines (204 loc) · 8.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
{
"version": "0.9.7",
"build": "2026.04.19",
"release_date": "2026-04-19",
"changelog": [
"SSH reachability: corosync-VLAN setups now resolve the real mgmt IP for all node ops (#324)",
"Node Hardening: PDF/PNG export of CIS/Lynis/STIG/PegaProx audit reports",
"KSM Sharing visible in Node Summary, always shown (matches native PVE UI)",
"CVE Scanner: failed-scan nodes no longer show as green '0 CVEs' — grey dash with failed count",
"CVE Scanner: breathing room in corporate layout (taller stat cards, bigger gap)",
"Corporate dashboard: single-node clusters show 'Standalone' badge instead of 'Quorum verloren' (#326)",
"Disk Create modal: dropdown click no longer dismisses the modal (#323)",
"Translations: verbose audit, KSM sharing, snooze controls across DE/EN/FR/ES/PT/KO"
],
"min_python": "3.8",
"download_url": "https://github.com/PegaProx/project-pegaprox/releases/latest",
"update_archive": "https://github.com/PegaProx/project-pegaprox/archive/refs/heads/main.tar.gz",
"update_mirror": "https://updates.pegaprox.com",
"update_files": [
"Dockerfile",
"docker-compose.yml",
"LICENSE",
"README.md",
"deploy.sh",
"images/favicon.ico",
"images/oc_contribute_button.png",
"images/pegaprox.png",
"images/sponsors/sponsor1.png",
"images/sponsors/sponsor2.png",
"misc/proxmox-lxc-appliance-creator.sh",
"pegaprox/__init__.py",
"pegaprox/api/__init__.py",
"pegaprox/api/alerts.py",
"pegaprox/api/auth.py",
"pegaprox/api/clusters.py",
"pegaprox/api/datacenter.py",
"pegaprox/api/groups.py",
"pegaprox/api/helpers.py",
"pegaprox/api/history.py",
"pegaprox/api/nodes.py",
"pegaprox/api/pbs.py",
"pegaprox/api/realtime.py",
"pegaprox/api/reports.py",
"pegaprox/api/schedules.py",
"pegaprox/api/search.py",
"pegaprox/api/settings.py",
"pegaprox/api/static_files.py",
"pegaprox/api/storage.py",
"pegaprox/api/users.py",
"pegaprox/api/vms.py",
"pegaprox/api/vmware.py",
"pegaprox/api/ceph.py",
"pegaprox/api/plugins.py",
"pegaprox/api/site_recovery.py",
"pegaprox/api/xhm.py",
"pegaprox/api/.ssh_ws_server.py",
"pegaprox/app.py",
"pegaprox/background/__init__.py",
"pegaprox/background/alerts.py",
"pegaprox/background/broadcast.py",
"pegaprox/background/cross_cluster_lb.py",
"pegaprox/background/cross_cluster_replication.py",
"pegaprox/background/metrics.py",
"pegaprox/background/password_expiry.py",
"pegaprox/background/scheduler.py",
"pegaprox/background/site_recovery.py",
"pegaprox/background/syslog_server.py",
"pegaprox/constants.py",
"pegaprox/core/__init__.py",
"pegaprox/core/cache.py",
"pegaprox/core/config.py",
"pegaprox/core/db.py",
"pegaprox/core/manager.py",
"pegaprox/core/pbs.py",
"pegaprox/core/v2p.py",
"pegaprox/core/vmware.py",
"pegaprox/core/acme.py",
"pegaprox/core/xcpng.py",
"pegaprox/core/esxi_cluster.py",
"pegaprox/core/backup_verify.py",
"pegaprox/core/xhm.py",
"pegaprox/globals.py",
"pegaprox/models/__init__.py",
"pegaprox/models/permissions.py",
"pegaprox/models/tasks.py",
"pegaprox/utils/__init__.py",
"pegaprox/utils/audit.py",
"pegaprox/utils/auth.py",
"pegaprox/utils/concurrent.py",
"pegaprox/utils/email.py",
"pegaprox/utils/ldap.py",
"pegaprox/utils/oidc.py",
"pegaprox/utils/rbac.py",
"pegaprox/utils/realtime.py",
"pegaprox/utils/sanitization.py",
"pegaprox/utils/ssh.py",
"pegaprox_multi_cluster.py",
"requirements.txt",
"static/css/tailwind.min.css",
"static/css/xterm.min.css",
"static/js/babel.min.js",
"static/js/chart.umd.min.js",
"static/js/novnc/core/base64.js",
"static/js/novnc/core/decoders/copyrect.js",
"static/js/novnc/core/decoders/hextile.js",
"static/js/novnc/core/decoders/jpeg.js",
"static/js/novnc/core/decoders/raw.js",
"static/js/novnc/core/decoders/rre.js",
"static/js/novnc/core/decoders/tight.js",
"static/js/novnc/core/decoders/tightpng.js",
"static/js/novnc/core/decoders/zrle.js",
"static/js/novnc/core/deflator.js",
"static/js/novnc/core/des.js",
"static/js/novnc/core/display.js",
"static/js/novnc/core/encodings.js",
"static/js/novnc/core/inflator.js",
"static/js/novnc/core/input/domkeytable.js",
"static/js/novnc/core/input/fixedkeys.js",
"static/js/novnc/core/input/gesturehandler.js",
"static/js/novnc/core/input/keyboard.js",
"static/js/novnc/core/input/keysym.js",
"static/js/novnc/core/input/keysymdef.js",
"static/js/novnc/core/input/util.js",
"static/js/novnc/core/input/vkeys.js",
"static/js/novnc/core/input/xtscancodes.js",
"static/js/novnc/core/ra2.js",
"static/js/novnc/core/rfb.js",
"static/js/novnc/core/util/browser.js",
"static/js/novnc/core/util/cursor.js",
"static/js/novnc/core/util/element.js",
"static/js/novnc/core/util/events.js",
"static/js/novnc/core/util/eventtarget.js",
"static/js/novnc/core/util/int.js",
"static/js/novnc/core/util/logging.js",
"static/js/novnc/core/util/md5.js",
"static/js/novnc/core/util/strings.js",
"static/js/novnc/core/websock.js",
"static/js/novnc/rfb.min.js",
"static/js/novnc/vendor/pako/lib/utils/common.js",
"static/js/novnc/vendor/pako/lib/zlib/adler32.js",
"static/js/novnc/vendor/pako/lib/zlib/crc32.js",
"static/js/novnc/vendor/pako/lib/zlib/deflate.js",
"static/js/novnc/vendor/pako/lib/zlib/inffast.js",
"static/js/novnc/vendor/pako/lib/zlib/inflate.js",
"static/js/novnc/vendor/pako/lib/zlib/inftrees.js",
"static/js/novnc/vendor/pako/lib/zlib/messages.js",
"static/js/novnc/vendor/pako/lib/zlib/trees.js",
"static/js/novnc/vendor/pako/lib/zlib/zstream.js",
"static/js/react-dom.production.min.js",
"static/js/react.production.min.js",
"static/js/tailwind.min.js",
"static/js/xterm-addon-fit.min.js",
"static/js/jspdf.umd.min.js",
"static/js/jspdf.plugin.autotable.min.js",
"static/js/marked.min.js",
"static/js/purify.min.js",
"static/js/xterm.min.js",
"update.sh",
"version.json",
"examples/nginx.conf",
"web/Dev/_Normal_Users_No_Touchies_Devs_always_welcome",
"web/Dev/build.sh",
"web/Dev/patch.sh",
"web/index.html",
"web/index.html.original",
"web/src/auth.js",
"web/src/constants.js",
"web/src/contexts.js",
"web/src/create_modals.js",
"web/src/dashboard.js",
"web/src/datacenter.js",
"web/src/icons.js",
"web/src/networking.js",
"web/src/node_modals.js",
"web/src/security.js",
"web/src/settings_modal.js",
"web/src/storage.js",
"web/src/tables.js",
"web/src/translations.js",
"web/src/ui.js",
"web/src/vm_config.js",
"web/src/vm_modals.js",
"plugins/client_portal/__init__.py",
"plugins/client_portal/manifest.json",
"plugins/client_portal/config.json",
"plugins/client_portal/portal.html",
"plugins/status_page/__init__.py",
"plugins/status_page/manifest.json",
"plugins/status_page/config.json",
"plugins/status_page/status.html"
],
"prev_changelog": [
"PBS Update Manager — check APT updates on Backup Servers (#240)",
"24h/12h time format toggle in user profile (#215)",
"VM wizard: filter disk formats by storage type, ZFS/LVM show raw only (#307)",
"VM wizard: searchable ISO dropdown, tab validation, scsihw fix (#304, #305, #306)",
"Email-style usernames now allowed for login (#228)",
"OIDC multi-group role mapping picks highest role (#293)",
"ESXi migration: pre-flight tool check + clearer error messages (#311)",
"Corporate Dark: fix gray-on-gray inputs, global search background (#303, #308)",
"Remove light theme from Modern Layout, auto-apply corporate theme on switch"
],
"breaking_changes": []
}