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