]> git.proxmox.com Git - pve-guest-common.git/blob - debian/changelog
bump version to 3.1-4
[pve-guest-common.git] / debian / changelog
1 libpve-guest-common-perl (3.1-4) pve; urgency=medium
2
3 * vzdump: use more strict regex check for 'mailto'
4
5 * print snapshot tree: reduce indentation
6
7 * replication: improve on various edge cases for moved VMs, for example, if
8 recovered by HA.
9
10 -- Proxmox Support Team <support@proxmox.com> Tue, 15 Dec 2020 15:52:30 +0100
11
12 libpve-guest-common-perl (3.1-3) pve; urgency=medium
13
14 * add prune-backups option to vzdump parameters
15
16 * add move config helper
17
18 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Aug 2020 10:12:28 +0200
19
20 libpve-guest-common-perl (3.1-2) pve; urgency=medium
21
22 * unbreak config_with_pending_array
23
24 -- Proxmox Support Team <support@proxmox.com> Wed, 5 Aug 2020 12:14:41 +0200
25
26 libpve-guest-common-perl (3.1-1) pve; urgency=medium
27
28 * fix #2834: skip refs in config_with_pending_array
29
30 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Jul 2020 08:57:24 +0200
31
32 libpve-guest-common-perl (3.0-11) pve; urgency=medium
33
34 * fix config_with_pending_array for falsy current values
35
36 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 18:42:26 +0200
37
38 libpve-guest-common-perl (3.0-10) pve; urgency=medium
39
40 * fix versioned breaks on qemu-server
41
42 -- Proxmox Support Team <support@proxmox.com> Tue, 5 May 2020 11:41:38 +0200
43
44 libpve-guest-common-perl (3.0-9) pve; urgency=medium
45
46 * fix #2682: make sure configuration file is up-to-date for lock_config-variants
47
48 * snapshot_rollback: flock earlier
49
50 * snapshot_rollback: make sure newer replication snapshots are deleted
51
52 * snapshot_delete: check for concurrent modifications at each step
53
54 * lock_config: rename lock_config_mode -> lock_config_shared
55
56 -- Proxmox Support Team <support@proxmox.com> Tue, 5 May 2020 11:19:26 +0200
57
58 libpve-guest-common-perl (3.0-8) pve; urgency=medium
59
60 * Fix: #2124 add zstd support
61
62 -- Proxmox Support Team <support@proxmox.com> Mon, 4 May 2020 14:10:56 +0200
63
64 libpve-guest-common-perl (3.0-7) pve; urgency=medium
65
66 * replication: dont declare variable in post-if scope
67
68 * replication: log rate and transport type
69
70 * Use new storage_migrate interface
71
72 * Add update_volume_ids
73
74 -- Proxmox Support Team <support@proxmox.com> Thu, 9 Apr 2020 09:40:21 +0200
75
76 libpve-guest-common-perl (3.0-6) pve; urgency=medium
77
78 * Add interfaces for volume-related helpers
79
80 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Mar 2020 09:20:01 +0200
81
82 libpve-guest-common-perl (3.0-5) pve; urgency=medium
83
84 * abstractconfig: add partial_fast_plug
85
86 * config trait: allow to pass arbitrary lock to create_and_lock_config
87
88 * abstractconfig: add prototype for get_backup_volumes
89
90 * avoid cyclic reference in closure
91
92 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Mar 2020 11:10:02 +0100
93
94 libpve-guest-common-perl (3.0-3) pve; urgency=medium
95
96 * update use statements and dependencies following pve-cluster refactoring
97
98 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Nov 2019 12:01:55 +0100
99
100 libpve-guest-common-perl (3.0-2) pve; urgency=medium
101
102 * add various config helpers and interfaces for pending changes, backup jobs,
103 snapshot listing, ..
104
105 * maintain the VZDump config property schema and parser writer here, to allow
106 the guest projects to make use of them
107
108 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Oct 2019 21:09:16 +0200
109
110 libpve-guest-common-perl (3.0-1) pve; urgency=medium
111
112 * rebuild for PVE 6.0 / Debian Buster
113
114 -- Proxmox Support Team <support@proxmox.com> Tue, 21 May 2019 21:02:28 +0200
115
116 libpve-guest-common-perl (2.0-20) unstable; urgency=medium
117
118 * add check/exec_hookscript to GuestHelpers
119
120 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Feb 2019 12:47:56 +0100
121
122 libpve-guest-common-perl (2.0-19) unstable; urgency=medium
123
124 * add bash completion helper for snapshot names
125
126 * fixup some deprecated code usage
127
128 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Jan 2019 09:55:20 +0100
129
130 libpve-guest-common-perl (2.0-18) unstable; urgency=medium
131
132 * add snapshot rollback hook and remove qemu machine code
133
134 -- Proxmox Support Team <support@proxmox.com> Mon, 17 Sep 2018 15:22:50 +0200
135
136 libpve-guest-common-perl (2.0-17) unstable; urgency=medium
137
138 * add create_and_lock_config
139
140 -- Proxmox Support Team <support@proxmox.com> Tue, 19 Jun 2018 14:05:32 +0200
141
142 libpve-guest-common-perl (2.0-16) unstable; urgency=medium
143
144 * replication: handle guests recovered by HA
145
146 -- Proxmox Support Team <support@proxmox.com> Mon, 14 May 2018 11:15:09 +0200
147
148 libpve-guest-common-perl (2.0-15) unstable; urgency=medium
149
150 * fix #1694: make failure of snapshot removal non-fatal
151
152 * vzdump: add common log sub-method
153
154 * vzdump: allow all defined log levels
155
156 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Apr 2018 11:47:34 +0200
157
158 libpve-guest-common-perl (2.0-14) unstable; urgency=medium
159
160 * leave handling or reporting of replication errors to the user of the
161 functions (pve-manager/API)
162
163 -- Proxmox Support Team <support@proxmox.com> Wed, 13 Dec 2017 12:04:36 +0100
164
165 libpve-guest-common-perl (2.0-13) unstable; urgency=medium
166
167 * replication: purge states: verify the vmlist
168
169 * add logfunc in storage_migration.
170
171 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Oct 2017 15:04:32 +0200
172
173 libpve-guest-common-perl (2.0-12) unstable; urgency=medium
174
175 * Fix #1480: locked VMs after trying to delete a non-existent snapshot
176
177 * fix an issue with signal handlers being replaced leading to services not
178 shutting down properly
179
180 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Sep 2017 09:46:47 +0200
181
182 libpve-guest-common-perl (2.0-11) unstable; urgency=medium
183
184 * replication: always include intermediate snapshots
185
186 -- Proxmox Support Team <support@proxmox.com> Mon, 03 Jul 2017 14:50:41 +0200
187
188 libpve-guest-common-perl (2.0-10) unstable; urgency=medium
189
190 * replication job_status: add get_disabled parameter
191
192 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Jun 2017 10:56:44 +0200
193
194 libpve-guest-common-perl (2.0-9) unstable; urgency=medium
195
196 * PVE::Replication - do not use $jobcfg->{vmtype}
197
198 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Jun 2017 07:28:37 +0200
199
200 libpve-guest-common-perl (2.0-8) unstable; urgency=medium
201
202 * replication: add guest type when fetching a local job config
203
204 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Jun 2017 14:32:05 +0200
205
206 libpve-guest-common-perl (2.0-7) unstable; urgency=medium
207
208 * replication: add schedule_job_now helper
209
210 * replication: sort time stamps numerically
211
212 * replication: pass $noerr to run_replication_nolock
213
214 * Add new function delete_guest_states
215
216 * replication: don't sync to offline targets on error states
217
218 * replication: keep retrying every 30 minutes in error state
219
220 * PVE::ReplicationState - cleanup job state on job removal
221
222 * PVE/Replication.pm: also log when we thaw the filesystem
223
224 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Jun 2017 12:46:45 +0200
225
226 libpve-guest-common-perl (2.0-6) unstable; urgency=medium
227
228 * change replication log timestamp to a human readable format
229
230 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 13:04:23 +0200
231
232 libpve-guest-common-perl (2.0-5) unstable; urgency=medium
233
234 * PVE::AbstractMigrate - new helpers to handle replication jobs
235
236 * PVE::ReplicationState::extract_vmid_tranfer_state - new helper
237
238 * PVE::ReplicationConfig::switch_replication_job_target - new helper
239
240 * PVE/ReplicationConfig.pm: store job id inside job config
241
242 * PVE::Replication::run_replication - add verbose parameter
243
244 * PVE::Replication::run_replication - return replicated $volumes
245
246 * PVE::ReplicationState - new helpers record_job_start/record_job_end
247
248 * PVE::Replication::find_common_replication_snapshot - new helper
249
250 * PVE::ReplicationConfig::find_local_replication_job - new helper
251
252 * replicate_volume: implement rate limit and insecure
253
254 * PVE/ReplicationState.pm: implement write_vmid_job_states
255
256 * Make rollback compatible with storage replication
257
258 * PVE::Replication - pass $cleanup parameter to get_replicatable_volumes
259
260 * PVE::AbstractConfig - add prototype for get_replicatable_volumes
261
262 * PVE::Replication::prepare - allow to pass undefined $jobid
263
264 * add PVE/Replication.pm - moved from pve-manager
265
266 * PVE::ReplicationConfig add delete_job helper
267
268 * PVE::ReplicationState - add job_status, get_next_job,
269 job_logfile_name helpers
270
271 * PVE::ReplicationConfig - new helper parse_replication_job_id
272
273 * PVE::ReplicationConfig - use new ID format "<vmid>-<num>"
274
275 * PVE::ReplicationState - hold guest_migration_lock during state update
276
277 * PVE::ReplicationState - new helper class to read/write replication state
278
279 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 08:43:55 +0200
280
281 libpve-guest-common-perl (2.0-4) unstable; urgency=medium
282
283 * PVE::GuestHelpers::guest_migration_lock - new helper
284
285 * AbstractConfig.pm: remove code for replicate configuration
286
287 * PVE/ReplicationConfig.pm - new configuratin file for replication
288
289 * migration: use Cluster's new get_ssh_info
290
291 -- Proxmox Support Team <support@proxmox.com> Wed, 31 May 2017 09:15:12 +0200
292
293 libpve-guest-common-perl (2.0-3) unstable; urgency=medium
294
295 * don't change replica settings on rollback
296
297 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Apr 2017 13:56:39 +0200
298
299 libpve-guest-common-perl (2.0-2) unstable; urgency=medium
300
301 * PVE/AbstractMigrate.pm: avoid locale specific time stamps
302
303 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Apr 2017 07:41:06 +0200
304
305 libpve-guest-common-perl (2.0-1) unstable; urgency=medium
306
307 * rebuild for PVE 5.0 / Debian Stretch
308
309 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Mar 2017 11:28:54 +0100
310
311 libpve-guest-common-perl (1.0-2) unstable; urgency=medium
312
313 * add VZDump base Plugin (moved from pve-manager)
314
315 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Jan 2017 09:50:54 +0100
316
317 libpve-guest-common-perl (1.0-1) unstable; urgency=medium
318
319 * initial release, split out from libe-pve-common-perl
320
321 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Jan 2017 14:07:48 +0100