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