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