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