]> git.proxmox.com Git - proxmox-backup.git/blob - debian/changelog
rest-server/daemon: use sd_notify_barrier for service reloading
[proxmox-backup.git] / debian / changelog
1 rust-proxmox-backup (2.0.10-1) UNRELEASED; urgency=medium
2
3 * ui: fix order of prune keep reasons
4
5 * server: add proxmox-backup-debug binary with chunk/file inspection, an API
6 shell with completion support
7
8 * restructured code base to reduce linkage and libraray ABI version
9 constraints for all non-server binaries (client, pxar, file-restore)
10
11 * zsh: fix passign parameters in auto-completion scripts
12
13 * tape: also add 'force-media-set' to availablea CLI options
14
15 * api: nodes: add missing node list (index) api endpoint
16
17 * docs: proxmox-backup-debug: add info about the new 'api' subcommand
18
19 * docs/technical-overview: add troubleshooting section
20
21 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Sep 2021 14:00:48 +0200
22
23 rust-proxmox-backup (2.0.9-2) bullseye; urgency=medium
24
25 * tape backup: mention groups that were empty
26
27 * tape: compute next-media-label for each tape backup job
28
29 * tape: lto: increase default timeout to 10 minutes
30
31 * ui: display next-media-label for tape backup jobs
32
33 * cli: proxmox-tape backup-job list: use status api and display next-run
34 and next-media-label
35
36 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Aug 2021 14:44:12 +0200
37
38 rust-proxmox-backup (2.0.8-1) bullseye; urgency=medium
39
40 * use proxmox-apt to 0.6
41
42 * api: apt: adapt to proxmox-apt back-end changes
43
44 * api/ui: allow zstd compression for new zpools
45
46 * tape: media_catalog: add snapshot list cache for catalog
47
48 * api2: tape: media: use MediaCatalog::snapshot_list for content listing
49
50 * tape: lock media_catalog file to to get a consistent view with load_catalog
51
52 * tape: changer: handle libraries that sends wrong amount of data
53
54 * tape: changer: remove unnecesary inquiry parameter
55
56 * api2: tape/restore: commit temporary catalog at the end
57
58 * docs: tape: add instructions on how to restore the catalog
59
60 * ui: tape/ChangerStatus: improve layout for large libraries
61
62 * tape: changer: handle invalid descriptor data from library in status page
63
64 * datastore config: cleanup code (use flatten attribute)
65
66 -- Proxmox Support Team <support@proxmox.com> Mon, 02 Aug 2021 10:34:55 +0200
67
68 rust-proxmox-backup (2.0.7-1) bullseye; urgency=medium
69
70 * tape changer: better cope with models that are not following spec
71 proposals when returning the status page
72
73 * tape changer: make DVCID information optional, not all devices return it
74
75 * restore daemon: setup the 'backup' system user and group in the minimal
76 restore environment, as we like to ensure that all state files are ownend
77 by them.
78
79 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Jul 2021 08:43:51 +0200
80
81 rust-proxmox-backup (2.0.6-1) bullseye; urgency=medium
82
83 * increase maximum drives per changer to 255
84
85 * allow one to pass a secret not only directly through the environment value,
86 but also indirectly through a file path, an open file descriptor or a
87 command that can write the secret to standard out.
88
89 * pull in new proxmox library version to improve the file system
90 comaptibility on creation of atomic files, e.g., lock files.
91
92 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jul 2021 10:22:19 +0200
93
94 rust-proxmox-backup (2.0.5-2) bullseye; urgency=medium
95
96 * ui: tape: backup overview: increase timeout for media-set content
97
98 * tape: changer: always retry until timeout
99
100 * file-restore: increase lock timeout on QEMU map
101
102 * fix #3515: file-restore-daemon: allow LVs/PVs with dash in name
103
104 * fix #3526: correctly filter tasks with 'since' and 'until'
105
106 * tape: changer: make scsi request for DVCID a separate one, as some
107 libraries cannot handle requesting that combined with volume tags in one
108 go
109
110 * api, ui: datastore: add new 'prune-datastore' api call and expose it with
111 a 'Prune All' button
112
113 * make creating log files more robust so that theys are always owned by the
114 less privileged `backup` user
115
116 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Jul 2021 09:12:39 +0200
117
118 rust-proxmox-backup (2.0.4-1) bullseye; urgency=medium
119
120 * change tape drive lock path to avoid issues with sticky bit on tmpfs
121 mountpoint
122
123 * tape: changer: query transport-element types separately
124
125 * auth: improve thread safety of 'crypt' C-library
126
127 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Jul 2021 18:51:21 +0200
128
129 rust-proxmox-backup (2.0.3-1) bullseye; urgency=medium
130
131 * api: apt: add repositories info and update calls
132
133 * ui: administration: add APT repositories status and update panel
134
135 * api: access domains: add get/create/update/delete endpoints for realms
136
137 * ui: access control: add 'Realm' tab for adding and editing OpenID Connect
138 identity provider
139
140 * fix #3447: ui: Dashboard: disallow selection of datastore statistics row
141
142 * ui: tapeRestore: make window non-resizable
143
144 * ui: dashboard: rework resource-load panel to a more detailed status panel,
145 showing, among other things, uptime, Kernel version, CPU info and
146 repository status.
147
148 * ui: adminsitration/dashboard: auto-scale columns count and add
149 browser-local setting to override that to a fixed value of columns.
150
151 * fix #3212: api, ui: add support for notes on backup groups
152
153 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Jul 2021 08:07:41 +0200
154
155 rust-proxmox-backup (2.0.2-1) bullseye; urgency=medium
156
157 * ui: use task list component from widget toolkit
158
159 * api: add keep-job-configs flag to datastore remove endpoint
160
161 * api: config: delete datastore: also remove tape backup jobs
162
163 * ui: tape restore: mark datastore selector as 'not a form field' to fix
164 compatibility with ExtJS 7.0
165
166 * ui: datastore removal: only navigate away when the user actually confirmed
167 the removal of that datastore
168
169 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Jul 2021 14:44:12 +0200
170
171 rust-proxmox-backup (2.0.1-2) bullseye; urgency=medium
172
173 * file restore daemon: log basic startup steps
174
175 * REST-API: set error message extension for bad-request response log to
176 ensure the actual error is logged in any (access) log, making debugging
177 such issues easier
178
179 * restore daemon: create /run/proxmox-backup on startup as there's now some
180 runtime state saved there, which failed all API requests to the restore
181 daemon otherwise
182
183 * restore daemon: use millisecond log resolution
184
185 * fix #3496: acme: plugin: actually sleep after setting the TXT record,
186 ensuring DNS propagation of that record. This makes it catch up with the
187 docs/web-interface, where the option was already available.
188
189 * docs: initial update to repositories for bullseye
190
191 -- Proxmox Support Team <support@proxmox.com> Sat, 03 Jul 2021 23:14:49 +0200
192
193 rust-proxmox-backup (2.0.0-2) bullseye; urgency=medium
194
195 * file-restore-daemon/disk: add LVM (thin) support
196
197 -- Proxmox Support Team <support@proxmox.com> Sat, 03 Jul 2021 02:15:16 +0200
198
199 rust-proxmox-backup (2.0.0-1) bullseye; urgency=medium
200
201 * initial bump for Debian 11 Bullseye / Proxmox Backup Server 2.0
202
203 * ui: datastore list summary: catch and show errors per datastore
204
205 * ui: dashboard: task summary: add a 'close' tool to the header
206
207 * ensure that backups which are currently being restored or backed up to a
208 tape won't get pruned
209
210 * improve error handling when locking a tape drive for a backup job
211
212 * client/pull: log snapshots that are skipped because of creation time being
213 older than last sync time
214
215 * ui: datastore options: add remove button to drop a datastore from the
216 configuration, without removing any actual data
217
218 * ui: tape: drive selector: do not auto select the drive
219
220 * ui: tape: backup job: use correct default value for pbsUserSelector
221
222 * fix #3433: disks: port over Proxmox VE's S.M.A.R.T wearout logic
223
224 * backup: add helpers for async last recently used (LRU) caches for chunk
225 and index reading of backup snapshot
226
227 * fix #3459: manager: add --ignore-verified and --outdated-after parameters
228
229 * proxmox-backup-manager: show task log on datastore create
230
231 * tape: snapshot reader: read chunks sorted by inode (per index) to improve
232 sequential reads when backing up data from slow spinning disks to tape.
233
234 * file-restore: support ZFS pools
235
236 * improve fix for #3393: pxar create: try to read xattrs/fcaps/acls by default
237
238 * fix compatibility with ExtJS 7.0
239
240 * docs: build api-viewer from widget-toolkit-dev
241
242 -- Proxmox Support Team <support@proxmox.com> Mon, 28 Jun 2021 19:35:40 +0200
243
244 rust-proxmox-backup (1.1.9-1) stable; urgency=medium
245
246 * lto/sg_tape/encryption: remove non lto-4 supported byte
247
248 * ui: improve tape restore
249
250 * ui: panel/UsageChart: change downloadServerUrl
251
252 * ui: css fixes and cleanups
253
254 * api2/tape: add api call to list media sets
255
256 * ui: tape/BackupOverview: expand pools by default
257
258 * api: node/journal: fix parameter extraction of /nodes/node/journal
259
260 * file-restore-daemon: limit concurrent download calls
261
262 * file-restore-daemon: watchdog: add inhibit for long downloads
263
264 * file-restore-daemon: work around tokio DuplexStream bug
265
266 * apt: fix removal of non-existant http-proxy config
267
268 * file-restore-daemon: disk: add RawFs bucket type
269
270 * file-restore-daemon: disk: ignore "invalid fs" error
271
272 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Jun 2021 08:24:01 +0200
273
274 rust-proxmox-backup (1.1.8-1) stable; urgency=medium
275
276 * api-proxy: implement 'reload-certificate' command and hot-reload proxy
277 certificate when updating via the API
278
279 * ui: add task descriptions for ACME/Let's Encrypt related tasks
280
281 * correctly set apt proxy configuration
282
283 * ui: configuration: support setting a HTTP proxy for APT and subscription
284 checks.
285
286 * ui: tape: add 'Force new Media-Set' checkbox to manual backup
287
288 * ui: datastore/Content: add forget (delete) button for whole backup groups
289
290 * ui: tape: backup overview: move restore buttons inline to action-buttons,
291 making the UX more similar to the datastore content tree-view
292
293 * ui: tape restore: enabling selecting multiple snapshots
294
295 * ui: dashboards statistics: visualize datastores where querying the usage
296 failed
297
298 -- Proxmox Support Team <support@proxmox.com> Fri, 21 May 2021 18:21:28 +0200
299
300 rust-proxmox-backup (1.1.7-1) unstable; urgency=medium
301
302 * client: use stderr for all fingerprint confirm msgs
303
304 * fix #3391: improve mismatched fingerprint handling
305
306 * tape: add single snapshot restore
307
308 * docs/api-viewer: improve rendering of array format
309
310 * tape/pool_writer: do not unwrap on channel send
311
312 * ui: window/SyncJobEdit: disable autoSelect for remote datastore
313
314 * ui: tape: rename 'Datastore' to 'Target Datastore'
315
316 * manager: acme plugin: auto-complete available DNS challenge types
317
318 * manager: acme plugin: remove ID completion helper from add command
319
320 * completion: ACME plugin type: comment out http type for now, not useful
321
322 * acme: use proxmox-acme-plugins and load schema from there
323
324 * fix 3296: add http_proxy to node config, and provide a cli
325
326 * fix #3331: improve progress for last snapshot in group
327
328 * file-restore: add debug mode with serial access
329
330 * file-restore: support more drives
331
332 * file-restore: add more RAM for VMs with many drives or debug
333
334 * file-restore: try to kill VM when stale
335
336 * make sure URI paths start with a slash
337
338 * tape: use LOCATE(16) SCSI command
339
340 * call create_run_dir() at daemon startup
341
342 * tape/drive: add 'move_to_file' to TapeDriver trait
343
344 * proxmox_restore_daemon: mount ntfs with 'utf8' option
345
346 * client/http_client: add necessary brackets for ipv6
347
348 * docs: tape: clarify LTO-4/5 support
349
350 * tape/restore: optimize chunk restore behaviour
351
352 -- Proxmox Support Team <support@proxmox.com> Tue, 11 May 2021 13:22:49 +0200
353
354 rust-proxmox-backup (1.1.6-2) unstable; urgency=medium
355
356 * fix permissions set in create_run_dir
357
358 -- Proxmox Support Team <support@proxmox.com> Tue, 04 May 2021 12:25:00 +0200
359
360 rust-proxmox-backup (1.1.6-1) unstable; urgency=medium
361
362 * tape restore: do not verify restored files
363
364 * tape restore: add restore speed to logs
365
366 * tape restore: write datastore in separate thread
367
368 * add ACME support
369
370 * add node config
371
372 * docs: user-management: add note about untrusted certificates for
373 webauthn
374
375 * bin: use extract_output_format where necessary
376
377 * add ctime and size function to IndexFile trait
378
379 * ui: tape: handle tapes in changers without barcode
380
381 -- Proxmox Support Team <support@proxmox.com> Tue, 04 May 2021 12:09:25 +0200
382
383 rust-proxmox-backup (1.1.5-3) stable; urgency=medium
384
385 * file-restore: use 'norecovery' for XFS filesystem to allow mounting
386 those which where not un-mounted during backup
387
388 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Apr 2021 15:26:13 +0200
389
390 rust-proxmox-backup (1.1.5-2) stable; urgency=medium
391
392 * file-restore: strip .img.fidx suffix from drive serials to avoid running
393 in the 20 character limit SCSI serial values have.
394
395 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Apr 2021 11:15:08 +0200
396
397 rust-proxmox-backup (1.1.5-1) unstable; urgency=medium
398
399 * tools/sgutils2: add size workaround for mode_sense
400
401 * tape: add read_medium_configuration_page() to detect WORM media
402
403 * file-restore: fix package name for kernel/initramfs image
404
405 * tape: remove MediumType struct, which is only valid on IBM drives
406
407 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Apr 2021 12:20:04 +0200
408
409 rust-proxmox-backup (1.1.4-1) unstable; urgency=medium
410
411 * file-restore: add size to image files and components
412
413 * file-restore: exit with code 1 in case streaming fails
414
415 * file-restore: use less memory for VM (now 128 MiB) and reboot on panic
416
417 * ui: tape: improve reload drive-status logic on user actions
418
419 * tape backup: list the snapshots we could back up on failed backup
420 notification
421
422 * Improve on a scheduling issue when updating the calendar event such, that
423 it would had triggered between the last-run and now. Use the next future
424 event as actual next trigger instead.
425
426 * SCSI mode sense: include the expected and unexpected sizes in the error
427 message, to allow easier debugging
428
429 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Apr 2021 08:27:10 +0200
430
431 rust-proxmox-backup (1.1.3-2) unstable; urgency=medium
432
433 * improve check for LTO4 tapes
434
435 * api: node status: return further information about SWAP, IO-wait, CPU info
436 and Kernel version
437
438 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Apr 2021 10:52:08 +0200
439
440 rust-proxmox-backup (1.1.3-1) unstable; urgency=medium
441
442 * tape restore: improve datastore locking when GC runs at the same time
443
444 * tape restore: always do quick chunk verification
445
446 * tape: improve compatibillity with some changers
447
448 * tape: work-around missing format command on LTO-4 drives, fall-back to
449 slower rewind erease
450
451 * fix #3393: pxar: allow and safe the 'security.NTACL' extended attribute
452
453 * file-restore: support encrypted VM backups
454
455 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Apr 2021 20:14:58 +0200
456
457 rust-proxmox-backup (1.1.2-1) unstable; urgency=medium
458
459 * backup verify: always re-check if we can skip a chunk in the actual verify
460 loop.
461
462 * tape: do not try to backup unfinished backups
463
464 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Apr 2021 13:26:52 +0200
465
466 rust-proxmox-backup (1.1.1-1) unstable; urgency=medium
467
468 * docs: include tape in table of contents
469
470 * docs: tape: improve definition-list format and add screenshots
471
472 * docs: reorder maintenance and network chapters after client-usage/tools
473 chapters
474
475 * ui: tape changer status: add Format button to drive grid
476
477 * backup/verify: improve speed on disks with slow random-IO (spinners) by
478 iterating over chunks sorted by inode
479
480 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Apr 2021 14:50:29 +0200
481
482 rust-proxmox-backup (1.1.0-1) unstable; urgency=medium
483
484 * enable tape backup as technology preview by default
485
486 * tape: read drive status: clear deferred error or media changed events.
487
488 * tape: improve end-of-tape (EOT) error handling
489
490 * tape: cleanup media catalog on tape reuse
491
492 * zfs: re-use underlying pool wide IO stats for datasets
493
494 * api daemon: only log error from accepting new connections to avoid opening
495 to many file descriptors
496
497 * api/datastore: allow downloading the entire archive as ZIP archive, not
498 only sub-paths
499
500 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Apr 2021 14:42:18 +0200
501
502 rust-proxmox-backup (1.0.14-1) unstable; urgency=medium
503
504 * server: compress API call response and static files if client accepts that
505
506 * compress generated ZIP archives with deflate
507
508 * tape: implement LTO userspace driver
509
510 * docs: mention new user space tape driver, adopt device path names
511
512 * tape: always clear encryption key after backup (for security reasons)
513
514 * ui: improve changer status view
515
516 * add proxmox-file-restore package, providing a central file-restore binary
517 with preparations for restoring files also from block level backups using
518 QEMU for a safe encapsulation.
519
520 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Apr 2021 16:35:11 +0200
521
522 rust-proxmox-backup (1.0.13-1) unstable; urgency=medium
523
524 * pxar: improve handling ACL entries on create and restore
525
526 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Apr 2021 15:32:01 +0200
527
528 rust-proxmox-backup (1.0.12-1) unstable; urgency=medium
529
530 * tape: write catalogs to tape (speedup catalog restore)
531
532 * tape: add --scan option for catalog restore
533
534 * tape: improve locking (lock media-sets)
535
536 * tape: ui: enable datastore mappings
537
538 * fix #3359: fix blocking writes in async code during pxar create
539
540 * api2/tape/backup: wait indefinitely for lock in scheduled backup jobs
541
542 * docu improvements
543
544 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Mar 2021 14:08:47 +0100
545
546 rust-proxmox-backup (1.0.11-1) unstable; urgency=medium
547
548 * fix feature flag logic in pxar create
549
550 * tools/zip: add missing start_disk field for zip64 extension to improve
551 compatibility with some strict archive tools
552
553 * tape: speedup backup by doing read/write in parallel
554
555 * tape: store datastore name in tape archives and media catalog
556
557 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Mar 2021 12:36:01 +0100
558
559 rust-proxmox-backup (1.0.10-1) unstable; urgency=medium
560
561 * tape: improve MediaPool allocation by sorting tapes by creation time and
562 label text
563
564 * api: tape backup: continue on vanishing snapshots, as a prune during long
565 running tape backup jobs is OK
566
567 * tape: fix scsi volume_statistics and cartridge_memory for quantum drives
568
569 * typo fixes all over the place
570
571 * d/postinst: restart, not reload, when updating from a to old version
572
573 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Mar 2021 08:24:31 +0100
574
575 rust-proxmox-backup (1.0.9-1) unstable; urgency=medium
576
577 * client: track key source, print when used
578
579 * fix #3026: pxar: metadata: apply flags _after_ updating mtime
580
581 * docs: add acl.cfg, datastore.cfg, remote.cfg, sync.cfg, user.cfg and
582 verification.cfg manual page pages
583
584 * docs: add API viewer
585
586 * proxmox-backup-manger: add verify-job command group with various sub
587 commands
588
589 * add experimental opt-in tape backup support
590
591 * lto-barcode: fix page offset calibration
592
593 * lto-barcode: fix avery 3420 paper format properties
594
595 * asyncify pxar create archive
596
597 * client: raise HTTP_TIMEOUT for simple requests to 120s
598
599 * docs: depend on mathjax library package from debian instead of CDN
600
601 * fix #3321: docs: client: fix interactive restore command explanation
602
603 * ui: use shorter datetime format for encryption key creation time
604
605 * docs: TFA: improve language
606
607 * config/TFA: webauthn: disallow registering the same token more than once,
608 that can lead to buggy behavior in some token/browser combinations.
609
610 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Mar 2021 15:54:47 +0100
611
612 rust-proxmox-backup (1.0.8-1) unstable; urgency=medium
613
614 * Https Connector: use hostname instead of URL again to avoid certificate
615 verification issues.
616
617 * ui: task summary: add verification jobs to count
618
619 * docs: explain some technical details about datastores/chunks
620
621 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Feb 2021 12:39:49 +0100
622
623 rust-proxmox-backup (1.0.7-1) unstable; urgency=medium
624
625 * fix #3197: skip fingerprint check when restoring key
626
627 * client: add 'import-with-master-key' command
628
629 * fix #3192: correct sort in prune sim
630
631 * tools/daemon: improve reload behaviour
632
633 * http client: add timeouts for critical connects
634
635 * api: improve error messages for restricted endpoints
636
637 * api: allow tokens to list users
638
639 * ui: running tasks: Use gettext for column labels
640
641 * login: add two-factor authenication (TFA) and integrate in web-interface
642
643 * login: support webAuthn, recovery keys and TOTP as TFA methods
644
645 * make it possible to abort tasks with CTRL-C
646
647 * fix #3245: only use default schedule for new jobs
648
649 * manager CLI: user/token list: fix rendering 0 (never) expire date
650
651 * update the event-driven, non-blocking I/O tokio platform to 1.0
652
653 * access: limit editing all pam credentials to superuser
654
655 * access: restrict password changes on @pam realm to superuser
656
657 * patch out wrongly linked libraries from ELFs to avoid extra, bogus
658 dependencies in resulting package
659
660 * add "password hint" to encryption key config
661
662 * improve GC error handling
663
664 * cli: make it possible to abort tasks with CTRL-C
665
666 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Feb 2021 10:34:23 +0100
667
668 rust-proxmox-backup (1.0.6-1) unstable; urgency=medium
669
670 * stricter handling of file-descriptors, fixes some cases where some could
671 leak
672
673 * ui: fix various usages of the findRecord emthod, ensuring it matches exact
674
675 * garbage collection: improve task log format
676
677 * verification: improve progress log, make it similar to what's logged on
678 pull (sync)
679
680 * datastore: move manifest locking to /run. This avoids issues with
681 filesystems which cannot natively handle removing in-use files ("delete on
682 last close"), and create a virtual, internal, replacement file to work
683 around that. This is done, for example, by NFS or CIFS (samba).
684
685 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Dec 2020 12:51:33 +0100
686
687 rust-proxmox-backup (1.0.5-1) unstable; urgency=medium
688
689 * client: restore: print meta information exclusively to standard error
690
691 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Nov 2020 15:29:58 +0100
692
693 rust-proxmox-backup (1.0.4-1) unstable; urgency=medium
694
695 * fingerprint: add bytes() accessor
696
697 * ui: fix broken gettext use
698
699 * cli: move more commands into "snapshot" sub-command
700
701 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Nov 2020 06:37:41 +0100
702
703 rust-proxmox-backup (1.0.3-1) unstable; urgency=medium
704
705 * client: inform user when automatically using the default encryption key
706
707 * ui: UserView: render name as 'Firstname Lastname'
708
709 * proxmox-backup-manager: add versions command
710
711 * pxar: fix anchored exclusion at archive root
712
713 * pxar: include .pxarexclude files in the archive
714
715 * client: expose all-file-systems option
716
717 * api: make expensive parts of datastore status opt-in
718
719 * api: include datastore ID in invalid owner errors
720
721 * garbage collection: treat .bad files like regular chunks to ensure they
722 are removed if not referenced anymore
723
724 * client: fix issues with encoded UPID strings
725
726 * encryption: add fingerprint to key config
727
728 * client: add 'key show' command
729
730 * fix #3139: add key fingerprint to backup snapshot manifest and check it
731 when loading with a key
732
733 * ui: add snapshot/file fingerprint tooltip
734
735 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Nov 2020 08:55:47 +0100
736
737 rust-proxmox-backup (1.0.1-1) unstable; urgency=medium
738
739 * ui: datastore summary: drop 'removed bytes' display
740
741 * ui: datastore add: set default schedule
742
743 * prune sim: make backup schedule a form, bind update button to its validity
744
745 * daemon: add workaround for race in reloading and systemd 'ready' notification
746
747 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Nov 2020 10:18:12 +0100
748
749 rust-proxmox-backup (1.0.0-1) unstable; urgency=medium
750
751 * fix #3121: forbid removing used remotes
752
753 * docs: backup-client: encryption: discuss paperkey command
754
755 * pxar: log when skipping mount points
756
757 * ui: show also parent ACLs which affect a datastore in its panel
758
759 * api: node/apt: add versions call
760
761 * ui: make Datastore a selectable panel again. Show a datastore summary
762 list, and provide unfiltered access to all sync and verify jobs.
763
764 * ui: add help tool-button to various paneös
765
766 * ui: set various onlineHelp buttons
767
768 * zfs: mount new zpools created via API under /mnt/datastore/<id>
769
770 * ui: move disks/directory views to its own tab panel
771
772 * fix #3060: continue sync if we cannot aquire the group lock
773
774 * HttpsConnector: include destination on connect errors
775
776 * fix #3060:: improve get_owner error handling
777
778 * remote.cfg: rename userid to 'auth-id'
779
780 * verify: log/warn on invalid owner
781
782 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Nov 2020 14:36:13 +0100
783
784 rust-proxmox-backup (0.9.7-1) unstable; urgency=medium
785
786 * ui: add remote store selector
787
788 * tools/daemon: fix reload with open connections
789
790 * pxar/create: fix endless loop for shrinking files
791
792 * pxar/create: handle ErrorKind::Interrupted for file reads
793
794 * ui: add action-button for changing backup group owner
795
796 * docs: add interactive prune simulator
797
798 * verify: fix unprivileged verification jobs
799
800 * tasks: allow access to job tasks
801
802 * drop internal 'backup@pam' owner, sync jobs need to set a explicit owner
803
804 * api: datastore: allow to set "verify-new" option over API
805
806 * ui: datastore: add Options tab, allowing one to change per-datastore
807 notification and verify-new options
808
809 * docs: scroll navigation bar to current active section
810
811 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Nov 2020 07:36:58 +0100
812
813 rust-proxmox-backup (0.9.6-1) unstable; urgency=medium
814
815 * fix #3106: improve queueing new incoming connections
816
817 * fix #2870: sync: ensure a updated ticket is used, if available
818
819 * proxy: log if there are too many open connections
820
821 * ui: SyncJobEdit: fix sending 'delete' values on SyncJob creation
822
823 * datastore config: allow to configure who receives job notify emails
824
825 * ui: fix task description for log rotate
826
827 * proxy: also rotate auth.log file
828
829 * ui: add shell panel under administration
830
831 * ui: sync jobs: only set default schedule when creating new jobs and some
832 other small fixes
833
834 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Nov 2020 19:12:57 +0100
835
836 rust-proxmox-backup (0.9.5-1) unstable; urgency=medium
837
838 * ui: user menu: allow one to change the language while staying logged in
839
840 * proxmox-backup-manager: add subscription commands
841
842 * server/rest: also accept = as token separator
843
844 * privs: allow reading snapshot notes with Datastore.Audit
845
846 * privs: enforce Datastore.Modify|Backup to set backup notes
847
848 * verify: introduce and use new Datastore.Verify privilege
849
850 * docs: add API tokens to documentation
851
852 * ui: various smaller layout and icon improvements
853
854 * api: implement apt pkg cache for caching pending updates
855
856 * api: apt: implement support to send notification email on new updates
857
858 * add daily update and maintenance task
859
860 * fix #2864: add owner option to sync
861
862 * sync: allow sync for non-superusers under special conditions
863
864 * config: support depreacated netmask when parsing interfaces file
865
866 * server: implement access log rotation with re-open via command socket
867
868 * garbage collect: improve index error messages
869
870 * fix #3039: use the same ID regex for info and api
871
872 * ui: administration: allow extensive filtering of the worker task
873
874 * report: add api endpoint and function to generate report
875
876 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Nov 2020 17:41:17 +0100
877
878 rust-proxmox-backup (0.9.4-2) unstable; urgency=medium
879
880 * make postinst (update) script more resilient
881
882 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2020 20:09:30 +0100
883
884 rust-proxmox-backup (0.9.4-1) unstable; urgency=medium
885
886 * implement API-token
887
888 * client/remote: allow using API-token + secret
889
890 * ui/cli: implement API-token management interface and commands
891
892 * ui: add widget to view the effective permissions of a user or token
893
894 * ui: datastore summary: handle error when havin zero snapshot of any type
895
896 * ui: move user, token and permissions into an access control tab panel
897
898 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2020 17:19:13 +0100
899
900 rust-proxmox-backup (0.9.3-1) unstable; urgency=medium
901
902 * fix #2998: encode mtime as i64 instead of u64
903
904 * GC: log the number of leftover bad chunks we could not yet cleanup, as no
905 valid one replaced them. Also log deduplication factor.
906
907 * send sync job status emails
908
909 * api: datstore status: introduce proper structs and restore compatibility
910 to 0.9.1
911
912 * ui: drop id field from verify/sync add window, they are now seen as internal
913
914 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Oct 2020 14:58:13 +0100
915
916 rust-proxmox-backup (0.9.2-2) unstable; urgency=medium
917
918 * rework server web-interface, move more datastore related panels as tabs
919 inside the datastore view
920
921 * prune: never fail, just warn about failed removals
922
923 * prune/forget: skip snapshots with open readers (restore, verification)
924
925 * datastore: always ensure to remove individual snapshots before their group
926
927 * pxar: fix relative '!' rules in .pxarexclude
928
929 * pxar: anchor pxarexcludes starting with a slash
930
931 * GC: mark phase: ignore vanished index files
932
933 * server/rest: forward real client IP on proxied request and log it in
934 failed authentication requests
935
936 * server: rest: implement max URI path and query length request limits
937
938 * server/rest: implement request access log and log the query part of
939 URL and the user agent
940
941 * api: access: log to separate file, use syslog to errors only to reduce
942 syslog spam
943
944 * client: set HTTP connect timeout to 10 seconds
945
946 * client: sent TCP keep-alive after 2 minutes instead of the Linux default
947 of two hours.
948
949 * CLI completion: fix ACL path completion
950
951 * fix #2988: allow one to enable automatic verification after finishing a
952 snapshot, can be controlled as a per-datastore option
953
954 * various log-rotation improvements
955
956 * proxmox-backup-client: use HumanByte to render snapshot size
957
958 * paperkey: use svg as image format to provide better scalability
959
960 * backup: avoid Transport endpoint is not connected error
961
962 * fix #3038: check user before renewing ticket
963
964 * ui/tools: add zip module and allow to download an archive directory as a zip
965
966 * ui and api: add verification job config, allowing to schedule more
967 flexible jobs, filtering out already and/or recently verified snapshots
968 NOTE: the previous simple "verify all" schedule was dropped from the
969 datastore content, and does *not* gets migrated to the new job config.
970
971 * tasks: use systemd escape to decode/encode the task worker ID, avoiding
972 some display problems with problematic characters
973
974 * fix #2934: list also new to-be-installed packages in updates
975
976 * apt: add /changelog API call similar to PVE
977
978 * api: add world accessible ping dummy endpoint, to cheaply check for a
979 running PBS instance.
980
981 * ui: add datastore summary panel and move Statistics into it
982
983 * ui: navigation: add 'Add Datastore' button below datastore list
984
985 * ui: datastore panel: save and restore selected tab statefully
986
987 * send notification mails to email of root@pam account for GC and verify
988 jobs
989
990 * ui: datastore: use simple V. for verify action button
991
992 * ui: datastore: show snapshot manifest comment and allow to edit them
993
994 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Oct 2020 23:05:41 +0100
995
996 rust-proxmox-backup (0.9.1-1) unstable; urgency=medium
997
998 * TLS speedups (use SslAcceptor::mozilla_intermediate_v5)
999
1000 * introduction.rst: add History
1001
1002 * fix #2847: proxmox-backup-client: add change-owner cmd
1003
1004 * proxmox-backup-client key: rename 'paper-key' command to 'paperkey'
1005
1006 * don't require WorkerTask in backup/ (introduce TaskState trait)
1007
1008 * fix #3070: replace internal with public URLs
1009
1010 * backup: index readers: drop useless shared lock
1011
1012 * add "Build" section to README.rst
1013
1014 * reader: actually allow users to download their own backups
1015
1016 * reader: track index chunks and limit access
1017
1018 * Userid: fix borrow/deref recursion
1019
1020 * depend on proxmox 0.4.3
1021
1022 * api: datastore: require allocate privilege for deletion
1023
1024 * fuse_loop: handle unmap on crashed instance
1025
1026 * fuse_loop: wait for instance to close after killing
1027
1028 * fuse_loop: add automatic cleanup of run files and dangling instances
1029
1030 * mount/map: use names for map/unmap for easier use
1031
1032 * ui: network: remove create VLAN option
1033
1034 * ui: Dashboard/TaskSummary: add Verifies to the Summary
1035
1036 * ui: implement task history limit and make it configurable
1037
1038 * docs: installation: add system requirements section
1039
1040 * client: implement map/unmap commands for .img backups
1041
1042 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Oct 2020 13:42:12 +0200
1043
1044 rust-proxmox-backup (0.9.0-2) unstable; urgency=medium
1045
1046 * ui: RemoteEdit: only send delete on update
1047
1048 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Oct 2020 15:37:45 +0200
1049
1050 rust-proxmox-backup (0.9.0-1) unstable; urgency=medium
1051
1052 * use ParallelHandler to verify chunks
1053
1054 * client: add new paper-key command to CLI tool
1055
1056 * server: split task list in active and archived
1057
1058 * tools: add logrotate module and use it for archived tasks, allowing to save
1059 more than 100 thousands of tasks efficiently in the archive
1060
1061 * require square [brackets] for ipv6 addresses and fix ipv6 handling for
1062 remotes/sync jobs
1063
1064 * ui: RemoteEdit: make comment and fingerprint deletable
1065
1066 * api/disks: create zfs: enable import systemd service unit for newly created
1067 ZFS pools
1068
1069 * client and remotes: add support to specify a custom port number. The server
1070 is still always listening on 8007, but you can now use things like reverse
1071 proxies or port mapping.
1072
1073 * ui: RemoteEdit: allow to specify a port in the host field
1074
1075 * client pull: log progress
1076
1077 * various fixes and improvements
1078
1079 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2020 16:19:40 +0200
1080
1081 rust-proxmox-backup (0.8.21-1) unstable; urgency=medium
1082
1083 * depend on crossbeam-channel
1084
1085 * speedup sync jobs (allow up to 4 worker threads)
1086
1087 * improve docs
1088
1089 * use jobstate mechanism for verify/garbage_collection schedules
1090
1091 * proxy: fix error handling in prune scheduling
1092
1093 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Sep 2020 13:20:19 +0200
1094
1095 rust-proxmox-backup (0.8.20-1) unstable; urgency=medium
1096
1097 * improve sync speed
1098
1099 * benchmark: use compressable data to get more realistic result
1100
1101 * docs: add onlineHelp to some panels
1102
1103 -- Proxmox Support Team <support@proxmox.com> Thu, 24 Sep 2020 13:15:45 +0200
1104
1105 rust-proxmox-backup (0.8.19-1) unstable; urgency=medium
1106
1107 * src/api2/reader.rs: use std::fs::read instead of tokio::fs::read
1108
1109 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Sep 2020 13:30:27 +0200
1110
1111 rust-proxmox-backup (0.8.18-1) unstable; urgency=medium
1112
1113 * src/client/pull.rs: allow up to 20 concurrent download streams
1114
1115 * docs: add version and date to HTML index
1116
1117 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Sep 2020 12:39:26 +0200
1118
1119 rust-proxmox-backup (0.8.17-1) unstable; urgency=medium
1120
1121 * src/client/pull.rs: open temporary manifest with truncate(true)
1122
1123 * depend on proxmox 0.4.1
1124
1125 * fix #3017: check array boundaries before using
1126
1127 * datastore/prune schedules: use JobState for tracking of schedules
1128
1129 * improve docs
1130
1131 * fix #3015: allow user self-service
1132
1133 * add verification scheduling to proxmox-backup-proxy
1134
1135 * fix #3014: allow DataStoreAdmins to list DS config
1136
1137 * depend on pxar 0.6.1
1138
1139 * fix #2942: implement lacp bond mode and bond_xmit_hash_policy
1140
1141 * api2/pull: make pull worker abortable
1142
1143 * fix #2870: renew tickets in HttpClient
1144
1145 * always allow retrieving (censored) subscription info
1146
1147 * fix #2957: allow Sys.Audit access to node RRD
1148
1149 * backup: check all referenced chunks actually exist
1150
1151 * backup: check verify state of previous backup before allowing reuse
1152
1153 * avoid chrono dependency
1154
1155 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Sep 2020 14:08:32 +0200
1156
1157 rust-proxmox-backup (0.8.16-1) unstable; urgency=medium
1158
1159 * BackupDir: make constructor fallible
1160
1161 * handle invalid mtime when formating entries
1162
1163 * ui/docs: add onlineHelp button for syncjobs
1164
1165 * docs: add section for calendar events
1166
1167 * tools/systemd/parse_time: enable */x syntax for calendar events
1168
1169 * docs: set html img width limitation through css
1170
1171 * docs: use alabaster theme
1172
1173 * server: set http2 max frame size
1174
1175 * doc: Add section "FAQ"
1176
1177 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Sep 2020 15:54:57 +0200
1178
1179 rust-proxmox-backup (0.8.15-1) unstable; urgency=medium
1180
1181 * verify: skip benchmark directory
1182
1183 * add benchmark flag to backup creation for proper cleanup when running
1184 a benchmark
1185
1186 * mount: fix mount subcommand
1187
1188 * ui: only mark backup encrypted if there are any files
1189
1190 * fix #2983: improve tcp performance
1191
1192 * improve ui and docs
1193
1194 * verify: rename corrupted chunks with .bad extension
1195
1196 * gc: remove .bad files on garbage collect
1197
1198 * ui: add translation support
1199
1200 * server/worker_task: fix upid_read_status
1201
1202 * tools/systemd/time: enable dates for calendarevents
1203
1204 * server/worker_task: fix 'unknown' status for some big task logs
1205
1206 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2020 09:25:59 +0200
1207
1208 rust-proxmox-backup (0.8.14-1) unstable; urgency=medium
1209
1210 * verify speed up: use separate IO thread, use datastore-wide cache (instead
1211 of per group)
1212
1213 * ui: datastore content: improve encrypted column
1214
1215 * ui: datastore content: show more granular verify state, especially for
1216 backup group rows
1217
1218 * verify: log progress in percent
1219
1220 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Sep 2020 09:36:47 +0200
1221
1222 rust-proxmox-backup (0.8.13-1) unstable; urgency=medium
1223
1224 * improve and add to documentation
1225
1226 * save last verify result in snapshot manifest and show it in the GUI
1227
1228 * gc: use human readable units for summary in task log
1229
1230 -- Proxmox Support Team <support@proxmox.com> Thu, 27 Aug 2020 16:12:07 +0200
1231
1232 rust-proxmox-backup (0.8.12-1) unstable; urgency=medium
1233
1234 * verify: speedup - only verify chunks once
1235
1236 * verify: sort backup groups
1237
1238 * bump pxar dep to 0.4.0
1239
1240 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Aug 2020 08:55:52 +0200
1241
1242 rust-proxmox-backup (0.8.11-1) unstable; urgency=medium
1243
1244 * improve sync jobs, allow to stop them and better logging
1245
1246 * fix #2926: make network interfaces parser more flexible
1247
1248 * fix #2904: zpool status: parse also those vdevs without READ/ẀRITE/...
1249 statistics
1250
1251 * api2/node/services: turn service api calls into workers
1252
1253 * docs: add sections describing ACL related commands and describing
1254 benchmarking
1255
1256 * docs: general grammar, wording and typo improvements
1257
1258 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Aug 2020 19:20:03 +0200
1259
1260 rust-proxmox-backup (0.8.10-1) unstable; urgency=medium
1261
1262 * ui: acl: add improved permission selector
1263
1264 * services: make reload safer and default to it in gui
1265
1266 * ui: rework DataStore content Panel
1267
1268 * ui: add search box to DataStore content
1269
1270 * ui: DataStoreContent: keep selection and expansion on reload
1271
1272 * upload_chunk: allow upload of empty blobs
1273
1274 * fix #2856: also check whole device for device mapper
1275
1276 * ui: fix error when reloading DataStoreContent
1277
1278 * ui: fix in-progress snapshots always showing as "Encrypted"
1279
1280 * update to pxar 0.3 to support negative timestamps
1281
1282 * fix #2873: if --pattern is used, default to not extracting
1283
1284 * finish_backup: test/verify manifest at server side
1285
1286 * finish_backup: add chunk_upload_stats to manifest
1287
1288 * src/api2/admin/datastore.rs: add API to get/set Notes for backus
1289
1290 * list_snapshots: Returns new "comment" property (first line from notes)
1291
1292 * pxar: create: attempt to use O_NOATIME
1293
1294 * systemd/time: fix weekday wrapping on month
1295
1296 * pxar: better error handling on extract
1297
1298 * pxar/extract: fixup path stack for errors
1299
1300 * datastore: allow browsing signed pxar files
1301
1302 * GC: use time pre phase1 to calculate min_atime in phase2
1303
1304 * gui: user: fix #2898 add dialog to set password
1305
1306 * fix #2909: handle missing chunks gracefully in garbage collection
1307
1308 * finish_backup: mark backup as finished only after checks have passed
1309
1310 * fix: master-key: upload RSA encoded key with backup
1311
1312 * admin-guide: add section explaining master keys
1313
1314 * backup: only allow finished backups as base snapshot
1315
1316 * datastore api: only decode unencrypted indices
1317
1318 * datastore api: verify blob/index csum from manifest
1319
1320 * sync, blobs and chunk readers: add more checks and verification
1321
1322 * verify: add more checks, don't fail on first error
1323
1324 * mark signed manifests as such
1325
1326 * backup/prune/forget: improve locking
1327
1328 * backup: ensure base snapshots are still available after backup
1329
1330 -- Proxmox Support Team <support@proxmox.com> Tue, 11 Aug 2020 15:37:29 +0200
1331
1332 rust-proxmox-backup (0.8.9-1) unstable; urgency=medium
1333
1334 * improve termprocy (console) behavior on updating proxmox-backup-server and
1335 other daemon restarts
1336
1337 * client: improve upload log output and speed calculation
1338
1339 * fix #2885: client upload: bail on duplicate backup targets
1340
1341 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jul 2020 11:24:07 +0200
1342
1343 rust-proxmox-backup (0.8.8-1) unstable; urgency=medium
1344
1345 * pxar: .pxarexclude: match behavior from absolute paths to the one described
1346 in the documentation and use byte based paths
1347
1348 * catalog shell: add exit command
1349
1350 * manifest: revert signature canonicalization to old behaviour. Fallout from
1351 encrypted older backups is expected and was ignored due to the beta status
1352 of Proxmox Backup.
1353
1354 * documentation: various improvements and additions
1355
1356 * cached user info: print privilege path in error message
1357
1358 * docs: fix #2851 Add note about GC grace period
1359
1360 * api2/status: fix datastore full estimation bug if there where (almost) no
1361 change for several days
1362
1363 * schedules, calendar event: support the 'weekly' special expression
1364
1365 * ui: sync job: group remote fields and use "Source" in labels
1366
1367 * ui: add calendar event selector
1368
1369 * ui: sync job: change default to false for "remove-vanished" for new jobs
1370
1371 * fix #2860: skip in-progress snapshots when syncing
1372
1373 * fix #2865: detect and skip vanished snapshots
1374
1375 * fix #2871: close FDs when scanning backup group, avoid leaking
1376
1377 * backup: list images: handle walkdir error, catch "lost+found" special
1378 directory
1379
1380 * implement AsyncSeek for AsyncIndexReader
1381
1382 * client: rework logging upload info like size or bandwidth
1383
1384 * client writer: do not output chunklist for now on verbose=true
1385
1386 * add initial API for listing available updates and updating the APT
1387 database
1388
1389 * ui: add xterm.js console implementation
1390
1391 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Jul 2020 12:16:05 +0200
1392
1393 rust-proxmox-backup (0.8.7-2) unstable; urgency=medium
1394
1395 * support restoring file attributes from pxar archives
1396
1397 * docs: additions and fixes
1398
1399 * ui: running tasks: update limit to 100
1400
1401 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Jul 2020 12:05:25 +0200
1402
1403 rust-proxmox-backup (0.8.6-1) unstable; urgency=medium
1404
1405 * ui: add button for easily showing the server fingerprint dashboard
1406
1407 * proxmox-backup-client benchmark: add --verbose flag and improve output
1408 format
1409
1410 * docs: reference PDF variant in HTML output
1411
1412 * proxmox-backup-client: add simple version command
1413
1414 * improve keyfile and signature handling in catalog and manifest
1415
1416 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Jul 2020 11:34:14 +0200
1417
1418 rust-proxmox-backup (0.8.5-1) unstable; urgency=medium
1419
1420 * fix cross process task listing
1421
1422 * docs: expand datastore documentation
1423
1424 * docs: add remotes and sync-jobs and schedules
1425
1426 * bump pathpatterns to 0.1.2
1427
1428 * ui: align version and user-menu spacing with pve/pmg
1429
1430 * ui: make username a menu-button
1431
1432 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 15:32:39 +0200
1433
1434 rust-proxmox-backup (0.8.4-1) unstable; urgency=medium
1435
1436 * add TaskButton in header
1437
1438 * simpler lost+found pattern
1439
1440 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 14:28:24 +0200
1441
1442 rust-proxmox-backup (0.8.3-1) unstable; urgency=medium
1443
1444 * get_disks: don't fail on zfs_devices
1445
1446 * allow some more characters for zpool list
1447
1448 * ui: adapt for new sign-only crypt mode
1449
1450 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 13:55:06 +0200
1451
1452 rust-proxmox-backup (0.8.2-1) unstable; urgency=medium
1453
1454 * buildsys: also upload debug packages
1455
1456 * src/backup/manifest.rs: rename into_string -> to_string
1457
1458 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 11:58:51 +0200
1459
1460 rust-proxmox-backup (0.8.1-1) unstable; urgency=medium
1461
1462 * remove authhenticated data blobs (not needed)
1463
1464 * add signature to manifest
1465
1466 * improve docs
1467
1468 * client: introduce --keyfd parameter
1469
1470 * ui improvements
1471
1472 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 10:01:25 +0200
1473
1474 rust-proxmox-backup (0.8.0-1) unstable; urgency=medium
1475
1476 * implement get_runtime_with_builder
1477
1478 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 10:15:26 +0200
1479
1480 rust-proxmox-backup (0.7.0-1) unstable; urgency=medium
1481
1482 * implement clone for RemoteChunkReader
1483
1484 * improve docs
1485
1486 * client: add --encryption boolen parameter
1487
1488 * client: use default encryption key if it is available
1489
1490 * d/rules: do not compress .pdf files
1491
1492 * ui: various fixes
1493
1494 * add beta text with link to bugtracker
1495
1496 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 07:40:05 +0200
1497
1498 rust-proxmox-backup (0.6.0-1) unstable; urgency=medium
1499
1500 * make ReadChunk not require mutable self.
1501
1502 * ui: increase timeout for snapshot listing
1503
1504 * ui: consistently spell Datastore without space between words
1505
1506 * ui: disk create: sync and improve 'add-datastore' checkbox label
1507
1508 * proxmox-backup-client: add benchmark command
1509
1510 * pxar: fixup 'vanished-file' logic a bit
1511
1512 * ui: add verify button
1513
1514 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jul 2020 09:45:52 +0200
1515
1516 rust-proxmox-backup (0.5.0-1) unstable; urgency=medium
1517
1518 * partially revert commit 1f82f9b7b5d231da22a541432d5617cb303c0000
1519
1520 * ui: allow to Forget (delete) backup snapshots
1521
1522 * pxar: deal with files changing size during archiving
1523
1524 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Jun 2020 13:00:54 +0200
1525
1526 rust-proxmox-backup (0.4.0-1) unstable; urgency=medium
1527
1528 * change api for incremental backups mode
1529
1530 * zfs disk management gui
1531
1532 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Jun 2020 10:43:27 +0200
1533
1534 rust-proxmox-backup (0.3.0-1) unstable; urgency=medium
1535
1536 * support incremental backups mode
1537
1538 * new disk management
1539
1540 * single file restore for container backups
1541
1542 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jun 2020 10:12:57 +0200
1543
1544 rust-proxmox-backup (0.2.3-1) unstable; urgency=medium
1545
1546 * tools/systemd/time: fix compute_next_event for weekdays
1547
1548 * improve display of 'next run' for sync jobs
1549
1550 * fix csum calculation for images which do not have a 'chunk_size' aligned
1551 size
1552
1553 * add parser for zpool list output
1554
1555 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jun 2020 10:39:06 +0200
1556
1557 rust-proxmox-backup (0.2.2-1) unstable; urgency=medium
1558
1559 * proxmox-backup-client.rs: implement quiet flag
1560
1561 * client restore: don't add server file ending if already specified
1562
1563 * src/client/pull.rs: also download client.log.blob
1564
1565 * src/client/pull.rs: more verbose logging
1566
1567 * gui improvements
1568
1569 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 10:37:12 +0200
1570
1571 rust-proxmox-backup (0.2.1-1) unstable; urgency=medium
1572
1573 * ui: move server RRD statistics to 'Server Status' panel
1574
1575 * ui/api: add more server statistics
1576
1577 * ui/api: add per-datastore usage and performance statistics over time
1578
1579 * ui: add initial remote config management panel
1580
1581 * remotes: save passwords as base64
1582
1583 * gather zpool io stats
1584
1585 * various fixes/improvements
1586
1587 -- Proxmox Support Team <support@proxmox.com> Thu, 28 May 2020 17:39:33 +0200
1588
1589 rust-proxmox-backup (0.2.0-1) unstable; urgency=medium
1590
1591 * see git changelog (too many changes)
1592
1593 -- Proxmox Support Team <support@proxmox.com> Mon, 25 May 2020 19:17:03 +0200
1594
1595 rust-proxmox-backup (0.1.3-1) unstable; urgency=medium
1596
1597 * use SectionConfig from proxmox 0.1.18-1
1598
1599 * docs/administration-guide.rst: add small section to explain output-format
1600
1601 * depend on proxmox 0.1.18
1602
1603 * improve cli output format
1604
1605 * catalog shell improvements
1606
1607 * Add zsh completion scripts
1608
1609 * call OPENSSL_thread_stop to avoid race with openssl cleanup handlers
1610
1611 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Mar 2020 07:25:23 +0100
1612
1613 rust-proxmox-backup (0.1.2-1) unstable; urgency=medium
1614
1615 * switch to debcargo to generate build-dependencies
1616
1617 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Jan 2020 13:04:46 +0100
1618
1619 proxmox-backup (0.1.2) unstable; urgency=medium
1620
1621 * proxmox-backup-api: create cert here
1622
1623 * start_h2_connection: correctly return error during upgrade
1624
1625 * proxy/api: await running workers before shutdown
1626
1627 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Dec 2019 11:00:52 +0100
1628
1629 proxmox-backup (0.1.1) unstable; urgency=medium
1630
1631 * proxmox-backup-proxy: create self signed cert at startup
1632
1633 * proxmox-backup-manager.rs: impl. cert update/info
1634
1635 * minor GUI updates
1636
1637 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Dec 2019 11:28:25 +0100
1638
1639 proxmox-backup (0.1.0) unstable; urgency=medium
1640
1641 * proper packaging of build-dependencies
1642
1643 * cleanup packaging
1644
1645 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Dec 2019 09:30:06 +0100
1646
1647 proxmox-backup (0.1-1) unstable; urgency=medium
1648
1649 [ Proxmox Support Team ]
1650 * first try
1651
1652 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Nov 2018 13:03:28 +0100