]> git.proxmox.com Git - pve-guest-common.git/blobdiff - debian/changelog
AbstractMigrate: remove unused obsolete variables
[pve-guest-common.git] / debian / changelog
index 887a20fc75435afa1c90beaf497ab14111756859..e22e4550fc3eef8f514b0047bf8ec9359af926fe 100644 (file)
@@ -1,3 +1,132 @@
+libpve-guest-common-perl (2.0-11) unstable; urgency=medium
+
+  * replication: always include intermediate snapshots
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 03 Jul 2017 14:50:41 +0200
+
+libpve-guest-common-perl (2.0-10) unstable; urgency=medium
+
+  * replication job_status: add get_disabled parameter
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 29 Jun 2017 10:56:44 +0200
+
+libpve-guest-common-perl (2.0-9) unstable; urgency=medium
+
+  * PVE::Replication - do not use $jobcfg->{vmtype}
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 29 Jun 2017 07:28:37 +0200
+
+libpve-guest-common-perl (2.0-8) unstable; urgency=medium
+
+  * replication: add guest type when fetching a local job config
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 28 Jun 2017 14:32:05 +0200
+
+libpve-guest-common-perl (2.0-7) unstable; urgency=medium
+
+  * replication: add schedule_job_now helper
+
+  * replication: sort time stamps numerically
+
+  * replication: pass $noerr to run_replication_nolock
+
+  * Add new function delete_guest_states
+
+  * replication: don't sync to offline targets on error states
+
+  * replication: keep retrying every 30 minutes in error state
+
+  * PVE::ReplicationState - cleanup job state on job removal
+
+  * PVE/Replication.pm: also log when we thaw the filesystem
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 28 Jun 2017 12:46:45 +0200
+
+libpve-guest-common-perl (2.0-6) unstable; urgency=medium
+
+  * change replication log timestamp to a human readable format
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 22 Jun 2017 13:04:23 +0200
+
+libpve-guest-common-perl (2.0-5) unstable; urgency=medium
+
+  * PVE::AbstractMigrate - new helpers to handle replication jobs
+
+  * PVE::ReplicationState::extract_vmid_tranfer_state - new helper
+
+  * PVE::ReplicationConfig::switch_replication_job_target - new helper
+
+  * PVE/ReplicationConfig.pm: store job id inside job config
+
+  * PVE::Replication::run_replication - add verbose parameter
+
+  * PVE::Replication::run_replication - return replicated $volumes
+
+  * PVE::ReplicationState - new helpers record_job_start/record_job_end
+
+  * PVE::Replication::find_common_replication_snapshot - new helper
+
+  * PVE::ReplicationConfig::find_local_replication_job - new helper
+
+  * replicate_volume: implement rate limit and insecure
+
+  * PVE/ReplicationState.pm: implement write_vmid_job_states
+
+  * Make rollback compatible with storage replication
+
+  * PVE::Replication - pass $cleanup parameter to get_replicatable_volumes
+
+  * PVE::AbstractConfig - add prototype for get_replicatable_volumes
+
+  * PVE::Replication::prepare - allow to pass undefined $jobid
+
+  * add PVE/Replication.pm - moved from pve-manager
+
+  * PVE::ReplicationConfig add delete_job helper
+
+  * PVE::ReplicationState - add job_status, get_next_job,
+    job_logfile_name helpers
+
+  * PVE::ReplicationConfig - new helper parse_replication_job_id
+
+  * PVE::ReplicationConfig - use new ID format "<vmid>-<num>"
+
+  * PVE::ReplicationState - hold guest_migration_lock during state update
+
+  * PVE::ReplicationState - new helper class to read/write replication state
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 22 Jun 2017 08:43:55 +0200
+
+libpve-guest-common-perl (2.0-4) unstable; urgency=medium
+
+  * PVE::GuestHelpers::guest_migration_lock - new helper
+
+  * AbstractConfig.pm: remove code for replicate configuration
+
+  * PVE/ReplicationConfig.pm - new configuratin file for replication
+
+  * migration: use Cluster's new get_ssh_info
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 31 May 2017 09:15:12 +0200
+
+libpve-guest-common-perl (2.0-3) unstable; urgency=medium
+
+  * don't change replica settings on rollback
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 28 Apr 2017 13:56:39 +0200
+
+libpve-guest-common-perl (2.0-2) unstable; urgency=medium
+
+  * PVE/AbstractMigrate.pm: avoid locale specific time stamps
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 24 Apr 2017 07:41:06 +0200
+
+libpve-guest-common-perl (2.0-1) unstable; urgency=medium
+
+  * rebuild for PVE 5.0 / Debian Stretch
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 13 Mar 2017 11:28:54 +0100
+
 libpve-guest-common-perl (1.0-2) unstable; urgency=medium
 
   * add VZDump base Plugin (moved from pve-manager)