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