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