X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=08500093d7473863566f6b582168e5a9f45b7fcd;hb=3af17d8919fc565008bcaab36e305b8fa79ce089;hp=a3147f4f0eb55d5fbd392759f49cd29258236f44;hpb=0c6b83d6569b3de13c96c5413a45578fe6ef0b11;p=proxmox-backup.git diff --git a/debian/changelog b/debian/changelog index a3147f4f..08500093 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,1246 @@ +rust-proxmox-backup (2.1.4-1) bullseye; urgency=medium + + * config: add tls ciphers to NodeConfig + + * pbs-tools: improve memory foot print of LRU Cache + + * update dependencies to avoid a ref-count leak in async helpers + + -- Proxmox Support Team Fri, 21 Jan 2022 10:48:14 +0100 + +rust-proxmox-backup (2.1.3-1) bullseye; urgency=medium + + * fix #3618: proxmox-async: zip: add conditional EFS flag to zip files to + improve non-ascii code point extraction under windows. + + * OpenID Connect login: improve error message for disabled users + + * ui: tape: backup job: add second tab for group-filters to add/edit window + + * ui: sync job: add second tab for group-filters to add/edit window + + * ui: calendar event: add once daily example and clarify the workday one + + * fix #3794: api types: set backup time (since the UNIX epoch) lower limit + to 1 + + * ui: fix opening settings window in datastore panel + + * api: zfs: create zpool with `relatime=on` flag set + + * fix #3763: disable SSL/TLS renegotiation + + * node config: add email-from parameter to control notification sender + address + + * ui: configuration: rename the "Authentication" tab to "Other" and add a + "General" section with HTTP-proxy and email-from settings + + * datastore stats: not include the unavailable `io_ticks` for ZFS + datastores + + * ui: hide RRD chart for IO delay if no `io_ticks` are returned + + * fix #3058: ui: improve remote edit UX by clarifying ID vs host fields + + * docs: fix some minor typos + + * api-types: relax nodename API schema, make it a simple regex check like in + Proxmox VE + + -- Proxmox Support Team Wed, 12 Jan 2022 16:49:13 +0100 + +rust-proxmox-backup (2.1.2-1) bullseye; urgency=medium + + * docs: backup-client: fix wrong reference + + * docs: remotes: note that protected flags will not be synced + + * sync job: correctly apply rate limit + + -- Proxmox Support Team Tue, 23 Nov 2021 13:56:15 +0100 + +rust-proxmox-backup (2.1.1-2) bullseye; urgency=medium + + * docs: update and add traffic control related screenshots + + * docs: mention traffic control (bandwidth limits) for sync jobs + + -- Proxmox Support Team Mon, 22 Nov 2021 16:07:39 +0100 + +rust-proxmox-backup (2.1.1-1) bullseye; urgency=medium + + * fix proxmox-backup-manager sync-job list + + * ui, api: sync-job: allow one to configure a rate limit + + * api: snapshot list: set default for 'protected' flag + + * ui: datastore content: rework rendering protection state + + * docs: update traffic control docs (use HumanBytes) + + * ui: traffic-control: include ipv6 in 'all' networks + + * ui: traffic-control edit: add spaces between networks for more + readabillity + + * tape: fix passing-through key-fingerprint + + * avoid a bogus error regarding logrotate-path due to a reversed check + + -- Proxmox Support Team Mon, 22 Nov 2021 12:24:31 +0100 + +rust-proxmox-backup (2.1.0-1) bullseye; urgency=medium + + * rest server: make successful-ticket auth log a debug one to avoid + syslog spam + + * traffic-controls: add API/CLI to show current traffic + + * docs: add traffic control section + + * ui: use TFA widgets from widget toolkit + + * sync: allow pulling groups selectively + + * fix #3533: tape backup: filter groups according to config + + * proxmox-tape: add missing notify-user option to backup command + + * openid: allow arbitrary username-claims + + * openid: support configuring the prompt, scopes and ACR values + + * use human-byte for traffic-control rate-in/out and burst-in/out config + + * ui: add traffic control view and editor + + -- Proxmox Support Team Sat, 20 Nov 2021 22:44:07 +0100 + +rust-proxmox-backup (2.0.14-1) bullseye; urgency=medium + + * fix directory permission problems + + * add traffic control configuration config with API + + * proxmox-backup-proxy: implement traffic control + + * proxmox-backup-client: add rate/burst parameter to backup/restore CLI + + * openid_login: vertify that firstname, lastname and email fits our + schema definitions + + * docs: add info about protection flag to client docs + + * fix #3602: ui: datastore/Content: add action to set protection status + + * ui: add protected icon to snapshot (if they are protected) + + * ui: PruneInputPanel: add keepReason 'protected' for protected backups + + * proxmox-backup-client: add 'protected' commands + + * acme: interpret no TOS as accepted + + * acme: new_account: prevent replacing existing accounts + + -- Proxmox Support Team Fri, 12 Nov 2021 08:04:55 +0100 + +rust-proxmox-backup (2.0.13-1) bullseye; urgency=medium + + * tape: simplify export_media_set for pool writer + + * tape: improve export_media error message for not found tape + + * rest-server: use hashmap for parameter errors + + * proxmox-rrd: use new file firmat with higher resolution + + * proxmox-rrd: use a journal to reduce amount of bytes written + + * use new fsync parameter to replace_file and atomic_open_or_create + + * docs: langauge and formatting fixup + + * docs: Update for new features/functionality + + -- Proxmox Support Team Thu, 21 Oct 2021 08:17:00 +0200 + +rust-proxmox-backup (2.0.12-1) bullseye; urgency=medium + + * proxmox-backup-proxy: clean up old tasks when their reference was rotated + out of the task-log index + + * api daemons: fix sending log-reopen command + + -- Proxmox Support Team Tue, 19 Oct 2021 10:48:28 +0200 + +rust-proxmox-backup (2.0.11-1) bullseye; urgency=medium + + * drop aritifical limits for task-UPID length + + * tools: smart: only throw error for the fatal usage errors of smartctl + + * api: improve returning errors for extjs formatter + + * proxmox-rest-server: improve logging + + * subscription: switch verification domain over to shop.proxmox.com + + * rest-server/daemon: use new sd_notify_barrier helper for handling + synchronization with systemd on service reloading + + * ui: datastore/Content: add empty text for no snapshots + + * ui: datastore/Content: move first store-load into activate listener to + ensure we've a proper loading mask for better UX + + -- Proxmox Support Team Tue, 05 Oct 2021 16:34:14 +0200 + +rust-proxmox-backup (2.0.10-1) bullseye; urgency=medium + + * ui: fix order of prune keep reasons + + * server: add proxmox-backup-debug binary with chunk/file inspection, an API + shell with completion support + + * restructured code base to reduce linkage and libraray ABI version + constraints for all non-server binaries (client, pxar, file-restore) + + * zsh: fix passign parameters in auto-completion scripts + + * tape: also add 'force-media-set' to availablea CLI options + + * api: nodes: add missing node list (index) api endpoint + + * docs: proxmox-backup-debug: add info about the new 'api' subcommand + + * docs/technical-overview: add troubleshooting section + + -- Proxmox Support Team Tue, 21 Sep 2021 14:00:48 +0200 + +rust-proxmox-backup (2.0.9-2) bullseye; urgency=medium + + * tape backup: mention groups that were empty + + * tape: compute next-media-label for each tape backup job + + * tape: lto: increase default timeout to 10 minutes + + * ui: display next-media-label for tape backup jobs + + * cli: proxmox-tape backup-job list: use status api and display next-run + and next-media-label + + -- Proxmox Support Team Tue, 24 Aug 2021 14:44:12 +0200 + +rust-proxmox-backup (2.0.8-1) bullseye; urgency=medium + + * use proxmox-apt to 0.6 + + * api: apt: adapt to proxmox-apt back-end changes + + * api/ui: allow zstd compression for new zpools + + * tape: media_catalog: add snapshot list cache for catalog + + * api2: tape: media: use MediaCatalog::snapshot_list for content listing + + * tape: lock media_catalog file to to get a consistent view with load_catalog + + * tape: changer: handle libraries that sends wrong amount of data + + * tape: changer: remove unnecesary inquiry parameter + + * api2: tape/restore: commit temporary catalog at the end + + * docs: tape: add instructions on how to restore the catalog + + * ui: tape/ChangerStatus: improve layout for large libraries + + * tape: changer: handle invalid descriptor data from library in status page + + * datastore config: cleanup code (use flatten attribute) + + -- Proxmox Support Team Mon, 02 Aug 2021 10:34:55 +0200 + +rust-proxmox-backup (2.0.7-1) bullseye; urgency=medium + + * tape changer: better cope with models that are not following spec + proposals when returning the status page + + * tape changer: make DVCID information optional, not all devices return it + + * restore daemon: setup the 'backup' system user and group in the minimal + restore environment, as we like to ensure that all state files are ownend + by them. + + -- Proxmox Support Team Fri, 23 Jul 2021 08:43:51 +0200 + +rust-proxmox-backup (2.0.6-1) bullseye; urgency=medium + + * increase maximum drives per changer to 255 + + * allow one to pass a secret not only directly through the environment value, + but also indirectly through a file path, an open file descriptor or a + command that can write the secret to standard out. + + * pull in new proxmox library version to improve the file system + comaptibility on creation of atomic files, e.g., lock files. + + -- Proxmox Support Team Thu, 22 Jul 2021 10:22:19 +0200 + +rust-proxmox-backup (2.0.5-2) bullseye; urgency=medium + + * ui: tape: backup overview: increase timeout for media-set content + + * tape: changer: always retry until timeout + + * file-restore: increase lock timeout on QEMU map + + * fix #3515: file-restore-daemon: allow LVs/PVs with dash in name + + * fix #3526: correctly filter tasks with 'since' and 'until' + + * tape: changer: make scsi request for DVCID a separate one, as some + libraries cannot handle requesting that combined with volume tags in one + go + + * api, ui: datastore: add new 'prune-datastore' api call and expose it with + a 'Prune All' button + + * make creating log files more robust so that theys are always owned by the + less privileged `backup` user + + -- Proxmox Support Team Wed, 21 Jul 2021 09:12:39 +0200 + +rust-proxmox-backup (2.0.4-1) bullseye; urgency=medium + + * change tape drive lock path to avoid issues with sticky bit on tmpfs + mountpoint + + * tape: changer: query transport-element types separately + + * auth: improve thread safety of 'crypt' C-library + + -- Proxmox Support Team Mon, 12 Jul 2021 18:51:21 +0200 + +rust-proxmox-backup (2.0.3-1) bullseye; urgency=medium + + * api: apt: add repositories info and update calls + + * ui: administration: add APT repositories status and update panel + + * api: access domains: add get/create/update/delete endpoints for realms + + * ui: access control: add 'Realm' tab for adding and editing OpenID Connect + identity provider + + * fix #3447: ui: Dashboard: disallow selection of datastore statistics row + + * ui: tapeRestore: make window non-resizable + + * ui: dashboard: rework resource-load panel to a more detailed status panel, + showing, among other things, uptime, Kernel version, CPU info and + repository status. + + * ui: adminsitration/dashboard: auto-scale columns count and add + browser-local setting to override that to a fixed value of columns. + + * fix #3212: api, ui: add support for notes on backup groups + + -- Proxmox Support Team Mon, 12 Jul 2021 08:07:41 +0200 + +rust-proxmox-backup (2.0.2-1) bullseye; urgency=medium + + * ui: use task list component from widget toolkit + + * api: add keep-job-configs flag to datastore remove endpoint + + * api: config: delete datastore: also remove tape backup jobs + + * ui: tape restore: mark datastore selector as 'not a form field' to fix + compatibility with ExtJS 7.0 + + * ui: datastore removal: only navigate away when the user actually confirmed + the removal of that datastore + + -- Proxmox Support Team Thu, 08 Jul 2021 14:44:12 +0200 + +rust-proxmox-backup (2.0.1-2) bullseye; urgency=medium + + * file restore daemon: log basic startup steps + + * REST-API: set error message extension for bad-request response log to + ensure the actual error is logged in any (access) log, making debugging + such issues easier + + * restore daemon: create /run/proxmox-backup on startup as there's now some + runtime state saved there, which failed all API requests to the restore + daemon otherwise + + * restore daemon: use millisecond log resolution + + * fix #3496: acme: plugin: actually sleep after setting the TXT record, + ensuring DNS propagation of that record. This makes it catch up with the + docs/web-interface, where the option was already available. + + * docs: initial update to repositories for bullseye + + -- Proxmox Support Team Sat, 03 Jul 2021 23:14:49 +0200 + +rust-proxmox-backup (2.0.0-2) bullseye; urgency=medium + + * file-restore-daemon/disk: add LVM (thin) support + + -- Proxmox Support Team Sat, 03 Jul 2021 02:15:16 +0200 + +rust-proxmox-backup (2.0.0-1) bullseye; urgency=medium + + * initial bump for Debian 11 Bullseye / Proxmox Backup Server 2.0 + + * ui: datastore list summary: catch and show errors per datastore + + * ui: dashboard: task summary: add a 'close' tool to the header + + * ensure that backups which are currently being restored or backed up to a + tape won't get pruned + + * improve error handling when locking a tape drive for a backup job + + * client/pull: log snapshots that are skipped because of creation time being + older than last sync time + + * ui: datastore options: add remove button to drop a datastore from the + configuration, without removing any actual data + + * ui: tape: drive selector: do not auto select the drive + + * ui: tape: backup job: use correct default value for pbsUserSelector + + * fix #3433: disks: port over Proxmox VE's S.M.A.R.T wearout logic + + * backup: add helpers for async last recently used (LRU) caches for chunk + and index reading of backup snapshot + + * fix #3459: manager: add --ignore-verified and --outdated-after parameters + + * proxmox-backup-manager: show task log on datastore create + + * tape: snapshot reader: read chunks sorted by inode (per index) to improve + sequential reads when backing up data from slow spinning disks to tape. + + * file-restore: support ZFS pools + + * improve fix for #3393: pxar create: try to read xattrs/fcaps/acls by default + + * fix compatibility with ExtJS 7.0 + + * docs: build api-viewer from widget-toolkit-dev + + -- Proxmox Support Team Mon, 28 Jun 2021 19:35:40 +0200 + +rust-proxmox-backup (1.1.9-1) stable; urgency=medium + + * lto/sg_tape/encryption: remove non lto-4 supported byte + + * ui: improve tape restore + + * ui: panel/UsageChart: change downloadServerUrl + + * ui: css fixes and cleanups + + * api2/tape: add api call to list media sets + + * ui: tape/BackupOverview: expand pools by default + + * api: node/journal: fix parameter extraction of /nodes/node/journal + + * file-restore-daemon: limit concurrent download calls + + * file-restore-daemon: watchdog: add inhibit for long downloads + + * file-restore-daemon: work around tokio DuplexStream bug + + * apt: fix removal of non-existant http-proxy config + + * file-restore-daemon: disk: add RawFs bucket type + + * file-restore-daemon: disk: ignore "invalid fs" error + + -- Proxmox Support Team Tue, 01 Jun 2021 08:24:01 +0200 + +rust-proxmox-backup (1.1.8-1) stable; urgency=medium + + * api-proxy: implement 'reload-certificate' command and hot-reload proxy + certificate when updating via the API + + * ui: add task descriptions for ACME/Let's Encrypt related tasks + + * correctly set apt proxy configuration + + * ui: configuration: support setting a HTTP proxy for APT and subscription + checks. + + * ui: tape: add 'Force new Media-Set' checkbox to manual backup + + * ui: datastore/Content: add forget (delete) button for whole backup groups + + * ui: tape: backup overview: move restore buttons inline to action-buttons, + making the UX more similar to the datastore content tree-view + + * ui: tape restore: enabling selecting multiple snapshots + + * ui: dashboards statistics: visualize datastores where querying the usage + failed + + -- Proxmox Support Team Fri, 21 May 2021 18:21:28 +0200 + +rust-proxmox-backup (1.1.7-1) unstable; urgency=medium + + * client: use stderr for all fingerprint confirm msgs + + * fix #3391: improve mismatched fingerprint handling + + * tape: add single snapshot restore + + * docs/api-viewer: improve rendering of array format + + * tape/pool_writer: do not unwrap on channel send + + * ui: window/SyncJobEdit: disable autoSelect for remote datastore + + * ui: tape: rename 'Datastore' to 'Target Datastore' + + * manager: acme plugin: auto-complete available DNS challenge types + + * manager: acme plugin: remove ID completion helper from add command + + * completion: ACME plugin type: comment out http type for now, not useful + + * acme: use proxmox-acme-plugins and load schema from there + + * fix 3296: add http_proxy to node config, and provide a cli + + * fix #3331: improve progress for last snapshot in group + + * file-restore: add debug mode with serial access + + * file-restore: support more drives + + * file-restore: add more RAM for VMs with many drives or debug + + * file-restore: try to kill VM when stale + + * make sure URI paths start with a slash + + * tape: use LOCATE(16) SCSI command + + * call create_run_dir() at daemon startup + + * tape/drive: add 'move_to_file' to TapeDriver trait + + * proxmox_restore_daemon: mount ntfs with 'utf8' option + + * client/http_client: add necessary brackets for ipv6 + + * docs: tape: clarify LTO-4/5 support + + * tape/restore: optimize chunk restore behaviour + + -- Proxmox Support Team Tue, 11 May 2021 13:22:49 +0200 + +rust-proxmox-backup (1.1.6-2) unstable; urgency=medium + + * fix permissions set in create_run_dir + + -- Proxmox Support Team Tue, 04 May 2021 12:25:00 +0200 + +rust-proxmox-backup (1.1.6-1) unstable; urgency=medium + + * tape restore: do not verify restored files + + * tape restore: add restore speed to logs + + * tape restore: write datastore in separate thread + + * add ACME support + + * add node config + + * docs: user-management: add note about untrusted certificates for + webauthn + + * bin: use extract_output_format where necessary + + * add ctime and size function to IndexFile trait + + * ui: tape: handle tapes in changers without barcode + + -- Proxmox Support Team Tue, 04 May 2021 12:09:25 +0200 + +rust-proxmox-backup (1.1.5-3) stable; urgency=medium + + * file-restore: use 'norecovery' for XFS filesystem to allow mounting + those which where not un-mounted during backup + + -- Proxmox Support Team Thu, 29 Apr 2021 15:26:13 +0200 + +rust-proxmox-backup (1.1.5-2) stable; urgency=medium + + * file-restore: strip .img.fidx suffix from drive serials to avoid running + in the 20 character limit SCSI serial values have. + + -- Proxmox Support Team Wed, 28 Apr 2021 11:15:08 +0200 + +rust-proxmox-backup (1.1.5-1) unstable; urgency=medium + + * tools/sgutils2: add size workaround for mode_sense + + * tape: add read_medium_configuration_page() to detect WORM media + + * file-restore: fix package name for kernel/initramfs image + + * tape: remove MediumType struct, which is only valid on IBM drives + + -- Proxmox Support Team Tue, 27 Apr 2021 12:20:04 +0200 + +rust-proxmox-backup (1.1.4-1) unstable; urgency=medium + + * file-restore: add size to image files and components + + * file-restore: exit with code 1 in case streaming fails + + * file-restore: use less memory for VM (now 128 MiB) and reboot on panic + + * ui: tape: improve reload drive-status logic on user actions + + * tape backup: list the snapshots we could back up on failed backup + notification + + * Improve on a scheduling issue when updating the calendar event such, that + it would had triggered between the last-run and now. Use the next future + event as actual next trigger instead. + + * SCSI mode sense: include the expected and unexpected sizes in the error + message, to allow easier debugging + + -- Proxmox Support Team Tue, 27 Apr 2021 08:27:10 +0200 + +rust-proxmox-backup (1.1.3-2) unstable; urgency=medium + + * improve check for LTO4 tapes + + * api: node status: return further information about SWAP, IO-wait, CPU info + and Kernel version + + -- Proxmox Support Team Fri, 23 Apr 2021 10:52:08 +0200 + +rust-proxmox-backup (1.1.3-1) unstable; urgency=medium + + * tape restore: improve datastore locking when GC runs at the same time + + * tape restore: always do quick chunk verification + + * tape: improve compatibillity with some changers + + * tape: work-around missing format command on LTO-4 drives, fall-back to + slower rewind erease + + * fix #3393: pxar: allow and safe the 'security.NTACL' extended attribute + + * file-restore: support encrypted VM backups + + -- Proxmox Support Team Thu, 22 Apr 2021 20:14:58 +0200 + +rust-proxmox-backup (1.1.2-1) unstable; urgency=medium + + * backup verify: always re-check if we can skip a chunk in the actual verify + loop. + + * tape: do not try to backup unfinished backups + + -- Proxmox Support Team Thu, 15 Apr 2021 13:26:52 +0200 + +rust-proxmox-backup (1.1.1-1) unstable; urgency=medium + + * docs: include tape in table of contents + + * docs: tape: improve definition-list format and add screenshots + + * docs: reorder maintenance and network chapters after client-usage/tools + chapters + + * ui: tape changer status: add Format button to drive grid + + * backup/verify: improve speed on disks with slow random-IO (spinners) by + iterating over chunks sorted by inode + + -- Proxmox Support Team Wed, 14 Apr 2021 14:50:29 +0200 + +rust-proxmox-backup (1.1.0-1) unstable; urgency=medium + + * enable tape backup as technology preview by default + + * tape: read drive status: clear deferred error or media changed events. + + * tape: improve end-of-tape (EOT) error handling + + * tape: cleanup media catalog on tape reuse + + * zfs: re-use underlying pool wide IO stats for datasets + + * api daemon: only log error from accepting new connections to avoid opening + to many file descriptors + + * api/datastore: allow downloading the entire archive as ZIP archive, not + only sub-paths + + -- Proxmox Support Team Tue, 13 Apr 2021 14:42:18 +0200 + +rust-proxmox-backup (1.0.14-1) unstable; urgency=medium + + * server: compress API call response and static files if client accepts that + + * compress generated ZIP archives with deflate + + * tape: implement LTO userspace driver + + * docs: mention new user space tape driver, adopt device path names + + * tape: always clear encryption key after backup (for security reasons) + + * ui: improve changer status view + + * add proxmox-file-restore package, providing a central file-restore binary + with preparations for restoring files also from block level backups using + QEMU for a safe encapsulation. + + -- Proxmox Support Team Thu, 08 Apr 2021 16:35:11 +0200 + +rust-proxmox-backup (1.0.13-1) unstable; urgency=medium + + * pxar: improve handling ACL entries on create and restore + + -- Proxmox Support Team Fri, 02 Apr 2021 15:32:01 +0200 + +rust-proxmox-backup (1.0.12-1) unstable; urgency=medium + + * tape: write catalogs to tape (speedup catalog restore) + + * tape: add --scan option for catalog restore + + * tape: improve locking (lock media-sets) + + * tape: ui: enable datastore mappings + + * fix #3359: fix blocking writes in async code during pxar create + + * api2/tape/backup: wait indefinitely for lock in scheduled backup jobs + + * docu improvements + + -- Proxmox Support Team Fri, 26 Mar 2021 14:08:47 +0100 + +rust-proxmox-backup (1.0.11-1) unstable; urgency=medium + + * fix feature flag logic in pxar create + + * tools/zip: add missing start_disk field for zip64 extension to improve + compatibility with some strict archive tools + + * tape: speedup backup by doing read/write in parallel + + * tape: store datastore name in tape archives and media catalog + + -- Proxmox Support Team Thu, 18 Mar 2021 12:36:01 +0100 + +rust-proxmox-backup (1.0.10-1) unstable; urgency=medium + + * tape: improve MediaPool allocation by sorting tapes by creation time and + label text + + * api: tape backup: continue on vanishing snapshots, as a prune during long + running tape backup jobs is OK + + * tape: fix scsi volume_statistics and cartridge_memory for quantum drives + + * typo fixes all over the place + + * d/postinst: restart, not reload, when updating from a to old version + + -- Proxmox Support Team Thu, 11 Mar 2021 08:24:31 +0100 + +rust-proxmox-backup (1.0.9-1) unstable; urgency=medium + + * client: track key source, print when used + + * fix #3026: pxar: metadata: apply flags _after_ updating mtime + + * docs: add acl.cfg, datastore.cfg, remote.cfg, sync.cfg, user.cfg and + verification.cfg manual page pages + + * docs: add API viewer + + * proxmox-backup-manger: add verify-job command group with various sub + commands + + * add experimental opt-in tape backup support + + * lto-barcode: fix page offset calibration + + * lto-barcode: fix avery 3420 paper format properties + + * asyncify pxar create archive + + * client: raise HTTP_TIMEOUT for simple requests to 120s + + * docs: depend on mathjax library package from debian instead of CDN + + * fix #3321: docs: client: fix interactive restore command explanation + + * ui: use shorter datetime format for encryption key creation time + + * docs: TFA: improve language + + * config/TFA: webauthn: disallow registering the same token more than once, + that can lead to buggy behavior in some token/browser combinations. + + -- Proxmox Support Team Mon, 08 Mar 2021 15:54:47 +0100 + +rust-proxmox-backup (1.0.8-1) unstable; urgency=medium + + * Https Connector: use hostname instead of URL again to avoid certificate + verification issues. + + * ui: task summary: add verification jobs to count + + * docs: explain some technical details about datastores/chunks + + -- Proxmox Support Team Thu, 04 Feb 2021 12:39:49 +0100 + +rust-proxmox-backup (1.0.7-1) unstable; urgency=medium + + * fix #3197: skip fingerprint check when restoring key + + * client: add 'import-with-master-key' command + + * fix #3192: correct sort in prune sim + + * tools/daemon: improve reload behaviour + + * http client: add timeouts for critical connects + + * api: improve error messages for restricted endpoints + + * api: allow tokens to list users + + * ui: running tasks: Use gettext for column labels + + * login: add two-factor authenication (TFA) and integrate in web-interface + + * login: support webAuthn, recovery keys and TOTP as TFA methods + + * make it possible to abort tasks with CTRL-C + + * fix #3245: only use default schedule for new jobs + + * manager CLI: user/token list: fix rendering 0 (never) expire date + + * update the event-driven, non-blocking I/O tokio platform to 1.0 + + * access: limit editing all pam credentials to superuser + + * access: restrict password changes on @pam realm to superuser + + * patch out wrongly linked libraries from ELFs to avoid extra, bogus + dependencies in resulting package + + * add "password hint" to encryption key config + + * improve GC error handling + + * cli: make it possible to abort tasks with CTRL-C + + -- Proxmox Support Team Wed, 03 Feb 2021 10:34:23 +0100 + +rust-proxmox-backup (1.0.6-1) unstable; urgency=medium + + * stricter handling of file-descriptors, fixes some cases where some could + leak + + * ui: fix various usages of the findRecord emthod, ensuring it matches exact + + * garbage collection: improve task log format + + * verification: improve progress log, make it similar to what's logged on + pull (sync) + + * datastore: move manifest locking to /run. This avoids issues with + filesystems which cannot natively handle removing in-use files ("delete on + last close"), and create a virtual, internal, replacement file to work + around that. This is done, for example, by NFS or CIFS (samba). + + -- Proxmox Support Team Fri, 11 Dec 2020 12:51:33 +0100 + +rust-proxmox-backup (1.0.5-1) unstable; urgency=medium + + * client: restore: print meta information exclusively to standard error + + -- Proxmox Support Team Wed, 25 Nov 2020 15:29:58 +0100 + +rust-proxmox-backup (1.0.4-1) unstable; urgency=medium + + * fingerprint: add bytes() accessor + + * ui: fix broken gettext use + + * cli: move more commands into "snapshot" sub-command + + -- Proxmox Support Team Wed, 25 Nov 2020 06:37:41 +0100 + +rust-proxmox-backup (1.0.3-1) unstable; urgency=medium + + * client: inform user when automatically using the default encryption key + + * ui: UserView: render name as 'Firstname Lastname' + + * proxmox-backup-manager: add versions command + + * pxar: fix anchored exclusion at archive root + + * pxar: include .pxarexclude files in the archive + + * client: expose all-file-systems option + + * api: make expensive parts of datastore status opt-in + + * api: include datastore ID in invalid owner errors + + * garbage collection: treat .bad files like regular chunks to ensure they + are removed if not referenced anymore + + * client: fix issues with encoded UPID strings + + * encryption: add fingerprint to key config + + * client: add 'key show' command + + * fix #3139: add key fingerprint to backup snapshot manifest and check it + when loading with a key + + * ui: add snapshot/file fingerprint tooltip + + -- Proxmox Support Team Tue, 24 Nov 2020 08:55:47 +0100 + +rust-proxmox-backup (1.0.1-1) unstable; urgency=medium + + * ui: datastore summary: drop 'removed bytes' display + + * ui: datastore add: set default schedule + + * prune sim: make backup schedule a form, bind update button to its validity + + * daemon: add workaround for race in reloading and systemd 'ready' notification + + -- Proxmox Support Team Wed, 11 Nov 2020 10:18:12 +0100 + +rust-proxmox-backup (1.0.0-1) unstable; urgency=medium + + * fix #3121: forbid removing used remotes + + * docs: backup-client: encryption: discuss paperkey command + + * pxar: log when skipping mount points + + * ui: show also parent ACLs which affect a datastore in its panel + + * api: node/apt: add versions call + + * ui: make Datastore a selectable panel again. Show a datastore summary + list, and provide unfiltered access to all sync and verify jobs. + + * ui: add help tool-button to various paneös + + * ui: set various onlineHelp buttons + + * zfs: mount new zpools created via API under /mnt/datastore/ + + * ui: move disks/directory views to its own tab panel + + * fix #3060: continue sync if we cannot aquire the group lock + + * HttpsConnector: include destination on connect errors + + * fix #3060:: improve get_owner error handling + + * remote.cfg: rename userid to 'auth-id' + + * verify: log/warn on invalid owner + + -- Proxmox Support Team Tue, 10 Nov 2020 14:36:13 +0100 + +rust-proxmox-backup (0.9.7-1) unstable; urgency=medium + + * ui: add remote store selector + + * tools/daemon: fix reload with open connections + + * pxar/create: fix endless loop for shrinking files + + * pxar/create: handle ErrorKind::Interrupted for file reads + + * ui: add action-button for changing backup group owner + + * docs: add interactive prune simulator + + * verify: fix unprivileged verification jobs + + * tasks: allow access to job tasks + + * drop internal 'backup@pam' owner, sync jobs need to set a explicit owner + + * api: datastore: allow to set "verify-new" option over API + + * ui: datastore: add Options tab, allowing one to change per-datastore + notification and verify-new options + + * docs: scroll navigation bar to current active section + + -- Proxmox Support Team Mon, 09 Nov 2020 07:36:58 +0100 + +rust-proxmox-backup (0.9.6-1) unstable; urgency=medium + + * fix #3106: improve queueing new incoming connections + + * fix #2870: sync: ensure a updated ticket is used, if available + + * proxy: log if there are too many open connections + + * ui: SyncJobEdit: fix sending 'delete' values on SyncJob creation + + * datastore config: allow to configure who receives job notify emails + + * ui: fix task description for log rotate + + * proxy: also rotate auth.log file + + * ui: add shell panel under administration + + * ui: sync jobs: only set default schedule when creating new jobs and some + other small fixes + + -- Proxmox Support Team Wed, 04 Nov 2020 19:12:57 +0100 + +rust-proxmox-backup (0.9.5-1) unstable; urgency=medium + + * ui: user menu: allow one to change the language while staying logged in + + * proxmox-backup-manager: add subscription commands + + * server/rest: also accept = as token separator + + * privs: allow reading snapshot notes with Datastore.Audit + + * privs: enforce Datastore.Modify|Backup to set backup notes + + * verify: introduce and use new Datastore.Verify privilege + + * docs: add API tokens to documentation + + * ui: various smaller layout and icon improvements + + * api: implement apt pkg cache for caching pending updates + + * api: apt: implement support to send notification email on new updates + + * add daily update and maintenance task + + * fix #2864: add owner option to sync + + * sync: allow sync for non-superusers under special conditions + + * config: support depreacated netmask when parsing interfaces file + + * server: implement access log rotation with re-open via command socket + + * garbage collect: improve index error messages + + * fix #3039: use the same ID regex for info and api + + * ui: administration: allow extensive filtering of the worker task + + * report: add api endpoint and function to generate report + + -- Proxmox Support Team Tue, 03 Nov 2020 17:41:17 +0100 + +rust-proxmox-backup (0.9.4-2) unstable; urgency=medium + + * make postinst (update) script more resilient + + -- Proxmox Support Team Thu, 29 Oct 2020 20:09:30 +0100 + +rust-proxmox-backup (0.9.4-1) unstable; urgency=medium + + * implement API-token + + * client/remote: allow using API-token + secret + + * ui/cli: implement API-token management interface and commands + + * ui: add widget to view the effective permissions of a user or token + + * ui: datastore summary: handle error when havin zero snapshot of any type + + * ui: move user, token and permissions into an access control tab panel + + -- Proxmox Support Team Thu, 29 Oct 2020 17:19:13 +0100 + +rust-proxmox-backup (0.9.3-1) unstable; urgency=medium + + * fix #2998: encode mtime as i64 instead of u64 + + * GC: log the number of leftover bad chunks we could not yet cleanup, as no + valid one replaced them. Also log deduplication factor. + + * send sync job status emails + + * api: datstore status: introduce proper structs and restore compatibility + to 0.9.1 + + * ui: drop id field from verify/sync add window, they are now seen as internal + + -- Proxmox Support Team Thu, 29 Oct 2020 14:58:13 +0100 + +rust-proxmox-backup (0.9.2-2) unstable; urgency=medium + + * rework server web-interface, move more datastore related panels as tabs + inside the datastore view + + * prune: never fail, just warn about failed removals + + * prune/forget: skip snapshots with open readers (restore, verification) + + * datastore: always ensure to remove individual snapshots before their group + + * pxar: fix relative '!' rules in .pxarexclude + + * pxar: anchor pxarexcludes starting with a slash + + * GC: mark phase: ignore vanished index files + + * server/rest: forward real client IP on proxied request and log it in + failed authentication requests + + * server: rest: implement max URI path and query length request limits + + * server/rest: implement request access log and log the query part of + URL and the user agent + + * api: access: log to separate file, use syslog to errors only to reduce + syslog spam + + * client: set HTTP connect timeout to 10 seconds + + * client: sent TCP keep-alive after 2 minutes instead of the Linux default + of two hours. + + * CLI completion: fix ACL path completion + + * fix #2988: allow one to enable automatic verification after finishing a + snapshot, can be controlled as a per-datastore option + + * various log-rotation improvements + + * proxmox-backup-client: use HumanByte to render snapshot size + + * paperkey: use svg as image format to provide better scalability + + * backup: avoid Transport endpoint is not connected error + + * fix #3038: check user before renewing ticket + + * ui/tools: add zip module and allow to download an archive directory as a zip + + * ui and api: add verification job config, allowing to schedule more + flexible jobs, filtering out already and/or recently verified snapshots + NOTE: the previous simple "verify all" schedule was dropped from the + datastore content, and does *not* gets migrated to the new job config. + + * tasks: use systemd escape to decode/encode the task worker ID, avoiding + some display problems with problematic characters + + * fix #2934: list also new to-be-installed packages in updates + + * apt: add /changelog API call similar to PVE + + * api: add world accessible ping dummy endpoint, to cheaply check for a + running PBS instance. + + * ui: add datastore summary panel and move Statistics into it + + * ui: navigation: add 'Add Datastore' button below datastore list + + * ui: datastore panel: save and restore selected tab statefully + + * send notification mails to email of root@pam account for GC and verify + jobs + + * ui: datastore: use simple V. for verify action button + + * ui: datastore: show snapshot manifest comment and allow to edit them + + -- Proxmox Support Team Wed, 28 Oct 2020 23:05:41 +0100 + +rust-proxmox-backup (0.9.1-1) unstable; urgency=medium + + * TLS speedups (use SslAcceptor::mozilla_intermediate_v5) + + * introduction.rst: add History + + * fix #2847: proxmox-backup-client: add change-owner cmd + + * proxmox-backup-client key: rename 'paper-key' command to 'paperkey' + + * don't require WorkerTask in backup/ (introduce TaskState trait) + + * fix #3070: replace internal with public URLs + + * backup: index readers: drop useless shared lock + + * add "Build" section to README.rst + + * reader: actually allow users to download their own backups + + * reader: track index chunks and limit access + + * Userid: fix borrow/deref recursion + + * depend on proxmox 0.4.3 + + * api: datastore: require allocate privilege for deletion + + * fuse_loop: handle unmap on crashed instance + + * fuse_loop: wait for instance to close after killing + + * fuse_loop: add automatic cleanup of run files and dangling instances + + * mount/map: use names for map/unmap for easier use + + * ui: network: remove create VLAN option + + * ui: Dashboard/TaskSummary: add Verifies to the Summary + + * ui: implement task history limit and make it configurable + + * docs: installation: add system requirements section + + * client: implement map/unmap commands for .img backups + + -- Proxmox Support Team Wed, 14 Oct 2020 13:42:12 +0200 + rust-proxmox-backup (0.9.0-2) unstable; urgency=medium * ui: RemoteEdit: only send delete on update