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