]> git.proxmox.com Git - pve-guest-common.git/blame - debian/changelog
make GuestHelpers a subclass of Exporter
[pve-guest-common.git] / debian / changelog
CommitLineData
e292f769
TL
1libpve-guest-common-perl (3.0-4) pve; urgency=medium
2
3 * abstractconfig: add partial_fast_plug
4
5 * config trait: allow to pass arbitrary lock to create_and_lock_config
6
7 * abstractconfig: add prototype for get_backup_volumes
8
9 * avoid cyclic reference in closure
10
11 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Mar 2020 14:03:43 +0100
12
73427ae3
FG
13libpve-guest-common-perl (3.0-3) pve; urgency=medium
14
15 * update use statements and dependencies following pve-cluster refactoring
16
17 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Nov 2019 12:01:55 +0100
18
7a6a1a4b
TL
19libpve-guest-common-perl (3.0-2) pve; urgency=medium
20
21 * add various config helpers and interfaces for pending changes, backup jobs,
22 snapshot listing, ..
23
24 * maintain the VZDump config property schema and parser writer here, to allow
25 the guest projects to make use of them
26
27 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Oct 2019 21:09:16 +0200
28
8c0ad15e
TL
29libpve-guest-common-perl (3.0-1) pve; urgency=medium
30
31 * rebuild for PVE 6.0 / Debian Buster
32
33 -- Proxmox Support Team <support@proxmox.com> Tue, 21 May 2019 21:02:28 +0200
34
a7b36639
TL
35libpve-guest-common-perl (2.0-20) unstable; urgency=medium
36
37 * add check/exec_hookscript to GuestHelpers
38
39 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Feb 2019 12:47:56 +0100
40
424c49e0
WB
41libpve-guest-common-perl (2.0-19) unstable; urgency=medium
42
43 * add bash completion helper for snapshot names
44
45 * fixup some deprecated code usage
46
47 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Jan 2019 09:55:20 +0100
48
9ac3589d
TL
49libpve-guest-common-perl (2.0-18) unstable; urgency=medium
50
51 * add snapshot rollback hook and remove qemu machine code
52
53 -- Proxmox Support Team <support@proxmox.com> Mon, 17 Sep 2018 15:22:50 +0200
54
bc6185bb
TL
55libpve-guest-common-perl (2.0-17) unstable; urgency=medium
56
57 * add create_and_lock_config
58
59 -- Proxmox Support Team <support@proxmox.com> Tue, 19 Jun 2018 14:05:32 +0200
60
48b63858
FG
61libpve-guest-common-perl (2.0-16) unstable; urgency=medium
62
63 * replication: handle guests recovered by HA
64
65 -- Proxmox Support Team <support@proxmox.com> Mon, 14 May 2018 11:15:09 +0200
66
235b2c05
DM
67libpve-guest-common-perl (2.0-15) unstable; urgency=medium
68
69 * fix #1694: make failure of snapshot removal non-fatal
70
71 * vzdump: add common log sub-method
72
73 * vzdump: allow all defined log levels
74
75 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Apr 2018 11:47:34 +0200
76
a2dd551b
WB
77libpve-guest-common-perl (2.0-14) unstable; urgency=medium
78
79 * leave handling or reporting of replication errors to the user of the
80 functions (pve-manager/API)
81
82 -- Proxmox Support Team <support@proxmox.com> Wed, 13 Dec 2017 12:04:36 +0100
83
01132427
FG
84libpve-guest-common-perl (2.0-13) unstable; urgency=medium
85
86 * replication: purge states: verify the vmlist
87
88 * add logfunc in storage_migration.
89
90 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Oct 2017 15:04:32 +0200
91
b200ca58
WB
92libpve-guest-common-perl (2.0-12) unstable; urgency=medium
93
94 * Fix #1480: locked VMs after trying to delete a non-existent snapshot
95
96 * fix an issue with signal handlers being replaced leading to services not
97 shutting down properly
98
99 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Sep 2017 09:46:47 +0200
100
11ae6ca5
WB
101libpve-guest-common-perl (2.0-11) unstable; urgency=medium
102
103 * replication: always include intermediate snapshots
104
105 -- Proxmox Support Team <support@proxmox.com> Mon, 03 Jul 2017 14:50:41 +0200
106
9146f8ce
DM
107libpve-guest-common-perl (2.0-10) unstable; urgency=medium
108
109 * replication job_status: add get_disabled parameter
110
111 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Jun 2017 10:56:44 +0200
112
03f417a9
DM
113libpve-guest-common-perl (2.0-9) unstable; urgency=medium
114
115 * PVE::Replication - do not use $jobcfg->{vmtype}
116
117 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Jun 2017 07:28:37 +0200
118
c34b13db
WB
119libpve-guest-common-perl (2.0-8) unstable; urgency=medium
120
121 * replication: add guest type when fetching a local job config
122
123 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Jun 2017 14:32:05 +0200
124
9622dffb
DM
125libpve-guest-common-perl (2.0-7) unstable; urgency=medium
126
127 * replication: add schedule_job_now helper
128
129 * replication: sort time stamps numerically
130
131 * replication: pass $noerr to run_replication_nolock
132
133 * Add new function delete_guest_states
134
135 * replication: don't sync to offline targets on error states
136
137 * replication: keep retrying every 30 minutes in error state
138
139 * PVE::ReplicationState - cleanup job state on job removal
140
141 * PVE/Replication.pm: also log when we thaw the filesystem
142
143 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Jun 2017 12:46:45 +0200
144
6c2f0982
DM
145libpve-guest-common-perl (2.0-6) unstable; urgency=medium
146
147 * change replication log timestamp to a human readable format
148
149 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 13:04:23 +0200
150
04ec2e52
DM
151libpve-guest-common-perl (2.0-5) unstable; urgency=medium
152
153 * PVE::AbstractMigrate - new helpers to handle replication jobs
154
155 * PVE::ReplicationState::extract_vmid_tranfer_state - new helper
156
157 * PVE::ReplicationConfig::switch_replication_job_target - new helper
158
159 * PVE/ReplicationConfig.pm: store job id inside job config
160
161 * PVE::Replication::run_replication - add verbose parameter
162
163 * PVE::Replication::run_replication - return replicated $volumes
164
165 * PVE::ReplicationState - new helpers record_job_start/record_job_end
166
167 * PVE::Replication::find_common_replication_snapshot - new helper
168
169 * PVE::ReplicationConfig::find_local_replication_job - new helper
170
171 * replicate_volume: implement rate limit and insecure
172
173 * PVE/ReplicationState.pm: implement write_vmid_job_states
174
175 * Make rollback compatible with storage replication
176
177 * PVE::Replication - pass $cleanup parameter to get_replicatable_volumes
178
179 * PVE::AbstractConfig - add prototype for get_replicatable_volumes
180
181 * PVE::Replication::prepare - allow to pass undefined $jobid
182
183 * add PVE/Replication.pm - moved from pve-manager
184
185 * PVE::ReplicationConfig add delete_job helper
186
187 * PVE::ReplicationState - add job_status, get_next_job,
188 job_logfile_name helpers
189
190 * PVE::ReplicationConfig - new helper parse_replication_job_id
191
192 * PVE::ReplicationConfig - use new ID format "<vmid>-<num>"
193
194 * PVE::ReplicationState - hold guest_migration_lock during state update
195
196 * PVE::ReplicationState - new helper class to read/write replication state
197
198 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 08:43:55 +0200
199
0e01a7ae
DM
200libpve-guest-common-perl (2.0-4) unstable; urgency=medium
201
202 * PVE::GuestHelpers::guest_migration_lock - new helper
203
204 * AbstractConfig.pm: remove code for replicate configuration
205
206 * PVE/ReplicationConfig.pm - new configuratin file for replication
207
208 * migration: use Cluster's new get_ssh_info
209
210 -- Proxmox Support Team <support@proxmox.com> Wed, 31 May 2017 09:15:12 +0200
211
a9cb4803
WB
212libpve-guest-common-perl (2.0-3) unstable; urgency=medium
213
214 * don't change replica settings on rollback
215
216 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Apr 2017 13:56:39 +0200
217
eb5b10c3
DM
218libpve-guest-common-perl (2.0-2) unstable; urgency=medium
219
220 * PVE/AbstractMigrate.pm: avoid locale specific time stamps
221
222 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Apr 2017 07:41:06 +0200
223
c033210f
FG
224libpve-guest-common-perl (2.0-1) unstable; urgency=medium
225
226 * rebuild for PVE 5.0 / Debian Stretch
227
228 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Mar 2017 11:28:54 +0100
229
ee12450a
FG
230libpve-guest-common-perl (1.0-2) unstable; urgency=medium
231
232 * add VZDump base Plugin (moved from pve-manager)
233
234 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Jan 2017 09:50:54 +0100
235
e115c4af
FG
236libpve-guest-common-perl (1.0-1) unstable; urgency=medium
237
238 * initial release, split out from libe-pve-common-perl
239
240 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Jan 2017 14:07:48 +0100