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