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