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