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