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