]> git.proxmox.com Git - proxmox-backup.git/blob - debian/changelog
tools: socket: fix typo in comment
[proxmox-backup.git] / debian / changelog
1 rust-proxmox-backup (0.9.1-1) unstable; urgency=medium
2
3 * TLS speedups (use SslAcceptor::mozilla_intermediate_v5)
4
5 * introduction.rst: add History
6
7 * fix #2847: proxmox-backup-client: add change-owner cmd
8
9 * proxmox-backup-client key: rename 'paper-key' command to 'paperkey'
10
11 * don't require WorkerTask in backup/ (introduce TaskState trait)
12
13 * fix #3070: replace internal with public URLs
14
15 * backup: index readers: drop useless shared lock
16
17 * add "Build" section to README.rst
18
19 * reader: actually allow users to download their own backups
20
21 * reader: track index chunks and limit access
22
23 * Userid: fix borrow/deref recursion
24
25 * depend on proxmox 0.4.3
26
27 * api: datastore: require allocate privilege for deletion
28
29 * fuse_loop: handle unmap on crashed instance
30
31 * fuse_loop: wait for instance to close after killing
32
33 * fuse_loop: add automatic cleanup of run files and dangling instances
34
35 * mount/map: use names for map/unmap for easier use
36
37 * ui: network: remove create VLAN option
38
39 * ui: Dashboard/TaskSummary: add Verifies to the Summary
40
41 * ui: implement task history limit and make it configurable
42
43 * docs: installation: add system requirements section
44
45 * client: implement map/unmap commands for .img backups
46
47 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Oct 2020 13:42:12 +0200
48
49 rust-proxmox-backup (0.9.0-2) unstable; urgency=medium
50
51 * ui: RemoteEdit: only send delete on update
52
53 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Oct 2020 15:37:45 +0200
54
55 rust-proxmox-backup (0.9.0-1) unstable; urgency=medium
56
57 * use ParallelHandler to verify chunks
58
59 * client: add new paper-key command to CLI tool
60
61 * server: split task list in active and archived
62
63 * tools: add logrotate module and use it for archived tasks, allowing to save
64 more than 100 thousands of tasks efficiently in the archive
65
66 * require square [brackets] for ipv6 addresses and fix ipv6 handling for
67 remotes/sync jobs
68
69 * ui: RemoteEdit: make comment and fingerprint deletable
70
71 * api/disks: create zfs: enable import systemd service unit for newly created
72 ZFS pools
73
74 * client and remotes: add support to specify a custom port number. The server
75 is still always listening on 8007, but you can now use things like reverse
76 proxies or port mapping.
77
78 * ui: RemoteEdit: allow to specify a port in the host field
79
80 * client pull: log progress
81
82 * various fixes and improvements
83
84 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2020 16:19:40 +0200
85
86 rust-proxmox-backup (0.8.21-1) unstable; urgency=medium
87
88 * depend on crossbeam-channel
89
90 * speedup sync jobs (allow up to 4 worker threads)
91
92 * improve docs
93
94 * use jobstate mechanism for verify/garbage_collection schedules
95
96 * proxy: fix error handling in prune scheduling
97
98 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Sep 2020 13:20:19 +0200
99
100 rust-proxmox-backup (0.8.20-1) unstable; urgency=medium
101
102 * improve sync speed
103
104 * benchmark: use compressable data to get more realistic result
105
106 * docs: add onlineHelp to some panels
107
108 -- Proxmox Support Team <support@proxmox.com> Thu, 24 Sep 2020 13:15:45 +0200
109
110 rust-proxmox-backup (0.8.19-1) unstable; urgency=medium
111
112 * src/api2/reader.rs: use std::fs::read instead of tokio::fs::read
113
114 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Sep 2020 13:30:27 +0200
115
116 rust-proxmox-backup (0.8.18-1) unstable; urgency=medium
117
118 * src/client/pull.rs: allow up to 20 concurrent download streams
119
120 * docs: add version and date to HTML index
121
122 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Sep 2020 12:39:26 +0200
123
124 rust-proxmox-backup (0.8.17-1) unstable; urgency=medium
125
126 * src/client/pull.rs: open temporary manifest with truncate(true)
127
128 * depend on proxmox 0.4.1
129
130 * fix #3017: check array boundaries before using
131
132 * datastore/prune schedules: use JobState for tracking of schedules
133
134 * improve docs
135
136 * fix #3015: allow user self-service
137
138 * add verification scheduling to proxmox-backup-proxy
139
140 * fix #3014: allow DataStoreAdmins to list DS config
141
142 * depend on pxar 0.6.1
143
144 * fix #2942: implement lacp bond mode and bond_xmit_hash_policy
145
146 * api2/pull: make pull worker abortable
147
148 * fix #2870: renew tickets in HttpClient
149
150 * always allow retrieving (censored) subscription info
151
152 * fix #2957: allow Sys.Audit access to node RRD
153
154 * backup: check all referenced chunks actually exist
155
156 * backup: check verify state of previous backup before allowing reuse
157
158 * avoid chrono dependency
159
160 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Sep 2020 14:08:32 +0200
161
162 rust-proxmox-backup (0.8.16-1) unstable; urgency=medium
163
164 * BackupDir: make constructor fallible
165
166 * handle invalid mtime when formating entries
167
168 * ui/docs: add onlineHelp button for syncjobs
169
170 * docs: add section for calendar events
171
172 * tools/systemd/parse_time: enable */x syntax for calendar events
173
174 * docs: set html img width limitation through css
175
176 * docs: use alabaster theme
177
178 * server: set http2 max frame size
179
180 * doc: Add section "FAQ"
181
182 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Sep 2020 15:54:57 +0200
183
184 rust-proxmox-backup (0.8.15-1) unstable; urgency=medium
185
186 * verify: skip benchmark directory
187
188 * add benchmark flag to backup creation for proper cleanup when running
189 a benchmark
190
191 * mount: fix mount subcommand
192
193 * ui: only mark backup encrypted if there are any files
194
195 * fix #2983: improve tcp performance
196
197 * improve ui and docs
198
199 * verify: rename corrupted chunks with .bad extension
200
201 * gc: remove .bad files on garbage collect
202
203 * ui: add translation support
204
205 * server/worker_task: fix upid_read_status
206
207 * tools/systemd/time: enable dates for calendarevents
208
209 * server/worker_task: fix 'unknown' status for some big task logs
210
211 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2020 09:25:59 +0200
212
213 rust-proxmox-backup (0.8.14-1) unstable; urgency=medium
214
215 * verify speed up: use separate IO thread, use datastore-wide cache (instead
216 of per group)
217
218 * ui: datastore content: improve encrypted column
219
220 * ui: datastore content: show more granular verify state, especially for
221 backup group rows
222
223 * verify: log progress in percent
224
225 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Sep 2020 09:36:47 +0200
226
227 rust-proxmox-backup (0.8.13-1) unstable; urgency=medium
228
229 * improve and add to documentation
230
231 * save last verify result in snapshot manifest and show it in the GUI
232
233 * gc: use human readable units for summary in task log
234
235 -- Proxmox Support Team <support@proxmox.com> Thu, 27 Aug 2020 16:12:07 +0200
236
237 rust-proxmox-backup (0.8.12-1) unstable; urgency=medium
238
239 * verify: speedup - only verify chunks once
240
241 * verify: sort backup groups
242
243 * bump pxar dep to 0.4.0
244
245 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Aug 2020 08:55:52 +0200
246
247 rust-proxmox-backup (0.8.11-1) unstable; urgency=medium
248
249 * improve sync jobs, allow to stop them and better logging
250
251 * fix #2926: make network interfaces parser more flexible
252
253 * fix #2904: zpool status: parse also those vdevs without READ/αΊ€RITE/...
254 statistics
255
256 * api2/node/services: turn service api calls into workers
257
258 * docs: add sections describing ACL related commands and describing
259 benchmarking
260
261 * docs: general grammar, wording and typo improvements
262
263 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Aug 2020 19:20:03 +0200
264
265 rust-proxmox-backup (0.8.10-1) unstable; urgency=medium
266
267 * ui: acl: add improved permission selector
268
269 * services: make reload safer and default to it in gui
270
271 * ui: rework DataStore content Panel
272
273 * ui: add search box to DataStore content
274
275 * ui: DataStoreContent: keep selection and expansion on reload
276
277 * upload_chunk: allow upload of empty blobs
278
279 * fix #2856: also check whole device for device mapper
280
281 * ui: fix error when reloading DataStoreContent
282
283 * ui: fix in-progress snapshots always showing as "Encrypted"
284
285 * update to pxar 0.3 to support negative timestamps
286
287 * fix #2873: if --pattern is used, default to not extracting
288
289 * finish_backup: test/verify manifest at server side
290
291 * finish_backup: add chunk_upload_stats to manifest
292
293 * src/api2/admin/datastore.rs: add API to get/set Notes for backus
294
295 * list_snapshots: Returns new "comment" property (first line from notes)
296
297 * pxar: create: attempt to use O_NOATIME
298
299 * systemd/time: fix weekday wrapping on month
300
301 * pxar: better error handling on extract
302
303 * pxar/extract: fixup path stack for errors
304
305 * datastore: allow browsing signed pxar files
306
307 * GC: use time pre phase1 to calculate min_atime in phase2
308
309 * gui: user: fix #2898 add dialog to set password
310
311 * fix #2909: handle missing chunks gracefully in garbage collection
312
313 * finish_backup: mark backup as finished only after checks have passed
314
315 * fix: master-key: upload RSA encoded key with backup
316
317 * admin-guide: add section explaining master keys
318
319 * backup: only allow finished backups as base snapshot
320
321 * datastore api: only decode unencrypted indices
322
323 * datastore api: verify blob/index csum from manifest
324
325 * sync, blobs and chunk readers: add more checks and verification
326
327 * verify: add more checks, don't fail on first error
328
329 * mark signed manifests as such
330
331 * backup/prune/forget: improve locking
332
333 * backup: ensure base snapshots are still available after backup
334
335 -- Proxmox Support Team <support@proxmox.com> Tue, 11 Aug 2020 15:37:29 +0200
336
337 rust-proxmox-backup (0.8.9-1) unstable; urgency=medium
338
339 * improve termprocy (console) behavior on updating proxmox-backup-server and
340 other daemon restarts
341
342 * client: improve upload log output and speed calculation
343
344 * fix #2885: client upload: bail on duplicate backup targets
345
346 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jul 2020 11:24:07 +0200
347
348 rust-proxmox-backup (0.8.8-1) unstable; urgency=medium
349
350 * pxar: .pxarexclude: match behavior from absolute paths to the one described
351 in the documentation and use byte based paths
352
353 * catalog shell: add exit command
354
355 * manifest: revert signature canonicalization to old behaviour. Fallout from
356 encrypted older backups is expected and was ignored due to the beta status
357 of Proxmox Backup.
358
359 * documentation: various improvements and additions
360
361 * cached user info: print privilege path in error message
362
363 * docs: fix #2851 Add note about GC grace period
364
365 * api2/status: fix datastore full estimation bug if there where (almost) no
366 change for several days
367
368 * schedules, calendar event: support the 'weekly' special expression
369
370 * ui: sync job: group remote fields and use "Source" in labels
371
372 * ui: add calendar event selector
373
374 * ui: sync job: change default to false for "remove-vanished" for new jobs
375
376 * fix #2860: skip in-progress snapshots when syncing
377
378 * fix #2865: detect and skip vanished snapshots
379
380 * fix #2871: close FDs when scanning backup group, avoid leaking
381
382 * backup: list images: handle walkdir error, catch "lost+found" special
383 directory
384
385 * implement AsyncSeek for AsyncIndexReader
386
387 * client: rework logging upload info like size or bandwidth
388
389 * client writer: do not output chunklist for now on verbose=true
390
391 * add initial API for listing available updates and updating the APT
392 database
393
394 * ui: add xterm.js console implementation
395
396 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Jul 2020 12:16:05 +0200
397
398 rust-proxmox-backup (0.8.7-2) unstable; urgency=medium
399
400 * support restoring file attributes from pxar archives
401
402 * docs: additions and fixes
403
404 * ui: running tasks: update limit to 100
405
406 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Jul 2020 12:05:25 +0200
407
408 rust-proxmox-backup (0.8.6-1) unstable; urgency=medium
409
410 * ui: add button for easily showing the server fingerprint dashboard
411
412 * proxmox-backup-client benchmark: add --verbose flag and improve output
413 format
414
415 * docs: reference PDF variant in HTML output
416
417 * proxmox-backup-client: add simple version command
418
419 * improve keyfile and signature handling in catalog and manifest
420
421 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Jul 2020 11:34:14 +0200
422
423 rust-proxmox-backup (0.8.5-1) unstable; urgency=medium
424
425 * fix cross process task listing
426
427 * docs: expand datastore documentation
428
429 * docs: add remotes and sync-jobs and schedules
430
431 * bump pathpatterns to 0.1.2
432
433 * ui: align version and user-menu spacing with pve/pmg
434
435 * ui: make username a menu-button
436
437 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 15:32:39 +0200
438
439 rust-proxmox-backup (0.8.4-1) unstable; urgency=medium
440
441 * add TaskButton in header
442
443 * simpler lost+found pattern
444
445 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 14:28:24 +0200
446
447 rust-proxmox-backup (0.8.3-1) unstable; urgency=medium
448
449 * get_disks: don't fail on zfs_devices
450
451 * allow some more characters for zpool list
452
453 * ui: adapt for new sign-only crypt mode
454
455 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 13:55:06 +0200
456
457 rust-proxmox-backup (0.8.2-1) unstable; urgency=medium
458
459 * buildsys: also upload debug packages
460
461 * src/backup/manifest.rs: rename into_string -> to_string
462
463 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 11:58:51 +0200
464
465 rust-proxmox-backup (0.8.1-1) unstable; urgency=medium
466
467 * remove authhenticated data blobs (not needed)
468
469 * add signature to manifest
470
471 * improve docs
472
473 * client: introduce --keyfd parameter
474
475 * ui improvements
476
477 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 10:01:25 +0200
478
479 rust-proxmox-backup (0.8.0-1) unstable; urgency=medium
480
481 * implement get_runtime_with_builder
482
483 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 10:15:26 +0200
484
485 rust-proxmox-backup (0.7.0-1) unstable; urgency=medium
486
487 * implement clone for RemoteChunkReader
488
489 * improve docs
490
491 * client: add --encryption boolen parameter
492
493 * client: use default encryption key if it is available
494
495 * d/rules: do not compress .pdf files
496
497 * ui: various fixes
498
499 * add beta text with link to bugtracker
500
501 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 07:40:05 +0200
502
503 rust-proxmox-backup (0.6.0-1) unstable; urgency=medium
504
505 * make ReadChunk not require mutable self.
506
507 * ui: increase timeout for snapshot listing
508
509 * ui: consistently spell Datastore without space between words
510
511 * ui: disk create: sync and improve 'add-datastore' checkbox label
512
513 * proxmox-backup-client: add benchmark command
514
515 * pxar: fixup 'vanished-file' logic a bit
516
517 * ui: add verify button
518
519 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jul 2020 09:45:52 +0200
520
521 rust-proxmox-backup (0.5.0-1) unstable; urgency=medium
522
523 * partially revert commit 1f82f9b7b5d231da22a541432d5617cb303c0000
524
525 * ui: allow to Forget (delete) backup snapshots
526
527 * pxar: deal with files changing size during archiving
528
529 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Jun 2020 13:00:54 +0200
530
531 rust-proxmox-backup (0.4.0-1) unstable; urgency=medium
532
533 * change api for incremental backups mode
534
535 * zfs disk management gui
536
537 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Jun 2020 10:43:27 +0200
538
539 rust-proxmox-backup (0.3.0-1) unstable; urgency=medium
540
541 * support incremental backups mode
542
543 * new disk management
544
545 * single file restore for container backups
546
547 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jun 2020 10:12:57 +0200
548
549 rust-proxmox-backup (0.2.3-1) unstable; urgency=medium
550
551 * tools/systemd/time: fix compute_next_event for weekdays
552
553 * improve display of 'next run' for sync jobs
554
555 * fix csum calculation for images which do not have a 'chunk_size' aligned
556 size
557
558 * add parser for zpool list output
559
560 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jun 2020 10:39:06 +0200
561
562 rust-proxmox-backup (0.2.2-1) unstable; urgency=medium
563
564 * proxmox-backup-client.rs: implement quiet flag
565
566 * client restore: don't add server file ending if already specified
567
568 * src/client/pull.rs: also download client.log.blob
569
570 * src/client/pull.rs: more verbose logging
571
572 * gui improvements
573
574 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 10:37:12 +0200
575
576 rust-proxmox-backup (0.2.1-1) unstable; urgency=medium
577
578 * ui: move server RRD statistics to 'Server Status' panel
579
580 * ui/api: add more server statistics
581
582 * ui/api: add per-datastore usage and performance statistics over time
583
584 * ui: add initial remote config management panel
585
586 * remotes: save passwords as base64
587
588 * gather zpool io stats
589
590 * various fixes/improvements
591
592 -- Proxmox Support Team <support@proxmox.com> Thu, 28 May 2020 17:39:33 +0200
593
594 rust-proxmox-backup (0.2.0-1) unstable; urgency=medium
595
596 * see git changelog (too many changes)
597
598 -- Proxmox Support Team <support@proxmox.com> Mon, 25 May 2020 19:17:03 +0200
599
600 rust-proxmox-backup (0.1.3-1) unstable; urgency=medium
601
602 * use SectionConfig from proxmox 0.1.18-1
603
604 * docs/administration-guide.rst: add small section to explain output-format
605
606 * depend on proxmox 0.1.18
607
608 * improve cli output format
609
610 * catalog shell improvements
611
612 * Add zsh completion scripts
613
614 * call OPENSSL_thread_stop to avoid race with openssl cleanup handlers
615
616 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Mar 2020 07:25:23 +0100
617
618 rust-proxmox-backup (0.1.2-1) unstable; urgency=medium
619
620 * switch to debcargo to generate build-dependencies
621
622 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Jan 2020 13:04:46 +0100
623
624 proxmox-backup (0.1.2) unstable; urgency=medium
625
626 * proxmox-backup-api: create cert here
627
628 * start_h2_connection: correctly return error during upgrade
629
630 * proxy/api: await running workers before shutdown
631
632 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Dec 2019 11:00:52 +0100
633
634 proxmox-backup (0.1.1) unstable; urgency=medium
635
636 * proxmox-backup-proxy: create self signed cert at startup
637
638 * proxmox-backup-manager.rs: impl. cert update/info
639
640 * minor GUI updates
641
642 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Dec 2019 11:28:25 +0100
643
644 proxmox-backup (0.1.0) unstable; urgency=medium
645
646 * proper packaging of build-dependencies
647
648 * cleanup packaging
649
650 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Dec 2019 09:30:06 +0100
651
652 proxmox-backup (0.1-1) unstable; urgency=medium
653
654 [ Proxmox Support Team ]
655 * first try
656
657 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Nov 2018 13:03:28 +0100