]> git.proxmox.com Git - pve-manager.git/blame - debian/changelog
ui: nav: move bg-color override to CSS class
[pve-manager.git] / debian / changelog
CommitLineData
be0bdb1a
TL
1pve-manager (6.4-7) pve; urgency=medium
2
3 * pvereport: log pressure stall information
4
5 * pvereport: re-organize: add systemd-load section abd unify bios/pci in HW
6 a single section
7
8 * fix #3430: handle hook script paths better
9
10 * fix #3426: ui: parser: adapt parseSSHKey to accept "sk-" prefix
11
12 -- Proxmox Support Team <support@proxmox.com> Wed, 19 May 2021 17:51:44 +0200
13
400d6ce3
TL
14pve-manager (6.4-6) pve; urgency=medium
15
16 * proxy: improve use of wildcard listening-address for system which disable
17 the IPv6 network stack system-wide (which should be done by setting the
18 `net.ipv6.conf.all.disable_ipv6` sysctl, not over the kernel command line)
19
20 * ui: storage status: use SI (base ten) units for usage for consitency with
21 RRD chart
22
23 -- Proxmox Support Team <support@proxmox.com> Fri, 07 May 2021 18:17:25 +0200
24
73bf05bb
TL
25pve-manager (6.4-5) pve; urgency=medium
26
27 * always reload API daemons after a new Ceph installation to ensure the
28 newest Ceph libraries are loaded.
29
30 -- Proxmox Support Team <support@proxmox.com> Mon, 03 May 2021 15:06:43 +0200
31
c0d51f28
TL
32pve-manager (6.4-4) pve; urgency=medium
33
34 * ceph monitor: automatically disable insecure global ID reclaim after
35 creating first monitor
36
37 * pveceph: drop left-over, now bogus, warning when installing Octopus.
38 Ceph Octopus is supported and stable since Proxmox VE 6.3
39
40 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Apr 2021 13:03:54 +0200
41
7e4adde1
TL
42pve-manager (6.4-3) pve; urgency=medium
43
44 * ui: tasks: add ceph edit-pool and set-flags descriptions
45
46 * ui: ceph: pool edit: set emptyValue to 0 for target-size field
47
48 * ui: storage RBD: add field allowing one to configure accessing a specific,
49 already existing namespace of a RBD pool for a Proxmox VE storage.
50
51 * SDN tech preview: add subnet/ipam/sdn management
52
53 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Apr 2021 20:19:56 +0200
54
e248e284
TL
55pve-manager (6.4-2) pve; urgency=medium
56
57 * ui: ceph pools: fix target-size column renderer
58
59 * ui: ceph pools: do not grey-out name field when editing a pool
60
61 * ui: ceph pools: avoid resetting crush rule when editing a pool
62
63 * ui: container restore: make privilege level of restored CT a tri-state
64 radio group to allow keeping the old state (default), or enforcing either
65 privileged or unprivileged
66
67 * ui: ceph: pool creation: default auto-scale value to "on".
68
69 -- Proxmox Support Team <support@proxmox.com> Sat, 24 Apr 2021 19:28:55 +0200
70
8e9a0d57
TL
71pve-manager (6.4-1) pve; urgency=medium
72
73 * backup views: add single-file restore button for VM and CT backup archives
74 located on a Proxmox Backup Server
75
76 * ui: ceph: allow one to edit existing ceph pools
77
78 * ui: ceph: reduce pool view complexity and add auto scale columns
79
80 * fix #2053: OSD destroy only if located on specified node
81
82 * ui: Utils: change default console order for VMs, prefer SPICE virt-viewer
83 if the VM has a SPICE display
84
85 * fix #3389: add special file-upload detection and handling also when API
86 tokens are used
87
88 * fix #417: proxy: allow one to configure a address where the pveproxy and
89 spiceproxy should listen and default to listening on both, IPv6 and IPv4.
90 This changes the log format for IPv4 addresses, as ::ffff: will be prefixed.
91 Either adpat any matching software (for example, fail2ban) or disable this
92 by setting the LISTEN_IP to 0.0.0.0, if this is not wanted.
93
94 * ui: safe destroy guest: add checkbox for removal of unreferenced disks
95
96 * report: add multipath.conf and wwids file
97
98 * fix #3385: api: network: check for duplicate use of network-device ports
99 before writing
100
101 * ui: firewall: rule: set 512 characters max-length for source and
102 destination fields, if more addresses are required it's recommended to use
103 IP-sets
104
105 * ui: backup views: unfiy button order in storage and guest backup view
106
107 * ui: set file name for spice console download in chrome
108
109 * ui: allow one to edit notes also in the storage backup content view
110
111 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Apr 2021 17:17:29 +0200
112
7b04342f
TL
113pve-manager (6.3-7) pve; urgency=medium
114
115 * ui: bandwidth limit selector: make it possible to allow zero, so users can
116 reset any default imposed bandwidth restriction to unlimited
117
118 * ui: avoid errors when 'template' property is not present in guest status
119
120 * external metrics: influx: send along auth token on connection test too
121
122 * external metrics: influx: allow one to add an API URL-path prefix,
123 especially useful if InfluxDB runs behind a reverse proxy
124
125 * ui: backups: enable editing notes for Proxmox Backup Server
126
127 * ui: cloud-init: re-add SLAAC option to IPv6 configuration
128
129 * vzdump: return backup job lock file handle and let the caller close it,
130 ensuring that it is held during the whole job in a more straight-forward
131 manner
132
133 * ui: restore: add initially live-restore checkbox for backup archives on a
134 Proxmox Backup Server
135
136 * api: resources: return guest, pool and sdn info in a sorted manner
137
138 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Apr 2021 19:56:12 +0200
139
63d4344e
TL
140pve-manager (6.3-6) pve; urgency=medium
141
142 * ui: VM hardware: extend machine renderer to show pinned machine versions
143 for Windows VMs also in the Hardware overview.
144
145 * ui: VM hardware: add online-help references to random number generator edit
146 window
147
148 -- Proxmox Support Team <support@proxmox.com> Tue, 09 Mar 2021 08:22:47 +0100
149
16788eac
TL
150pve-manager (6.3-5) pve; urgency=medium
151
152 * ui: firewall rules: make columns more responsive (flexible) by default
153
154 * ui: firewall rules: for ellipsized comments
155
156 * vzdump: Proxmox Backup Server: make task log upload error non-fatal
157
158 * ui: zpool status detail: add default for scrub information
159
160 * external metrics/status: fix misspelled method call
161
162 * api: node: add new capabilities API endpoint, initially hosting the
163 available QEMU machine list endpoint of a node.
164
165 * ui: VM hardware: add option for version pinning in machine edit window
166
167 * partially fix #2745: vzdump: use default for remove parameter
168
169 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Mar 2021 21:50:04 +0100
170
0edeed2d
TL
171pve-manager (6.3-4) pve; urgency=medium
172
173 * pveceph: improve useability of 'status' command
174
175 * fix #3203: ui: VM hardware: use correct OS default model for network device
176 type
177
178 * ui: qemu: add the 'none' dummy audio driver as an option
179
180 * metric-status: InfluxDB: add support for InfluxDB 2.x HTTPs API
181
182 * metric-status plugin: do not test connection if disabled
183
184 * fix #3066: ui: Node summary: add hostcpu/hostmem ratio fields for guest
185 usage
186
187 * ui: disk list: include partitions
188
189 * ui: snapshot: show task viewer for progress log
190
191 * ui: window/Settings: fix labelWidth for saved user name
192
193 * ceph: extend error for wrong config-file link
194
195 * ui: safe destroy: Add HA to purge tooltip
196
197 * ui: dc/TokenEdit: fix editing existing tokens
198
199 * ui: qemu/HardwareView: fix CDRom permission checks
200
201 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Feb 2021 17:53:32 +0100
202
ad2e3a09
TL
203pve-manager (6.3-3) pve; urgency=medium
204
205 * pvestatd: adapt to new CGRoup module path
206
207 * fix #3182 #3183: change backup retention mask logic
208
209 * ui: fix various usages of the findRecord emthod, ensuring it matches exact
210
211 * test: add regression tests for retention parameters for vzdump
212
213 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Dec 2020 18:14:45 +0100
214
c781d185
TL
215pve-manager (6.3-2) pve; urgency=medium
216
217 * fix #3140: allow interface suffix in dns entries
218
219 * ui: storage: improve passint prune settings one edge cases
220
221 * ui: add onlineHelp buttons for VM boot order, and some storage edit windows
222
223 * api: metrics/server: test heuristically if we can connect
224 successfully on add/update
225
226 * api: metrics/server: add minimum and maximum to port schema
227
228 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Nov 2020 16:20:25 +0100
229
de656c26
TL
230pve-manager (6.3-1) pve; urgency=medium
231
232 * api: osd destroy: untaint device before pvremove
233
234 * ui: storage content: add encryption and verification columns for
235 Proxmox Backup Server
236
237 * ui: guest backup view: add encrypted column for Proxmox Backup Server
238 storages
239
240 * ui: storage: Proxmox Backup Server paperkey: print short fingerprint in
241 heading
242
243 * ui: storage: Proxmox Backup Server: improve encryption key handling, allow
244 upload of existing key, warn visible on deletion.
245
246 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Nov 2020 23:43:20 +0100
247
7e78e994
TL
248pve-manager (6.2-17) pve; urgency=medium
249
250 * ui: ceph wizard: improve language and fix ceph docs link
251
252 * ui: guest backup view: add ability to show and edit comments
253
254 * ui: storage backup view: add button for prune group window
255
256 * api: ceph: fix pool creation 'add as storage' parameter
257
258 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Nov 2020 16:01:42 +0100
259
2407b60b
TL
260pve-manager (6.2-16) pve; urgency=medium
261
262 * apt: add libproxmox-backup-qemu0 to displayed packages
263
264 * ui: qemu: set correct disabled state for start button
265
266 * ui: guest backup: add comment and verification columns
267
268 * ui: storage content: add comment column for backups
269
270 * ui: storage/PBS: drop beta hint
271
272 * ui: storage/PBS: allow one to copy, download or print new auto-generated
273 encryption key
274
275 * ui: fix extension filter for upload window for container templates
276
277 * ui: storage content: use separate view for each content type
278
279 * fix #3136: vzdump notification mail: add name also to plain-text part
280
281 * ui: improve column behavior with browser scaling and non-default DPI
282
283 * cluster: add 'metrics/server' API endpoints and user interface
284
285 * ceph: do not require setting 'allow-experimental' flag when installing
286 Octopus
287
288 * ui: ceph: allow one to select which version to install
289
290 * close #3114: ui: snapshots: make it harder to delete snapshot by accident
291
292 * vzdump: adapt to new keep-all prune option
293
294 * ui: storage edit: add Backup Retention tab for those storage with backup
295 content type support.
296
297 * ui: storage edit: drop max backup field, replaced by backup retention
298 keep-last field
299
300 -- Proxmox Support Team <support@proxmox.com> Mon, 23 Nov 2020 19:33:03 +0100
301
4fad8e30 302pve-manager (6.2-15) pve; urgency=medium
e88d14d6 303
4fad8e30
TL
304 * fix #2802: status/metrics: make MTU configurable for tunneled or otherwise
305 MTU-reduced networks
e88d14d6 306
4fad8e30
TL
307 * ui: authentication: add "verify SSL cert" checkbox for AD realms
308
309 * vzdump: fix regression with "keep forever" legacy handling logic of the
310 older 'maxfiles' option, which makes problems if it was set explicitly to
311 zero
312
313 -- Proxmox Support Team <support@proxmox.com> Sun, 01 Nov 2020 20:34:56 +0100
e88d14d6 314
5335acc0
TL
315pve-manager (6.2-13) pve; urgency=medium
316
317 * tasks: allow API tokens to query their own UPIDs
318
319 * ui: pbs: allow empty fingerprint
320
321 * ui: fix unchecking 'Filter VMID'
322
323 * ui: VM: guest agent IP View: also filter out 0:0:0:0:0:0
324
325 * vzdump: allow prune-backups as an alternative to maxfiles
326
327 * fix #3049: ui: Firewall Rules: wider rule number column
328
329 * fix #3010, #3011: ui: VM options: re-do boot order editor, making it much
330 more flexible and powerful
331
332 * backup: include IDs for non-existent guests and error again if they are
333 left over configured in a job
334
335 * partially fix #3056: namespace vzdump temporary directory with VMID
336
337 * ceph: allow to alter settings of an exisiting pool, only over API/CLI for
338 now
339
340 * ceph: add option to control placement-group autoscale mode on pool create
341
342 * ui: ceph: allow one to specify the device class on OSD create as advanced
343 option
344
345 * fix #2827: ui: add "verify SSL certificated" checkbox for LDAP realms
346
347 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Oct 2020 18:50:07 +0200
348
3af44965
FG
349pve-manager (6.2-12) pve; urgency=medium
350
351 * fix #2890: also detect & renew DNS-only ACME certs
352
353 * fix #2908: fixed password validator for adding PBS as storage
354
355 * vzdump: use configured tmpdir for PBS
356
357 * fix #2913: order backup jobs numerically by VMID
358
359 * fix #2842: ui: filter on exact vmid
360
361 * api: ACME renew: handle error from revoking old cert gracefully
362
363 * api: ACME revoke: do not abort if CA is just expired
364
365 * replication: improve various checks and fallback/default settings
366
367 * pveversion: track proxmox-backup-client
368
369 * ui: block removal of in-use container image
370
371 * ui: dc/Backup: disable pveCompressionSelector for pbs storages
372
373 * lxc: increase max cores from 128 to 8192
374
375 * lxc: increase max number of net interfaces from 10 to 32
376
377 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Sep 2020 11:28:07 +0200
378
32364f74
TL
379pve-manager (6.2-11) pve; urgency=medium
380
381 * ui: add ceph recovery graph and progressbar
382
383 * pveceph: allow setting device class on osd create
384
385 * api/services: improve essential service check, allow reload and start
386
387 * ui: storage: Proxmox Backup: allow one to setting up and deleting an
388 encryption key. For now only autogeneration over UI. Use pvesm if you want
389 to use a pre-existing key file.
390
391 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jul 2020 19:19:19 +0200
392
ed8f78d9
TL
393pve-manager (6.2-10) pve; urgency=medium
394
395 * vzdump-hook-script: rename TARFILE to TARGET and add fallback to TARFILE
396 for compatibility reasons
397
398 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Jul 2020 10:28:42 +0200
399
e13c40ad
TL
400pve-manager (6.2-9) pve; urgency=medium
401
402 * fix #2609: ui: backup: add info and status view for guests without any
403 backup job
404
405 * ui: dc/backup: add new backup job detail view
406
407 * Revert "Close #1623: replace apt-get to apt", avoid possible breakage due
408 to not having a stable CLI interface yet.
409
410 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jul 2020 20:12:13 +0200
411
c262828b
TL
412pve-manager (6.2-8) pve; urgency=medium
413
414 * fix #1623: replace apt-get with apt
415
416 * ui: sdn: add simple zone plugin
417
418 * ui: sdn: move mtu from vnetview to zoneview
419
420 * ui: add PBS edit input panel
421
422 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 19:16:36 +0200
423
16dce103
TL
424pve-manager (6.2-7) pve; urgency=medium
425
426 * ui: migration dialog: Allow setting no target storage to reuse
427 current, and make that default
428
429 * api: cluster resources: add sdn audit permission
430
431 * dc/Tasks: pass endtime to make duration calculation correct
432
433 * fix #2802: metric flush check should not care about current usage
434
435 * fix #2771: relax cert API endpoints permissions
436
437 * fix #2784: always compare ACME domains in lower case
438
439 * api: register /nodes/X/cpu call for CPU models
440
441 * ui: improve ProcessorEdit and load models dynamically
442
443 * fix #2810: fix setting Container mounts for multiple guests in a
444 browser session
445
446 * node_config: Allow leading underscore in ACME aliases
447
448 * change permissions for non-network cloudinit settings
449
450 * ui: cifs: reset proxy cache also if user or password change and make
451 user and password fields independent from each other
452
453 * ui: ceph: downgrade remapped from error to warning/working
454
455 * vzdump: set target for PBS based backups to show in the vzdump mail
456 log overview
457
458 -- Proxmox Support Team <support@proxmox.com> Mon, 06 Jul 2020 22:11:08 +0200
459
363432b9
TL
460pve-manager (6.2-6) pve; urgency=medium
461
462 * api: improve node index with missing/broken cert
463
464 * sdn: add VLAN-aware option to VNet edit dialog
465
466 * sdn: add mtu field to VLAN edit dialog
467
468 * initial support for upgrading to ceph octopus
469
470 * show if a ceph pool is using the PG autoscaler
471
472 * ui: improve filtering by VMID and search for the backup list view
473
474 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Jun 2020 16:37:56 +0200
475
d15ba1e1
TL
476pve-manager (6.2-5) pve; urgency=medium
477
478 * improve ACME interaces
479
480 * fix #2747: ui: API token create: always reset base submit URL
481
482 * sdn: restrict zone and vnet name to 8 characters
483
484 * fix #2574: ui: permission-path selector: push each unique permission object
485 path only once
486
487 * fix #2718: ui: qemu: handle localtime option correctly, allow all tree states
488
489 * api, ui: allow to remove subscription key
490
491 -- Proxmox Support Team <support@proxmox.com> Wed, 27 May 2020 14:31:00 +0200
492
82601c6d
TL
493pve-manager (6.2-4) pve; urgency=medium
494
495 * add online help references to new experimental Software Defined Network web
496 interface, it is now also included in the documentation.
497
498 * api: apt/versions: track the version of the optional 'libpve-network-perl'
499 package
500
501 -- Proxmox Support Team <support@proxmox.com> Sun, 10 May 2020 21:06:56 +0200
502
4aec2728
TL
503pve-manager (6.2-3) pve; urgency=medium
504
505 * ui: dc authentication: improve adding ad new LDAP based realm
506
507 * ui: cluster join: hide all fields in assisted mode until we got some info
508
509 * external metric server: improve flush on big data updates
510
511 * update shipped aplliance index info
512
1b695a97 513 -- Proxmox Support Team <support@proxmox.com> Sat, 09 May 2020 19:32:52 +0200
4aec2728 514
33ed3926
TL
515pve-manager (6.2-2) pve; urgency=medium
516
517 * fix #2708: ui: increase default memory in VM create wizard to 2GiB
518
519 * improve ACME and certificate related user interface
520
521 -- Proxmox Support Team <support@proxmox.com> Thu, 07 May 2020 21:49:10 +0200
522
d90b565f
TL
523pve-manager (6.2-1) pve; urgency=medium
524
525 * ui: support up to 8 corosync/kronosnet links on cluster create or join
526
527 * initial gui-integration of DNS based ACME (Let's Encrypt) certificate
528 configuration and management
529
530 * fix #1210: ceph: extend pveceph purge
531
532 * ui: switch backup default compression selection to ZSTD
533
534 -- Proxmox Support Team <support@proxmox.com> Wed, 06 May 2020 20:17:51 +0200
535
f2aec8f6
FG
536pve-manager (6.1-11) pve; urgency=medium
537
538 * Fix #2124: Add support for zstd
539
540 -- Proxmox Support Team <support@proxmox.com> Mon, 4 May 2020 14:11:21 +0200
541
ad02bd04
FG
542pve-manager (6.1-10) pve; urgency=medium
543
544 * acme: use new proxmox-acme-perl
545
546 * acme: allow configuring DNS plugin options in nodeconfig
547
548 -- Proxmox Support Team <support@proxmox.com> Sat, 02 May 2020 18:33:27 +0200
549
453f4304
TL
550pve-manager (6.1-9) pve; urgency=medium
551
552 * fix #2634: print specific error if hook-script is not executable
553
554 * API: allow one to OVS network live reloading
555
556 * add experimental SDN gui
557
558 * ui: ceph: add icons for versions in MON/MGR/MDS ServiceList panels
559
560 * ui: ceph: add highest cluster version in summary
561
562 * ui: add API token management interfaces
563
564 * ui: add user and API token "effective-permission" explorer
565
566 * ui: add Language selection in user menu
567
568 * ui: datacenter/Authentication: allow one to sync LDAP and AD realms
569
570 * certs: early renew long-lived certificates to cope with clients which do
571 not accept certificates with a lifetime of more than two years
572
573 * ui: don't block offline migration due non-referenced disk in the config
574
575 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Apr 2020 17:15:38 +0200
576
dcd887f4
TL
577pve-manager (6.1-8) pve; urgency=medium
578
579 * ui CT Features: add checkbox for new allow unproblematic mknod device
580 creation in CT feature.
581
582 * ui: do not suggest that it's allow to edit 'special' permission roles
583
584 * ui: snapshots: hide 'Include RAM' when VM isn't running
585
586 * ui: TFAEdit: use viemodel binding for hiding/showing qr code
587
588 * ui: dc/Summary: improve dashboard storage calculation
589
590 * ui/cluster: show all corosync/knet links (up to 8) in cluster overview
591
592 * gui: pci passthrough: fix 'Add PCI' dialog for new devices
593
594 * vzdump: add support for proxmox backup server
595
596 * storage content GUI: improve detection of backup volumes
597
598 * pvesh: Add all standard output options that are not yet defined
599
600 * ceph: do not check IPs if no explicit puvlic/cluster networks got set in
601 the ceph configuration
602
603 * ui: qemu: allow one to add a virtio-rng device
604
605 * ui: ContentView: consider new ctime value
606
607 * fix #2611: gui: use backendUnit and pretty renderer
608
609 * ui: dc/options: add max_workers setting
610
611 * ui: make grid column filter more obvious
612
613 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Mar 2020 19:05:11 +0100
614
561020ec
TL
615pve-manager (6.1-7) pve; urgency=medium
616
617 * ui: show cluster name from joinInfo in join dialog
618
619 * fix #2572: gui: make snapshot panel visible for VM.Audit
620
621 * ui: fix disk controllers sortByPreviousUsage iteration when re-attaching a disk
622
623 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Jan 2020 20:31:58 +0100
624
4415d038
TL
625pve-manager (6.1-6) pve; urgency=medium
626
627 * ui: reload embedded xterm.js console if CT starts during viewing it
628
629 * fix #2334: gui/cloudinit: enable edit button only when editor is set
630
631 * ifupdown1: bridgevlan: add bridge-vids list support
632
633 * api2: network: add bond-primary, MTU, vlan-raw-device and vlan-id options
634
635 * fix #2552: ui: allow one to collapse notes panel from guest summary
636
637 * pvestatd: broadcast supported node CPU flags
638
639 * www: add 'users' columns to Groups model
640
641 * integrate authentication with API tokens
642
643 * implement 'allowtoken' property for REST API endpoint schema
644
645 * ui: add permissions button to userview
646
647 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Jan 2020 21:28:52 +0100
648
07144980
TL
649pve-manager (6.1-5) pve; urgency=medium
650
651 * ui: make storage where VM-state is saved configurable
652
653 * ui: vm/HDEdit: fix backup checkbox default
654
655 * ui: fix Bandwidth-Selector component for empty return values
656
657 * fix #2509: add --rsyncable to backups using pigz again
658
659 * fix #2496: api: create OSD: check if ceph cluster network is configured
660
661 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Dec 2019 15:12:19 +0100
662
0d8eba72
TL
663pve-manager (6.1-4) pve; urgency=medium
664
665 * ui: add date column for backups in storage content view
666
667 * ui: backup restore: add start-after-restore checkbox
668
669 * bulk migration: only pass 'with-local-disks' along if defined, to avoid
670 warnings
671
672 * ceph: Create symlink on standalone MGR creation
673
674 * ui: improve choosing column per-row-count based on width in DC Node, VM, CT
675 summary panels
676
677 * ui: local browser settings: let users overwrite the number of columns in
678 summary panels
679
680 * ui: Mountpoint Edit/Create: default to true for "backup inclusion" on MP
681 creation
682
683 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Dec 2019 15:33:12 +0100
684
17e02847
TL
685pve-manager (6.1-3) pve; urgency=medium
686
687 * api: apt/versions: improve stabillity under edge cases
688
689 * improve pveversion for removed but not yet purged packages
690
691 * fix #2487: ui: HA: show VM/CT name column in resource overview
692
693 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Dec 2019 14:34:26 +0100
694
7bc5e797
TL
695pve-manager (6.1-2) pve; urgency=medium
696
697 * ui: dc/options: add onlineHelp to u2f and ha edit window
698
699 * LXC: Disable resize button when volume is unusued
700
701 * ui: dc/options: fix capabillities for u2f, bwlimits, ha settings
702
703 * api: apt/versions: track ifupdown and ifupdown2 as optional package
704
705 * api: add migrate precondition checks to bulk migrate api
706
707 * ui: add checkbox to bulk migrate window to allow migration with local disks
708
709 * ui; qemu/HardwareView: show vmstate and allow removal
710
711 -- Proxmox Support Team <support@proxmox.com> Sat, 30 Nov 2019 18:41:21 +0100
712
a6dcb75c
TL
713pve-manager (6.1-1) pve; urgency=medium
714
715 * fix #2462: ACMEAccount: make tos in get_tos optional
716
717 * ui: lxc: switch reboot and stop button to match the interface of VMs
718
719 * ui: allow to set 'migrate' HA shutdown policy in datacenter options
720
721 * ui: node network: enable apply config button
722
723 * api: network reload: more granular "is OVS used" check
724
725 * automatically renew pve-ssl.pem when it nearly expires
726
727 * api: ceph monitor: allow full-mesh routed setup for monitor IP
728
729 * ui: dc/options: allow one to setup U2F AppID and origin
730
731 * lxc: disable remove button for pending resource changes
732
733 * adaptions for the experimental SDN package
734
735 * ui: dc/options: add clusterwide IO bandwidth limit editor
736
737 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Nov 2019 11:35:57 +0100
738
70830683
TL
739pve-manager (6.0-15) pve; urgency=medium
740
741 * api/ceph: skip merging metadata if hostname is undefined
742
743 * Fix #2476: Fix auto-ballooning QMP command
744
745 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Nov 2019 15:16:27 +0100
746
6a38955e
TL
747pve-manager (6.0-14) pve; urgency=medium
748
749 * add reboot button for container
750
751 * improve pvestatd memory usage when a Graphite External Metric status plugin
752 is enabled
753
754 * fix #352: Limit the length of backup logs for mails
755
756 * fix #2436: ui: pci passthrough: consider domain in PCISelector
757
758 * fix #844: allow to set an initial delay for the start-all-marked guests on
759 boot command, in the per-node config.
760
761 * api: node/config: allow to return only a specific config property
762
763 * VM guest agent: allow to set QGA socket type also to ISA for guest
764 operating systems not supporting VirtIO serial sockets
765
766 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Nov 2019 20:45:36 +0100
767
83cab72f
FG
768pve-manager (6.0-13) pve; urgency=medium
769
770 * takeover CertCache from pve-cluster
771
772 * use PVE::DataCenterConfig
773
774 * use PVE::RRD for RRD data
775
776 * pveproxy.service: take over pvecm call from pve-cluster.service
777
778 * update (build-)dependencies after pve-cluster refactor
779
780 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Nov 2019 12:22:30 +0100
781
f4643f17
TL
782pve-manager (6.0-12) pve; urgency=medium
783
784 * pveversion: track libspice-server1 version again
785
786 * ui: fix backup "Run now" with specific node selected
787
788 * add initial graphite TCP support
789
790 * gui: lxc/Resources: improve reload behaviour
791
792 * ui: vm opts: add hint for spice foldersharing
793
794 * api: ceph version: actually get full version
795
796 * api: ceph/metadata: add structured node versions information
797
798 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Nov 2019 19:04:46 +0100
799
c832c2ec
TL
800pve-manager (6.0-11) pve; urgency=medium
801
802 * fix #1291: add purge checkbox to VM/CT destroy dialog
803
804 * ui: TFA: default to a 160 bit secret
805
806 * ensure alias.db is available and up-to-date if upgrading from older versions
807
808 * ui: qemu: update grid button status with events from correct store
809
810 * ui: Container: add revert button for pending changes
811
812 -- Proxmox Support Team <support@proxmox.com> Wed, 30 Oct 2019 18:02:40 +0100
813
48b8b635
TL
814pve-manager (6.0-10) pve; urgency=medium
815
816 * api: subscription: use rpcenv for permission check
817
818 * updated shipped aplinfo index
819
820 * vzdump: move code needed for cfs register of vzdump.cron to guest-common
821
822 * fix #2364: allow offline migration with local cloudinit disk
823
824 * webinterface: show and allow one to edit pending container changes
825
826 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Oct 2019 22:29:22 +0200
827
94b4089d
TL
828pve-manager (6.0-9) pve; urgency=medium
829
830 * webinterface: vm-options: add spice enhancements
831
832 * webinterface: vm opts: clarify QEMU Guest Agent option
833
834 * webinterface: qemu: allow move disk for EFI Disk again
835
836 * webinterface: vm migrate: add checkbox to enable offline migration with
837 local resources
838
839 * aplinfo: update trusted keys to include all currently trusted ones.
840
841 -- Proxmox Support Team <support@proxmox.com> Wed, 16 Oct 2019 08:25:44 +0200
842
9cd36f8d
TL
843pve-manager (6.0-8) pve; urgency=medium
844
845 * fix #2262: allow one to set noVNC default scale in setting
846
847 * improve layout of browser local user settings
848
849 * api network: improve experimental SDN network support
850
851 * ui: fix small login window issue on chrome
852
853 * update shipped appliance info index
854
855 * gui: qemu: add reboot button which powercycles a VM and applies any
856 outstanding pending changes in-between
857
858 * gui: usb: Enable USB3 for Spice USB passthrough
859
860 * gui: improve USB pass through selector, allow to search by product
861
862 * ui: cpumodel: add Skylake-Server, Cascadelake-Server, KnightsMill
863
864 * mobile gui: implement login for OTP based TFA enabled user accounts
865
866 * gui: Make CPU Model Selector a searchable grid view
867
868 * fix #2389: ceph wizard showing network of target node
869
870 -- Proxmox Support Team <support@proxmox.com> Fri, 04 Oct 2019 16:41:47 +0200
871
3d89a026
TL
872pve-manager (6.0-7) pve; urgency=medium
873
874 * ui: vm memory: correctly set initial maxValue for balloon
875
876 * fix #2340: gui: ceph: handle 'null' versions for hosts
877
878 * fix #2341: ceph: osd create: allow db/wal on partioned disks
879
880 * ui: allow one to add the AES flag explicitly to VMs
881
882 * ui: IPRef field: allow all valid IPs, even if not in the store
883
884 * ui: show supported file types in upload file selector
885
886 * api: add initial (experimental!) Software Defined Networ (SDN) API
887 integration if the libpve-network-perl is installed
888
889 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Sep 2019 10:31:21 +0200
890
a94d0295
TL
891pve-manager (6.0-6) pve; urgency=medium
892
893 * ui: vm/Hardware: convert more icons from bitmap to vectorized font
894 awesome
895
896 * ui: login: do not show connection failure as login failure
897
898 * fix #582: Cope with long running deletions of backup and disk images
899 by forking a task worker into the background after some delay
900
901 * fix #2314: remove GZIP env var
902
903 * fix #1594: add "Run now" button for cluster wide backup jobs
904
905 * backup: delete "exclude" VMID list when switching a backup job to pool mode
906
907 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Aug 2019 13:09:50 +0200
908
c1e4addd
TL
909pve-manager (6.0-5) pve; urgency=medium
910
911 * fix #2292: ceph osd create: use size parameter for db/wal
912
913 * improve ceph error handling
914
915 * aplinfo: update from aplinfo-pve-6.dat
916
917 * gui: improve service and package version hints in ceph OSD and dashboard
918 view.
919
920 * fix #2265: enable discard for virtio-blk
921
922 * pve5to6: cert: check certificates key size
923
924 * ceph: add new OSD flag API endpoints in node-agnostic /cluster/ceph path
925
926 * gui: ceph: Allow to set much more flags than 'noout' through the Web GUI
927 with a new flag management window
928
929 * ui: add VM 'hv-tlbflush' and 'hv-evmcs' CPU flag as new optional flags, for
930 those where they do not generate problems.
931
932 * ui: Include Windows Server 2019 in OS-Type list
933
3ccdcddc
TL
934 * allow to add a SPICE audio devices to a VM
935
936 -- Proxmox Support Team <support@proxmox.com> Tue, 23 Jul 2019 19:21:08 +0200
c1e4addd 937
370ff473
TL
938pve-manager (6.0-4) pve; urgency=medium
939
940 * ui: fix wrong defaultConsole fallback in tree
941
942 * ui: dc/Cluster: rename ring columns to link
943
944 * ui: cephfs: also add new tooltip like pool create
945
946 * ceph: mon list: show only as running when monitor is quorate
947
948 * pve5to6: do not complain about native newly created Nautilus OSDs
949
950 -- Proxmox Support Team <support@proxmox.com> Mon, 15 Jul 2019 18:37:12 +0200
951
a482a836
TL
952pve-manager (6.0-3) pve; urgency=medium
953
954 * pveam available: add 'mail' to sections
955
956 * ui: node/disks: fine tune column width and hide vendor by default
957
958 * ui: container: filter unusable lxc mount options for the special rootfs
959 mountpoint
960
961 -- Proxmox Support Team <support@proxmox.com> Fri, 12 Jul 2019 12:30:58 +0200
962
c35f40b1
TL
963pve-manager (6.0-2) pve; urgency=medium
964
965 * ceph: add api call for getting the ceph config database
966
967 * gui: ceph: show config database under the file config
968
969 * fix #1451: allow some extra mount options for container
970
971 * further improve 5to6 checklist script
972
973 * fix #2267: delete address(6) and netmas(6) with cidr(6)~
974
975 * gui: show a 0 value for HA resource grid max_relocate/restart
976 columns correctly
977
978 * pveproxy: allow to request debug sources directly over GET
979 parameter
980
981 * ui: dc/options: use proxmoxNetworkSelector for network
982
983 * ui/Parser: printPropertyString: sort non-defaultKey parts for
984 stability
985
986 * api/ceph: add osd scrub api call
987
988 * gui: ceph osd: refactor osd panel and add scrub button~
989
990 * ui: ceph OSD: tweak default column width a bit~
991
992 * ui: ceph/osd: only show at max 5 digits after decimal point for
993 weight
994
995 * ui: ceph/osd: merge apply + commit latency columns~
996
997 * ui: remove notify calls on viewmodel
998
999 * ui: ceph/pool: rework status grid a bit
1000
1001 * ui: ceph/service list: re-do column definitions with flexible widths
1002
1003 * ui: ceph/pool: enable add_storages by default and add tooltip~
1004
1005 * ui: dc/cluster: allow to create cluster with second link
1006
1007 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2019 20:41:51 +0200
1008
36ee2702
TL
1009pve-manager (6.0-1) pve; urgency=medium
1010
1011 * gui: ceph pools: fix pool percentage used display
1012
1013 * further improve pve5to6 upgrade checklist helper
1014
1015 * gui: ceph: fix syslog resize
1016
1017 * ceph: osd: use get-or-create to create a bootstrap-osd key on demand
1018
1019 * ceph: init: only handle keyring if auth is cephx
1020
1021 * ceph: mon create: add known monitor ips to mon_host if it is empty
1022
1023 * ceph: automatically create manager after the first monitor
1024
1025 * pveceph install: set repo URL to download.proxmox.com nautilus repo
1026
1027 * ceph: do not distribute obsolete ceph.service anymore
1028
1029 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jul 2019 15:53:18 +0200
1030
bbabe0bf
TL
1031pve-manager (6.0-0+4) pve; urgency=medium
1032
1033 * ui: switch over default console viewer to xterm.js
1034
1035 * improve pve5to6 upgrade checklist helper
1036
1037 * ui: use new network selector for cluster create and join
1038
1039 * remove pve-apt.conf which ensured pve-kernels did not get
1040 autoremoved, replaced by a smarter version provided by proxmox-ve
1041
1042 * fix #1278: add possibility to backup pools over API and Web UI
1043
1044 * ceph: mon create: fix not starting monitor if no public_addr is in conf
1045
1046 * eph: disallow IPv4 in new clusters when IPv6 is enabled
1047
1048 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Jun 2019 20:26:53 +0200
1049
8fb3bf98
TL
1050pve-manager (6.0-0+3) pve; urgency=medium
1051
1052 * VM migrate: add migration with local disks over web GUI
1053
1054 * VM migrate: do some initial checks before a migrate is triggered to notify
1055 users about problems earlier
1056
1057 * ceph: init: update inital config for nautilus
1058
1059 * ceph: improve monitor creation and adapt for Nautilus
1060
1061 * ceph: mon create: detect pubnet via config database
1062
1063 * ceph: enable also msgr2 format for monitors
1064
1065 * gui: ostypes: include 5.x in Linux series and reword to range
1066
1067 * gui: add warnings for ceph and zfs for disks backed by hardware raid
1068 controller
1069
1070 * gui: workspace: cope better with upgrade related false positive 401
1071 HTTP codes
1072
1073 * backup jobs: acquire lock before modifying vzdump.cron
1074
1075 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Jun 2019 12:37:44 +0200
1076
4caf8085
TL
1077pve-manager (6.0-0+2) pve; urgency=medium
1078
1079 * api: cluster/resources: add information about guest locks
1080
1081 * gui: tree: add lock information to tree entries and its tooltips
1082
1083 * api network: make IPv6 address checking spew out more useful errors
1084
1085 * gui: ceph install wizard: use new network selector widget for monitor
1086 creation
1087
1088 * fix #2190: Base64 encode SMBIOS value strings in order to allow more
1089 characters
1090
1091 * ceph: allow to enable encryption on osd create through web GUI or API
1092
1093 * gui: vm: add new CPU flag selector with tri-state awareness and many more
1094 flags to select
1095
1096 * improve OSD creation compatibility with Ceph Nautilus
1097
1098 * gui: add initial version of cluster wide ceph dashboard
1099
1100 * allow to destroy OSDs under both, Ceph Luminous and Nautilus
1101
1102 * ui: show ceph monitor, manager & OSD versions from pveceph managed cluster
1103 and warn if they are not all the same
1104
1105 * fix #2223: fix set_button_status isCDRom
1106
1107 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Jun 2019 21:16:41 +0200
1108
99b0086b
TL
1109pve-manager (6.0-0+1) pve; urgency=medium
1110
1111 * rework log out button to general user and session management menu
1112
1113 * re-build for Debian Buster / PVE 6
1114
1115 -- Proxmox Support Team <support@proxmox.com> Wed, 22 May 2019 21:30:56 +0200
1116
44d386a0
TL
1117pve-manager (5.4-6) unstable; urgency=medium
1118
1119 * gui: node: change syslog to JournalView and new (mini-)journal api
1120
1121 * node: add api endpoint for new mini-journalreader
1122
1123 * fix #2197: ui: editing CDROM doesn't require VM.Config.Disk rights
1124
1125 * ui: NodeSelector: check status field for offline nodes
1126
1127 * allow to use cidr(6) for passing IP/CIDR to the network api
1128
1129 * fix #2183: fix blinking subscription and show unknown status
1130
1131 * ui: TFAEdit: use new tfa api call
1132
1133 * ui: storage: handle empty response in case of file upload error
1134
1135 -- Proxmox Support Team <support@proxmox.com> Wed, 15 May 2019 16:18:40 +0200
1136
792fdf49
TL
1137pve-manager (5.4-5) unstable; urgency=medium
1138
1139 * ui: two factor auth: handle older TFA setups with no specific type set
1140
1141 * fix #1910: urlencode usernames in UserEdit
1142
1143 * ensure we have up-to-date information before retrieving cluster status
1144
1145 * fix #482: Add timestamps to backup create task log
1146
1147 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Apr 2019 11:28:11 +0000
1148
df7587c9
TL
1149pve-manager (5.4-4) unstable; urgency=medium
1150
1151 * fix #1326: allow multiple status server definitions per type
1152
1153 * fix ceph install wizard not accepting ipv6
1154
1155 * ui: tfa: set initial tab based on current tfa type and disable other
1156 tabs
1157
1158 * fix #2177: use getValue() to get otp value
1159
1160 * fix #263: only include node rrd stats if user has Sys.Audit
1161
1162 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Apr 2019 14:22:47 +0000
1163
af17f0ad
TL
1164pve-manager (5.4-3) unstable; urgency=medium
1165
1166 * use correct icon for hibernate in tree context command menu
1167
1168 * ui: Restore: Fix error where the textfield did not default to next
1169 free VMID
1170
1171 * fix #1814: do not enable disk related buttons for audit user
1172
1173 * ui: dc/options: allow to edit migration settings and HA shutdown
1174 policy
1175
1176 -- Proxmox Support Team <support@proxmox.com> Wed, 10 Apr 2019 16:11:05 +0200
1177
a21acc04
TL
1178pve-manager (5.4-2) unstable; urgency=medium
1179
1180 * improve user TFA editing
1181
1182 * all TFA logins are now provided as two steps in the WebUI, first
1183 common login credentials then, if configured, TFA. The OTP field
1184 from the login window got removed, it is not necessary anymore.
1185
1186 * update shipped aplinfo index
1187
1188 * pvereport: only compute report def if we generate a report
1189
1190 * add onlineHelp for new WebUI windows and panels
1191
1192 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Apr 2019 17:42:20 +0200
1193
d7d4dc47
TL
1194pve-manager (5.4-1) unstable; urgency=medium
1195
1196 * fix #1145: Warn if datacenter firewall is disabled
1197
1198 * add host firewall config, ip route information, ceph, iSCSI and more
1199 disk and ZFS information to pvereport
1200
1201 * fix #2132: gui: set vcpu default maxValue to 1
1202
1203 * pvestatd: preparation to rotate auth keys if necessary
1204
1205 * fix: # 2123 Logging of user defined firewall rules
1206
1207 * ui: show lock in status bar of vms/cts
1208
1209 * allow deletion of mac prefix
1210
1211 * use localhost instead of 127.0.0.1 to listen with spiceterm
1212
1213 * add tooltips to the tree
1214
1215 * ui: improve ceph installer
1216
1217 * ui: move VM BIOS and SCSI controller selection to hardware tab
1218
1219 * ui: allow to set VM machine type through hardware tab
1220
1221 * ui: VM command menu: rename suspend to pause
1222
1223 * ui: allow to hibernate (suspend to disk) VMs
1224
1225 * ui: allow to set the firewall log rate limit and burst
1226
1227 * fix: #1145 enable CT/VM NIC firewall by default on creation via WebUI,
1228 so that only the one from the VM/CT options must be enabled
1229
1230 * ui: support user-settable u2f and TOTP authentication and
1231 configuration
1232
1233 * ui: always show otp field on login
1234
1235 * fix: #1218 Expose unique MAC address generation on restore of VMs
1236 and CTs in UI
1237
1238 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Apr 2019 14:03:41 +0200
1239
6d68c86f
TL
1240pve-manager (5.3-12) unstable; urgency=medium
1241
1242 * ui: fix popup behaviour in firefox with touchscreens on desktop
1243
1244 * pveproxy: allow one to set 'honor_cipher_order' and 'no compression'
1245
1246 * add possibility to call pveceph install through shell API
1247
1248 * fix #2122: use correct format in help text of timefield
1249
1250 * added basic ability to install ceph via web gui
1251
1252 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Mar 2019 12:37:42 +0100
1253
5e2371a9
TL
1254pve-manager (5.3-11) unstable; urgency=medium
1255
1256 * fix #2108: ceph: 'osd pools set' cannot accept integers anymore, thus ceph
1257 pool creation failed in some cases, e.g., CephFS creation over GUI, API or
1258 CLI and pool creation over CLI or API depending on parameters passed.
1259
1260 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Feb 2019 19:40:43 +0100
1261
a2d017ef
TL
1262pve-manager (5.3-10) unstable; urgency=medium
1263
1264 * show Storage Content with Datastore.AllocateSpace/Audit permissions
1265
1266 * fix #2051: preserve DB/WAL disk on destroy
1267
1268 * fix #2096: enable resume in context menu for guest triggered sleep
1269
1270 * default to unpriviledged CT in the GUI
1271
1272 * fix #1769: restart mode for bulk lxc migration
1273
1274 * pveproxy: add configurable HONOR_CIPHER_ORDER and COMPRESSION settings
1275
1276 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Feb 2019 12:27:12 +0100
1277
417dd601
TL
1278pve-manager (5.3-9) unstable; urgency=medium
1279
1280 * fix #1982: pvesh: check if a handler exists for path
1281
1282 * fix #1752: implement wake on LAN functionality for nodes in CLI, API and GUI
1283
1284 * fix #2058: show correct pool for external ceph clusters
1285
1286 * task index: allow filtering by task type and selection of task source(s)
1287
1288 * add virtio-gpu and none to VMs display selection combobox
1289
1290 * add context menu to global search bar entries
1291
1292 * show hookscripts in GUI
1293
1294 * fix #1831: Add filter to CT template/appliances download window
1295
1296 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Feb 2019 13:35:05 +0100
1297
354f5fff
TL
1298pve-manager (5.3-8) unstable; urgency=medium
1299
1300 * fix #1997: set taskid for single-guest backups
1301
1302 * fix #2030: use looks_like_number for number check
1303
1304 * ceph: change check if installed to ceph mon binary
1305
1306 * allow 8-way NUMA systems
1307
1308 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Jan 2019 10:23:42 +0100
1309
99307436
TL
1310pve-manager (5.3-7) unstable; urgency=medium
1311
1312 * refactor ceph API and modules
1313
1314 -- Proxmox Support Team <support@proxmox.com> Thu, 20 Dec 2018 10:59:14 +0100
1315
2e15c525
TL
1316pve-manager (5.3-6) unstable; urgency=medium
1317
1318 * fix #2017: add help button to storage input panels
1319
1320 * Fix #2019: CephFS storage misses Max Backups
1321
1322 * ui: lxc/features: add fuse
1323
1324 * ui: lxc/features: disable nfs and cifs for unprivileged
1325
1326 * do not send 'undefined' as romfile when adding a pcidevice
1327
1328 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Dec 2018 12:25:17 +0100
1329
d6aa5252
TL
1330pve-manager (5.3-5) unstable; urgency=medium
1331
1332 * ui: CephFS: fix onlineHelp buttons
1333
1334 -- Proxmox Support Team <support@proxmox.com> Mon, 03 Dec 2018 12:13:25 +0100
1335
43c2788b
TL
1336pve-manager (5.3-4) unstable; urgency=medium
1337
1338 * pveceph: ensure ceph-fuse gets uptdated when installing ceph server
1339
1340 * api: poll for for active MDS on CephFS creation
1341
1342 * fix #1430: ceph init: allow to specify separate cluster network
1343
1344 * pveceph: create OSD: wipe disk after initial 'free-to-use' checks to
1345 ensure creating succeeds even if the disk was an OSD earlier
1346
1347 * ui: cluster: require ring0_addr if joinee's ring and node addr
1348 differ
1349
1350 * ceph: update all placement groups (pg_num) defaults to 128
1351
1352 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Nov 2018 12:49:30 +0100
1353
9588719d
TL
1354pve-manager (5.3-3) unstable; urgency=medium
1355
1356 * api: cephfs create: wait for MDS to become active before adding as storage
1357
1358 * api: cephfs: check if storage ID is free when add_storage is set
1359
1360 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Nov 2018 19:15:52 +0100
1361
b2b24b8b
TL
1362pve-manager (5.3-2) unstable; urgency=medium
1363
1364 * include ceph-mds in pveceph install
1365
6ad96d04 1366 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Nov 2018 16:17:22 +0100
b2b24b8b 1367
bf72f1c9
TL
1368pve-manager (5.3-1) unstable; urgency=medium
1369
1370 * ceph: add service restart api call
1371
1372 * gui: add ceph osd and monitor restart button
1373
1374 * gui: add CephFS integration
1375
1376 * add CephFS and MDS API integration
1377
1378 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Nov 2018 14:07:50 +0100
1379
7bc43193
TL
1380pve-manager (5.2-13) unstable; urgency=medium
1381
1382 * allow one to remove images from a storage over the web GUI, if no VM exists
1383 in the cluster or the storage is local
1384
1385 * allow one to passthrough PCI devices to VMs over the web GUI
1386
1387 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Nov 2018 14:55:57 +0100
1388
4e120eb2
TL
1389pve-manager (5.2-12) unstable; urgency=medium
1390
1391 * improve ZFS gui
1392
1393 * fix #1959: remove invalid SLAAC option
1394
1395 * pveceph: pool create: add_storage now only creates one storage entry
1396
1397 * Enable "Discard" option for IDE and SATA drives
1398
1399 * fix #1928: ct snapshot: changed rollback message to warning
1400
1401 * fix #1358: ui: show clustername besides Datacenter node, if available
1402
1403 * fix #1224: ui: ACLAdd: allow one to filter by username
1404
1405 * ui: dc/storage: allow one to add CephFS entries
1406
1407 -- Proxmox Support Team <support@proxmox.com> Mon, 19 Nov 2018 15:25:58 +0100
1408
74051409
TL
1409pve-manager (5.2-11) unstable; urgency=medium
1410
1411 * Update default CIPHERS to a more current list
1412
1413 * close #584: ui qemu: changed remove unused disk to asynchron call
1414
1415 * dc/user: render user fullnames htmlEncoded
1416
1417 * ceph: osd: wipe start of blockdevice when destroying ceph disk to ensure it
1418 can be re-used for any purpose
1419
1420 * gui: expose lxc features
1421
1422 * Add "SSD emulation" property to IDE, SATA, and SCSI drives
1423
1424 * fix sorting for unused disks/mounpoints in the VM/CT Hardware/Resource view
1425
1426 * gui: let users edit the vga memory
1427
1428 * node zfs: added check for undefined & new case AVAIL
1429
1430 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Nov 2018 17:00:03 +0100
1431
3a8d2854
TL
1432pve-manager (5.2-10) unstable; urgency=medium
1433
1434 * add /node/{NODE}/hosts API Call
1435
1436 * make /etc/hosts editable via gui
1437
1438 * API2 : Network : add network config reload
1439
1440 * pvesh: fix bug #1942 - add standard options conditional
1441
1442 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Oct 2018 11:55:15 +0200
1443
2e6bf499
TL
1444pve-manager (5.2-9) unstable; urgency=medium
1445
1446 * gui: allow whitespace in mountpoint paths
1447
1448 * fix #1884: vm/hardware: ensure correct value on pending changes
1449
1450 * pveceph: remove btrfs as fstype for new OSDs
1451
1452 * qemu: CPU selector: add EPYC
1453
1454 * fix #1897: bump max number of mountpoints to 256
1455
1456 * fix checkbox selection for guest selector used by bulk actions
1457
1458 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Sep 2018 11:42:38 +0200
1459
c39d63a5
TL
1460pve-manager (5.2-8) unstable; urgency=medium
1461
1462 * fix doubleclick on VM with spice console
1463
1464 * ui: storage: combine RBD external and hyperconverged add dialog
1465
1466 * add LVM, LVMThin, directory based storage and ZFS management GUI
1467
1468 * ui: storage: Linux LIO/targetcli support
1469
1470 * fix #1837: reorganize HA panel
1471
1472 * fix #1828: check if targetnode exists before starting mass migration
1473
1474 * ui: ZFS over iSCSI: allow only relevant inputs
1475
1476 * fix #1393: use language from datacenter.cfg as default for GUI
1477
1478 * fix #1872: always close VM disk move panel after its taskviewer got closed
1479
1480 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Aug 2018 15:11:06 +0200
1481
d9005f45
DM
1482pve-manager (5.2-7) unstable; urgency=medium
1483
1484 * pveproxy: add link to extjs for api-viewer
1485
1486 * pvesh: complete rewrite (removed interactive mode)
1487
1488 * pvenode: use print_api_result to print acme account information
1489
1490 * ui: permissions: allow to select root path '/' directly
1491
1492 * set resize to 'off' for the novnc popup
1493
1494 * improve xtermjs settings button behaviour
1495
1496 * nodeconfig acme-domain: allow domains starting with numbers
1497
1498 * Submit pool if non-empty in lxc CreateWizard
1499
1500 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Jul 2018 11:47:05 +0200
1501
9091a0eb
TL
1502pve-manager (5.2-6) unstable; urgency=medium
1503
1504 * add task list, log and status commands to the pvenode cli tool
1505
1506 * ui/storage: cifs: only allow entering a password if user is set
1507
1508 * Add cephfs to allowed storages for vzdump backup
1509
1510 * document return properties for cluster resource and node list API
1511 calls
1512
1513 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Jul 2018 14:46:32 +0200
1514
ec00748d
TL
1515pve-manager (5.2-5) unstable; urgency=medium
1516
1517 * add startall, stopall and migrateall commands to the pvenode cli
1518 tool
1519
1520 * replace read_password with param_mapping in pvesh
1521
1522 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Jun 2018 14:01:43 +0200
1523
0a08f7d9
TL
1524pve-manager (5.2-4) unstable; urgency=medium
1525
1526 * add create wizard checkbox to autostart a container after creation finished
1527 successfully
1528
1529 * add compatibility with ACMEv2 protocol for node certificates
1530
1531 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Jun 2018 09:04:06 +0200
1532
b7324fec
WB
1533pve-manager (5.2-3) unstable; urgency=medium
1534
1535 * allow ifupdown2 as alternative for ifenslave
1536
1537 * add autostart checkbox when creating a VM
1538
1539 * remove limits from swap/memory input boxes
1540
1541 * add ebtables option to cluster firewall settings
1542
1543 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Jun 2018 12:28:17 +0200
1544
f86d60db
TL
1545pve-manager (5.2-2) unstable; urgency=medium
1546
1547 * fix #1499 Implement a combobox for Permissions paths
1548
1549 * fix #427: add notes panel to node
1550
1551 * api/acme: actually fallback to default value for account name parameter
1552
1553 * Improve VM AgentIPView WebUI component
1554
1555 * allow adding socket backed serial devices to VMs in WebUI
1556
1557 * allow one to re-enable iSCSI storages again through WebUI
1558
1559 -- Proxmox Support Team <support@proxmox.com> Tue, 05 Jun 2018 15:18:13 +0200
1560
a38a1b85
FG
1561pve-manager (5.2-1) unstable; urgency=medium
1562
1563 * add _blank target for optional url
1564
1565 * fixes #1503 Add role CRUD to the GUI.
1566
1567 * hide irrelevant buttons and tabs for container templates
1568
1569 * ui/UserEdit: fixup grammar in password match error message
1570
1571 * update included aplinfo.dat
1572
1573 * correct node free calculation
1574
1575 * add missing onlineHelp links
1576
1577 -- Proxmox Support Team <support@proxmox.com> Mon, 14 May 2018 14:04:15 +0200
1578
eee12d93
WB
1579pve-manager (5.1-53) unstable; urgency=medium
1580
1581 * show additional status info in the VM summary page
1582
1583 * added an io-error status icon for VMs
1584
1585 * minor keyboard interaction improvements in the UI
1586
1587 * added a node-specific configuration file
1588
1589 * added ACME API endpoints to manage ACME accounts and certificates
1590
1591 * added pvenode command line tool for certificate and acme account management
1592
1593 * added certificate renewal to pveupdate
1594
1595 * added certificate management to node UI
1596
1597 * expose 'move volume' functionality for container mount points via the UI
1598
1599 -- Proxmox Support Team <support@proxmox.com> Mon, 07 May 2018 15:13:02 +0200
1600
81a35ad0
TL
1601pve-manager (5.1-52) unstable; urgency=medium
1602
1603 * VM/Hardware: show memory shares
1604
1605 * remove the novnc panels for node/container (replaced by xtermjs)
1606
1607 * allow xtermjs to be the default console
1608
1609 * fix #1691: use asynchronous API call for VM disk creation
1610
1611 * fix #1732: actually post values in IScsiEdit
1612
1613 -- Proxmox Support Team <support@proxmox.com> Mon, 23 Apr 2018 15:40:48 +0200
1614
af537790
DM
1615pve-manager (5.1-51) unstable; urgency=medium
1616
1617 * overwrite the built-in 'run_editor' function
1618
1619 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Apr 2018 14:09:51 +0200
1620
06de836b
DM
1621pve-manager (5.1-50) unstable; urgency=medium
1622
1623 * better focus of lxc/MPEdit
1624
1625 * merge cores, cpulimit and cpuunits for containers
1626
1627 * lxc/MPEdit: rework for advanced options
1628
1629 * Utils: add forEachMP
1630
1631 * lxc/ResoureEdit: move some cpu fields to advanced options
1632
1633 * qemu/CreateWizard: add advanced options on general tab
1634
1635 * qemu/NetworkEdit: rework panel for advanced options
1636
1637 * qemu/MemoryEdit: rework panel and move most things in advanced options
1638
1639 * qemu/HDEdit: move diskthrottling to advanced options
1640
1641 * fix editor and set_button_status for cloudinit
1642
1643 * rework ProcessorEdit and merge with CPUOptions using advanced options
1644
1645 * qemu/HDEdit.js: move some fields into advanced options
1646
1647 * add advanced checkbox to the wizard
1648
1649 * Add CIFS in strorage info to allow backup.
1650
1651 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Apr 2018 13:55:38 +0200
1652
26db8aa1
DM
1653pve-manager (5.1-49) unstable; urgency=medium
1654
1655 * add cluster administartion panel
1656
1657 * ui: add storage plugin base class
1658
1659 * controller: StorageEdit: check if 'maxfiles' could be looked up
1660
1661 * ui/Utils: add storage schema
1662
1663 * ui/Utils: do not create non-standard console.dir fallback
1664
1665 * ui: restore: add bandwidth limit field
1666
1667 * ui: dc/storages: add bwlimit column
1668
1669 * ui: dc/storages: use responsive column width
1670
1671 * pve-daily-update.service: add Wants/After for pve-cluster.service
1672
1673 -- Proxmox Support Team <support@proxmox.com> Thu, 05 Apr 2018 12:30:58 +0200
1674
27705b82
TL
1675pve-manager (5.1-48) unstable; urgency=medium
1676
1677 * improve and add additional information in pvereport
1678
1679 * add clone UI for container
1680
1681 * add CIFS (SMB) UI
1682
1683 * add cloundinit UI
1684
1685 * pveupdate: replace cron job with systemd timer (pve-daily-update)
1686
1687 * fix #1698: add_integer_row should add an integer row
1688
1689 * cleanup build and packaging system
1690
1691 * VZDump: handle timelocal year correctly
1692
1693 * fix #1683: do not send non-numeric values to graphite
1694
1695 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Mar 2018 09:36:11 +0100
1696
be42d8e6
WB
1697pve-manager (5.1-47) stable; urgency=medium
1698
1699 * added icons to summaries and improved spacing
1700
1701 * added HA info to the template summary
1702
1703 * show IP address in summary if the guest-agent can provide it
1704
1705 * let storage summary, ceph & cluster dashboards use the full browser width
1706
1707 * various node, lxc and qemu summary page improvements
1708
1709 * preparations for extjs 6.2.0
1710
1711 * update widget toolkit dependency
1712
1713 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Feb 2018 10:26:44 +0100
1714
1f2c4815 1715pve-manager (5.1-46) stable; urgency=medium
50e0eeba
FG
1716
1717 * pveversion: sort kernel packages by version
1718
1719 * pveversion: add new pve packages
1720
1721 * fix wizard validity check for options spanning multiple tabs
1722
1723 * fix #1573: show bootdisk usage on container summary
1724
1725 * fix edit button for some panels
1726
1727 * fix #1629: improve min/max memory handling
1728
1729 * fix #1631: change units to binary prefix
1730
1731 * fix #1635: correctly change maxIds in ControllerSelector in wizard
1732
1733 * enable/disable xtermjs depending on the existance of a serial port
1734
1735 * show serial ports on the gui
1736
1737 * change group of unused to 99 to that we can add things in between
1738
1739 * add icon/class for serial ports
1740
1741 * qemu/Monitor: save the last 20 commands
1742
1f2c4815 1743 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Feb 2018 15:07:52 +0100
50e0eeba 1744
c5023a7b
WB
1745pve-manager (5.1-44) stable; urgency=medium
1746
1747 * fix upgrade of other cluster nodes via xtermjs not working properly
1748
1749 * switch to using pve-i18n and proxmox-widget-toolkit
1750
1751 -- Proxmox Support Team <support@proxmox.com> Thu, 25 Jan 2018 13:57:12 +0100
1752
a79a07dd
FG
1753pve-manager (5.1-43) stable; urgency=medium
1754
1755 * add spec-ctrl cpu flag checkbox
1756
1757 * add defaultSize parameter for DiskStorageSelector and set it to 8 for lxc
1758
1759 -- Proxmox Support Team <support@proxmox.com> Wed, 17 Jan 2018 09:06:28 +0100
1760
16232330
WB
1761pve-manager (5.1-42) stable; urgency=medium
1762
1763 * fix #1605: reflect backend values of minimum container memory limit
1764
1765 * add a 'pcid' checkbox to the CPU edit window
1766
1767 -- Proxmox Support Team <support@proxmox.com> Wed, 10 Jan 2018 11:53:33 +0100
1768
550707c9
FG
1769pve-manager (5.1-41) stable; urgency=medium
1770
1771 * pveupdate - always run check for available updates
1772
1773 * prevent double ticket api call
1774
1775 * Add new icon for xtermjs consoles, based on xtermjs logo
1776
1777 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Dec 2017 12:47:40 +0100
1778
646111ec
WB
1779pve-manager (5.1-40) stable; urgency=medium
1780
1781 * send an email when a replication job fails
1782
1783 * added xterm.js as an alternative for vncterm for the host shell,
1784 container terminals and qemu serial port connections
1785
1786 * allow users with the Sys.Audit permission to see the subscription status
1787
1788 * allow users with the Sys.Modify permission to see and modify subscriptions
1789
1790 -- Proxmox Support Team <support@proxmox.com> Wed, 13 Dec 2017 11:59:01 +0100
1791
6a21d936
FG
1792pve-manager (5.1-39) stable; urgency=medium
1793
1794 * fix #1589: auth_handler: raise proper exception on init_request error
1795 (e.g., during pmxcfs restarts)
1796
1797 * update catalan translation
1798
1799 * add a proper confirmation message when we detach an used disk
1800
1801 * fix #1526: Use 'detach' instead of 'remove' when the disk is used
1802
1803 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Dec 2017 15:33:11 +0100
1804
9248857d
FG
1805pve-manager (5.1-38) stable; urgency=medium
1806
1807 * ceph: create mon: fix & improve check if IP is in public net
1808
1809 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Nov 2017 11:35:28 +0100
1810
0628b735
WB
1811pve-manager (5.1-37) stable; urgency=medium
1812
9248857d 1813 * fix #1523: Display the Max Backups field only if relevant
0628b735 1814
9248857d 1815 * fix #1578: api/resource hastate: fallback to resource cfg state
0628b735 1816
9248857d 1817 * fix #1539: add missing shellquote for proxied commands of pvesh
0628b735 1818
9248857d 1819 * fix #1542: use percent_used key instead of calculation
0628b735 1820
9248857d 1821 * fix wrong default value shown for the DHCP firewall option
0628b735 1822
9248857d 1823 * prevent visual flashing of button when changing element in the tree
0628b735 1824
9248857d 1825 * ceph: create pool: check for quorum at start
0628b735 1826
9248857d 1827 * logrotate: try to tell services to reload instead of doing a full restart
0628b735 1828
9248857d 1829 * add various status sub-icons in the tree
0628b735 1830
9248857d 1831 * add a new status column in the resourcestore
0628b735 1832
9248857d 1833 * add default 'unknown' status for vms and containers
0628b735 1834
9248857d 1835 * add version GET parameter for js/css files to improve cache behaviour
0628b735 1836
9248857d 1837 * reduce spiceproxy memory footpring by not loading an unused package
0628b735 1838
9248857d 1839 * Add %-used and min_size to "pveceph lspools" command
0628b735
WB
1840
1841 -- Proxmox Support Team <support@proxmox.com> Tue, 28 Nov 2017 16:38:15 +0100
1842
214053d6
WB
1843pve-manager (5.1-36) unstable; urgency=medium
1844
1845 * rebuild to fixup permissions
1846
1847 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Oct 2017 11:15:46 +0200
1848
cfaf62cd
FG
1849pve-manager (5.1-35) unstable; urgency=medium
1850
1851 * bump for 5.1 release
1852
1853 -- Proxmox Support Team <support@proxmox.com> Mon, 23 Oct 2017 09:18:30 +0200
1854
016f3924 1855pve-manager (5.0-34) unstable; urgency=medium
fc4a772e 1856
016f3924
WB
1857 * fix #1531: fix vm list in bulk actions when a cluster node's name is a
1858 prefix of another node's name
fc4a772e 1859
016f3924 1860 * ceph: bluestore is now the default in the api and command line interfaces
fc4a772e 1861
016f3924 1862 * Add a field to show which SCSI controller type we are currently using
fc4a772e 1863
016f3924 1864 * Render full name of VirtIO Block controller
fc4a772e 1865
016f3924 1866 * Update VM SCSI controller type after OS selection in Wizard
fc4a772e 1867
016f3924 1868 * Update VM SCSI type based on iothread value when inside the wizard
fc4a772e 1869
016f3924 1870 * Collect less frequently used guest system buttons under a 'More' button
fc4a772e 1871
016f3924 1872 * Rename global 'Help' button to 'Documentation'
fc4a772e 1873
016f3924 1874 * Add some help buttons to ceph UI
fc4a772e 1875
016f3924
WB
1876 * Use a comobo selector when adding guests to HA instead of a number field
1877
1878 * Simplify HA state display
1879
1880 * Various input focus improvements with the inline novnc console
fc4a772e
FG
1881
1882 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Oct 2017 14:16:12 +0200
1883
80adf793
WB
1884pve-manager (5.0-32) unstable; urgency=medium
1885
1886 * disable quota checkbox for unprivileged containers
1887
1888 * rename pve-manager.service to pve-guests.service and refuse manual
1889 start/stop, since it's responsible for starting up autostarted guests
1890 at boot time and shutting _every_ guest down on shutdown, to avoid
1891 confusion about what happens when restarting the "pve manager"
1892
1893 * show 'RBD' instead of 'RBD (external)' on storage summary
1894
1895 * make bluestore the default choice when creating osds
1896
1897 * add new "RBD (PVE)" storage choice
1898
1899 * ceph: do not automatically use wal if only journal is given
1900
1901 * rename 'Remove' ceph pool button to 'Destroy'
1902
1903 * add add storages checkbox to ceph pool creation
1904
1905 * add remove_storages parameter to the pool destruction
1906
1907 * ceph/destroypool: optionally remove storages
1908
1909 * ceph/createpool: optionally add storages
1910
1911 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Sep 2017 13:52:12 +0200
1912
a0946ccb
FG
1913pve-manager (5.0-31) unstable; urgency=medium
1914
1915 * lxc/qemu: hide migrate in contextmenu when no cluster or no rights
1916
1917 * lxc: hide migrate button for non cluster setups
1918
1919 * qemu: hide not usable buttons
1920
1921 * pveceph: implement checks for ceph version & binaries
1922
1923 * qemu: improve iothread/discard/controller type handling
1924
1925 * ceph: adapt to new health output style for luminous
1926
1927 * ceph: warning window modal
1928
1929 * ceph: fix gui icons
1930
1931 * ceph: add application parameter to createpool
1932
1933 * ceph: make size 3/min 2 default with createpool
1934
1935 -- Proxmox Support Team <support@proxmox.com> Fri, 1 Sep 2017 11:56:45 +0200
1936
ad98a36f
FG
1937pve-manager (5.0-30) unstable; urgency=medium
1938
1939 * ceph: improve bluestore information display
1940
1941 -- Proxmox Support Team <support@proxmox.com> Tue, 8 Aug 2017 11:08:05 +0200
1942
db9770df
WB
1943pve-manager (5.0-29) unstable; urgency=medium
1944
1945 * ceph: ensure mgr starts after pve-cluster
1946
1947 -- Proxmox Support Team <support@proxmox.com> Mon, 31 Jul 2017 15:46:57 +0200
1948
74911546
FG
1949pve-manager (5.0-28) unstable; urgency=medium
1950
1951 * fix #1465: crush rule selection when creating pool
1952
1953 * fix regression when creating first monitor of a ceph cluster
1954
1955 * various bluestore and other ceph fixes
1956
1957 -- Proxmox Support Team <support@proxmox.com> Mon, 31 Jul 2017 15:31:08 +0200
1958
2ef26c4e
WB
1959pve-manager (5.0-27) unstable; urgency=medium
1960
1961 * pveceph: allow '-' in the service name pattern
1962
1963 -- Proxmox Support Team <support@proxmox.com> Wed, 26 Jul 2017 16:51:29 +0200
1964
48c8c086
WB
1965pve-manager (5.0-26) unstable; urgency=medium
1966
1967 * Close #1268: Show migration start server and migration end server
1968
1969 * various GUI usability improvements
1970
1971 * pveceph: added createmgr & destroymgr command
1972
1973 * pveceph: creating a monitor now also creates a standard manager if not
1974 already present
1975
f49b4beb
WB
1976 * pveceph: monitor and manager names now default to the node name rather
1977 than numeric IDs.
1978
48c8c086
WB
1979 -- Proxmox Support Team <support@proxmox.com> Wed, 26 Jul 2017 15:37:35 +0200
1980
aa44a5a8
WB
1981pve-manager (5.0-25) unstable; urgency=medium
1982
1983 * Update ceph ui to use the restructured data format of ceph luminous 12.1.1
1984 Older ceph versions are no longer be supported by the UI.
1985
1986 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Jul 2017 16:15:20 +0200
1987
a58dc7f3
WB
1988pve-manager (5.0-24) unstable; urgency=medium
1989
1990 * Fix #1450: re-enable setgid bit on pvemailforward
1991
1992 * Fix GUI issues with editing mount points which reside on storages
1993 for which the rootfs storage type has been removed.
1994
1995 * Fix GUI issues when editing bind mounts for containers.
1996
1997 * Fix OSD count display issue in the ceph dashboard.
1998
1999 * Move OS type selection to after the installation medium selection in the
2000 VM creation wizard.
2001
2002 * Fix 'pveceph createosd' to not to default to bluestore on newer ceph
2003 versions. (It has a --bluestore option after all.)
2004
2005 * Added an informative empty-text when editing a container's DNS section.
2006
2007 * remove old CA entry for enterprise repository, not required anymore
2008
2009 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Jul 2017 12:42:19 +0200
2010
9795f744
DM
2011pve-manager (5.0-23) unstable; urgency=medium
2012
2013 * add certificate authority for enterprise repository
2014
2015 -- Proxmox Support Team <support@proxmox.com> Tue, 04 Jul 2017 11:50:24 +0200
2016
dc4512ec
DM
2017pve-manager (5.0-22) unstable; urgency=medium
2018
2019 * update lxc template list (aplinfo.dat)
2020
2021 -- Proxmox Support Team <support@proxmox.com> Tue, 04 Jul 2017 08:18:30 +0200
2022
2c074614
DM
2023pve-manager (5.0-21) unstable; urgency=medium
2024
2025 * update lxc template list (aplinfo.dat)
2026
2027 -- Proxmox Support Team <support@proxmox.com> Mon, 03 Jul 2017 16:08:10 +0200
2028
d136f4ad
DM
2029pve-manager (5.0-20) unstable; urgency=medium
2030
2031 * update german and italian translations
2032
2033 * pvesr: allow schedule now from CLI
2034
2035 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Jun 2017 11:18:46 +0200
2036
ee86f19f
DM
2037pve-manager (5.0-19) unstable; urgency=medium
2038
2039 * pvesr status: handle disabled jobs
2040
2041 * replication; merge status and status text
2042
2043 * replication: show disabled jobs and allow enabling/disabling
2044
2045 * Revert "add beta text with link to bugtracker"
2046
2047 * replication: adapt help buttons reference
2048
2049 * Add Help Button for Backup Modal Windows
2050
2051 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Jun 2017 12:01:46 +0200
2052
74f644b7
WB
2053pve-manager (5.0-18) unstable; urgency=medium
2054
2055 * replication: fix issue when creating jobs for VMs on different cluster
2056 nodes
2057
2058 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Jun 2017 14:23:30 +0200
2059
e9ac350d
DM
2060pve-manager (5.0-17) unstable; urgency=medium
2061
2062 * replication GUI: add schedule now button
2063
2064 * gui: drop cirrus from the GUI
2065
2066 * replication: improve schedule format example
2067
2068 * Add a checkbox 'Skip replication'
2069
2070 * ceph: keys: add mgr allow * to client.admin
2071
2072 * pveceph: createosd: allow to create bluestore OSDs
2073
2074 * pveceph: init: add min_size, change default to 3/2
2075
2076 * PVE/API2/Replication.pm: call purge_old_states in run_jobs
2077
2078 * replication/ui: improve wording for job removal
2079
2080 * replication: refuse to create jobs with nothing to do
2081
2082 * ceph: init: allow pool deletion by default
2083
2084 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Jun 2017 13:34:21 +0200
2085
224c78da
DM
2086pve-manager (5.0-16) unstable; urgency=medium
2087
2088 * fix lxc hostname input window
2089
2090 * fix reselection on vm/ct migrate in gu
2091
2092 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Jun 2017 13:03:00 +0200
2093
75d71d4e
DM
2094pve-manager (5.0-15) unstable; urgency=medium
2095
2096 * pvesr.timer: set AccuracySec=1
2097
2098 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Jun 2017 11:43:31 +0200
2099
6b562b3d
DM
2100pve-manager (5.0-14) unstable; urgency=medium
2101
2102 * add systemd timer unit to trigger pvesr run
2103
2104 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Jun 2017 10:48:20 +0200
2105
7d63c83c
DM
2106pve-manager (5.0-13) unstable; urgency=medium
2107
2108 * fix regression in gui when migrating guests
2109
2110 * show resume button when qmpstatus is 'suspended'
2111
2112 * add initramfs conf snippet disabling RESUME
2113
2114 * better default column sizes for replication grid
2115
2116 * change default replication status text to 'OK'
2117
2118 * change short duration format to x.y
2119
2120 * add replication to stateprovider dictionary
2121
2122 * use git rev-parse for repoid
2123
2124 * better Status description for jobs which are about to be run
2125
2126 * use also a 150 pix width for Date in LXC Snapshot Tree
2127
2128 * fix LXC Snapshots Edit Window timestamps
2129
2130 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 12:27:55 +0200
2131
068d1c34
DM
2132pve-manager (5.0-12) unstable; urgency=medium
2133
2134 * OSD: rename 'remove' to 'destroy'
2135
2136 * pvereport: improve output and add timeouts to commands
2137
2138 * PVE/API2/Replication.pm: add $verbose parameter run_jobs()
2139
2140 * update default aplinfo.dat
2141
2142 * use 'any' for build architecture
2143
2144 * fix #1414: use table layout instead of columns
2145
2146 * add replication GUI
2147
2148 * Fix #1372: require manually entering the Ceph Pool id before destroying
2149 a pool
2150
2151 * Adapt SafeDestroy component to be able to delete Ceph Pools
2152
2153 * implement digest checking for ReplicationConfig update
2154
2155 * implement pvesr set_state
2156
2157 * GUI: don't translate NDP
2158
2159 * german translation update
2160
2161 * italian translation update
2162
2163 * translate params in bulk migrate window
2164
2165 * change to debians font-awesome package
2166
2167 * mark node shutdown/reboot buttons as dangerous
2168
2169 * explicit set button focus respecting the 'dangerous' option
2170
2171 * removed PVE/Replication.pm (moved to pve-guest-common)
2172
2173 * use new replication helpers from pve-guest-common
2174
2175 * change from dpkg-deb to dpkg-buildpackage
2176
2177 * do not let www-data own the static js/html files
2178
2179 * make language js files consistent (fix sorting)
2180
2181 * add SOURCE_DATE_EPOCH to Makefile
2182
2183 * Add force parameter for delete replica job
2184
2185 * fix #1389: vzdump: handle storage failure in new()
2186
2187 * show hostpci devices in gui
2188
2189 * show usb devices in qemu hardware view
2190
2191 * fix #1385: display no rbd user by default
2192
2193 * use physical NIC regexp
2194
2195 * replication code improvements
2196
2197 * PVE::API2::Tasks - use PVE::Tools::dump_logfile
2198
2199 * mobilegui: fix title with perl template
2200
2201 * add defaultButton to loginWindow
2202
2203 * add defaultButton and focus to snapshot window
2204
2205 * add override for correct defaultButton behaviour
2206
2207 * remove "read-only" option from container root disk
2208
2209 * fix #1400: do not use defaultButton in NotesEdit window
2210
2211 * allow width and height parameter for vncshell
2212
2213 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2017 09:31:34 +0200
2214
b7a20a34
DM
2215pve-manager (5.0-11) unstable; urgency=medium
2216
2217 * add basic replication framework and API
2218
2219 * pvesr: new CLI tool for replication
2220
2221 * implement regression tests for replication code
2222
2223 * PVE::API2Tools::resolve_proxyto - new helper
2224
2225 * Fix #1386: track postfix daemon status via postfix@-
2226
2227 * optimize resourcestore, add suspend/resume events to updateTree
2228
2229 * Make a new systemd target pve-storage
2230
2231 * ceph: init: add optional disable_cephx option
2232
2233 * ceph: init: remove filestore xattr use omap
2234
2235 * fix #1359: change to vm when double clicking in pool member view
2236
2237 -- Proxmox Support Team <support@proxmox.com> Wed, 31 May 2017 09:38:17 +0200
2238
786da0da
DM
2239pve-manager (5.0-10) unstable; urgency=medium
2240
2241 * PVE/APLInfo.pm: avoid locale specific time stamps
2242
2243 * vzdump: do not generate locale specific time stamps
2244
2245 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Apr 2017 07:45:46 +0200
2246
679553c6
WB
2247pve-manager (5.0-9) unstable; urgency=medium
2248
2249 * update cpuset rebalance code for new libpve-common-perl package
2250
2251 -- Proxmox Support Team <support@proxmox.com> Thu, 20 Apr 2017 12:19:58 +0200
2252
7dae2378
DM
2253pve-manager (5.0-8) unstable; urgency=medium
2254
2255 * filter templates in bulk start/stop
2256
2257 * add skylake to cpu types
2258
2259 * set default focus and default button for edit window
2260
2261 -- Proxmox Support Team <support@proxmox.com> Thu, 20 Apr 2017 06:25:00 +0200
2262
da1175c9
DM
2263pve-manager (5.0-7) unstable; urgency=medium
2264
2265 * move qemu reset button into shutdown menu
2266
2267 * add a 'convert to template' in the vm action bar
2268
2269 * add right-click menu for nodes
2270
2271 * highlight errors in grids
2272
2273 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Apr 2017 15:20:06 +0200
2274
5317055a
FG
2275pve-manager (5.0-6) unstable; urgency=medium
2276
2277 * update japanese translation
2278
2279 * ceph: allow higher replication levels than 3/3
2280
2281 * ceph: change default GUI replication level to 3/2
2282
2283 * fix #1317: check wizard form also on validitychange
2284
2285 * fix start on boot
2286
2287 -- Proxmox Support Team <support@proxmox.com> Mon, 10 Apr 2017 16:23:11 +0200
2288
22d7548f
FG
2289pve-manager (5.0-5) unstable; urgency=medium
2290
2291 * update pve-enterprise repository URL
2292
2293 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Mar 2017 10:52:24 +0100
2294
273a9671
FG
2295pve-manager (5.0-4) unstable; urgency=medium
2296
2297 * fix #1307: dont use language dependent separator in gui
2298
2299 * add beta text with link to bugtracker
2300
2301 * pveceph: create default keys when creating monitor
2302
2303 * pveceph: use luminous by default
2304
2305 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Mar 2017 13:39:02 +0100
2306
19185506
DM
2307pve-manager (5.0-3) unstable; urgency=medium
2308
2309 * use 'U' to encode undefined values for RRD graphs
2310
2311 * remove backup locks when starting all VMs on boot
2312
2313 * get_filtered_vmlist: save VM conf in own subhash
2314
2315 * include also HA VMs if a vm list is explicit specified
2316
2317 * VMSelctor: add HA state and allow to filter with it
2318
2319 * PVEResource store: respect defaulValue of elements
2320
2321 * update sources.list to stretch
2322
2323 * APT: update packages and package names
2324
2325 * Fix #1305: typo
2326
2327 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Mar 2017 12:12:16 +0100
2328
8f5d98e4
DM
2329pve-manager (5.0-2) unstable; urgency=medium
2330
2331 * control.in: change description to avoid lintian warning
2332
2333 * depend on libc6 to avoid lintian error
2334
2335 * pveproxy: do not serve /usr/share/vncterm - no longer required
2336
2337 * install lintian overrides file
2338
2339 -- root <root@lola.maurer-it.com> Tue, 14 Mar 2017 07:56:29 +0100
2340
03be1711
WB
2341pve-manager (5.0-1) unstable; urgency=medium
2342
2343 * bump version for stretch
2344
2345 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Mar 2017 14:23:27 +0100
2346
32e10377
WB
2347pve-manager (4.4-13) unstable; urgency=medium
2348
2349 * fix #1299: sort pools in pool selector by default
2350 * fix #306: add email address field to backup-now window
2351
2352 * added a clone button to the VM toolbar
2353
2354 * change rendering of timestamps where no sorting is required
2355
2356 * drop net-tools dependency, use iproute2 instead
2357
2358 * handle references to deleted storages better
2359
2360 * influxdb plugins: send nodename when updating CT/VM status
2361
2362 * minor UI improvements:
2363 - clone: use an empty-text to show the meaning of an empty storage field
2364 - don't try to translate paths such as '/dev/console'
2365 - don't try to translate common terms/abbreviations such as 'USB'
2366 - add a css fix for chrome >= 56
2367 - fix not having a node selected showing a 'Node seems to be offline' error
2368
2369 * correctly pass 'nowritecache' for zfs storages
2370
2371 * fix hangs with ceph.target and our ceph.service file with ceph >= 10.2.6
2372
2373 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Mar 2017 12:46:43 +0100
2374
7965e09f
FG
2375pve-manager (4.4-12) unstable; urgency=medium
2376
2377 * REST/RPCEnvironment's check_worker is a method now
2378
2379 * spiceproxy: import PVE::SafeSyslog
2380
2381 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Jan 2017 10:54:56 +0100
2382
a7157188
DM
2383pve-manager (4.4-11) unstable; urgency=medium
2384
2385 * depend on libjs-extjs
2386
2387 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Jan 2017 09:22:34 +0100
2388
2389pve-manager (4.4-10) unstable; urgency=medium
9a91a41c
FG
2390
2391 * do no translate ha states
2392
2393 * Use the enabled/disabled toggler to render grid options
2394
2395 * Add new renderer function for toggling enabled/disabled options
2396
2397 * Remove technical terms from content to be translated
2398
2399 * Move VZDump base plugin to libpve-common-guest-perl
2400
2401 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Jan 2017 09:37:47 +0100
2402
0f31ba29
DM
2403pve-manager (4.4-9) unstable; urgency=medium
2404
2405 * use new PVE::Storage::check_volume_access()
2406
2407 * pvestatd.pm: corretly use new RPCEnvironment
2408
2409 * pveproxy: do not expose /pve2/js/ (no longer required)
2410
2411 * Remove redundant helper for login window
2412
2413 * Do not try to translate domain specific terms
2414
2415 * remove reference to PVE.ConsoleWorkspace
2416
2417 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Jan 2017 09:22:51 +0100
2418
5ed88bcc
DM
2419pve-manager (4.4-8) unstable; urgency=medium
2420
2421 * use new libpve-http-server-perl package
2422
2423 * remove www/bootstrap completely (now in pve-http-server)
2424
2425 * HTTPServer.pm: rewrite rest_handler (simplify code)
2426
2427 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Jan 2017 18:42:44 +0100
2428
f8a72337
FG
2429pve-manager (4.4-7) unstable; urgency=medium
2430
2431 * disable autoselect of targetstorage
2432
2433 * fix CSRF token generation (broke in 4.4-6)
2434
2435 -- Proxmox Support Team <support@proxmox.com> Fri, 13 Jan 2017 11:00:00 +0100
2436
d3c0bf7b
DM
2437pve-manager (4.4-6) unstable; urgency=medium
2438
2439 * add setup_environment hooks to CLIHandler classes
2440
2441 * remove obsolete PVE::REST class
2442
2443 * bin/Makefile: export PERLLIB=.. so that doc generator works correctly
2444
2445 * HTTPServer.pm: cleanups
2446
2447 * Clone GUI: cleanups
2448
2449 * add sort to jsgettext.pl
2450
2451 * update po files, updated german translation
2452
2453 * add type column to storage content view
2454
2455 * check general health for ceph monitors, not only time
2456
2457 * fix #1247: disregard timecheck for one monitor
2458
2459 * disable submit button in migrate window when not valid
2460
2461 * make filtered columns in grid more prominent
2462
2463 * change Start/Stop/Migrate all to Bulk actions
2464
2465 * show only relevant vms in bulk action window
2466
2467 * add vmid filter to (start/stop/migrate)all
2468
2469 * ha: re-add node to service status
2470
2471 * remove not needed vnc code
2472
2473 * remove vznet.conf
2474
2475 * Reload the Ceph OSDTree afer adding an OSD
2476
2477 * fix #1230: add blocksize for ZFSPoolPlugin
2478
2479 * Clone.js: add onlineHelp
2480
2481 * HA: Add a warning/info message for HA setups < 3 votes fix: #1228
2482
2483 * remove PVE::API2Client class and related examples
2484
2485 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Jan 2017 14:23:42 +0100
2486
96bcc111
DM
2487pve-manager (4.4-5) unstable; urgency=medium
2488
2489 * add unpriviledged flag to container restore window
2490
2491 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Dec 2016 11:29:31 +0100
2492
a2cb8e52
DM
2493pve-manager (4.4-4) unstable; urgency=medium
2494
2495 * pveceph: change remove partition order, fix parsing block device
2496
2497 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Dec 2016 12:28:03 +0100
2498
e754ce46
DM
2499pve-manager (4.4-3) unstable; urgency=medium
2500
2501 * support ceph jewel
2502
2503 * do not hide ceph on dashboard if the api call fails
2504
2505 * add filter to dashboard storage graph
2506
2507 * add a storage selection in the settings window
2508
2509 * load the diffstore on init
2510
2511 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Dec 2016 12:02:18 +0100
2512
673c70ff
DM
2513pve-manager (4.4-2) unstable; urgency=medium
2514
2515 * rebalance_lxc_containers: avoid repeated warnings if rebalance fail
2516
2517 * ebalance_lxc_containers: make it work with new lxc/<ID>/ns subgroup
2518
2519 * rebalance_lxc_containers: make it work with old style lxc setup
2520
2521 * fix typo in ceph jewel iops parsing
2522
2523 * filter the local node in the migrateall window
2524
2525 * validate nodeselector after store is loaded
2526
2527 * make date column resizable
2528
2529 * remove obsolete belongsTo
2530
2531 * snapshottree: remove sorter before saving the state
2532
2533 * set fixed height on global search window
2534
2535 * fix #1161: filter by default the displayed guest backups
2536
2537 * Convert the VMIDSelector to a generic GuestIDSelector
2538
2539 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Dec 2016 12:26:23 +0100
2540
f4006904
DM
2541pve-manager (4.4-1) unstable; urgency=medium
2542
2543 * make realmselector non-editable
2544
2545 * fix #1176: sort user/group/realm selector
2546
2547 * aplinfo.dat: update
2548
2549 * Add online help for start/shutdown for containers
2550
2551 * Turn the qemu StartupEdit widget into a generic component
2552
2553 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Dec 2016 10:28:32 +0100
2554
e99edab2
DM
2555pve-manager (4.3-14) unstable; urgency=medium
2556
2557 * fix typo in vmtype check
2558
2559 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Dec 2016 12:33:35 +0100
2560
44a323f3
DM
2561pve-manager (4.3-13) unstable; urgency=medium
2562
2563 * adds a help button to the migration window
2564
2565 * change lxc migration option to restart mode
2566
2567 * Add online help for startup/shutdown order and LXC general settings
2568
2569 * Add the possibility to create an unprivileged container at creation
2570 time in the GUI.
2571
2572 * show in/out/up/down icons in osd overview
2573
2574 * make ceph status in cluster dashboard clickable
2575
2576 * add noout button and reorder actions
2577
2578 * add ceph flags api calls
2579
2580 * also return the ceph flags in osd api call
2581
2582 * pvereport: tell lsblk to use ascii
2583
2584 * plug new ClusterConfig API at /cluster/config
2585
2586 * Add Windows 2016 as available ostype to select
2587
2588 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Dec 2016 16:38:30 +0100
2589
ff787af1
DM
2590pve-manager (4.3-12) unstable; urgency=medium
2591
2592 * fix #1212: allow options for delete in pvesh
2593
2594 * change ssh-public-keys check in wizard
2595
2596 -- Proxmox Support Team <support@proxmox.com> Mon, 28 Nov 2016 06:18:15 +0100
2597
5a7b4a74
DM
2598pve-manager (4.3-11) unstable; urgency=medium
2599
2600 * fix kvcombobox validator
2601
2602 * ha/ResourceEdit.js: fix online help ref
2603
2604 * fix missing mons array in ceph status output
2605
2606 * fix SSL verify callback for certificate chains
2607
2608 * VZDump: switch ha managed check from enabled to started
2609
2610 * fix #1208: add ballooning checkbox to memory edit
2611
2612 * check for array in disallowednodes filter
2613
2614 * add new ceph dashboard
2615
2616 * merge ha resources into the ha status panel
2617
2618 * ConfigPanel: automatically expand node in selectById()
2619
2620 * ha resource edit: adapt to new service state
2621
2622 * do not show current node in migration window
2623
2624 * NodeSelector: add disallowedNodes configuration property
2625
2626 * add kvcombobox validator
2627
2628 * make GUI grids stateful
2629
2630 * remove reset columns button from resource grid
2631
2632 * enable certificate pinning for proxied requests
2633
2634 * check for lxc instead of openvz in the backup window
2635
2636 * VZDump: die with error if plugin loading fails
2637
2638 * add sheepdog and gluster to pveproxy.service
2639
2640 * API2Client: allow to set ssl options
2641
2642 * fix #1196: make restriced/nofailback boolean in gui
2643
2644 * disable rules copy button if not 'in' or 'out' rule
2645
2646 * BackupEdit, cleanup: remove insideUpdate construct
2647
2648 * Add ECDH curves to use with modern ciphers
2649
2650 * only allow integers in memoryfield
2651
2652 * add pveIntegerField and use it
2653
2654 * improve online help
2655
2656 * add 'max_{relocate, restart}' fields to UI
2657
2658 * change ceph diskselector field to devpath
2659
2660 * show correct mouse cursor on help and settings button
2661
2662 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Nov 2016 12:40:00 +0100
2663
9d5fbfc7
DM
2664pve-manager (4.3-10) unstable; urgency=medium
2665
2666 * LXC GUI: Wizard now uses new 'cores' option instead of cpulimit
2667
2668 * GUI: new datacenter/cluster dashboard
2669
2670 -- Proxmox Support Team <support@proxmox.com> Sat, 29 Oct 2016 15:11:59 +0200
2671
eb2ecb5b
DM
2672pve-manager (4.3-9) unstable; urgency=medium
2673
2674 * use new CpuSet::max_cpuid() helper
2675
2676 * Fix #1186: do not run non installed commands
2677
2678 * add 'my settings' to top bar
2679
2680 * make login user name saveable
2681
2682 * add hastate to /cluster/resources api call
2683
2684 * show ha error state in tree and resource grid
2685
2686 * rebalance_lxc_containers: nicer logs, improve hotplug
2687
2688 -- Proxmox Support Team <support@proxmox.com> Sat, 29 Oct 2016 07:51:28 +0200
2689
dfed0ae0
DM
2690pve-manager (4.3-8) unstable; urgency=medium
2691
2692 * pvestatd: add container cpuset balancing
2693
2694 -- Proxmox Support Team <support@proxmox.com> Thu, 27 Oct 2016 12:33:38 +0200
2695
11b450e7
FG
2696pve-manager (4.3-7) unstable; urgency=medium
2697
2698 * correct bug number in previous changelog
2699
2700 -- Proxmox Support Team <support@proxmox.com> Fri, 21 Oct 2016 12:42:09 +0200
2701
f2fc3937
FG
2702pve-manager (4.3-6) unstable; urgency=medium
2703
2704 * fix #1175: make error messages more verbose
2705
2706 * add onlineHelp
2707
11b450e7 2708 * fix #1142: add hint when disabling a ha resource
f2fc3937
FG
2709
2710 * move out custom css style for hints in css class and use it
2711
2712 * fix 'NaN%' when max value is 0
2713
2714 * restrict vzdump cron options
2715
2716 -- Proxmox Support Team <support@proxmox.com> Fri, 21 Oct 2016 08:46:44 +0200
2717
92b8e1f0
DM
2718pve-manager (4.3-5) unstable; urgency=medium
2719
2720 * recompile with new pve-docs package (fix onlineHelp links)
2721
2722 * pveversion: add smartmontools
2723
2724 * pveversion: add pve-docs package
2725
2726 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Oct 2016 09:01:09 +0200
2727
e1f00bc6
DM
2728pve-manager (4.3-4) unstable; urgency=medium
2729
2730 * use auto-generated block IDs to reference online docu
2731
2732 * vzdump: document restricted API parameters
2733
2734 * Move bus priority list to OSDefaults
2735
2736 * make Win XP and Win 2003 use the same defaults as Win 2000
2737
2738 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Oct 2016 11:28:41 +0200
2739
2b20e2be
DM
2740pve-manager (4.3-3) unstable; urgency=medium
2741
2742 * HA/Groups: add onlineHelp button to edit window
2743
2744 * ha/groups: allow editing node priorities through UI
2745
2746 * When adding a new hard disk, use the most used controller as suggested
2747 value
2748
2749 * remove debugging code from postrm
2750
2751 * use correct info on disks in destroyosd and skip smart
2752
2753 * fix #1099: get correct info on disks in createosd
2754
2755 * Sort all lists in the storage what we load dynamically
2756
2757 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Oct 2016 11:46:03 +0200
2758
9b38c8ef
DM
2759pve-manager (4.3-2) unstable; urgency=medium
2760
2761 * fix #1108: add copy firewall rule to GUI
2762
2763 * fix #1116: center modal windows on browser resize
2764
2765 * use new statusview for storage
2766
2767 * move rrd legend to the bottom, make it toggleable
2768
2769 * show smart text if disk type is not ATA
2770
2771 * add loadMask to Disk and SMART grid
2772
2773 * fix #1115 reload storage grid after template download
2774
2775 -- Proxmox Support Team <support@proxmox.com> Wed, 05 Oct 2016 07:11:04 +0200
2776
29d03d47
DM
2777pve-manager (4.3-1) unstable; urgency=medium
2778
2779 * prepare version number for new 4.3 release
2780
2781 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Sep 2016 08:39:57 +0200
2782
e9a891f2
DM
2783pve-manager (4.2-23) unstable; urgency=medium
2784
2785 * fix #1117: do not test for the cgmanager package in pveversion
2786
2787 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Sep 2016 16:17:22 +0200
2788
e252cc4a
DM
2789pve-manager (4.2-22) unstable; urgency=medium
2790
2791 * fix #1112: add a warning message if the EFI disk is missing
2792
2793 * fix #1113: use a LSI controller for legacy OSes
2794
2795 * fix #1113: preserve LSI controller for legacy Oses
2796
2797 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Sep 2016 17:28:07 +0200
2798
2145398f
DM
2799pve-manager (4.2-21) unstable; urgency=medium
2800
2801 * update favicon, add homescreen icon, use new logo
2802
2803 * wizard: use refresh event instead of datachanged
2804
2805 * lxc: correctly display cpulimit
2806
2807 * change overflowhandler of actionmenu to scroller
2808
2809 * improve online Help system, add tooltip for context sensitive for help
2810 button, add global help button
2811
2812 * Use SCSI controller as default for l26 guests fix #1105
2813
2814 * virtio-scsi-pci as default SCSI for new VMS fix #1106
2815
2816 * fix #1104: add missing /firewall in url
2817
2818 * add efidisk button to add menu, add efidisk to qemu hardwareview
2819
2820 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Sep 2016 08:08:17 +0200
2821
ee9d0f6a
DM
2822pve-manager (4.2-20) unstable; urgency=medium
2823
2824 * startall: remove timeout, wait forever
2825
2826 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Sep 2016 10:40:26 +0200
2827
e9619b93
DM
2828pve-manager (4.2-19) unstable; urgency=medium
2829
2830 * reorganize GUI - use a treelist instead of tabs in configpanel
2831
2832 * Add link to terms glossary when adding an ACL
2833
2834 * new disk list panel (and remove ceph disks from navigation)
2835
2836 * fix #1091: add backup config button to storage contentview
2837
2838 * fix #621: allow template download to glusterfs
2839
2840 * fix #586: make notes edit window resizable
2841
2842 * add ceph icon
2843
2844 * update default aplinfo.dat
2845
2846 * aplinfo: improve signature verification, add generated trustedkeys.gpg
2847
2848 * aplinfo: improve checksum handling (use SHA512)
2849
2850 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Sep 2016 09:30:52 +0200
2851
db6b4446
WB
2852pve-manager (4.2-18) unstable; urgency=medium
2853
2854 * lxc: wizard: ssh key
2855
2856 * vzdump: set task mode early to fix a warning
2857
2858 * Clear sensitive content when logging out fixes #1060
2859
2860 * delete old lxc/qemu statusview classes
2861
2862 * make lxc/qemu use new statusview
2863
2864 * make node StatusView use new version
2865
2866 * include new statusview classes in makefile
2867
2868 * add GuestStatusView and TemplateStatusView
2869
2870 * add new StatusView component
2871
2872 * add new infoWidget component
2873
2874 * Do not use a hardcoded Certificate Authority for https repositories
2875
2876 * only use exact match in pveRealmSelector
2877
2878 * make the lxc wizard select the current node by default
2879
2880 * Remove obsolete make variable for ExtJS4
2881
2882 * remove obsolete ExtJS4 files
2883
2884 * Drop "classic" theme from installed files
2885
2886 * add novnc-pve to pveversion -v
2887
2888 * don't save password and double lines in pvesh history
2889
2890 * avoid IE compatibility mode
2891
2892 * fix influxdb field assignment and allow non integer field
2893
2894 * fix lint error
2895
2896 * closes #195 : hide disallowed commands in tree
2897
2898 * Add mac prefix to the datacenter options
2899
2900 * prevent KRDB and Monitor(s) being localized
2901
2902 * open vm console on doubleclick in tree
2903
2904 * Set VirtIO drivers as default when using the Qemu Wizard and the OS Type is Linux
2905
2906 * USe PVE.qemu.OSDefaults statics to get defaults for NIC and Storage Controller
2907
2908 * Add PVE.qemu.OSDefaults class to hold OS-dependant wizard defaults
2909
2910 * Rename Wizard Component aliases using camelCase
2911
2912 * change default proxy text to noneText
2913
2914 * prevent infinite loop in edit window
2915
2916 * add HostList validator and check monhosts with it
2917
2918 * give comment in bridgeselector more space
2919
2920 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Aug 2016 14:55:36 +0200
2921
3ddb4f31
WB
2922pve-manager (4.2-17) unstable; urgency=medium
2923
2924 * Fix #1048: vzdump: include job-* hook logs in email
2925
2926 * vzdump: cleanups
2927
2928 * fix undefined value warning in resources api call
2929
2930 * fix surviving update store
2931
2932 * reload lxc resources also on activate
2933
2934 * fire activate event for lazyitems in tabpanels
2935
2936 * correctly delete name of a qemu vm
2937
2938 * Add some extra debug information to the report.
2939
2940 * add ca-certificates as required depency
2941
2942 * lxc/status: show disk usage on running containers
2943
2944 * fix #1030: calculate correct cpu usage of pools
2945
2946 * fix #757: show the bridge comment in the selector
2947
2948 * add comment to network edit and view
2949
2950 * add comments to network model
2951
2952 * fix #1043: prevent ceph destroypool when in use
2953
2954 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Jul 2016 13:10:57 +0200
2955
f9078dd5
WB
2956pve-manager (4.2-16) unstable; urgency=medium
2957
2958 * apply style to backup configuration window
2959
2960 * set focus on tree after selecting a node
2961
2962 * fix background color of template bagdes
2963
2964 * remove unnecessary debug output
2965
2966 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Jun 2016 10:58:43 +0200
2967
68084386
DM
2968pve-manager (4.2-15) unstable; urgency=medium
2969
2970 * remove unnecessary information on template summary
2971
2972 * add 'edit' tool to notes panel
2973
2974 * add a 'bootdisk size' entry to the status view
2975
2976 * remove RAM column from lxc snapshottree (temporarily)
2977
2978 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Jun 2016 10:58:43 +0200
2979
19bfb364
DM
2980pve-manager (4.2-14) unstable; urgency=medium
2981
2982 * Add a toplevel pointer to the PVE admin guide
2983
2984 * Add Help buttons for three more Qemu Panels
2985
2986 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Jun 2016 12:21:18 +0200
2987
eabb5473
DM
2988pve-manager (4.2-13) unstable; urgency=medium
2989
2990 * htmlEncode some comment fields
2991
2992 * pveceph install: run apt-get interactive
2993
2994 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Jun 2016 15:34:29 +0200
2995
55c39f69
DM
2996pve-manager (4.2-12) unstable; urgency=medium
2997
2998 * Rename the SCSI VirtIO controller to better differenciate from VirtIO blk
2999
3000 * fix #778: Case fix for VMware
3001
3002 * fix #1005: don't exclude /var/log/?* with stdexcludes
3003
3004 * Remove IPv4 netmask check
3005
3006 * Fix #1015: vzdump: send email on early errors
3007
93363a11
WB
3008 * Fix #191: acl: honor propagate checkbox
3009
55c39f69
DM
3010 -- Proxmox Support Team <support@proxmox.com> Wed, 08 Jun 2016 12:46:04 +0200
3011
2f85c898
DM
3012pve-manager (4.2-11) unstable; urgency=medium
3013
3014 * add vzdump/extractconfig API path
3015
3016 * disable animation of charts on load
3017
3018 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jun 2016 12:12:21 +0200
3019
e99ef329
DM
3020pve-manager (4.2-10) unstable; urgency=medium
3021
3022 * make the graphs on the summary pages use empty space
3023
3024 * check if tabs exist before selecting them
3025
3026 * hide snapshot tab with qemu templates
3027
3028 -- Proxmox Support Team <support@proxmox.com> Thu, 02 Jun 2016 10:01:40 +0200
3029
18fc8027
DM
3030pve-manager (4.2-9) unstable; urgency=medium
3031
3032 * Add Online Help for complex PVE panels
3033
3034 -- Proxmox Support Team <support@proxmox.com> Wed, 01 Jun 2016 12:53:44 +0200
3035
897e7790
DM
3036pve-manager (4.2-8) unstable; urgency=medium
3037
3038 * depend on pve-docs package
3039
cc1a91be
DC
3040 * fix right click selection in tree
3041
897e7790
DM
3042 -- Proxmox Support Team <support@proxmox.com> Wed, 25 May 2016 10:00:22 +0200
3043
6c012815
DM
3044pve-manager (4.2-7) unstable; urgency=medium
3045
3046 * Status: report errors on socket creation problems
3047
3048 * Status: allow IPs and move properties to base class
3049
3050 * GUI: fix wrong message after subscription upload
3051
3052 * GUI: fix reset button with bind mounts
3053
3054 -- Proxmox Support Team <support@proxmox.com> Mon, 23 May 2016 09:42:28 +0200
3055
26774078
DM
3056pve-manager (4.2-6) unstable; urgency=medium
3057
3058 * allow tagging of vlan 1 in gui
3059
26d2ef15
DM
3060 * fix #1000: add backup checkbox for mountpoints
3061
26774078
DM
3062 -- Proxmox Support Team <support@proxmox.com> Wed, 18 May 2016 11:32:43 +0200
3063
f45bd15c
DM
3064pve-manager (4.2-5) unstable; urgency=medium
3065
3066 * ceph: brackets around ipv6
3067
3068 * fix #992: remove network id from gui
3069
3070 * fix #976: set 'disabled' for grid panels which disaply a read only,
3071 not sortable content
3072
3073 * Enlarge Object Grid first column default size
3074
3075 * change hotplugselector to use checkboxes
3076
3077 -- Proxmox Support Team <support@proxmox.com> Tue, 17 May 2016 16:59:41 +0200
3078
4d638fcb
DM
3079pve-manager (4.2-4) unstable; urgency=medium
3080
3081 * fix #944: do not filter by empty array
3082
3083 * fix combobox reset behaviour
3084
3085 * fix combogrid multiselect bug
3086
9a59d48d
DM
3087 * fix pending changes with boot order
3088
42e4075d
DM
3089 * Do not send -debug versions of framework files
3090
dba34cd6
DC
3091 * add undo Zoom Button
3092
25e0bc2d
DC
3093 * improve pending changes for qemu hardware in gui
3094
03b51352
DM
3095 * fix #979: check always for migrated VM
3096
4d638fcb
DM
3097 -- Proxmox Support Team <support@proxmox.com> Tue, 03 May 2016 06:33:55 +0200
3098
45fdcaaa
DM
3099pve-manager (4.2-3) unstable; urgency=medium
3100
3101 * improve gui cidr matching
3102
fa16639c
DM
3103 * disable selecting when right clicking in tree
3104
45fdcaaa
DM
3105 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Apr 2016 10:58:05 +0200
3106
95d93422
DM
3107pve-manager (4.2-2) unstable; urgency=medium
3108
3109 * fix securitygroupselector
3110
3111 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Apr 2016 12:07:52 +0200
3112
70e8f04d
DM
3113pve-manager (4.2-1) unstable; urgency=medium
3114
3115 * fix #943: allow saving of values
3116
3117 * refactor bootdisk test and prevent multiple bootdisks
3118
3119 -- Proxmox Support Team <support@proxmox.com> Mon, 25 Apr 2016 11:21:08 +0200
3120
5796a356
DM
3121pve-manager (4.1-34) unstable; urgency=medium
3122
3123 * LXC GUI: add network rate limit
3124
4f28394a
DM
3125 * do not disable a combogrid when it loads
3126
3127 * fix wizard validity logic
3128
3129 * add enableKeyEvents to combogrid
3130
d5047243
FG
3131 * fix #949: add post-restart hook to vzdump
3132
5796a356
DM
3133 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Apr 2016 09:15:07 +0200
3134
121cdac4
DM
3135pve-manager (4.1-33) unstable; urgency=medium
3136
3137 * Do not display the internal value we use for storing ostypes
3138
67bfd388
DM
3139 * updated Italian translation
3140
121cdac4
DM
3141 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Apr 2016 12:21:38 +0200
3142
f055f202
DM
3143pve-manager (4.1-32) unstable; urgency=medium
3144
3145 * GUI: enhace visibillity of dialog window border
3146
728f1b97
DC
3147 * fix #143: add disk/mem percent sort
3148
df6345f9
DC
3149 * fix #759: save columns of resourceGrid
3150
87cc27e0
DM
3151 * HA Resource: allow selecting no group
3152
f055f202
DM
3153 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Apr 2016 09:21:17 +0200
3154
ed3815b5
DM
3155pve-manager (4.1-31) unstable; urgency=medium
3156
3157 * StatusView: more verbose HA status output
3158
3159 -- Proxmox Support Team <support@proxmox.com> Tue, 19 Apr 2016 09:39:33 +0200
3160
056501a5
DM
3161pve-manager (4.1-30) unstable; urgency=medium
3162
3163 * GUI: use raw format for DRBD images
3164
5c6d0f57
DM
3165 * also display Linux 4.X on OS selection
3166
3167 * fix #181: rewrite Boot Order Window
3168
056501a5
DM
3169 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Apr 2016 08:38:06 +0200
3170
827f88ab
DM
3171pve-manager (4.1-29) unstable; urgency=medium
3172
3173 * Fix 'mailto: ...' in /etc/vzdump.conf
3174
3175 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Apr 2016 17:03:08 +0200
3176
da55da21
DM
3177pve-manager (4.1-28) unstable; urgency=medium
3178
3179 * VZDump: add -mailto schema desc
3180
3181 * VZDump: mark 'size' as deprecated, warn if set
3182
3183 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Apr 2016 12:48:35 +0200
3184
a6a77822
DM
3185pve-manager (4.1-27) unstable; urgency=medium
3186
3187 * Wizard: Do not disable a invalid previous tab,
3188
3189 * Recheck field validation after manually enabling
3190 the input field of a ComboGrid
3191
eca5c8b1
DM
3192 * qemu monitor GUI: support page up/down
3193
4aed5e3e
WB
3194 * Fix #936: ceph: support multiple roots in osd tree
3195
d5066d84
DC
3196 * GUI: fix ceph tabs switching
3197
a6a77822
DM
3198 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Apr 2016 17:12:09 +0200
3199
15b46bab
DM
3200pve-manager (4.1-26) unstable; urgency=medium
3201
3202 * do not depend of pve-doc-generator (this should be a Build-Depend instead)
3203
d1918d1b
DC
3204 * revert default compress mode for vzdump to 0
3205
15b46bab
DM
3206 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Apr 2016 12:41:34 +0200
3207
567a0d89
DM
3208pve-manager (4.1-25) unstable; urgency=medium
3209
3210 * Build-Depend on pve-doc-generator
3211
3212 * use pve-doc-generator
3213
3214 * various ExtJS6 GUI fixes
3215
3216 * disable suspend/resume on containers
3217
3218 * update translation files
3219
3220 * use font-awesome icons for action buttons and cmdmenu
3221
3222 * use split button for shutdown/stop for vm/ct
3223
dc3ed02e
DM
3224 * qemu: fix parse vlan trunks
3225
567a0d89
DM
3226 -- Proxmox Support Team <support@proxmox.com> Sun, 10 Apr 2016 15:49:23 +0200
3227
a18a61ec
DM
3228pve-manager (4.1-24) unstable; urgency=medium
3229
3230 * updated logo to higher quality
3231
3232 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Apr 2016 16:38:48 +0200
3233
8460f579
DM
3234pve-manager (4.1-23) unstable; urgency=medium
3235
aa2522c0
DM
3236 * switch GUI to ExtJS6
3237
3238 * use new ExtJS6 charts for node/lxc/qemu
3239
8460f579
DM
3240 * Allow migrate-all button on HA enabled VMs
3241
3242 * Skip templates when using the start all VMs button
3243
3244 * Allow non-root to use start/stop/migrate all buttons
3245
b528844b
DM
3246 * Fix #926: vzdump: config/default key regression
3247
3248 * fix compression selection in backup window
3249
8460f579
DM
3250 -- Proxmox Support Team <support@proxmox.com> Thu, 31 Mar 2016 10:57:55 +0200
3251
79bd3ee6
DM
3252pve-manager (4.1-22) unstable; urgency=medium
3253
3254 * lxc: disable ACL settings for bind mounts
3255
02f96c4f
DM
3256 * deactivate (currently) not working lxc templates
3257
79bd3ee6
DM
3258 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Mar 2016 17:30:39 +0100
3259
95c4a0cb
DM
3260pve-manager (4.1-21) unstable; urgency=medium
3261
3262 * fix 483: disable template/upload button
3263
3264 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Mar 2016 16:30:15 +0100
3265
c78f745a
DM
3266pve-manager (4.1-20) unstable; urgency=medium
3267
3268 * Allow non-self-signed override certificate for API
3269
67f01021
DM
3270 * fix 911: lxc: always allow blank mac address for autogeneration
3271
c78f745a
DM
3272 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Mar 2016 14:38:30 +0100
3273
e59db273
DM
3274pve-manager (4.1-19) unstable; urgency=medium
3275
3276 * Use methods from PVE::QemuConfig
3277
3278 * fix LVM Content settings
3279
3280 * pveam: add 'available' command to list available templates
3281
3282 * vzdump: fix default values
3283
3284 * vzdump: make sure only DOT pid files excluded
3285
3286 * LXC refactoring
3287
3288 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Mar 2016 11:54:03 +0100
3289
9d5c825e
DM
3290pve-manager (4.1-18) unstable; urgency=medium
3291
3292 * vzdump: make exclude-path from config file work again
3293
3294 * firewall: add ipfilter option
3295
3296 -- Proxmox Support Team <support@proxmox.com> Thu, 03 Mar 2016 09:55:18 +0100
3297
94576720
DM
3298pve-manager (4.1-17) unstable; urgency=medium
3299
3300 * Remove content type Container from GlusterFS
3301
3302 * web-syslog: add date span selection
3303
3304 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Mar 2016 17:18:06 +0100
3305
a1cf4e84
DM
3306pve-manager (4.1-16) unstable; urgency=medium
3307
3308 * firewall: add option to allow router advertisement
3309
3310 * update Norwegian translation
3311
3312 * pveam: add list, download and remove
3313
3314 * do not use Net::SSL
3315
3316 * lxc: create/edit/remove mountpoints
3317
3318 -- Proxmox Support Team <support@proxmox.com> Sat, 27 Feb 2016 10:29:20 +0100
3319
011e74d8
DM
3320pve-manager (4.1-15) unstable; urgency=medium
3321
3322 * add lvmthin to gui
3323
3324 * restrict lvm thin on qemu to storage type raw
3325
3326 * add htmlEncode to various fields
3327
3328 * firewall: add enable ndp option
3329
3330 -- Proxmox Support Team <support@proxmox.com> Sat, 20 Feb 2016 10:22:17 +0100
3331
b38c679b
DM
3332pve-manager (4.1-14) unstable; urgency=medium
3333
3334 * pveupdate: Fix problems with turnkey repository
3335
487166b6
DM
3336 * Fix 895: don't drop the other processor values on load()
3337
b38c679b
DM
3338 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Feb 2016 06:35:32 +0100
3339
5a496554
DM
3340pve-manager (4.1-13) unstable; urgency=medium
3341
3342 * pveupdate: use warnings instead of -w
3343
3344 -- Proxmox Support Team <support@proxmox.com> Fri, 12 Feb 2016 10:43:14 +0100
3345
f9ee64e1
DM
3346pve-manager (4.1-12) unstable; urgency=medium
3347
3348 * add permissions to allow non root ceph configuration
3349
3350 -- Proxmox Support Team <support@proxmox.com> Fri, 12 Feb 2016 08:22:39 +0100
3351
feaf3358
DM
3352pve-manager (4.1-11) unstable; urgency=medium
3353
3354 * Close #822: show the nodename in the page title
3355
3356 * use max_workers from datacenter.cfg for stopall/migrateall
3357
3358 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Feb 2016 12:05:54 +0100
3359
b9432261
DM
3360pve-manager (4.1-10) unstable; urgency=medium
3361
3362 * remove 'VZDump backup file' option from upload web gui
3363
3364 -- Proxmox Support Team <support@proxmox.com> Tue, 02 Feb 2016 18:13:09 +0100
3365
26dabcb3
DM
3366pve-manager (4.1-9) unstable; urgency=medium
3367
3368 * gui: cpu: fix processor editing
3369
3370 -- Proxmox Support Team <support@proxmox.com> Mon, 01 Feb 2016 17:13:03 +0100
3371
2b353a60
DM
3372pve-manager (4.1-8) unstable; urgency=medium
3373
3374 * gui: preserve extra cpu options when changing CPU type
3375
b6dfc185
DM
3376 * fix PVE::HA use clause so HA resources get registered
3377
2b353a60
DM
3378 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Jan 2016 16:45:45 +0100
3379
0d3370c6
DM
3380pve-manager (4.1-7) unstable; urgency=medium
3381
3382 * Enable TLS 1.1 and 1.2, change default DH params
3383
3384 * Add DHPARAMS option in /etc/default/pveproxy
3385
3386 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Jan 2016 16:47:21 +0100
3387
3f60f3b8
DM
3388pve-manager (4.1-6) unstable; urgency=medium
3389
3390 * fix #871: netstat: include veth devices
3391
3392 -- Proxmox Support Team <support@proxmox.com> Mon, 25 Jan 2016 11:01:11 +0100
3393
32fed66c
DM
3394pve-manager (4.1-5) unstable; urgency=medium
3395
3396 * Close #850: ifenslave-2.6 is a transitional package
3397
3398 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Jan 2016 15:30:08 +0100
3399
ce43b68a
DM
3400pve-manager (4.1-4) unstable; urgency=medium
3401
3402 * update Hungarian translation
3403
3404 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Dec 2015 11:49:52 +0100
3405
637f2b73
DM
3406pve-manager (4.1-3) unstable; urgency=medium
3407
3408 * add Hungarian translation
3409
3410 -- Proxmox Support Team <support@proxmox.com> Thu, 24 Dec 2015 11:13:43 +0100
3411
ad95f6af
DM
3412pve-manager (4.1-2) unstable; urgency=medium
3413
3414 * update bash completion helpers (use -o default)
3415
3416 -- Proxmox Support Team <support@proxmox.com> Sat, 19 Dec 2015 09:22:13 +0100
3417
f65c77d3
DM
3418pve-manager (4.1-1) unstable; urgency=medium
3419
3420 * bump version for 4.1 release
3421
3422 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Dec 2015 08:54:17 +0100
3423
ebc1f47c
DM
3424pve-manager (4.0-66) unstable; urgency=medium
3425
3426 * add qemu BIOS option
3427
3428 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Dec 2015 11:42:16 +0100
3429
98c607e1
DM
3430pve-manager (4.0-65) unstable; urgency=medium
3431
3432 * APLInfo: support proxying http traffic
3433
3434 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Dec 2015 16:55:51 +0100
3435
888b6be2
DM
3436pve-manager (4.0-64) unstable; urgency=medium
3437
3438 * fix bug #821: add systemd-timesyncd to service list
3439
3440 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Dec 2015 11:26:42 +0100
3441
424c1269
DM
3442pve-manager (4.0-63) unstable; urgency=medium
3443
3444 * add qemu agent gui option
3445
3446 * influxdb: use multi values measurement
3447
3448 * pvestatd: use 'priv' environment for service
3449
3450 * improve log messages at sytem shutdown
3451
3452 * pveproxy.service: add Wants=ssh.service
3453
3454 * pveproxy.service: start after remote-fs and ceph
3455
3456 * pve-manager.service: do not invoke old init.d script
3457
3458 * pve-manager.service: start after pve-ha-crm.service and pve-ha-lrm.service
3459
3460 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Nov 2015 13:30:44 +0100
3461
4db8790e
DM
3462pve-manager (4.0-62) unstable; urgency=medium
3463
3464 * fix systemd shutdown order
3465
3466 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Nov 2015 17:31:15 +0100
3467
e0b85a1d
DM
3468pve-manager (4.0-61) unstable; urgency=medium
3469
3470 * ceph.conf : remove auth_supported
3471
3472 * Allow email adresses with a top level domain of up to 63 characters
3473
3474 * fix bug #575: fork at shutdown, so that partent starts new worker
3475
3476 * update build infrastucture to be able to develop with Ext6
3477
3478 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Nov 2015 10:05:01 +0100
3479
adfca12d
DM
3480pve-manager (4.0-60) unstable; urgency=medium
3481
3482 * make startall wait up to 60 seconds for quorum
3483
3484 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Nov 2015 07:48:53 +0100
3485
b819819b
DM
3486pve-manager (4.0-59) unstable; urgency=medium
3487
3488 * Add report modal window, containing pvereport content
3489
3490 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Nov 2015 10:20:49 +0100
3491
36176c22
DM
3492pve-manager (4.0-58) unstable; urgency=medium
3493
3494 * Improve HA UI for users with restricted permissions
3495
3496 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Oct 2015 16:13:28 +0100
3497
8a00780d
DM
3498pve-manager (4.0-57) unstable; urgency=medium
3499
3500 * improve pvereport script
3501
3502 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Oct 2015 07:17:45 +0100
3503
b3da6ec3
DM
3504pve-manager (4.0-56) unstable; urgency=medium
3505
3506 * add bios report to pvereport
3507
3508 * lxc: add mount points to GUI
3509
3510 * lxc: add resize to GUI
3511
3512 * lxc: add icons to resources
3513
3514 * RBD: select 'images' content type by default
3515
73aeb200
DM
3516 * GUI: add Galician language
3517
b3da6ec3
DM
3518 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Oct 2015 11:53:42 +0100
3519
07443f52
DM
3520pve-manager (4.0-55) unstable; urgency=medium
3521
3522 * pve-manager service: start after open-iscsi
3523
3524 * pveceph install: use release repository
3525
3526 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Oct 2015 09:26:06 +0100
3527
793af713 3528pve-manager (4.0-54) unstable; urgency=medium
96f26856
DM
3529
3530 * fix bug #781: separate LXC CPU and memory in editor
3531
3532 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Oct 2015 13:40:42 +0200
3533
9c84c9ea
DM
3534pve-manager (4.0-51) unstable; urgency=medium
3535
3536 * fix check if vm is ha managed in get_start_stop_list
3537
3538 * fix lxc config key in get_start_stop_list sub
3539
3540 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Oct 2015 09:51:43 +0200
3541
9199356e
DM
3542pve-manager (4.0-50) unstable; urgency=medium
3543
3544 * fix bug #756: force macro setting to emtpy string when
3545 user erases the content
3546
3547 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Oct 2015 17:41:02 +0200
3548
9056f941
DM
3549pve-manager (4.0-49) unstable; urgency=medium
3550
24bf5bd4
DM
3551 * GUI: add new vtype ConfigId, use it for snapshot names
3552
9056f941
DM
3553 * IP4_cidr_match: allow short masks like /8
3554
3555 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Oct 2015 08:16:55 +0200
3556
d234b0bf
DM
3557pve-manager (4.0-48) unstable; urgency=medium
3558
3559 * lxc/dns: ipv6 support
3560
3561 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Oct 2015 17:47:26 +0200
3562
ac0831fd
DM
3563pve-manager (4.0-47) unstable; urgency=medium
3564
3565 * DNS ui/api: ipv6 support
3566
3567 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Oct 2015 12:34:16 +0200
3568
638b2d7d
DM
3569pve-manager (4.0-46) unstable; urgency=medium
3570
3571 * fix bug #719: vzdump - only call cleanup after prepare
3572
3573 -- Proxmox Support Team <support@proxmox.com> Sat, 03 Oct 2015 15:32:02 +0200
3574
80727315
DM
3575pve-manager (4.0-45) unstable; urgency=medium
3576
3577 * sources.list: prepare for final 4.0 release - use pve-enterprise repository
3578
3579 * API: return correct version (instead of 4.0Beta)
3580
3581 * cleanup: use new run_cli_handler() method
3582
3583 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Oct 2015 11:43:47 +0200
3584
dca6ac1c
DM
3585pve-manager (4.0-44) unstable; urgency=medium
3586
3587 * add content type selector to LVM storage editor
3588
3589 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2015 13:04:26 +0200
3590
a720995e
DM
3591pve-manager (4.0-43) unstable; urgency=medium
3592
3593 * check for ext5 dir to avoid missing directory errors
3594
3595 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Sep 2015 07:17:45 +0200
3596
bd427151
DM
3597pve-manager (4.0-42) unstable; urgency=medium
3598
3599 * update OS Type descriptions
3600
3601 -- Proxmox Support Team <support@proxmox.com> Sat, 26 Sep 2015 11:14:46 +0200
3602
735df8e5
DM
3603pve-manager (4.0-41) unstable; urgency=medium
3604
3605 * do not install extJS 5 framework by default
3606
3607 * NetworkEdit : add support for vlan interfaces
3608
3609 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Sep 2015 07:19:16 +0200
3610
bc13d63a
DM
3611pve-manager (4.0-40) unstable; urgency=medium
3612
3613 * improve mobile app
3614
3615 -- Proxmox Support Team <support@proxmox.com> Thu, 24 Sep 2015 07:02:15 +0200
3616
531d05af
DM
3617pve-manager (4.0-39) unstable; urgency=medium
3618
3619 * update sencha touch sources to 2.4.2
3620
3621 * Allow email adresses with a top level domain of up to 63 characters
3622
3623 * Deny stop mode backups from HA managed and enabled services
3624
3625 * vzdump: re-enable passing vmid lists at command line
3626
3627 * Allow typeahead selection of Firewall macros
3628
3629 * vzdump: replace 'find' exclude command switches
3630
3631 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Sep 2015 12:21:51 +0200
3632
7849cf8c
DM
3633pve-manager (4.0-38) unstable; urgency=medium
3634
3635 * add bridge vlan aware checkbox
3636
3637 * bridgevlan : allow filtering on tagged interfaces (for QinQ)
3638
45f16a06
WB
3639 * vzdump: replace 'find' exclude command switches
3640
7849cf8c
DM
3641 -- Proxmox Support Team <support@proxmox.com> Wed, 16 Sep 2015 11:05:49 +0200
3642
28302224
DM
3643pve-manager (4.0-37) unstable; urgency=medium
3644
3645 * add influxdb stats plugin
3646
3647 * appdate appliance database (aplinfo.dat), include centos7 and
3648 archlinux templates
3649
3650 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Sep 2015 09:30:01 +0200
3651
793a306e
DM
3652pve-manager (4.0-36) unstable; urgency=medium
3653
3654 * add pvesh man page
3655
3656 * Update vzdump man page for 4.0
3657
3658 * fix bug #706: Use comma to split vmid list when building
3659 the crontab vzdump command
3660
3661 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2015 12:24:09 +0200
3662
d3a9e75f
DM
3663pve-manager (4.0-35) unstable; urgency=medium
3664
3665 * HA GUI: fix 'state' default value in resource edit dialog
3666
3667 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2015 10:26:06 +0200
3668
a6235867
DM
3669pve-manager (4.0-34) unstable; urgency=medium
3670
3671 * Add krbd option to GUI on ceph storage
3672
3673 * fix output percent_used in rbd pools
3674
3675 * allow usage of ceph development repository
3676
3677 * fixes the problem of containers not autostarting with onboot=1
3678
3679 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Sep 2015 08:04:44 +0200
3680
dea6f861
DM
3681pve-manager (4.0-33) unstable; urgency=medium
3682
3683 * Add missing install target dependencies
3684
3685 * Update vzdump man page for use with LXC containers
3686
3687 * GUI option for VM protection added
3688
3689 * fix bug #701: blacklist nvidiafb
3690
3691 * improve pveupdate with random start time
3692
3693 * vzdump: implement bash completion
3694
3695 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Sep 2015 10:44:51 +0200
3696
d760d585
DM
3697pve-manager (4.0-32) unstable; urgency=medium
3698
3699 * aplinfo: improve version parser
3700
0c1d23e0
DM
3701 * set size in the rootfs parameter on CT create
3702
3703 * pve-manager : novncindex : remove include inflator.js
3704
d760d585
DM
3705 -- Proxmox Support Team <support@proxmox.com> Sat, 29 Aug 2015 12:36:41 +0200
3706
23128bf3
DM
3707pve-manager (4.0-31) unstable; urgency=medium
3708
3709 * novnc: add fullscreen button for embedded console
3710
3711 * Remove Java applet from list of available console viewers
3712
3713 * fix bug #690: correctly list container storages
3714
3715 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Aug 2015 12:08:21 +0200
3716
3900f2d1
DM
3717pve-manager (4.0-30) unstable; urgency=medium
3718
3719 * lxc GUI: add tty and console options
3720
3721 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Aug 2015 06:36:39 +0200
3722
8759fc2e
DM
3723pve-manager (4.0-29) unstable; urgency=medium
3724
3725 * correctly display lxc templates
3726
3727 * lxc GUI: implement console mode option
3728
3729 * fix bug #682: change at the Gui the used disk size
3730
3731 * Ceph: fix old interfaces access in find_node_ip
3732
3733 -- Proxmox Support Team <support@proxmox.com> Tue, 18 Aug 2015 16:45:53 +0200
3734
ce73ba1e
DM
3735pve-manager (4.0-28) unstable; urgency=medium
3736
3737 * allow all storages with content type 'images' for containers
3738
3739 * add some green to the icon to indicate more clearly when LXC
3740 containers are running
3741
3742 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Aug 2015 12:13:43 +0200
3743
3a337ea2
DM
3744pve-manager (4.0-27) unstable; urgency=medium
3745
3746 * update LXC GUI (support new rootfs and size parameter).
3747
3748 -- Proxmox Support Team <support@proxmox.com> Thu, 06 Aug 2015 11:30:33 +0200
3749
3d1bc0de
DM
3750pve-manager (4.0-26) unstable; urgency=medium
3751
3752 * fix bug #662: wrong subroutine for parsing startup order
3753
3754 * fix bug #659: lxc pool support
3755
3756 * add vlan aware ifupdown script (replace debian vlan package)
3757
3758 * add dhcp and slaac options to lxc network config
3759
3760 -- Proxmox Support Team <support@proxmox.com> Fri, 31 Jul 2015 11:17:00 +0200
3761
0097a5f8
DM
3762pve-manager (4.0-25) unstable; urgency=medium
3763
3764 * Added UI elements for the backup job disabling function
3765
3766 * implement snapshot support for LXC
3767
3768 * Added parallel compress support for vzdump with pigz
3769
3770 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Jul 2015 13:28:24 +0200
3771
62414ad6
DM
3772pve-manager (4.0-24) unstable; urgency=medium
3773
3774 * NetworkEdit: use pvetextfield instead of numberfield
3775
3776 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jul 2015 07:22:05 +0200
3777
08d3b7d0
DM
3778pve-manager (4.0-23) unstable; urgency=medium
3779
3780 * use updated LXC template list
3781
3782 -- Proxmox Support Team <support@proxmox.com> Thu, 02 Jul 2015 12:02:29 +0200
3783
3efe7f0e
DM
3784pve-manager (4.0-22) unstable; urgency=medium
3785
3786 * add embedded novnc console for nodes
3787
ab31b64d
DM
3788 * fix bug #648: forward call to correct node
3789
3efe7f0e
DM
3790 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Jun 2015 16:16:42 +0200
3791
262dfd8c
DM
3792pve-manager (4.0-21) unstable; urgency=medium
3793
3794 * do not show monitor and console for templates
3795
3796 -- Proxmox Support Team <support@proxmox.com> Sun, 28 Jun 2015 09:19:39 +0200
3797
4c0caa74
DM
3798pve-manager (4.0-20) unstable; urgency=medium
3799
3800 * add embedded lxc novnc console
3801
3802 -- Proxmox Support Team <support@proxmox.com> Sat, 27 Jun 2015 12:24:07 +0200
3803
5ef6586f
DM
3804pve-manager (4.0-19) unstable; urgency=medium
3805
3806 * add embedded qemu novnc console
3807
3808 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Jun 2015 12:58:53 +0200
3809
00fc67e1
DM
3810pve-manager (4.0-18) unstable; urgency=medium
3811
3812 * node networking GUI: add IPV6 support
3813
3814 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Jun 2015 10:06:53 +0200
3815
c9e8616e
DM
3816pve-manager (4.0-17) unstable; urgency=medium
3817
3818 * add noVNC resize feature
3819
3820 -- Proxmox Support Team <support@proxmox.com> Thu, 25 Jun 2015 17:56:06 +0200
3821
5411318e
DM
3822pve-manager (4.0-16) unstable; urgency=medium
3823
3824 * pveversion: fix package list for pve 4.0
3825
3826 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Jun 2015 12:25:54 +0200
3827
53aba067
DM
3828pve-manager (4.0-15) unstable; urgency=medium
3829
3830 * fix bug #644: remove old java console
3831
3832 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Jun 2015 09:09:59 +0200
3833
ff455351
DM
3834pve-manager (4.0-14) unstable; urgency=medium
3835
3836 * qemu GUI: fix CD edit (bug #640)
3837
54dcda35
DM
3838 * Fix qemu create wizard when iothread is set
3839
3840 * Force Internet Explorer to interpret pages in IE10 compatibility modus
3841
ff455351
DM
3842 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Jun 2015 06:46:19 +0200
3843
8f1ce02e
DM
3844pve-manager (4.0-13) unstable; urgency=medium
3845
3846 * use pvetest repository for beta release
3847
3848 * GUI: display version 4.0Beta to mark this a beta release.
3849
3850 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jun 2015 12:28:38 +0200
3851
ad7d2886
DM
3852pve-manager (4.0-12) unstable; urgency=medium
3853
3854 * change pve-manager service type to oneshot
3855
b49ea621
AD
3856 * add iothread option
3857
ad7d2886
DM
3858 -- Proxmox Support Team <support@proxmox.com> Wed, 10 Jun 2015 09:05:29 +0200
3859
db95f503
DM
3860pve-manager (4.0-11) unstable; urgency=medium
3861
3862 * API change: remove bootlog API
3863
3864 * fix LogView widget
3865
3866 * use Wants instead of Requires inside systemd service definitions
3867
3868 * implement service API using systemctl
3869
3870 * add cpu options form
3871
3872 * add virtio-scsi-single scsi controller
3873
3874 * add IvyBridge cpu model
3875
3876 * LXC GUI: use cpulimit instead of cpus
3877
3878 * remove UBC GUI
3879
3880 -- Proxmox Support Team <support@proxmox.com> Tue, 09 Jun 2015 12:22:58 +0200
3881
b62704fe
DM
3882pve-manager (4.0-10) unstable; urgency=medium
3883
3884 * API change: /cluster/status - do not use clustat
3885
3886 -- Proxmox Support Team <support@proxmox.com> Tue, 02 Jun 2015 11:07:13 +0200
3887
667efc02
DM
3888pve-manager (4.0-9) unstable; urgency=medium
3889
3890 * pveproxy: add ipv6 support
3891
3892 -- Proxmox Support Team <support@proxmox.com> Fri, 08 May 2015 12:44:52 +0200
3893
8977352d
DM
3894pve-manager (4.0-8) unstable; urgency=medium
3895
3896 * use name based trigger to restart API server
3897
3898 -- Proxmox Support Team <support@proxmox.com> Tue, 05 May 2015 14:43:48 +0200
3899
6c5a9a7f
DM
3900pve-manager (4.0-7) unstable; urgency=medium
3901
3902 * improve LXC GUI
3903
3904 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Apr 2015 18:49:13 +0200
3905
6540e56d
DM
3906pve-manager (4.0-6) unstable; urgency=medium
3907
3908 * containers: use LXC instead of OpenVZ
3909
3910 -- Proxmox Support Team <support@proxmox.com> Sat, 18 Apr 2015 09:49:31 +0200
3911
d512c1a9
DM
3912pve-manager (4.0-5) unstable; urgency=medium
3913
3914 * ha GUI: show configuration errors
4289f2bc
DM
3915
3916 * fix apt sources for jessie
d512c1a9
DM
3917
3918 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Apr 2015 09:55:48 +0200
3919
b8ebebe1
DM
3920pve-manager (4.0-4) unstable; urgency=medium
3921
3922 * implement new GUI for HA
3923
3924 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Apr 2015 18:49:20 +0200
3925
70f1e597
DM
3926pve-manager (4.0-3) unstable; urgency=medium
3927
3928 * use new pve-ha-manager
3929
3930 * remove OpenVZ related code
3931
3932 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Mar 2015 13:42:15 +0100
3933
a503beb3
DM
3934pve-manager (4.0-2) unstable; urgency=medium
3935
3936 * fix proxversion -v for jessie release
3937
3938 * add PIDFile option for systemd services
3939
3940 * avoid shell scripts in systemd service definitions
3941
3942 * depend on systemd, add service files
3943
3944 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Mar 2015 11:35:33 +0100
3945
3946pve-manager (4.0-1) unstable; urgency=medium
3947
3948 * first version for Debian jessie
3949
3950 -- Proxmox Support Team <support@proxmox.com> Sat, 28 Feb 2015 09:34:33 +0100
3951
1adf98da
DM
3952pve-manager (3.4-1) unstable; urgency=low
3953
3954 * write_ceph_config: also write mds sections
3955
3956 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Feb 2015 06:31:48 +0100
3957
f1a46768
DM
3958pve-manager (3.3-21) unstable; urgency=low
3959
3960 * write_ceph_config: also write client section
3961
3962 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Feb 2015 05:51:37 +0100
3963
830f5a93
DM
3964pve-manager (3.3-20) unstable; urgency=low
3965
3966 * pveceph: use LWP to download release key (instead of wget)
3967
3968 * GUI: add multiqueues field to NIC form
3969
3970 -- Proxmox Support Team <support@proxmox.com> Fri, 13 Feb 2015 09:03:08 +0100
3971
e7001068
DM
3972pve-manager (3.3-19) unstable; urgency=low
3973
3974 * GUI: fixes for CDROM hotplug
3975
3976 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Feb 2015 08:03:26 +0100
3977
ef99da55
DM
3978pve-manager (3.3-18) unstable; urgency=low
3979
3980 * GUI: add startall/stopall/migrateall menu buttons
3981
3982 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Feb 2015 09:17:50 +0100
3983
f54433af
DM
3984pve-manager (3.3-17) unstable; urgency=low
3985
3986 * memory form : hotplug improvements
3987
3988 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Feb 2015 11:48:18 +0100
3989
e51d0d55
DM
3990pve-manager (3.3-16) unstable; urgency=low
3991
3992 * pveproxy: set method to tlsv1 (required for IE)
3993
3994 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Feb 2015 11:42:56 +0100
3995
7ba6e873
DM
3996pve-manager (3.3-15) unstable; urgency=low
3997
3998 * GUI: implement hotplug feature selector
3999
4000 * GUI: add UI for local ZFS storage
4001
4002 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Jan 2015 12:37:36 +0100
4003
03aef10e
DM
4004pve-manager (3.3-14) unstable; urgency=low
4005
4006 * HardwareView: correctly enable/disable buttons
4007
4008 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Jan 2015 09:13:09 +0100
4009
0affc222
DM
4010pve-manager (3.3-13) unstable; urgency=low
4011
4012 * PendingObjectGrid: improve detection of pending changes
4013
4014 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jan 2015 12:57:21 +0100
4015
8f9540a1
DM
4016pve-manager (3.3-12) unstable; urgency=low
4017
4018 * add numa option to processor form
4019
4020 * fix rendering of pending processor values
7de06269
DM
4021
4022 * GUI: dynamically update VM config every 5 seconds
8f9540a1
DM
4023
4024 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Jan 2015 08:39:16 +0100
4025
19ef60c5 4026pve-manager (3.3-11) unstable; urgency=low
caea0c79
WL
4027
4028 * New 'disconnect' button on the network edit pannel.
19ef60c5 4029
eab837c4
DM
4030 * Fix backup failure at shutdown (stop backup on host shutdown)
4031
4032 * vzdump: new option --stop to abort running backup job
4033
19ef60c5
DM
4034 * Support additional e1000 variants for VM machines
4035
4036 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Jan 2015 07:17:34 +0100
4037
8a9e2b10
DM
4038pve-manager (3.3-10) unstable; urgency=low
4039
4040 * fix restart behavior
4041
4042 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Jan 2015 07:21:43 +0100
4043
05c21c72
DM
4044pve-manager (3.3-9) unstable; urgency=low
4045
4046 * qemu GUI: support new pending changes API
4047
4048 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Jan 2015 13:28:25 +0100
4049
7ae066cb
DM
4050pve-manager (3.3-8) unstable; urgency=low
4051
4052 * pveproxy: support TLS1.1 and TLS1.2
4053
4054 -- Proxmox Support Team <support@proxmox.com> Tue, 02 Dec 2014 14:04:36 +0100
4055
4536f278
DM
4056pve-manager (3.3-7) unstable; urgency=low
4057
4058 * vzdump: avoid warning about uninitialized value
4059
4060 -- Proxmox Support Team <support@proxmox.com> Wed, 26 Nov 2014 06:57:04 +0100
4061
77e3397e
DM
4062pve-manager (3.3-6) unstable; urgency=low
4063
4064 * VZDump: added email notification setting
4065
4066 * fix Bug #579: add START parameter in /etc/default/pve-manager
4067
4068 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Nov 2014 06:37:36 +0100
4069
c19a07dd
DM
4070pve-manager (3.3-5) unstable; urgency=low
4071
4072 * VZDump: send an error email in case of lock failure
4073
4074 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Oct 2014 11:04:47 +0200
4075
fb4fa773
DM
4076pve-manager (3.3-4) unstable; urgency=low
4077
4078 * pveproxy: limit ourselfes to tlsv1
4079
4080 -- Proxmox Support Team <support@proxmox.com> Wed, 15 Oct 2014 15:49:17 +0200
4081
851570dd
DM
4082pve-manager (3.3-3) unstable; urgency=low
4083
4084 * openvz: implement suspend/resume
4085
4086 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Oct 2014 09:37:47 +0200
4087
f183a9fb
DM
4088pve-manager (3.3-2) unstable; urgency=low
4089
4090 * fix bug #534: implement firewall checkbox for OpenVZ CreateWizard
4091
4092 -- Proxmox Support Team <support@proxmox.com> Wed, 17 Sep 2014 16:34:27 +0200
4093
6a04bb94
DM
4094pve-manager (3.3-1) unstable; urgency=low
4095
4096 * i18n: small fixes
4097
4098 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Sep 2014 09:55:22 +0200
4099
10fe1979
DM
4100pve-manager (3.2-31) unstable; urgency=low
4101
4102 * GUI: add new email_from option to datacenter.cfg
4103
4104 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Sep 2014 17:35:04 +0200
4105
29f04884
DM
4106pve-manager (3.2-30) unstable; urgency=low
4107
4108 * resourcegrid : add template menu
4109
4110 * fix label width for spanish translation
4111
4112 -- Proxmox Support Team <support@proxmox.com> Mon, 01 Sep 2014 11:38:20 +0200
4113
c5f38bde
DM
4114pve-manager (3.2-29) unstable; urgency=low
4115
4116 * glusterfs GUI: new option to specify backup volfile server
4117
4118 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Aug 2014 11:52:49 +0200
4119
0957d894
DM
4120pve-manager (3.2-28) unstable; urgency=low
4121
4122 * GUI: allow to add ZFS storage
4123
4124 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Aug 2014 09:36:23 +0200
4125
1b83a622
DM
4126pve-manager (3.2-27) unstable; urgency=low
4127
4128 * fix bug #554: do not set delete flag on Auth create
4129
4130 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Aug 2014 12:07:51 +0200
4131
1f902a91
DM
4132pve-manager (3.2-26) unstable; urgency=low
4133
4134 * GUI: use better icons for storage menu
4135
4136 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Aug 2014 09:20:31 +0200
4137
a986c65d
DM
4138pve-manager (3.2-25) unstable; urgency=low
4139
7363b515
DM
4140 * GUI: add discard option to qemu drive
4141
4142 * GUI: add Broadwell cpu model
a986c65d
DM
4143
4144 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Aug 2014 12:19:00 +0200
4145
95c9314c
DM
4146pve-manager (3.2-24) unstable; urgency=low
4147
4148 * GUI: add new 'Pool View'
4f741a2e
DM
4149
4150 * GUI: show correct node status in 'Storage View'
95c9314c
DM
4151
4152 -- Proxmox Support Team <support@proxmox.com> Wed, 13 Aug 2014 08:07:59 +0200
4153
8caff669
DM
4154pve-manager (3.2-23) unstable; urgency=low
4155
4156 * update Spanish translation
4157
4158 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Aug 2014 10:11:43 +0200
4159
1ebab199
DM
4160pve-manager (3.2-22) unstable; urgency=low
4161
4162 * mobile: register OpenVZ migrate page
4163
4164 -- Proxmox Support Team <support@proxmox.com> Thu, 07 Aug 2014 11:08:16 +0200
4165
e8c30905
DM
4166pve-manager (3.2-21) unstable; urgency=low
4167
4168 * novnc: add sendKey menufor KVM VMs
4169
4170 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Aug 2014 09:09:47 +0200
4171
6680b0e2
DM
4172pve-manager (3.2-20) unstable; urgency=low
4173
4174 * add sencha touch based GUI for mobile devices
eeb7a7a6
DM
4175
4176 * update Chinese translation (zh_CN).
6680b0e2
DM
4177
4178 -- Proxmox Support Team <support@proxmox.com> Tue, 05 Aug 2014 09:30:49 +0200
4179
6ed15608
DM
4180pve-manager (3.2-19) unstable; urgency=low
4181
4182 * HA migrate: return non-critical error if migrate failed by VM is still
4183 running
4184
4185 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Jul 2014 07:14:55 +0200
4186
b5dfdb10
DM
4187pve-manager (3.2-18) unstable; urgency=low
4188
4189 * oath GUI: add 'step' and 'digit' options
4190
4191 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Jul 2014 07:27:22 +0200
4192
89e00d1a
DM
4193pve-manager (3.2-17) unstable; urgency=low
4194
c5ebd41f 4195 * include improved Spanish translation
89e00d1a 4196
c5ebd41f
DM
4197 * allow to set/edit two factor authentication (yubico, oath)
4198
89e00d1a
DM
4199 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Jul 2014 08:23:02 +0200
4200
0accf2da
DM
4201pve-manager (3.2-16) unstable; urgency=low
4202
4203 * noVNC console: correctly display connection error
4204
4205 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Jun 2014 10:31:28 +0200
4206
95f1807c
DM
4207pve-manager (3.2-15) unstable; urgency=low
4208
4209 * Qemu GUI: add support to edit SMBIOS settings
4210
4211 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Jun 2014 13:21:54 +0200
4212
35b84946
DM
4213pve-manager (3.2-14) unstable; urgency=low
4214
4215 * use case insensitive match for websocket upgrade (make it work with IE)
4216
4217 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Jun 2014 13:26:23 +0200
4218
526fa381
DM
4219pve-manager (3.2-13) unstable; urgency=low
4220
4221 * use noVNC as default console viewer
4222
4223 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Jun 2014 07:24:04 +0200
4224
2ecff088
DM
4225pve-manager (3.2-12) unstable; urgency=low
4226
4227 * implement novnc console for openvz and shell
4228
4229 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Jun 2014 17:39:10 +0200
4230
62acbee9
DM
4231pve-manager (3.2-11) unstable; urgency=low
4232
4233 * add Persian (Farsi) translation.
4234
4235 -- Proxmox Support Team <support@proxmox.com> Mon, 23 Jun 2014 06:31:39 +0200
4236
4b48589a
DM
4237pve-manager (3.2-10) unstable; urgency=low
4238
4239 * HTTPServer: implement websockets
4240
4241 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Jun 2014 12:12:51 +0200
4242
085c4324
DM
4243pve-manager (3.2-9) unstable; urgency=low
4244
4245 * kvm: add noVNC console
4246
4247 * depend on pve-novnc
4248
4249 * trim subscription key to avoid unexpected errors
4250
4251 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Jun 2014 09:10:18 +0200
4252
53778f92
DM
4253pve-manager (3.2-8) unstable; urgency=low
4254
4255 * add enable option to datacenter firewall.
4256
4257 -- Proxmox Support Team <support@proxmox.com> Wed, 04 Jun 2014 08:47:41 +0200
4258
e9524128
DM
4259pve-manager (3.2-7) unstable; urgency=low
4260
4261 * add Firewall GUI
4262
4263 * openvz: add bridge vlan && firewall options to gui
4264
4265 * depend on pve-firewall
4266
4267 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Jun 2014 09:07:50 +0200
4268
b14da6fb
DM
4269pve-manager (3.2-6) unstable; urgency=low
4270
4271 * fix bug #300: use disk_quota default settings from /etv/vz/vz.conf
4272
4273 -- Proxmox Support Team <support@proxmox.com> Tue, 06 May 2014 06:58:23 +0200
4274
0e2643d9
DM
4275pve-manager (3.2-5) unstable; urgency=low
4276
4277 * produce nicer html for direct API access (/api2/html)
4278
4279 * always delay unauthorized calls
4280
4281 -- Proxmox Support Team <support@proxmox.com> Fri, 02 May 2014 12:01:23 +0200
4282
87e66c78
DM
4283pve-manager (3.2-4) unstable; urgency=low
4284
4285 * add X-UA-Compatible tag to avoid IE GUI bugs
4286
4287 -- Proxmox Support Team <support@proxmox.com> Sat, 26 Apr 2014 09:34:53 +0200
4288
902fc75b
DM
4289pve-manager (3.2-3) unstable; urgency=low
4290
4291 * add Euskera (Basque) translations
4292
4293 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Apr 2014 11:25:54 +0200
4294
fc461507
DM
4295pve-manager (3.2-2) unstable; urgency=low
4296
4297 * pveceph: fix purge command
4298
4299 * pheceph: add -version argument to install (defaults to dumpling)
4300
4301 * spice-example-sh: avoid use of sed and aw
4302
4303 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Apr 2014 06:04:04 +0200
4304
b3e1c610
DM
4305pve-manager (3.2-1) unstable; urgency=low
4306
4307 * bump version for 3.2 release
4308
4309 -- Proxmox Support Team <support@proxmox.com> Thu, 06 Mar 2014 06:43:46 +0100
4310
6c593f00
DM
4311pve-manager (3.1-45) unstable; urgency=low
4312
4313 * parseQemuNetwork: add vmxnet3
072188dc
DM
4314
4315 * add /usr/share/doc/pve-manager/examples/spice-example-sh
6c593f00
DM
4316
4317 -- Proxmox Support Team <support@proxmox.com> Mon, 03 Mar 2014 07:06:02 +0100
4318
94911848
DM
4319pve-manager (3.1-44) unstable; urgency=low
4320
4321 * re-add support for spiceconfig output format (revert commit
4322 97da4646288d2806c334c6a1c1361acb22df0535 and commit
4323 b96fb2234a7df02999489cc1f33ad52defac8998)
4324
4325 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Feb 2014 12:49:35 +0100
4326
b5eda023
DM
4327pve-manager (3.1-43) unstable; urgency=low
4328
4329 * fix network API (make comments optional)
4330
4331 -- Proxmox Support Team <support@proxmox.com> Sun, 16 Feb 2014 09:27:18 +0100
4332
8b42516e
DM
4333pve-manager (3.1-42) unstable; urgency=low
4334
4335 * vzdump: add MIME-Version header
4336
4337 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Feb 2014 08:41:34 +0100
4338
478b65eb
DM
4339pve-manager (3.1-41) unstable; urgency=low
4340
4341 * ceph: improve GUI feedback using TaskProgress.js
4342
4343 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jan 2014 13:38:41 +0100
4344
eb4acb3f
DM
4345pve-manager (3.1-40) unstable; urgency=low
4346
4347 * ceph: use setsid for service commands
4348
4349 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jan 2014 10:42:41 +0100
4350
28ea153e
DM
4351pve-manager (3.1-39) unstable; urgency=low
4352
4353 * ceph: view osd commit/apply latency
4354
4355 * ceph: display osd usage
4356
4357 * ceph: display pool usage information
4358
4359 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Jan 2014 10:22:20 +0100
4360
e685d66a
DM
4361pve-manager (3.1-38) unstable; urgency=low
4362
4363 * ceph: add API and buttons for osd in/out
4364
4365 * use longer rados timeouts when inside worker tasks
4366
4367 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Jan 2014 12:49:46 +0100
4368
5c7761ad
DM
4369pve-manager (3.1-37) unstable; urgency=low
4370
4371 * fixes for new PVE::RADOS perl bindings
4372
4373 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Jan 2014 12:12:27 +0100
4374
af49c101
DM
4375pve-manager (3.1-36) unstable; urgency=low
4376
4377 * use PVE::RADOS perl bindings
4378
4379 * set spiceterm timeout to 40
4380
4381 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Jan 2014 08:57:42 +0100
4382
4120608d
DM
4383pve-manager (3.1-35) unstable; urgency=low
4384
4385 * update max cores limit to 128
4386
4387 * use separate window for disk IO-throttle form
4388
4389 * ceph: improve disk usage detection
4390
4391 * ceph: allow to specify separate journal disks
4392
4393 * depend on gdisk
4394
4395 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Jan 2014 11:43:54 +0100
4396
54568c52
DM
4397pve-manager (3.1-34) unstable; urgency=low
4398
4399 * ocf agent: retry get_vmlist if we get an empty list
4400
4401 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jan 2014 10:47:12 +0100
4402
d6261e31
DM
4403pve-manager (3.1-33) unstable; urgency=low
4404
4405 * ceph: return decompiled crush map in text format
4406
4407 * ceph: try to unmount OSD after removal
946662f6
DM
4408
4409 * ceph: only use 64 PGs by default
4410
4411 * ceph: allow to specify crush ruleset on pool creation
d6261e31
DM
4412
4413 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jan 2014 10:58:49 +0100
4414
a5f42e3a
DM
4415pve-manager (3.1-32) unstable; urgency=low
4416
4417 * add mtu support for manual interfaces
4418
4419 * pveceph: allow to set min_size for pools, fix osd remove
4420
4421 * improve OVS GUI
4422
4423 * add support to change bond_xmit_hash_policy on linux bond devices
4424
4425 -- Proxmox Support Team <support@proxmox.com> Tue, 31 Dec 2013 10:17:52 +0100
4426
11fb3bb2
DM
4427pve-manager (3.1-31) unstable; urgency=low
4428
4429 * add OpenVSwitch GUI
4430
4431 -- Proxmox Support Team <support@proxmox.com> Fri, 27 Dec 2013 09:53:29 +0100
4432
4c7ab955
DM
4433pve-manager (3.1-30) unstable; urgency=low
4434
4435 * ceph GUI: fix state handling
4436
4437 -- Proxmox Support Team <support@proxmox.com> Mon, 23 Dec 2013 07:23:52 +0100
4438
f43b6440
DM
4439pve-manager (3.1-29) unstable; urgency=low
4440
4441 * include Ceph GUI
4442
4443 -- Proxmox Support Team <support@proxmox.com> Sat, 21 Dec 2013 08:15:59 +0100
4444
5272d70b
DM
4445pve-manager (3.1-28) unstable; urgency=low
4446
4447 * GUI: use new console split-button everywhere
4448
4449 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Dec 2013 07:24:28 +0100
4450
93425390
DM
4451pve-manager (3.1-27) unstable; urgency=low
4452
4453 * API: remove spiceconfig format
4454
4455 * GUI: allow to open SPICE console with command menu
4456
4457 * set correct locale environment when running spiceterm
4458
4459 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Dec 2013 11:52:17 +0100
4460
ef110749
DM
4461pve-manager (3.1-26) unstable; urgency=low
4462
4463 * add new console option to datacenter.cfg (java applet vs. spice)
4464
4465 * new execute API (execute multiple commands with one request)
4466
4467 * depend on spiceterm
4468
4469 * better GUI for console (use a splitbutton)
4470
4471 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Dec 2013 12:07:05 +0100
4472
cf727cab
DM
4473pve-manager (3.1-25) unstable; urgency=low
4474
4475 * delay UNAUTHORIZED response to avoid DOS attac
b0a65294
DM
4476
4477 * fix typo in pve cron script
429d25a3
DM
4478
4479 * backup GUI: fix VMID selection bug
cf727cab
DM
4480
4481 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Nov 2013 11:20:37 +0100
4482
f98fdb5c
DM
4483pve-manager (3.1-24) unstable; urgency=low
4484
4485 * fix IP address parser for OpenVZ containers
bb30e326
DM
4486
4487 * fix UPID parser for long uptimes (> 497 days)
f98fdb5c
DM
4488
4489 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Nov 2013 10:48:19 +0100
4490
7fb0bd96
DM
4491pve-manager (3.1-23) unstable; urgency=low
4492
4493 * subscription updates: set UserAgent header on proxy connect request
626add47
DM
4494
4495 * correctly set content type for GUI index page
035cde2b
DM
4496
4497 * allow to add ipv6 address to OpenVZ containers
7fb0bd96
DM
4498
4499 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Oct 2013 10:20:02 +0100
4500
af23db0e
DM
4501pve-manager (3.1-22) unstable; urgency=low
4502
4503 * spice: ignore the case of the characters in hostname match
4504
4505 -- Proxmox Support Team <support@proxmox.com> Mon, 28 Oct 2013 08:16:32 +0100
4506
c9e1c6cb
DM
4507pve-manager (3.1-21) unstable; urgency=low
4508
4509 * update French translation
4510
4511 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Oct 2013 06:11:56 +0200
4512
ef29cdcf
DM
4513pve-manager (3.1-20) unstable; urgency=low
4514
4515 * some GUI optimizations for slow connections
4516
4517 * remove nexenta plugin
4518
4519 * ZFS GUI rework
4520
4521 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Oct 2013 07:46:59 +0200
4522
bcd1d77c
DM
4523pve-manager (3.1-19) unstable; urgency=low
4524
4525 * vzdump: remove temporary directories (revert bug introduced by
4526 commit 1bb6e88fd65bb44a745065d2d899832f6ea0a2f5)
62d4bcf6
DM
4527
4528 * add Editor for new ZFSPlugin
bcd1d77c
DM
4529
4530 -- Proxmox Support Team <support@proxmox.com> Fri, 04 Oct 2013 06:55:58 +0200
4531
5b1b7920
DM
4532pve-manager (3.1-18) unstable; urgency=low
4533
4534 * GUI: add multi-monitor support for spice
4535
4536 -- Proxmox Support Team <support@proxmox.com> Wed, 02 Oct 2013 10:41:57 +0200
4537
acc38a5e
DM
4538pve-manager (3.1-17) unstable; urgency=low
4539
4540 * openvz create/restore: use new PVE::Storage::abs_filesystem_path() in
4541 order to correctly activate the storage.
4542
4543 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Oct 2013 12:47:22 +0200
4544
a107e264
DM
4545pve-manager (3.1-16) unstable; urgency=low
4546
4547 * do not use -w switch as it breaks modules
86a6e398
DM
4548
4549 * pveproxy: fix configuration parser for /dec/defaults/pveproxy
a107e264
DM
4550
4551 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Oct 2013 10:37:39 +0200
4552
08d8bcb2
DM
4553pve-manager (3.1-15) unstable; urgency=low
4554
4555 * add solaris ostype
4556
4557 -- Proxmox Support Team <support@proxmox.com> Wed, 25 Sep 2013 08:29:49 +0200
4558
2051816c
DM
4559pve-manager (3.1-14) unstable; urgency=low
4560
4561 * avoid warning in daily cron script
4562
4563 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Sep 2013 06:41:03 +0200
4564
dc4da814
DM
4565pve-manager (3.1-13) unstable; urgency=low
4566
4567 * dissable SSL compression (avoid TLS CRIME vulnerability)
4568
4569 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Sep 2013 07:17:17 +0200
4570
8f3315e1
DM
4571pve-manager (3.1-12) unstable; urgency=low
4572
4573 * fix bug #456: allow glusterfs as backup storage
4574
4575 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Sep 2013 08:12:24 +0200
4576
28272ca2
DM
4577pve-manager (3.1-11) unstable; urgency=low
4578
4579 * vzdump: fix hook script environment for job-* phase
4580
4581 -- Proxmox Support Team <support@proxmox.com> Fri, 13 Sep 2013 06:55:30 +0200
4582
b24a745f
DM
4583pve-manager (3.1-10) unstable; urgency=low
4584
4585 * vzdump: pass storage ID to hook scripts
4586
4587 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Sep 2013 06:21:59 +0200
4588
867ee6ea
DM
4589pve-manager (3.1-9) unstable; urgency=low
4590
4591 * depend on libcrypt-ssleay-perl and liblwp-protocol-https-perl (for
4592 correct LWP https support)
4593
4594 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Sep 2013 06:46:44 +0200
4595
32d63edc
DM
4596pve-manager (3.1-8) unstable; urgency=low
4597
4598 * fix https proxy calls (always use CONNECT)
4599
4600 * use correct changelog URLs for pve repositories
4601
4602 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Sep 2013 11:39:49 +0200
4603
c127989d
DM
4604pve-manager (3.1-7) unstable; urgency=low
4605
4606 * vzdump: correctly handle maxfiles parameter (0 is unlimited)
4607
4608 * improve API2Client.pm code
4609
4610 -- Proxmox Support Team <support@proxmox.com> Thu, 05 Sep 2013 11:00:46 +0200
4611
f21e19cb
DM
4612pve-manager (3.1-6) unstable; urgency=low
4613
4614 * update German translation
4615
4616 * update Chinese translation
4617
4618 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Sep 2013 07:03:02 +0200
4619
38f6e3b9
DM
4620pve-manager (3.1-5) unstable; urgency=low
4621
4622 * apt: proxy changelog API call to correct node
4623
4624 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Aug 2013 10:24:53 +0200
4625
26e888be
DM
4626pve-manager (3.1-4) unstable; urgency=low
4627
4628 * apt: only consider installed packages
4629
4630 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Aug 2013 10:07:56 +0200
4631
2a12e8c3
DM
4632pve-manager (3.1-3) unstable; urgency=low
4633
4634 * add new favicon.ico
4635
4636 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Aug 2013 13:08:07 +0200
4637
16fe0ceb
DM
4638pve-manager (3.1-2) unstable; urgency=low
4639
4640 * fix perl dependencies
c576f184
DM
4641
4642 * display subscription status after login
16fe0ceb
DM
4643
4644 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Aug 2013 06:15:27 +0200
4645
27c62ee7
DM
4646pve-manager (3.1-1) unstable; urgency=low
4647
4648 * bump RELEASE to 3.1
4649
4650 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Aug 2013 07:50:00 +0200
4651
d3b1551f
DM
4652pve-manager (3.0-38) unstable; urgency=low
4653
4654 * add GUI for GlusterFS storage
56f57985
DM
4655
4656 * vzdump: wait one second before unmounting the snapshot (avoid device busy error)
d3b1551f
DM
4657
4658 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Aug 2013 10:32:05 +0200
4659
857eb12e
DM
4660pve-manager (3.0-37) unstable; urgency=low
4661
4662 * apt: try to detect new packages
4663
4664 * tell apt to use http_proxy settings
4665
4666 * support to view changelogs for available pve packages
4667
4668 * allow to configure cipher list for pveproxy
4669
4670 * automatically add pve repository to apt sources list
4671
4672 * allow to use serial terminal as display
4673
4674 * avoid apt autoremoval for pve-kernel packages
4675
4676 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Aug 2013 10:11:33 +0200
4677
ae022667
DM
4678pve-manager (3.0-36) unstable; urgency=low
4679
4680 * fix proxy loop assertion for spiceproxy
4681
4682 * pveproxy: use same cipher list as debian apache ssl.conf
b628df18
DM
4683
4684 * avoid apt autoremoval for pve-kernel packages
ae022667
DM
4685
4686 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jul 2013 12:43:38 +0200
4687
cf170667
DM
4688pve-manager (3.0-35) unstable; urgency=low
4689
4690 * fix proxy loop assertion
4691
4692 -- Proxmox Support Team <support@proxmox.com> Tue, 23 Jul 2013 08:36:17 +0200
4693
e63d8c52
DM
4694pve-manager (3.0-34) unstable; urgency=low
4695
4696 * avoid proxy loops
4697
4698 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Jul 2013 10:52:50 +0200
4699
82194e76
DM
4700pve-manager (3.0-33) unstable; urgency=low
4701
4702 * correctly initialize $rpcenv in spiceproxy
4703
4704 * fix bug #437: include pve-libspice-server1 in package list
4705
4706 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Jul 2013 11:41:00 +0200
4707
bffeaecf
DM
4708pve-manager (3.0-32) unstable; urgency=low
4709
4710 * improved spice proxy code
4711
4712 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Jul 2013 12:29:04 +0200
4713
68143dd1
DM
4714pve-manager (3.0-31) unstable; urgency=low
4715
4716 * add button to start SPICE console
4717
4718 * add spiceproxy server
4719
4720 -- Proxmox Support Team <support@proxmox.com> Wed, 26 Jun 2013 13:40:55 +0200
4721
7fe4ba9e
DM
4722pve-manager (3.0-30) unstable; urgency=low
4723
4724 * fix upgrade shell (quoting bug)
4725
4726 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Jun 2013 08:18:47 +0200
4727
8cfd96ad
DM
4728pve-manager (3.0-29) unstable; urgency=low
4729
4730 * new pveupgrade script, used to display additional information to the
4731 user (reboot required? database up to date? ...)
4732
4733 * add button to display package versions, to provide same info as
4734 'pveversion -v' on GUI.
4735
4736 -- Proxmox Support Team <support@proxmox.com> Fri, 21 Jun 2013 12:07:44 +0200
4737
159dfacd
DM
4738pve-manager (3.0-28) unstable; urgency=low
4739
4740 * fix bug #408: reset ENV before starting shell
4741
4742 * fix bug #379: allow to overwrite existing CTs if user has VM.Backup
4743 permissions
4744
4745 * Allow to send notification mail about new packages.
4746
4747 -- Proxmox Support Team <support@proxmox.com> Thu, 20 Jun 2013 11:12:50 +0200
4748
a481aebb
DM
4749pve-manager (3.0-27) unstable; urgency=low
4750
4751 * package manager: run system upgrade inside VNC shell, group packages
4752 by 'Origin', remove apt/upgrade API completely.
4753
4754 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Jun 2013 11:59:49 +0200
4755
1eb62794
DM
4756pve-manager (3.0-26) unstable; urgency=low
4757
4758 * package manager: improve changelog viewer, bug fixes
4759
4760 -- Proxmox Support Team <support@proxmox.com> Tue, 18 Jun 2013 11:49:16 +0200
4761
d9b9dae0
DM
4762pve-manager (3.0-25) unstable; urgency=low
4763
4764 * add package update manager to GUI
4765
4766 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Jun 2013 13:09:02 +0200
4767
7f3d8870
DM
4768pve-manager (3.0-24) unstable; urgency=low
4769
4770 * update Norwegian translations
4771
4772 * rrd display : avoid 2 refresh
4773
4774 * avoid gzip http response for png & gif & jar
4775
4776 -- Proxmox Support Team <support@proxmox.com> Wed, 12 Jun 2013 07:24:54 +0200
4777
c7c42353
DM
4778pve-manager (3.0-23) unstable; urgency=low
4779
4780 * fix bug #368: use vtype 'DnsName' to verify host names
4781
4782 * fix bug #401: disable connection timeout during API call processing
4783
4784 * add suport for new qemu-server async configuration API
4785
4786 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Jun 2013 11:52:15 +0200
4787
a3096bbd
DM
4788pve-manager (3.0-22) unstable; urgency=low
4789
4790 * support 'delete' flag for 'Move disk'
4791
4792 -- Proxmox Support Team <support@proxmox.com> Fri, 31 May 2013 10:59:59 +0200
4793
8d0eb07d
DM
4794pve-manager (3.0-21) unstable; urgency=low
4795
4796 * add 'Move disk' button for storage migration
4797
4798 -- Proxmox Support Team <support@proxmox.com> Wed, 29 May 2013 13:03:33 +0200
4799
06ecc1ae
DM
4800pve-manager (3.0-20) unstable; urgency=low
4801
4802 * fix login problem when http_proxy is set
4803
4804 -- Proxmox Support Team <support@proxmox.com> Thu, 23 May 2013 07:29:25 +0200
4805
c5cf036a
DM
4806pve-manager (3.0-19) unstable; urgency=low
4807
4808 * updated Chinese translation
e3110298
DM
4809
4810 * allow to upload files with spaces in filename (replace with '_')
1e53b5b3
DM
4811
4812 * allow to delete pools with non-existent VMs/Storage
c5cf036a
DM
4813
4814 -- Proxmox Support Team <support@proxmox.com> Wed, 22 May 2013 06:04:49 +0200
4815
32e2ce76
DM
4816pve-manager (3.0-18) unstable; urgency=low
4817
4818 * use correct icons for templates
4819
4820 * sort templates after regular VMs
4821
4822 * update German translation
4823
4824 * update French translation
4825
4826 -- Proxmox Support Team <support@proxmox.com> Tue, 21 May 2013 10:58:47 +0200
4827
82fc6300
DM
4828pve-manager (3.0-17) unstable; urgency=low
4829
4830 * fix bug #374: correctly remove destroyed container from pool
4831
4832 -- Proxmox Support Team <support@proxmox.com> Tue, 14 May 2013 12:13:28 +0200
4833
bd9e5096
DM
4834pve-manager (3.0-16) unstable; urgency=low
4835
4836 * Clone: only list usable/available target stores
4837
4838 -- Proxmox Support Team <support@proxmox.com> Tue, 14 May 2013 10:14:05 +0200
4839
d66efd2c
DM
4840pve-manager (3.0-15) unstable; urgency=low
4841
bd9e5096 4842 * fix bug #385: correctly handle Accept-Encoding
d66efd2c
DM
4843
4844 -- Proxmox Support Team <support@proxmox.com> Mon, 13 May 2013 09:12:41 +0200
4845
38235da4
DM
4846pve-manager (3.0-14) unstable; urgency=low
4847
4848 * qmtemplate task : format task description correctly
4849
4850 -- Proxmox Support Team <support@proxmox.com> Fri, 10 May 2013 09:32:00 +0200
4851
23222ef4
DM
4852pve-manager (3.0-13) unstable; urgency=low
4853
4854 * minor GUI cleanups
4855
4856 -- Proxmox Support Team <support@proxmox.com> Tue, 07 May 2013 07:54:01 +0200
4857
ae266e07
DM
4858pve-manager (3.0-12) unstable; urgency=low
4859
4860 * add Clone GUI
4861
4862 -- Proxmox Support Team <support@proxmox.com> Mon, 06 May 2013 11:37:35 +0200
4863
0945c974
DM
4864pve-manager (3.0-11) unstable; urgency=low
4865
4866 * fix NodeSelector
4867
4868 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Apr 2013 09:56:26 +0200
4869
0ee3bc7a
DM
4870pve-manager (3.0-10) unstable; urgency=low
4871
4872 * pveproxy: implement if-modified-since
4873
4874 * pveproxy: implement host based access control
4875
4876 * implement node netstat call to get current tap network counters
4877
4878 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Apr 2013 08:05:11 +0200
4879
757b733c
DM
4880pve-manager (3.0-9) unstable; urgency=low
4881
4882 * http: improve security by setting size limits
4883
4884 * stop keep-alive when there are many open connections
4885
4886 * improve syslog for file uploads
4887
4888 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Apr 2013 11:56:00 +0200
4889
6bfd3d80
DM
4890pve-manager (3.0-8) unstable; urgency=low
4891
4892 * disable Nagle algorithm to maximitze performance
4893
4894 * fix multipart parser
4895
4896 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Apr 2013 07:43:56 +0200
4897
a1d78a68
DM
4898pve-manager (3.0-7) unstable; urgency=low
4899
4900 * use new event driven https server instead of apache2 (pveproxy)
4901
4902 -- Proxmox Support Team <support@proxmox.com> Mon, 15 Apr 2013 12:31:50 +0200
4903
c2dde0d8
DM
4904pve-manager (3.0-6) unstable; urgency=low
4905
4906 * depend on ibnet-http-perl (>= 6.06-1). Older versions triggers bugs
4907 with LWP::UserAgent
4908
4909 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Mar 2013 13:17:08 +0100
4910
7d6b16f1
DM
4911pve-manager (3.0-5) unstable; urgency=low
4912
4913 * avoid warning about undefined value in PVE::OpenVZ
4914
4915 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Mar 2013 06:30:58 +0100
4916
3648a28c
DM
4917pve-manager (3.0-4) unstable; urgency=low
4918
4919 * add bootlog to GUI
4920
4921 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Mar 2013 08:01:36 +0100
4922
df27aa6e
DM
4923pve-manager (3.0-3) unstable; urgency=low
4924
4925 * pvebanner: overwrite /etc/issue instead of printing to stdout
4926
4927 -- Proxmox Support Team <support@proxmox.com> Mon, 25 Mar 2013 09:05:49 +0100
4928
520fa337
DM
4929pve-manager (3.0-2) unstable; urgency=low
4930
4931 * mark service vz optional in pve-manager init script
4932
4933 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Mar 2013 06:18:27 +0100
4934
91aa2c95
DM
4935pve-manager (3.0-1) unstable; urgency=low
4936
4937 * remove perl-suid dependency
4938
4939 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Mar 2013 08:36:57 +0100
4940
1904114e
DM
4941pve-manager (2.3-13) unstable; urgency=low
4942
4943 * network config: allow empty IP address/netmask
4944
4945 -- Proxmox Support Team <support@proxmox.com> Tue, 05 Mar 2013 06:47:40 +0100
4946
d09f6f7d
DM
4947pve-manager (2.3-12) unstable; urgency=low
4948
4949 * fix IP address verification (Undefined subroutine &Net::IP::ip_to_bin)
4950
4951 -- Proxmox Support Team <support@proxmox.com> Mon, 04 Mar 2013 06:56:12 +0100
4952
572c2d2b
DM
4953pve-manager (2.3-11) unstable; urgency=low
4954
4955 * bugfix #301 Add container hostname validation in GUI
4956
4957 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Mar 2013 06:23:59 +0100
4958
db37ad9b
DM
4959pve-manager (2.3-10) unstable; urgency=low
4960
4961 * fix cache selector: default cache is 'none'
4962
4963 -- Proxmox Support Team <support@proxmox.com> Mon, 25 Feb 2013 06:35:06 +0100
4964
adf8c213
DM
4965pve-manager (2.3-9) unstable; urgency=low
4966
4967 * fix bug #337: avoid warning with pvectl
4968
4969 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Feb 2013 06:11:38 +0100
4970
1332d281
DM
4971pve-manager (2.3-8) unstable; urgency=low
4972
4973 * Allow to set tablet option on the GUI
4974
4975 * use qcow2 format as default for directory and NFS storage
4976
4977 * cleanup RDB GUI (remove authsupported)
4978
4979 -- Proxmox Support Team <support@proxmox.com> Mon, 18 Feb 2013 13:39:47 +0100
4980
02035e61
DM
4981pve-manager (2.3-7) unstable; urgency=low
4982
4983 * fix javascript jslint warnings to make it work on all browsers.
3e56f673
DM
4984
4985 * use e1000 as default network card
8dc7024c
DM
4986
4987 * enable RBD on the GUI
23f92e94 4988
02035e61
DM
4989 -- Proxmox Support Team <support@proxmox.com> Thu, 31 Jan 2013 07:16:13 +0100
4990
257fe45e
DM
4991pve-manager (2.3-6) unstable; urgency=low
4992
4993 * pvestatd: avoid warning about uninitialized value
4994
4995 -- Proxmox Support Team <support@proxmox.com> Mon, 28 Jan 2013 12:19:34 +0100
4996
2a29deac
DM
4997pve-manager (2.3-5) unstable; urgency=low
4998
4999 * Display 'Resume' button when VM is 'paused'
5000
5001 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Jan 2013 06:23:06 +0100
5002
4388ec5c
DM
5003pve-manager (2.3-4) unstable; urgency=low
5004
5005 * add balloon GUI (dynamic memory)
5006
5007 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Jan 2013 12:58:58 +0100
5008
0883a378
DM
5009pve-manager (2.3-3) unstable; urgency=low
5010
40f546b9
DM
5011 * GUI: tasks - use better icon for open console
5012
0883a378
DM
5013 * implement auto-ballooning
5014
5015 -- Proxmox Support Team <support@proxmox.com> Thu, 20 Dec 2012 13:44:53 +0100
5016
c4fd929e
DM
5017pve-manager (2.3-2) unstable; urgency=low
5018
5019 * add HD resize feature to expand disks.
5020
5021 -- Proxmox Support Team <support@proxmox.com> Mon, 17 Dec 2012 13:03:15 +0100
5022
757fd3d5
DM
5023pve-manager (2.3-1) unstable; urgency=low
5024
5025 * support new qemu vma backup files
5026
5027 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Dec 2012 07:27:32 +0100
5028
7c5f127d
DM
5029pve-manager (2.2-32) unstable; urgency=low
5030
5031 * add new cpu types: Haswell and Opteron_G5
5032
5033 * remove rhel specific cpu types: cpu64-rhel6 and cpu64-rhel5
5034
5035 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Nov 2012 06:46:35 +0100
5036
d97c5983
DM
5037pve-manager (2.2-31) unstable; urgency=low
5038
5039 * Brazilian Transtalion (done by Maila Networks)
5040
5041 -- Proxmox Support Team <support@proxmox.com> Mon, 19 Nov 2012 13:17:23 +0100
5042
2d32003f
DM
5043pve-manager (2.2-30) unstable; urgency=low
5044
5045 * add Norwegian (Bokmal and Nynorsk) translations.
5046
5047 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Nov 2012 07:31:30 +0100
5048
e3ceeb18
DM
5049pve-manager (2.2-29) unstable; urgency=low
5050
5051 * fix bug #276: create root mount point
5052
5053 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Nov 2012 06:44:24 +0100
5054
24386563
DM
5055pve-manager (2.2-28) unstable; urgency=low
5056
5057 * remove hardcoded blowfish cipher
5058
5059 -- Proxmox Support Team <support@proxmox.com> Wed, 31 Oct 2012 14:01:54 +0100
5060
0ba26fb5
DM
5061pve-manager (2.2-27) unstable; urgency=low
5062
5063 * fix RRD images caching problems: new create_rrd_graph returns rrd
5064 png data inline - no need to read data from file.
5065
5066 -- Proxmox Support Team <support@proxmox.com> Wed, 31 Oct 2012 07:15:57 +0100
5067
9dbdda49
DM
5068pve-manager (2.2-26) unstable; urgency=low
5069
5070 * pvestatd: fix server reload (run at least 10 cycles)
5071
5072 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Oct 2012 13:08:20 +0100
5073
350b3b46
DM
5074pve-manager (2.2-25) unstable; urgency=low
5075
5076 * pvestatd: fix server reload (due to memory leak)
5077
5078 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Oct 2012 12:32:28 +0100
5079
6806a0f8
DM
5080pve-manager (2.2-24) unstable; urgency=low
5081
5082 * vncproxy: wait until vnc port is ready (avoid connection errors)
5083
5084 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Oct 2012 09:02:08 +0200
5085
739b444d
DM
5086pve-manager (2.2-23) unstable; urgency=low
5087
5088 * update link to new debian-6.0-proxmox-mailgateway_3.1-2_amd64.tar.gz
5089
5090 -- Proxmox Support Team <support@proxmox.com> Tue, 23 Oct 2012 10:27:18 +0200
5091
5b90f721
DM
5092pve-manager (2.2-22) unstable; urgency=low
5093
5094 * vzdump: also run 'backup-start' hook in snapshot mode
e109bf2e
DM
5095
5096 * update openvz appliance list
1d7334d2
DM
5097
5098 * add win8 to OS type selector
92fd515b
DM
5099
5100 * fix bug #205
5b90f721
DM
5101
5102 -- Proxmox Support Team <support@proxmox.com> Fri, 12 Oct 2012 06:07:12 +0200
5103
a2d33184
DM
5104pve-manager (2.2-21) unstable; urgency=low
5105
5106 * openvz console fix: create /var/run/dtach at pvedaemon startup
5107
5108 -- Proxmox Support Team <support@proxmox.com> Tue, 02 Oct 2012 10:10:55 +0200
5109
f9d4fc64
DM
5110pve-manager (2.2-20) unstable; urgency=low
5111
5112 * openvz: use real console instead of 'vzctl enter'
5113
5114 * openvz: remove init-logger pagers
5115
5116 * dpenend on dtach (used by openvz console)
5117
5118 * pvestatd: remove stale 'vzctl console' processes
5119
5120 -- Proxmox Support Team <support@proxmox.com> Tue, 02 Oct 2012 06:49:12 +0200
5121
4d37f8b4
DM
5122pve-manager (2.2-19) unstable; urgency=low
5123
5124 * fix bug 178: use new API call to get next free VMID
5125
5126 -- Proxmox Support Team <support@proxmox.com> Thu, 27 Sep 2012 09:45:06 +0200
5127
995ac416
DM
5128pve-manager (2.2-18) unstable; urgency=low
5129
5130 * add workaroud to correctly show scrollbars
5131
5132 -- Proxmox Support Team <support@proxmox.com> Wed, 26 Sep 2012 11:22:16 +0200
5133
13d5c117
DM
5134pve-manager (2.2-17) unstable; urgency=low
5135
5136 * add snapshot support to GUI
5137
5138 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Sep 2012 12:05:34 +0200
5139
79523013
DM
5140pve-manager (2.1-16) unstable; urgency=low
5141
5142 * vzrestore: allow --storage option
10cdf3ae
DM
5143
5144 * fix bug 178: correctly verify if VMID is already used
45314cad
DM
5145
5146 * GUI: allow to select SCSI disks when creating VMs (booting from SCSI
5147 disks works again)
79523013
DM
5148
5149 -- Proxmox Support Team <support@proxmox.com> Wed, 05 Sep 2012 08:04:28 +0200
5150
690a90b9
DM
5151pve-manager (2.1-15) unstable; urgency=low
5152
5153 * Slovenian translation (thanks to Dojan Borstnar)
5154
74184048
DM
5155 * new option to select SCSI controller hardware
5156
5157 * add SATA to GUI
5158
690a90b9
DM
5159 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Aug 2012 07:15:54 +0200
5160
5eec2b04
DM
5161pve-manager (2.1-14) unstable; urgency=low
5162
5163 * fix startup ordering
5164
5165 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Aug 2012 09:20:01 +0200
5166
f6af824a
DM
5167pve-manager (2.1-13) unstable; urgency=low
5168
5169 * update Danish translation
5170
5171 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Jul 2012 14:24:27 +0200
5172
cbb20c6e
DM
5173pve-manager (2.1-12) unstable; urgency=low
5174
5175 * pvestatd: use QMP to query detailed blockstats from KVM
5176
5177 -- Proxmox Support Team <support@proxmox.com> Fri, 13 Jul 2012 09:36:54 +0200
5178
fb1cf1bf
DM
5179pve-manager (2.1-11) unstable; urgency=low
5180
5181 * added Polish translation
5182
5183 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Jun 2012 06:55:34 +0200
5184
226edf6d
DM
5185pve-manager (2.1-10) unstable; urgency=low
5186
5187 * add Catalan translation
5188
5189 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Jun 2012 07:02:24 +0200
5190
3f12bcfb
DM
5191pve-manager (2.1-9) unstable; urgency=low
5192
5193 * use numeric sorting in startall
5194
5195 -- Proxmox Support Team <support@proxmox.com> Tue, 05 Jun 2012 06:16:06 +0200
5196
995853d0
DM
5197pve-manager (2.1-8) unstable; urgency=low
5198
5199 * also list pools with VM.Allocate permissions
5200
5201 -- Proxmox Support Team <support@proxmox.com> Wed, 30 May 2012 11:20:45 +0200
5202
336ec53a
DM
5203pve-manager (2.1-7) unstable; urgency=low
5204
5205 * fix vzdump --exclude-path (allow to read value from vzdump.conf)
5206
5207 -- Proxmox Support Team <support@proxmox.com> Wed, 30 May 2012 07:24:30 +0200
5208
18fb1962
DM
5209pve-manager (2.1-6) unstable; urgency=low
5210
5211 * include Danish translation
5212
5213 -- Proxmox Support Team <support@proxmox.com> Tue, 29 May 2012 07:24:41 +0200
5214
3003548f
DM
5215pve-manager (2.1-5) unstable; urgency=low
5216
5217 * fixes for new pve-access-control (Auth plugins).
5218
5219 -- Proxmox Support Team <support@proxmox.com> Tue, 22 May 2012 10:49:37 +0200
5220
5ad7ae4a
DM
5221pve-manager (2.1-4) unstable; urgency=low
5222
5223 * updated russian translation
5224
5225 -- Proxmox Support Team <support@proxmox.com> Mon, 21 May 2012 07:46:39 +0200
5226
59af6aee
DM
5227pve-manager (2.1-3) unstable; urgency=low
5228
5229 * fix vzdump parameter parser (allow --stdout)
5230
5231 -- Proxmox Support Team <support@proxmox.com> Wed, 02 May 2012 11:12:56 +0200
5232
61d4cbfe
DM
5233pve-manager (2.1-2) unstable; urgency=low
5234
5235 * set apache directory access options for all used dirs
5236
5237 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Apr 2012 11:00:49 +0200
5238
7cf19c43 5239pve-manager (2.1-1) unstable; urgency=low
05e3e996
DM
5240
5241 * added Turkish translation
5242
5243 -- Proxmox Support Team <support@proxmox.com> Thu, 26 Apr 2012 06:16:55 +0200
5244
ddb20c58
DM
5245pve-manager (2.0-64) unstable; urgency=low
5246
ccb7d4ba
DM
5247 * fix bug #179: set default button 'no' for dangerous actions, use
5248 warning icon for such actions
5249
5250 * fix bug #177: allow memory up to 512GB
da344f40
DM
5251
5252 * fix bug #174: add cpuunits to KVM options
ddb20c58
DM
5253
5254 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Apr 2012 08:09:23 +0200
5255
f13fe07f
DM
5256pve-manager (2.0-63) unstable; urgency=low
5257
5258 * fix bug 128: implement pvectl startall/stopall
bc8f054e
DM
5259
5260 * fix bug 171: activate storage before starting containers
f13fe07f
DM
5261
5262 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Apr 2012 10:02:54 +0200
5263
8fb7d745
DM
5264pve-manager (2.0-62) unstable; urgency=low
5265
5266 * fix bug #115: simplify GUI for users without permissions.
f51e8ddd
DM
5267
5268 * update Italian translation
8fb7d745
DM
5269
5270 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Apr 2012 10:37:05 +0200
5271
2c1b94cd 5272pve-manager (2.0-61) unstable; urgency=low
72da7de7
DM
5273
5274 * add Italian translation
5275
5276 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Apr 2012 10:10:02 +0200
5277
991f0a61
DM
5278pve-manager (2.0-59) unstable; urgency=low
5279
5280 * fix bug 158: move openvz scripts inside ocf resource agent
5281
5282 -- Proxmox Support Team <support@proxmox.com> Thu, 12 Apr 2012 11:04:38 +0200
5283
1133bd83
DM
5284pve-manager (2.0-58) unstable; urgency=low
5285
49254f90
DM
5286 * fix bug #141: allow to create backup job without compression
5287
1133bd83
DM
5288 * expose directsync drive cache option
5289
5290 * add Turkish keyboard layout
5291
5292 -- Proxmox Support Team <support@proxmox.com> Wed, 11 Apr 2012 08:38:59 +0200
5293
4eaa793b
DM
5294pve-manager (2.0-57) unstable; urgency=low
5295
5296 * fix support urls
5297
5298 -- Proxmox Support Team <support@proxmox.com> Thu, 05 Apr 2012 11:40:03 +0200
5299
a4326a6c
DM
5300pve-manager (2.0-56) unstable; urgency=low
5301
5302 * added Russian translation
5303
5304 -- Proxmox Support Team <support@proxmox.com> Thu, 05 Apr 2012 08:18:58 +0200
5305
0d201dfe
DM
5306pve-manager (2.0-55) unstable; urgency=low
5307
5308 * fix bug #135: allow single letter 'dns-name', allow to start names
5309 with numbers
b193e4ac
DM
5310
5311 * fix bug #137: API change! Return node name using 'node' property.
0d201dfe
DM
5312
5313 -- Proxmox Support Team <support@proxmox.com> Mon, 02 Apr 2012 12:13:33 +0200
5314
5f7b7950
DM
5315pve-manager (2.0-54) unstable; urgency=low
5316
5317 * use /etc/subscription to store subscription key
5318
5319 * use http_proxy settings for subscription updates
5320
5321 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Mar 2012 11:13:35 +0200
5322
cd73c63b
DM
5323pve-manager (2.0-53) unstable; urgency=low
5324
5325 * fix bug #117: automatically add domain to hostname when creating
5326 openvz containers.
5327
5328 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Mar 2012 10:19:57 +0200
5329
7a95afb9
DM
5330pve-manager (2.0-52) unstable; urgency=low
5331
5332 * fix Subscription code
5333
5334 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Mar 2012 09:32:32 +0200
5335
44147b3a
DM
5336pve-manager (2.0-51) unstable; urgency=low
5337
5338 * fix bug #55: add Migrate and Stop to context menu
5339
5340 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Mar 2012 13:12:19 +0200
5341
2cc2eaf2
DM
5342pve-manager (2.0-50) unstable; urgency=low
5343
5344 * kvm network: allow to configure VLAN Id on the GUI
5345
5346 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Mar 2012 07:11:55 +0200
5347
3f76170f
DM
5348pve-manager (2.0-49) unstable; urgency=low
5349
5350 * improve HA task display
5351
5352 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Mar 2012 12:35:00 +0200
5353
60a452f2
DM
5354pve-manager (2.0-48) unstable; urgency=low
5355
5356 * fix bug #97: execute 'clusvcadm' commands for HA managed CTs
5357
5358 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Mar 2012 10:59:33 +0200
5359
b3a1dbbb
DM
5360pve-manager (2.0-47) unstable; urgency=low
5361
5362 * fix bug 114: do not display 'nothing selected' after logout
5363
5364 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Mar 2012 13:28:09 +0200
5365
16b69b6c
DM
5366pve-manager (2.0-46) unstable; urgency=low
5367
5368 * code cleanups
5369
5370 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Mar 2012 10:38:33 +0200
5371
19d5c0f2
DM
5372pve-manager (2.0-45) unstable; urgency=low
5373
5374 * fix bug 124: correctly return maxfiles flag
5375
5376 * vzdump: use storage 'local' as default backup target (instead of using
5377 Openvz dump directory settings)
5378
5379 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Mar 2012 12:36:15 +0100
5380
899b8373
DM
5381pve-manager (2.0-44) unstable; urgency=low
5382
5383 * Disable automatic file removal on 'Backup now'
5384
5385 * Option 'maxfiles' is now a storage option (to specify the maximal
5386 number of allowed backups per VM)
5387
5388 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Mar 2012 10:03:23 +0100
5389
042b3736
DM
5390pve-manager (2.0-43) unstable; urgency=low
5391
5392 * vzdump: do not use tar flag --ignore-failed-read
5393
5394 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Mar 2012 06:42:07 +0100
5395
52878b0a
DM
5396pve-manager (2.0-42) unstable; urgency=low
5397
5398 * use Digest::SHA instead of Digest::SHA1
5399
5400 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Mar 2012 12:33:19 +0100
5401
d0525640
DM
5402pve-manager (2.0-41) unstable; urgency=low
5403
5404 * add Chinese translation
5405
5406 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Mar 2012 10:51:11 +0100
5407
a003717b
DM
5408pve-manager (2.0-40) unstable; urgency=low
5409
5410 * fix bug 22: correctly display openvz swap usage
5411
5412 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Mar 2012 16:00:32 +0100
5413
3d2af3eb
DM
5414pve-manager (2.0-39) unstable; urgency=low
5415
5416 * add Spanish translation
5417
5418 * Do not allow to select SCSI inside the VM creation wizard,
5419 because booting from SCSI does not work with current kvm version
5420
5421 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Mar 2012 10:49:12 +0100
5422
d93d0459
DM
5423pve-manager (2.0-38) unstable; urgency=low
5424
5425 * fix bug 101: vzdump use run_command to avoid locale errors
5426
5427 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Mar 2012 10:45:40 +0100
5428
2cbce2f4
DM
5429pve-manager (2.0-37) unstable; urgency=low
5430
5431 * updated fr translation
5432
5433 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Feb 2012 12:37:29 +0100
5434
493a4387
DM
5435pve-manager (2.0-36) unstable; urgency=low
5436
5437 * cleanup and fix openvz vswap handling
5438
5439 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Feb 2012 09:20:58 +0100
5440
56b47e66
DM
5441pve-manager (2.0-35) unstable; urgency=low
5442
5443 * avoid warning in pvestatd for containers with old config files
5444
5445 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Feb 2012 11:37:48 +0100
5446
f8b5f601
DM
5447pve-manager (2.0-34) unstable; urgency=low
5448
5449 * add Swedish keyboard layout
5450
5451 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Feb 2012 09:51:19 +0100
5452
e084c774
DM
5453pve-manager (2.0-33) unstable; urgency=low
5454
5455 * fix file upload permission checks
5456
5457 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Feb 2012 09:14:05 +0100
5458
45284c04
DM
5459pve-manager (2.0-32) unstable; urgency=low
5460
5461 * added French translation
5462
5463 * expose all ne CPU models on the GUI
5464
5465 * skip fuzzy translations (avoid wrong translation on GUI)
5466
5467 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Feb 2012 07:23:21 +0100
5468
c9164975
DM
5469pve-manager (2.0-31) unstable; urgency=low
5470
5471 * add template download GUI
5472
5473 * include turnkey appliances in download list.
5474
5475 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Feb 2012 11:45:07 +0100
5476
8710f280
DM
5477pve-manager (2.0-30) unstable; urgency=low
5478
5479 * add unmount button to openvz GUI
5480
5481 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Feb 2012 10:11:13 +0100
5482
4b808f69
DM
5483pve-manager (2.0-29) unstable; urgency=low
5484
5485 * fix datacenter options GUI
5486
5487 * fix German translation
5488
5489 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Feb 2012 06:52:32 +0100
5490
5c80f72c
DM
5491pve-manager (2.0-28) unstable; urgency=low
5492
5493 * another fix for vnc shell to nodes
5494
5495 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Feb 2012 06:06:55 +0100
5496
d553e535
DM
5497pve-manager (2.0-27) unstable; urgency=low
5498
5499 * fix vnc shell to nodes
5500
5501 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Feb 2012 08:21:00 +0100
5502
cf3e36c2
DM
5503pve-manager (2.0-26) unstable; urgency=low
5504
5505 * fix bug #1: allow to use iscsi devices directly
5506
5507 -- Proxmox Support Team <support@proxmox.com> Wed, 15 Feb 2012 10:54:50 +0100
5508
cc0b3dac
DM
5509pve-manager (2.0-25) unstable; urgency=low
5510
5511 * pveversion: display status of resource-agents-pve and fence-agents-pve
5512
5513 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Feb 2012 12:57:11 +0100
5514
d8340bb4
DM
5515pve-manager (2.0-24) unstable; urgency=low
5516
5517 * fix log viewer (correctly refresh display)
5518
5519 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Feb 2012 09:01:07 +0100
5520
593f25a8
DM
5521pve-manager (2.0-23) unstable; urgency=low
5522
5523 * fix openvz live migration
5524
5525 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Feb 2012 09:28:25 +0100
5526
b34b68c2
DM
5527pve-manager (2.0-22) unstable; urgency=low
5528
5529 * fix lint errors
5530
5531 * fix compression selector
5532
5533 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Feb 2012 12:26:39 +0100
5534
341e4b0b
DM
5535pve-manager (2.0-21) unstable; urgency=low
5536
5537 * fix postinst script (write correct /root/.forward)
5538
5539 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Feb 2012 11:13:58 +0100
5540
56ecfafd
DM
5541pve-manager (2.0-20) unstable; urgency=low
5542
efb38000
DM
5543 * improve user management
5544
5545 * implement permission checks
5546
5547 * improve backup GUI (allow to select lzo/gzip)
5548
5549 * add pools to resource list
5550
56ecfafd
DM
5551 * fix bug #85: allow root@pam to generate tickets for other users
5552
e771ec50
DM
5553 * fix bug #86: correctly decode cookie
5554
56ecfafd
DM
5555 -- Proxmox Support Team <support@proxmox.com> Tue, 17 Jan 2012 06:36:23 +0100
5556
3e4d4adf
DM
5557pve-manager (2.0-19) unstable; urgency=low
5558
5559 * depend on resource-agents-pve
5560
5561 * depend on fence-agents-pve
5fe5283f
DM
5562
5563 * fix Danish kvm keyboard name (use 'da' instead of 'dk')
3e4d4adf
DM
5564
5565 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Jan 2012 10:13:00 +0100
5566
a0af0132
DM
5567pve-manager (2.0-18) unstable; urgency=low
5568
5569 * add Datacenter summary
d07264e6
DM
5570
5571 * use NFS version 3 by default when creating a new NFS storage.
a0af0132
DM
5572
5573 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Dec 2011 10:39:34 +0100
5574
ca457ac1
DM
5575pve-manager (2.0-17) unstable; urgency=low
5576
5577 * new HA configuration panel
5578
5579 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Dec 2011 14:00:22 +0100
5580
51ed1415
DM
5581pve-manager (2.0-16) unstable; urgency=low
5582
5583 * improve OpenVZ API (impl. shutdown)
5584
5585 * improve HA resource agent
5586
5587 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Dec 2011 13:48:39 +0100
5588
7d06188a
DM
5589pve-manager (2.0-15) unstable; urgency=low
5590
5591 * add HA resource agent
5592
5593 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Dec 2011 10:18:20 +0100
5594
8b711be0
DM
5595pve-manager (2.0-14) unstable; urgency=low
5596
5597 * add Japanese translation (many thanks to Koichi!)
5598
5599 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Dec 2011 11:11:25 +0100
5600
0618d446
DM
5601pve-manager (2.0-13) unstable; urgency=low
5602
5603 * implemente openvz migration ('pvectl migrate')
5604
5605 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Dec 2011 10:37:28 +0100
5606
d29415f4
DM
5607pve-manager (2.0-12) unstable; urgency=low
5608
5609 * minor bug fixes
5610
5611 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Nov 2011 10:12:20 +0100
5612
ec5b32a8
DM
5613pve-manager (2.0-11) unstable; urgency=low
5614
5615 * start i18n support
5616
5617 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Nov 2011 09:23:00 +0100
5618
257a819b
DM
5619pve-manager (2.0-10) unstable; urgency=low
5620
5621 * add context menus
5622
5623 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Nov 2011 12:46:44 +0100
5624
3d50a5a0
DM
5625pve-manager (2.0-9) unstable; urgency=low
5626
5627 * improved GUI
5628
5629 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Nov 2011 13:42:04 +0100
5630
38735ae8
DM
5631pve-manager (2.0-8) unstable; urgency=low
5632
5633 * implement vzdump and backup/restore GUI
5634
5635 * implement qemu monitor
5636
5637 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Nov 2011 09:58:56 +0100
5638
9056e748
DM
5639pve-manager (2.0-7) unstable; urgency=low
5640
5641 * imlement openvz GUI
5642
5643 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Oct 2011 13:56:03 +0200
5644
c2ee4da3
DM
5645pve-manager (2.0-6) unstable; urgency=low
5646
5647 * implemented openvz vnc console
5648
5649 * fix bug #4, #5, #6 and #8
5650
5651 -- Proxmox Support Team <support@proxmox.com> Wed, 05 Oct 2011 10:52:53 +0200
5652
099e5477
DM
5653pve-manager (2.0-5) unstable; urgency=low
5654
5655 * implemented openvz create wizard
5656
5657 * avoid error in dpkg triggers
5658
5659 -- Proxmox Support Team <support@proxmox.com> Tue, 04 Oct 2011 07:03:50 +0200
5660
aff192e6
DM
5661pve-manager (2.0-4) unstable; urgency=low
5662
5663 * fixes in pvestatd
5664
5665 -- Proxmox Support Team <support@proxmox.com> Fri, 05 Aug 2011 08:56:07 +0200
5666
5667pve-manager (2.0-3) unstable; urgency=low
5668
5669 * implemented storage configuration interface
5670
5671 -- Proxmox Support Team <support@proxmox.com> Fri, 29 Jul 2011 08:59:14 +0200
5672
5673pve-manager (2.0-2) unstable; urgency=low
5674
5675 * fix console size
5676
5677 * fix dns network editor
5678
5679 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Jun 2011 12:39:18 +0200
5680
5681pve-manager (2.0-1) unstable; urgency=low
5682
5683 * prototype for 2.0
5684
5685 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Feb 2010 10:17:25 +0100
5686
5687pve-manager (1.5-7) unstable; urgency=low
5688
5689 * correctly display cpu usage and avoid warning about undefined values.
5690
5691 * display 'used' bytes in storage browser.
5692
5693 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Feb 2010 10:30:14 +0100
5694
5695pve-manager (1.5-6) unstable; urgency=low
5696
5697 * correctly display uptime for kernel 2.6.18
5698
5699 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Feb 2010 14:22:10 +0100
5700
5701pve-manager (1.5-5) unstable; urgency=low
5702
5703 * updated russian translation
5704
5705 * updated japanese translation
5706
5707 -- Proxmox Support Team <support@proxmox.com> Fri, 15 Jan 2010 10:18:58 +0100
5708
5709pve-manager (1.5-4) unstable; urgency=low
5710
5711 * fix small bug in template list
5712
5713 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Jan 2010 14:40:12 +0100
5714
5715pve-manager (1.5-3) unstable; urgency=low
5716
5717 * updated appliance template list
5718
5719 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Jan 2010 10:22:24 +0100
5720
5721pve-manager (1.5-2) unstable; urgency=low
5722
5723 * add CPUs settings for OpenVZ (work now withe kernel 2.6.18)
5724
5725 -- Proxmox Support Team <support@proxmox.com> Tue, 12 Jan 2010 09:42:08 +0100
5726
5727pve-manager (1.5-1) unstable; urgency=low
5728
5729 * updated vietnamese translations
5730
5731 * show all bridges (0-999) when creating KVM VMs
5732
5733 * show all installed pve kernels with pveversion
5734
5735 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Dec 2009 09:52:36 +0100
5736
5737pve-manager (1.4-10) unstable; urgency=low
5738
5739 * updated brasilian translation
5740
5741 -- Proxmox Support Team <support@proxmox.com> Mon, 02 Nov 2009 12:04:02 +0100
5742
5743pve-manager (1.4-9) unstable; urgency=low
5744
5745 * minor GUI updates
5746
5747 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Oct 2009 09:41:26 +0200
5748
5749pve-manager (1.4-8) unstable; urgency=low
5750
5751 * updated italian translation
5752
5753 * list backup files on web interface
5754
5755 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Oct 2009 13:36:52 +0200
5756
5757pve-manager (1.4-7) unstable; urgency=low
5758
5759 * separate page/memu for ISO uploads (for new storage model)
5760
5761 * fix pveversion bug
5762
5763 -- Proxmox Support Team <support@proxmox.com> Wed, 07 Oct 2009 13:10:30 +0200
5764
5765pve-manager (1.4-6) unstable; urgency=low
5766
5767 * support new storage model for backup configuration
5768
5769 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Sep 2009 12:54:55 +0200
5770
5771pve-manager (1.4-5) unstable; urgency=low
5772
5773 * updated Vietnamese translations
5774
5775 * support up to 1000 bridges
5776
5777 * avoid excessive logs in pevtunnel
5778
5779 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Sep 2009 10:34:31 +0200
5780
5781pve-manager (1.4-4) unstable; urgency=low
5782
5783 * updated Vietnamese translations
5784
5785 * fix SOAP serializer bug
5786
5787 -- Proxmox Support Team <support@proxmox.com> Thu, 17 Sep 2009 13:07:39 +0200
5788
5789pve-manager (1.4-3) unstable; urgency=low
5790
5791 * added Vietnamese and Polish translations
5792
5793 -- Proxmox Support Team <support@proxmox.com> Wed, 16 Sep 2009 11:05:31 +0200
5794
5795pve-manager (1.4-2) unstable; urgency=low
5796
5797 * support new socket/cores feature
5798
5799 -- Proxmox Support Team <support@proxmox.com> Tue, 15 Sep 2009 11:48:32 +0200
5800
5801pve-manager (1.4-1) unstable; urgency=low
5802
5803 * use new storage manager framework
5804
5805 * implemented SOAP authentication framework (use tickets)
5806
5807 * depend on libterm-readline-gnu-perl
5808
5809 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jul 2009 14:44:30 +0200
5810
5811pve-manager (1.3-1) unstable; urgency=low
5812
5813 * recompile for 1.3
5814
5815 -- Proxmox Support Team <support@proxmox.com> Tue, 02 Jun 2009 14:26:25 +0200
5816
5817pve-manager (1.2-2) unstable; urgency=low
5818
5819 * depend on netcat-traditional, conflict with netcat-openbsd
5820
5821 -- Proxmox Support Team <support@proxmox.com> Wed, 13 May 2009 10:13:11 +0200
5822
5823pve-manager (1.2-1) unstable; urgency=low
5824
5825 * prepare for debian lenny
5826
5827 * move /var/www/* to /usr/share/pve-manager/*
5828
5829 * use externale libjs-prototype library
5830
5831 * remove NoCachePNG.pm (we do not use it)
5832
5833 * use 'configure' instead of hardcoded paths in makefile
5834
5835 * pve.conf.in - substitute paths with configure
5836
5837 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Apr 2009 08:07:53 +0200
5838
5839pve-manager (1.1-4) unstable; urgency=low
5840
5841 * add 'stardate' option for kvm
5842
5843 -- Proxmox Support Team <support@proxmox.com> Mon, 2 Feb 2009 09:51:40 +0100
5844
5845pve-manager (1.1-3) unstable; urgency=low
5846
5847 * set max memory to 64GB
5848
5849 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Jan 2009 08:18:53 +0100
5850
5851pve-manager (1.1-1) unstable; urgency=low
5852
5853 * do not start container when setting passwords
5854
5855 * Avoids ghost tasks when PIDs are recycled
5856
5857 * logfile viewer: filter some terminal escape codes
5858
5859 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Jan 2009 13:03:17 +0100
5860
5861pve-manager (1.0-11) unstable; urgency=low
5862
5863 * added chinese translation
5864
5865 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Dec 2008 09:31:45 +0100
5866
5867pve-manager (1.0-10) unstable; urgency=low
5868
5869 * fix broken vznetaddbr script
5870
5871 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Nov 2008 12:50:50 +0100
5872
5873pve-manager (1.0-9) unstable; urgency=low
5874
5875 * fix shell metacharacter problem
5876
5877 * new vznetaddbr script
5878
5879 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Nov 2008 12:53:18 +0100
5880
5881pve-manager (1.0-8) unstable; urgency=low
5882
5883 * fix RFB protocol problems
5884
5885 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Nov 2008 13:16:54 +0100
5886
5887pve-manager (1.0-7) unstable; urgency=low
5888
5889 * small fixes
5890
5891 -- Proxmox Support Team <support@proxmox.com> Tue, 11 Nov 2008 11:04:22 +0100
5892
5893pve-manager (1.0-1) unstable; urgency=low
5894
5895 * many update, bug fixes, new languages
5896
5897 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Oct 2008 10:58:58 +0200
5898
5899pve-manager (0.9-4) unstable; urgency=low
5900
5901 * updates for new kvm, bug fixes
5902
5903 -- Proxmox Support Team <support@proxmox.com> Tue, 22 Jul 2008 10:23:10 +0200
5904
5905pve-manager (0.9-1) unstable; urgency=low
5906
5907 * initial import
5908
5909 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Nov 2007 13:15:54 +0100
5910