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