]> git.proxmox.com Git - pve-storage.git/blobdiff - debian/changelog
bump version to 7.0-15
[pve-storage.git] / debian / changelog
index 2a2472a2e2c989cd450134be914ec39443097ecb..34520377f2b0bcf2904e011b17007c80ae81a1a2 100644 (file)
@@ -1,3 +1,267 @@
+libpve-storage-perl (7.0-15) bullseye; urgency=medium
+
+  * api: disks: implement destroy for dir, lvm, lvmthin, zfs
+
+  * api: list thin pools: add volume group to properties
+
+  * api: disks: delete: add flag for wiping disks
+
+  * api: disks: delete: add flag for cleaning up storage config
+
+  * lvm thin: don't assume that a thin pool and its volumes are active
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 10 Nov 2021 14:25:18 +0100
+
+libpve-storage-perl (7.0-14) bullseye; urgency=medium
+
+  * rbd plugin: free image: use actual command in error message
+
+  * cephfs: add support for multiple ceph filesystems
+
+  * zfspool: support blockers parameter to volume_snapshot_is_possible
+
+  * plugin: add volume_snapshot_info function, replaces volume_snapshot_list
+
+  * dir plugin: improve notes handling
+
+  * add generalized functions to manage volume attributes
+
+  * prune mark: preserve additional information for the keep-all case
+
+  * fix #3307: make it possible to set protection for backups
+
+  * prune: mark renamed and protected backups differently
+
+  * pbs: integrate support for protected
+
+  * add rename volume feature
+
+  * bump plugin APIVER (10) and APIAGE (1):
+    - Add rename feature
+    - Replace `volume_snapshot_list` with `volume_snapshot_info`
+    - Add `blockers` parameter to `volume_rollback_is_possible`
+    - Replace get/update_volume_notes with generic get/update_volume_attribute
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 9 Nov 2021 13:08:35 +0100
+
+libpve-storage-perl (7.0-13) bullseye; urgency=medium
+
+  * btrfs: free image: only remove snapshots for current subvol
+
+  * diskmanage: wipe blockdev: also change partition type
+
+  * diskmanage: don't set usage for unused partitions
+
+  * partially fix #2285: api: disks: allow partitions for creation paths
+
+  * ct templates: support zstd compressed archives
+
+  * fix #3580: plugins: make preallocation mode selectable for qcow2 and
+    raw images
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 14 Oct 2021 11:22:25 +0200
+
+libpve-storage-perl (7.0-12) bullseye; urgency=medium
+
+  * btrfs: avoid undef warnings with format
+
+  * prune: validate, mark: preserve input parameter
+
+  * fix #3610: properly build ZFS detail tree
+
+  * fix #3609: cifs: add support to SMB 3.11
+
+  * cifs: allow "3" and "default" for version parameter
+
+  * cifs: do not pass an explicity version by default to negotiate the highest
+    common SMB2+ version supported by both, server and client
+
+  * api: disk: work around udev bug to ensure its database is updated
+
+  * status: can now remove sleep(1) hack in file upload
+
+  * fix #3505: status: add checksum and algorithm to file upload
+
+  * import: don't check for 1K aligned size
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 05 Oct 2021 06:25:04 +0200
+
+libpve-storage-perl (7.0-11) bullseye; urgency=medium
+
+  * zfs: avoid dying on unmount when the dataset is already unmounted
+
+  * ceph: rbd/cephfs: add keyring parameter for external clusters
+
+  * btrfs: fix call convention of alloc_image from DirPlugin for a special case
+
+  * upload: remove the temporary uploaded local file directly in the API
+    endpoint instead of the HTTP server code as special case
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 06 Sep 2021 08:40:33 +0200
+
+libpve-storage-perl (7.0-10) bullseye; urgency=medium
+
+  * fix #3555: BTRFS: call the free_image method from the base plugin correctly
+
+  * api: disks: allow zstd compression when creating zfs pools
+
+  * api: status: fix unlink on file upload when we copied to another, proxied
+    node
+
+  * status: add max length and disclaimer to file upload's filename
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 30 Jul 2021 15:23:14 +0200
+
+libpve-storage-perl (7.0-9) bullseye; urgency=medium
+
+  * lvm: tell lvcreate to always wipe any existing traces of signatures
+    for new LVs
+
+  * extract backup config: less precise matching for broken pipe detection
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 06 Jul 2021 16:28:44 +0200
+
+libpve-storage-perl (7.0-7) bullseye; urgency=medium
+
+  * btrfs: fix "path is mounted" invocation
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 05 Jul 2021 19:01:10 +0200
+
+libpve-storage-perl (7.0-6) bullseye; urgency=medium
+
+  * btrfs: support newer prune-backups for backup retention
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 24 Jun 2021 16:12:02 +0200
+
+libpve-storage-perl (7.0-5) bullseye; urgency=medium
+
+  * btrfs: assert that path is actually on a btrfs file system on add and
+    activation
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 24 Jun 2021 11:43:56 +0200
+
+libpve-storage-perl (7.0-4) bullseye; urgency=medium
+
+  * tree-wide: fix typos in comments and error messages
+
+  * plugins: untaint volume_size_info returned data
+
+  * add BTRFS storage plugin as technology preview
+
+  * bump storage API: update import/export methods, APIAGE was reset
+
+  * api: content: correctly handle warnings status for delayed task
+
+  * status: add download-url endpoint for downloading a HTTP(s) ISO or CT
+    template image to a storage directly.
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 23 Jun 2021 22:50:57 +0200
+
+libpve-storage-perl (7.0-3) bullseye; urgency=medium
+
+  * api: get rid of moved usb call, moved to manager
+
+  * config: add backup content type to default local storage
+
+  * config: mention that maxfiles is deprecated
+
+  * postinst: move old cifs credential files into new subdirectory upon update
+
+  * prune backups: always activate storage
+
+  * api: status: sort index and add missing "file-restore"
+
+  * lvm: volume import: handle worker returned by free_image
+
+  * vdisk_list: only scan storages with the correct content type(s)
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 21 Jun 2021 11:27:22 +0200
+
+libpve-storage-perl (7.0-2) bullseye; urgency=medium
+
+  * api: add wipedisk endpoint
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 02 Jun 2021 16:32:11 +0200
+
+libpve-storage-perl (7.0-1) pve; urgency=medium
+
+  * remove the old, internal and unmaintained, DRBD plugin which was replaced
+    by an external maintained version already in PVE 5.
+
+  * bump for for Debian 11 Bullseye based releases
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 12 May 2021 13:14:28 +0200
+
+libpve-storage-perl (6.4-1) pve; urgency=medium
+
+  * import: allow storage import from UNIX socket
+
+  * diskmanage: improve detecting usage for whole disk with include-partitions
+
+  * Proxmox Backup Server: allow setting up a master key
+
+  * add FileRestore API for Proxmox Backup Server
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 23 Apr 2021 16:18:43 +0200
+
+libpve-storage-perl (6.3-9) pve; urgency=medium
+
+  * backup files: don't match the VMID against the full path, but the file name
+    only, to avoid false positives
+
+  * fix #3286: rbd: add basic namespace support
+
+  * fix #3345: zfs: restore container volume to ZFS with size 0
+
+  * volume export/import: allow uppercase letters in snapshot names
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 12 Apr 2021 16:14:31 +0200
+
+libpve-storage-perl (6.3-8) pve; urgency=medium
+
+  * api: disks: zfs: "scan" property is optional
+
+  * api: disks: allow listing also if an Sys.Audit permission for the node is
+    present
+
+  * fix #3354: support backup-notes on cephfs storage
+
+  * fix #3363: avoid undef-warning  when checking for encryption in Proxmox
+    Backup Server snapshots
+
+  * fix #3348: NFS: select correct IPv4/IPv6 transport when checking the
+    connection to the remote
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 01 Apr 2021 14:58:49 +0200
+
+libpve-storage-perl (6.3-7) pve; urgency=medium
+
+  * ZFS: check if pool is imported and mounted, as a pool can be imported but
+    not mounted. Try to mount in that case.
+
+  * storage migration: improve logging when IP or port cannot be detected
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 19 Feb 2021 15:49:15 +0100
+
+libpve-storage-perl (6.3-6) pve; urgency=medium
+
+  * fix checking connection for NFSv4 only server
+
+  * fix #3159: lvm: RAID LVs as storage content
+
+  * mark Proxmox Backup Server storages as shared
+
+  * Disks: return correct journal disk candidates
+
+  * Diskmanage: also check for filesystem type when determining usage
+
+  * Diskmanage: also detect BIOS boot, EFI and ZFS reserved type partitions
+
+  * Diskmanage: allow  one to optionally also include partitions and their
+    usage
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 09 Feb 2021 12:13:55 +0100
+
 libpve-storage-perl (6.3-5) pve; urgency=medium
 
   * fix #3199: backup prune: correctly format time also in edge cases