]> git.proxmox.com Git - pve-guest-common.git/blob - debian/changelog
61b07d9aace06888b5920dfb8a02f5ce784def55
[pve-guest-common.git] / debian / changelog
1 libpve-guest-common-perl (4.2-1) bullseye; urgency=medium
2
3 * add VZDump::JobBase, split out from manager
4
5 * vzdump: handle new jobs.cfg when removing VMIDs from backup jobs
6
7 -- Proxmox Support Team <support@proxmox.com> Sat, 12 Nov 2022 16:52:04 +0100
8
9 libpve-guest-common-perl (4.1-4) bullseye; urgency=medium
10
11 * vzdump: add 'performance' property string as a setting
12
13 -- Proxmox Support Team <support@proxmox.com> Wed, 12 Oct 2022 14:01:36 +0200
14
15 libpve-guest-common-perl (4.1-3) bullseye; urgency=medium
16
17 * vzdump config: limit notes template to maximal 1024 characters and update
18 description
19
20 * replication state: purge state from non local guests to avoid issues when
21 guests are moved either manually (not recommended) or by HA on recovery
22
23 * replication state: deterministically order replication jobs, improving
24 handling multiple jobs for the same guest
25
26 * replication: also consider storages from replication state upon removal to
27 prevent left-over volume(s) in some edge cases
28
29 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Sep 2022 13:15:50 +0200
30
31 libpve-guest-common-perl (4.1-2) bullseye; urgency=medium
32
33 * print snapshot tree: clamp indentation length to positive
34
35 * print snapshot tree: reduce indentation delta per level
36
37 * replication config: retry first three failed times quicker before going to
38 30m. Previously this was done two times.
39
40 * vzdump: schema: add 'notes-template' and 'protected' properties
41
42 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Apr 2022 18:51:15 +0200
43
44 libpve-guest-common-perl (4.1-1) bullseye; urgency=medium
45
46 * replication: update last_sync before removing old replication
47 snapshots
48
49 * snapshots: delete parent property if new snapshot name is already a
50 parent to existing one
51
52 * config: alaways activate affected storages for snapshot operations
53
54 * migrate: handle migration_network with remote migration
55
56 * migrate: add get_bwlimit helper
57
58 * add tunnel and storage tunnel helper modules
59
60 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Feb 2022 18:27:46 +0100
61
62 libpve-guest-common-perl (4.0-3) bullseye; urgency=medium
63
64 * fix #3111: improve replication handling, cleaning of blocking snapshots
65 when doing a rollback, and try harder to find common replication base
66
67 * fix #3111: snapshot delete: check if replication still needs it
68
69 -- Proxmox Support Team <support@proxmox.com> Tue, 9 Nov 2021 13:14:58 +0100
70
71 libpve-guest-common-perl (4.0-2) bullseye; urgency=medium
72
73 * vzdump: remove deprecated size parameter
74
75 * vzdump: defaults: keep all backups by default for 7.0
76
77 -- Proxmox Support Team <support@proxmox.com> Wed, 9 Jun 2021 10:06:05 +0200
78
79 libpve-guest-common-perl (4.0-1) bullseye; urgency=medium
80
81 * re-build for Debian 11 Bullseye based releases
82
83 -- Proxmox Support Team <support@proxmox.com> Wed, 12 May 2021 13:08:20 +0200
84
85 libpve-guest-common-perl (3.1-5) buster; urgency=medium
86
87 * vzdump: improve handling 'prune-backups' option in commandline and cron
88 config
89
90 * vzdump: command line: make sure mailto is converted to comma-separated list
91
92 * vzdump: mailto: use email-or-username-list format
93
94 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Feb 2021 16:32:14 +0100
95
96 libpve-guest-common-perl (3.1-4) pve; urgency=medium
97
98 * vzdump: use more strict regex check for 'mailto'
99
100 * print snapshot tree: reduce indentation
101
102 * replication: improve on various edge cases for moved VMs, for example, if
103 recovered by HA.
104
105 -- Proxmox Support Team <support@proxmox.com> Tue, 15 Dec 2020 15:52:30 +0100
106
107 libpve-guest-common-perl (3.1-3) pve; urgency=medium
108
109 * add prune-backups option to vzdump parameters
110
111 * add move config helper
112
113 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Aug 2020 10:12:28 +0200
114
115 libpve-guest-common-perl (3.1-2) pve; urgency=medium
116
117 * unbreak config_with_pending_array
118
119 -- Proxmox Support Team <support@proxmox.com> Wed, 5 Aug 2020 12:14:41 +0200
120
121 libpve-guest-common-perl (3.1-1) pve; urgency=medium
122
123 * fix #2834: skip refs in config_with_pending_array
124
125 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Jul 2020 08:57:24 +0200
126
127 libpve-guest-common-perl (3.0-11) pve; urgency=medium
128
129 * fix config_with_pending_array for falsy current values
130
131 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 18:42:26 +0200
132
133 libpve-guest-common-perl (3.0-10) pve; urgency=medium
134
135 * fix versioned breaks on qemu-server
136
137 -- Proxmox Support Team <support@proxmox.com> Tue, 5 May 2020 11:41:38 +0200
138
139 libpve-guest-common-perl (3.0-9) pve; urgency=medium
140
141 * fix #2682: make sure configuration file is up-to-date for lock_config-variants
142
143 * snapshot_rollback: flock earlier
144
145 * snapshot_rollback: make sure newer replication snapshots are deleted
146
147 * snapshot_delete: check for concurrent modifications at each step
148
149 * lock_config: rename lock_config_mode -> lock_config_shared
150
151 -- Proxmox Support Team <support@proxmox.com> Tue, 5 May 2020 11:19:26 +0200
152
153 libpve-guest-common-perl (3.0-8) pve; urgency=medium
154
155 * Fix: #2124 add zstd support
156
157 -- Proxmox Support Team <support@proxmox.com> Mon, 4 May 2020 14:10:56 +0200
158
159 libpve-guest-common-perl (3.0-7) pve; urgency=medium
160
161 * replication: dont declare variable in post-if scope
162
163 * replication: log rate and transport type
164
165 * Use new storage_migrate interface
166
167 * Add update_volume_ids
168
169 -- Proxmox Support Team <support@proxmox.com> Thu, 9 Apr 2020 09:40:21 +0200
170
171 libpve-guest-common-perl (3.0-6) pve; urgency=medium
172
173 * Add interfaces for volume-related helpers
174
175 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Mar 2020 09:20:01 +0200
176
177 libpve-guest-common-perl (3.0-5) pve; urgency=medium
178
179 * abstractconfig: add partial_fast_plug
180
181 * config trait: allow to pass arbitrary lock to create_and_lock_config
182
183 * abstractconfig: add prototype for get_backup_volumes
184
185 * avoid cyclic reference in closure
186
187 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Mar 2020 11:10:02 +0100
188
189 libpve-guest-common-perl (3.0-3) pve; urgency=medium
190
191 * update use statements and dependencies following pve-cluster refactoring
192
193 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Nov 2019 12:01:55 +0100
194
195 libpve-guest-common-perl (3.0-2) pve; urgency=medium
196
197 * add various config helpers and interfaces for pending changes, backup jobs,
198 snapshot listing, ..
199
200 * maintain the VZDump config property schema and parser writer here, to allow
201 the guest projects to make use of them
202
203 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Oct 2019 21:09:16 +0200
204
205 libpve-guest-common-perl (3.0-1) pve; urgency=medium
206
207 * rebuild for PVE 6.0 / Debian Buster
208
209 -- Proxmox Support Team <support@proxmox.com> Tue, 21 May 2019 21:02:28 +0200
210
211 libpve-guest-common-perl (2.0-20) unstable; urgency=medium
212
213 * add check/exec_hookscript to GuestHelpers
214
215 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Feb 2019 12:47:56 +0100
216
217 libpve-guest-common-perl (2.0-19) unstable; urgency=medium
218
219 * add bash completion helper for snapshot names
220
221 * fixup some deprecated code usage
222
223 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Jan 2019 09:55:20 +0100
224
225 libpve-guest-common-perl (2.0-18) unstable; urgency=medium
226
227 * add snapshot rollback hook and remove qemu machine code
228
229 -- Proxmox Support Team <support@proxmox.com> Mon, 17 Sep 2018 15:22:50 +0200
230
231 libpve-guest-common-perl (2.0-17) unstable; urgency=medium
232
233 * add create_and_lock_config
234
235 -- Proxmox Support Team <support@proxmox.com> Tue, 19 Jun 2018 14:05:32 +0200
236
237 libpve-guest-common-perl (2.0-16) unstable; urgency=medium
238
239 * replication: handle guests recovered by HA
240
241 -- Proxmox Support Team <support@proxmox.com> Mon, 14 May 2018 11:15:09 +0200
242
243 libpve-guest-common-perl (2.0-15) unstable; urgency=medium
244
245 * fix #1694: make failure of snapshot removal non-fatal
246
247 * vzdump: add common log sub-method
248
249 * vzdump: allow all defined log levels
250
251 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Apr 2018 11:47:34 +0200
252
253 libpve-guest-common-perl (2.0-14) unstable; urgency=medium
254
255 * leave handling or reporting of replication errors to the user of the
256 functions (pve-manager/API)
257
258 -- Proxmox Support Team <support@proxmox.com> Wed, 13 Dec 2017 12:04:36 +0100
259
260 libpve-guest-common-perl (2.0-13) unstable; urgency=medium
261
262 * replication: purge states: verify the vmlist
263
264 * add logfunc in storage_migration.
265
266 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Oct 2017 15:04:32 +0200
267
268 libpve-guest-common-perl (2.0-12) unstable; urgency=medium
269
270 * Fix #1480: locked VMs after trying to delete a non-existent snapshot
271
272 * fix an issue with signal handlers being replaced leading to services not
273 shutting down properly
274
275 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Sep 2017 09:46:47 +0200
276
277 libpve-guest-common-perl (2.0-11) unstable; urgency=medium
278
279 * replication: always include intermediate snapshots
280
281 -- Proxmox Support Team <support@proxmox.com> Mon, 03 Jul 2017 14:50:41 +0200
282
283 libpve-guest-common-perl (2.0-10) unstable; urgency=medium
284
285 * replication job_status: add get_disabled parameter
286
287 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Jun 2017 10:56:44 +0200
288
289 libpve-guest-common-perl (2.0-9) unstable; urgency=medium
290
291 * PVE::Replication - do not use $jobcfg->{vmtype}
292
293 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Jun 2017 07:28:37 +0200
294
295 libpve-guest-common-perl (2.0-8) unstable; urgency=medium
296
297 * replication: add guest type when fetching a local job config
298
299 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Jun 2017 14:32:05 +0200
300
301 libpve-guest-common-perl (2.0-7) unstable; urgency=medium
302
303 * replication: add schedule_job_now helper
304
305 * replication: sort time stamps numerically
306
307 * replication: pass $noerr to run_replication_nolock
308
309 * Add new function delete_guest_states
310
311 * replication: don't sync to offline targets on error states
312
313 * replication: keep retrying every 30 minutes in error state
314
315 * PVE::ReplicationState - cleanup job state on job removal
316
317 * PVE/Replication.pm: also log when we thaw the filesystem
318
319 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Jun 2017 12:46:45 +0200
320
321 libpve-guest-common-perl (2.0-6) unstable; urgency=medium
322
323 * change replication log timestamp to a human readable format
324
325 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 13:04:23 +0200
326
327 libpve-guest-common-perl (2.0-5) unstable; urgency=medium
328
329 * PVE::AbstractMigrate - new helpers to handle replication jobs
330
331 * PVE::ReplicationState::extract_vmid_tranfer_state - new helper
332
333 * PVE::ReplicationConfig::switch_replication_job_target - new helper
334
335 * PVE/ReplicationConfig.pm: store job id inside job config
336
337 * PVE::Replication::run_replication - add verbose parameter
338
339 * PVE::Replication::run_replication - return replicated $volumes
340
341 * PVE::ReplicationState - new helpers record_job_start/record_job_end
342
343 * PVE::Replication::find_common_replication_snapshot - new helper
344
345 * PVE::ReplicationConfig::find_local_replication_job - new helper
346
347 * replicate_volume: implement rate limit and insecure
348
349 * PVE/ReplicationState.pm: implement write_vmid_job_states
350
351 * Make rollback compatible with storage replication
352
353 * PVE::Replication - pass $cleanup parameter to get_replicatable_volumes
354
355 * PVE::AbstractConfig - add prototype for get_replicatable_volumes
356
357 * PVE::Replication::prepare - allow to pass undefined $jobid
358
359 * add PVE/Replication.pm - moved from pve-manager
360
361 * PVE::ReplicationConfig add delete_job helper
362
363 * PVE::ReplicationState - add job_status, get_next_job,
364 job_logfile_name helpers
365
366 * PVE::ReplicationConfig - new helper parse_replication_job_id
367
368 * PVE::ReplicationConfig - use new ID format "<vmid>-<num>"
369
370 * PVE::ReplicationState - hold guest_migration_lock during state update
371
372 * PVE::ReplicationState - new helper class to read/write replication state
373
374 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 08:43:55 +0200
375
376 libpve-guest-common-perl (2.0-4) unstable; urgency=medium
377
378 * PVE::GuestHelpers::guest_migration_lock - new helper
379
380 * AbstractConfig.pm: remove code for replicate configuration
381
382 * PVE/ReplicationConfig.pm - new configuratin file for replication
383
384 * migration: use Cluster's new get_ssh_info
385
386 -- Proxmox Support Team <support@proxmox.com> Wed, 31 May 2017 09:15:12 +0200
387
388 libpve-guest-common-perl (2.0-3) unstable; urgency=medium
389
390 * don't change replica settings on rollback
391
392 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Apr 2017 13:56:39 +0200
393
394 libpve-guest-common-perl (2.0-2) unstable; urgency=medium
395
396 * PVE/AbstractMigrate.pm: avoid locale specific time stamps
397
398 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Apr 2017 07:41:06 +0200
399
400 libpve-guest-common-perl (2.0-1) unstable; urgency=medium
401
402 * rebuild for PVE 5.0 / Debian Stretch
403
404 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Mar 2017 11:28:54 +0100
405
406 libpve-guest-common-perl (1.0-2) unstable; urgency=medium
407
408 * add VZDump base Plugin (moved from pve-manager)
409
410 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Jan 2017 09:50:54 +0100
411
412 libpve-guest-common-perl (1.0-1) unstable; urgency=medium
413
414 * initial release, split out from libe-pve-common-perl
415
416 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Jan 2017 14:07:48 +0100