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