]> git.proxmox.com Git - pve-installer.git/blob - debian/changelog
b0ead39fc3612ebe145159bf771f0ac48e59ce9e
[pve-installer.git] / debian / changelog
1 proxmox-installer (7.0-2) bullseye; urgency=medium
2
3 * lvm: always tell lvm to wipe the signatures
4
5 * clean disk: pass all partitions separately to wipe2fs, as else it won't
6 bother cleaning up child ones
7
8 * disk preparation: make progress report for cleaning up disks slightly more
9 granular
10
11 * unconfigured: handle being the new PID 1
12
13 * unconfigured: heuristically detect high-dpi and adapt debugshell font and
14 GDK_SCALE for the wizard in that case
15
16 -- Proxmox Support Team <support@proxmox.com> Tue, 15 Jun 2021 15:07:04 +0200
17
18 proxmox-installer (7.0-1) bullseye; urgency=medium
19
20 * unify installer packages into single binary-package
21
22 * use wipefs to really clean the disks used for the root filesystem, as with
23 wiping only the partions through sgdik, things like LVS refuse to operate
24 if they find traces of existing LVs.
25
26 * override grub default config via installer instead of separate grub
27 package
28
29 * re-build for Debian 11 Bullseye based releases
30
31 -- Proxmox Support Team <support@proxmox.com> Tue, 25 May 2021 19:54:34 +0200
32
33 pve-installer (6.4-2) pmg pve; urgency=medium
34
35 * zfs: assume that all devices are boot devices as firmware is weird and
36 sometimes allows booting only from certain devices, which we cannot know
37 here, and potentially only the boot partition could be corrupted/broken/...
38 in which case another dev in the raid 0 could allow successful booting
39
40 * legacy BIOS: boot ZFS indirectly using proxmox-boot-tool and the vfat based
41 ESP as the primary boot partition to avoid issues with the ZFS
42 implementation of GRUB.
43
44 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Apr 2021 18:53:55 +0200
45
46 pve-installer (6.4-1) pmg pve; urgency=medium
47
48 * fix #2518: disk selector: add "deselect all" button if there are
49 more than three disks
50
51 * avoid triggering keyboard layout auto-selection heuristic if it was
52 changed explicitly
53
54 * partially fix #2804: set debug-console keymap on language selection
55
56 * fix #3223: fix hardcoded port value in success page html
57
58 * fix #3165: start chrony after DHCP client for an opportunistic time-sync
59
60 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Mar 2021 19:47:08 +0100
61
62 pve-installer (6.3-2) pmg pve; urgency=medium
63
64 * minor spelling/grammar fixes all over the place
65
66 * do not configure VT keyboard layout during installation, may hang the
67 installer
68
69 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Nov 2020 15:03:14 +0100
70
71 pve-installer (6.3-1) pmg pve; urgency=medium
72
73 * fix #2925: edit /etc/kernel/cmdline unconditionally
74
75 * set console keymap on language selection
76
77 * fix #3057: remove ext3 option from installer
78
79 * pbs: actually write out email to user.cfg
80
81 * network: replace dot notation netmask with CIDR notation as primary input
82
83 * fix #3093: allow one to automatically reboot on installation success
84
85 -- Proxmox Support Team <support@proxmox.com> Sun, 08 Nov 2020 19:35:45 +0100
86
87 pve-installer (6.2-3) pmg pve; urgency=medium
88
89 * fix #2804: add a root shell on tty3
90
91 * pbs: update installation html texts
92
93 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 15:37:04 +0200
94
95 pve-installer (6.2-2) pmg pve; urgency=medium
96
97 * write out network configuration in CIDR notation
98
99 * create default DS
100
101 -- Proxmox Support Team <support@proxmox.com> Mon, 25 May 2020 21:10:33 +0200
102
103 pve-installer (6.2-1) pmg pve; urgency=medium
104
105 * unconfigured: don't trap "bad" debug-shell exits
106
107 -- Proxmox Support Team <support@proxmox.com> Sun, 10 May 2020 21:21:10 +0200
108
109 pve-installer (6.1-4) pmg pve; urgency=medium
110
111 * unconfigured: allow pseudo terminals, mount devpts
112
113 * start installer window always in full screen mode
114
115 * improve spice integration
116
117 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Apr 2020 19:40:23 +0200
118
119 pve-installer (6.1-3) pmg pve; urgency=medium
120
121 * fix behavior if ZFS disks have no /dev/by-id path
122
123 * restrict admin email to same format as the JSONSchema
124
125 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Mar 2020 10:57:49 +0100
126
127 pve-installer (6.1-2) pmg pve; urgency=medium
128
129 * add all ZFS vdevs with stable by-id device path
130
131 * fix #1211: allow installation on 4k-native (4kn) disks booting with UEFI
132
133 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Nov 2019 19:20:45 +0100
134
135 pve-installer (6.1-1) pmg pve; urgency=medium
136
137 * raise postifx main.cf compatibility_level to 2
138
139 * ensure /etc/aliases.db is generated
140
141 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Nov 2019 10:35:42 +0100
142
143 pve-installer (6.0-9) pmg pve; urgency=medium
144
145 * fix #2313: load country.dat file with utf8 encoding
146
147 -- Proxmox Support Team <support@proxmox.com> Sat, 17 Aug 2019 10:31:38 +0200
148
149 pve-installer (6.0-8) pmg pve; urgency=medium
150
151 * success screen: show real final IP addr with port
152
153 * handle bootloader installation errors gracefully
154
155 * efiboot: remove redundant call to zz-pve-efiboot
156
157 -- Proxmox Support Team <support@proxmox.com> Thu, 25 Jul 2019 12:40:37 +0200
158
159 pve-installer (6.0-5) pmg pve; urgency=medium
160
161 * hd_list: skip all devices with iso9660 as FS
162
163 * mount efivarfs to ensure we can read bigger EFI NVRAM backed variables
164
165 * fix #1603: create a new and unique machine-id
166
167 * copy /etc/hostid from installer root to target
168
169 * prompt user if a vgrename is OK for exisiting 'pve'/'pmg' VGs
170
171 * use pve-efiboot-tool for systemd boot ESP preparation
172
173 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2019 19:22:31 +0200
174
175 pve-installer (6.0-4) pmg pve; urgency=medium
176
177 * update systemd-boot config after initializing esps
178
179 * clear zpool labels on selected disks' partitions
180
181 * use by-id diskpath for zpool create
182
183 * warn if host memory is less than 1 GB
184
185 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jul 2019 18:10:06 +0200
186
187 pve-installer (6.0-3) pmg pve; urgency=medium
188
189 * add support for ZFS on EFI
190
191 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Jun 2019 14:03:21 +0200
192
193 pve-installer (6.0-2) pmg pve; urgency=medium
194
195 * add note regarding issues with ZFS on HW raid controller
196
197 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Jun 2019 10:27:54 +0200
198
199 pve-installer (6.0-1) pmg pve; urgency=medium
200
201 * bump for Debian Buster
202
203 -- Proxmox Support Team <support@proxmox.com> Wed, 22 May 2019 10:02:08 +0200
204
205 pve-installer (5.0-26) unstable; urgency=medium
206
207 * ipconf view: only (re)set fields if nic really changed
208
209 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Mar 2019 14:39:35 +0100
210
211 pve-installer (5.0-25) unstable; urgency=medium
212
213 * add support for Citrix Hypervisor blockdev
214
215 * Fix #2009: Recreate hdsize_adj with new hdsize
216
217 * implement previous button
218
219 * implement summary/acknowledgement screen
220
221 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Mar 2019 16:36:13 +0100
222
223 pve-installer (5.0-24) unstable; urgency=medium
224
225 * change last button to 'Install'
226
227 * Reset adjustment for spinbutton_hdsize
228
229 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Nov 2018 16:09:14 +0100
230
231 pve-installer (5.0-23) unstable; urgency=medium
232
233 * do not create a swap zvol
234
235 * unify and adapt disk partitioning
236
237 * fix #1527: Use 'iso-codes' package country naming
238
239 * allow more than 26 SCSI disk devices.
240
241 * fix various grammar and spelling errors
242
243 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Nov 2018 09:49:44 +0100
244
245 pve-installer (5.0-22) unstable; urgency=medium
246
247 * fix #1241: ensure at least 1G of thinpool metadata
248
249 * handle swapsize=0 correctly
250
251 * handle maxvz=0 correctly
252
253 * handle minfree=0 correctly
254
255 * handle local-only LVM setup
256
257 -- Proxmox Support Team <support@proxmox.com> Fri, 11 May 2018 13:17:42 +0200
258
259 pve-installer (5.0-21) unstable; urgency=medium
260
261 * ipconf.htm: remove pve product name
262
263 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Jan 2018 07:57:26 +0100
264
265 pve-installer (5.0-20) unstable; urgency=medium
266
267 * proxinstall: only display option maxroot for product pve
268
269 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Dec 2017 07:43:41 +0100
270
271 pve-installer (5.0-19) unstable; urgency=medium
272
273 * allow all valid netmasks
274
275 * html-pmg/extract1-license.htm: fix typo
276
277 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Dec 2017 11:19:10 +0100
278
279 pve-installer (5.0-18) unstable; urgency=medium
280
281 * proxinstall - only creat ezfs data pool for product pve
282
283 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Nov 2017 09:53:18 +0100
284
285 pve-installer (5.0-17) unstable; urgency=medium
286
287 * include svg files for installer banner
288
289 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Nov 2017 13:12:25 +0100
290
291 pve-installer (5.0-16) unstable; urgency=medium
292
293 * pmg: fix lvm volume sizes
294
295 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Nov 2017 10:26:38 +0100
296
297 pve-installer (5.0-15) unstable; urgency=medium
298
299 * dispaly info pages for 15 seconds
300
301 * Revert "change clamav daily database name to daily.cld"
302
303 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Nov 2017 09:29:16 +0100
304
305 pve-installer (5.0-14) unstable; urgency=medium
306
307 * correctly set PermitRootLogin in sshd_config
308
309 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 14:15:16 +0100
310
311 pve-installer (5.0-13) unstable; urgency=medium
312
313 * change clamav daily database name to daily.cld
314
315 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 12:31:13 +0100
316
317 pve-installer (5.0-12) unstable; urgency=medium
318
319 * pmg: write admin email to /etc/pmg/pmg.conf
320
321 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 10:26:59 +0100
322
323 pve-installer (5.0-11) unstable; urgency=medium
324
325 * pmg: write user.conf to correct location
326
327 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 09:56:40 +0100
328
329 pve-installer (5.0-10) unstable; urgency=medium
330
331 * bump version for testing
332
333 * implement proxmox mail gateway installation
334
335 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 08:05:02 +0100
336
337 pve-installer (5.0-8) unstable; urgency=medium
338
339 * add support for multiple products (pve, pmg)
340
341 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Nov 2017 12:47:44 +0100
342
343 pve-installer (5.0-7) unstable; urgency=medium
344
345 * kill dhclient before rebooting
346
347 * ZFS: explicitly export rpool after installation
348
349 * fix #1479: detect missing KVM support
350
351 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Oct 2017 10:56:30 +0200
352
353 pve-installer (5.0-6) unstable; urgency=medium
354
355 * fix console-setup
356
357 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Aug 2017 13:58:22 +0200
358
359 pve-installer (5.0-5) unstable; urgency=medium
360
361 * allow installing without active network devices
362
363 * fix bug in handling of invalid GeoIP results
364
365 -- Proxmox Support Team <support@proxmox.com> Wed, 9 Aug 2017 09:41:36 +0200
366
367 pve-installer (5.0-4) unstable; urgency=medium
368
369 * rework password and email text
370
371 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Jun 2017 09:49:38 +0200
372
373 pve-installer (5.0-3) unstable; urgency=medium
374
375 * let raid dialogue grow if > 4 disks
376
377 * add initial check for NICs
378
379 * ignore link-local addresses
380
381 * clean disks prior to formatting
382
383 * explicitly mount ESP as vfat
384
385 * zero start of partitions after formatting disk
386
387 * fix XFS mount options
388
389 -- Proxmox Support Team <support@proxmox.com> Fri, 5 May 2017 12:11:22 +0200
390
391 pve-installer (5.0-2) unstable; urgency=medium
392
393 * always select a NIC, even if DHCP fails
394
395 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Mar 2017 09:44:30 +0100
396
397 pve-installer (5.0-1) unstable; urgency=medium
398
399 * rebuild for PVE 5.0
400
401 * fix #1239: enhance swap on ZFS setup
402
403 * use iproute2, support interface selection
404
405 * get DHCP leases on all interfaces
406
407 * only require grub-efi to succeed if booted using UEFI
408
409 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Mar 2017 13:03:43 +0100
410
411 pve-installer (4.0-16) unstable; urgency=medium
412
413 * actually use more than 8 disks if selected
414
415 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Dec 2016 10:05:54 +0100
416
417 pve-installer (4.0-15) unstable; urgency=medium
418
419 * use explicit partition starts
420
421 * bump EFI partition size to 256M
422
423 * compute_swapsize: add return statement
424
425 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Dec 2016 09:12:20 +0100
426
427 pve-installer (4.0-14) unstable; urgency=medium
428
429 * bump version for new RELEASE=4.4
430
431 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Dec 2016 12:03:00 +0100
432
433 pve-installer (4.0-13) unstable; urgency=medium
434
435 * add default invalid mail address
436
437 * refactor disk setup
438
439 * add advanced ZFS options
440
441 * fix #1190: allow ZFS mirrors with slightly different sizes
442
443 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Dec 2016 10:48:19 +0100
444
445 pve-installer (4.0-12) unstable; urgency=medium
446
447 * fix update_progress while extracting files
448
449 * assume root file system is writable (overlayfs)
450
451 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Sep 2016 13:12:33 +0200
452
453 pve-installer (4.0-11) unstable; urgency=medium
454
455 * use unsquashfs instead of tar
456
457 -- Proxmox Support Team <support@proxmox.com> Wed, 31 Aug 2016 08:49:30 +0200
458
459 pve-installer (4.0-10) unstable; urgency=medium
460
461 * Fix #1054: error on purely numeric hostnames
462
463 * update layout, use new logo
464
465 -- Proxmox Support Team <support@proxmox.com> Tue, 09 Aug 2016 09:46:31 +0200
466
467 pve-installer (4.0-8) unstable; urgency=medium
468
469 * restrict hdsize if requested
470
471 -- Proxmox Support Team <support@proxmox.com> Sun, 06 Mar 2016 09:04:44 +0100
472
473 pve-installer (4.0-7) unstable; urgency=medium
474
475 * use lvmthin for data volume
476
477 * create zfs subpool (rpool/data) as VM/CT storage
478
479 * create better default storage configiguration
480
481 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Mar 2016 07:16:16 +0100
482
483 pve-installer (4.0-6) unstable; urgency=medium
484
485 * install EFI fallback boot file (OVMF does not boot without)
486
487 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Dec 2015 10:39:46 +0100
488
489 pve-installer (4.0-5) unstable; urgency=medium
490
491 * allow up to 8 zfs disks
492
493 * enable systemd-timesyncd.service by default
494
495 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Nov 2015 09:07:20 +0100
496
497 pve-installer (4.0-4) unstable; urgency=medium
498
499 * add ipv6 support
500
501 -- Proxmox Support Team <support@proxmox.com> Tue, 06 Oct 2015 08:22:45 +0200
502
503 pve-installer (4.0-3) unstable; urgency=medium
504
505 * zpool create: use cachefile=none
506
507 * do not mention LVM snapshots
508
509 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Sep 2015 12:17:57 +0200
510
511 pve-installer (4.0-2) unstable; urgency=medium
512
513 * add xfs support
514
515 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jun 2015 11:57:06 +0200
516
517 pve-installer (4.0-1) unstable; urgency=medium
518
519 * updates for debian jessie
520
521 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jun 2015 11:56:54 +0200
522
523 pve-installer (3.3-3) unstable; urgency=low
524
525 * support ZFS
526
527 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Jan 2015 09:39:28 +0100
528
529 pve-installer (3.3-2) unstable; urgency=low
530
531 * support UEFI systems
532
533 * add new 'Options' Dialog
534
535 * do not install xorg.conf (not needed, and makes problems with EFI boot)
536
537 -- Proxmox Support Team <support@proxmox.com> Wed, 01 Oct 2014 09:16:03 +0200
538
539 pve-installer (3.3-1) unstable; urgency=low
540
541 * update path for 3.3 release
542
543 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Sep 2014 12:08:14 +0200
544
545 pve-installer (3.0-2) unstable; urgency=low
546
547 * always use GUID partition tables
548
549 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jan 2014 16:00:25 +0100
550
551 pve-installer (3.0-1) unstable; urgency=low
552
553 * updates for debian wheezy
554
555 * use webkit instead of gthhtml2
556
557 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Mar 2013 06:39:42 +0100
558
559 pve-installer (2.3-6) unstable; urgency=low
560
561 * fix hdsize algorythm
562
563 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Mar 2013 10:32:00 +0100
564
565 pve-installer (2.0-5) unstable; urgency=low
566
567 * add 'hdsize' boot parameter to specify maximum size used.
568
569 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Nov 2012 06:18:55 +0100
570
571 pve-installer (2.0-4) unstable; urgency=low
572
573 * fix bug #226 && #227: new minfree and maxvz boot options
574
575 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Jul 2012 05:51:47 +0200
576
577 pve-installer (2.0-3) unstable; urgency=low
578
579 * increase free space on LVM up to 16GB
580
581 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Feb 2012 11:59:55 +0100
582
583 pve-installer (2.0-2) unstable; urgency=low
584
585 * support new kernel parameter 'ext4' switch (use ext4 instead of ext3)
586
587 * use 'ext3' by default
588
589 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Aug 2011 12:58:27 +0200
590
591 pve-installer (2.0-1) unstable; urgency=low
592
593 * use ext4 fs
594
595 * align LVM on 128k boundary
596
597 * use 'parted' to create partitions
598
599 * support > 2TB disks (use GPT partition tables)
600
601 * mount with barrier=0 during install (speedup)
602
603 * write keyboard settings to /etc/pve-installer.cfg
604
605 * adjust for pve2
606
607 * avoid to run update-grub or update-initramfs during install
608
609 * use --no-triggers for faster unpack
610
611 * also mount sysfs to /target/sys
612
613 * do not write /etc/default/grub - not really needed
614
615 * we now use openbox instead of metacity
616
617 * wait one second after partitioning (give kernel time to reread part
618 table)
619
620 * use update-initramfs -c (instead of -u)
621
622 * do not write /etc/apache2/ports.conf (not really needed)
623
624 * enable apache port redirect (a2ensite pve-redirect.conf)
625
626 -- Proxmox Support Team <support@proxmox.com> Mon, 15 Feb 2010 14:09:46 +0100
627
628 pve-installer (1.0-9) unstable; urgency=low
629
630 * fix netmask bug
631
632 * use 'udevadm info' to detect disks
633
634 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Jan 2010 13:13:11 +0100
635
636 pve-installer (1.0-8) unstable; urgency=low
637
638 * use UUID= for /boot in fstab
639
640 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Jan 2010 13:11:58 +0100
641
642 pve-installer (1.0-7) unstable; urgency=low
643
644 * unconfigured.sh: use -q flag for modprobe
645
646 * proxinstall: use 'removable' flag on older kernels (instead
647 of 'capability') to detect cdroms.
648
649 -- Proxmox Support Team <support@proxmox.com> Fri, 04 Dec 2009 18:03:59 +0100
650
651 pve-installer (1.0-6) unstable; urgency=low
652
653 * pass --no-floppy to grub-install (some users reported delays)
654
655 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Jun 2009 10:48:37 +0200
656
657 pve-installer (1.0-5) unstable; urgency=low
658
659 * fixes for debian lenny
660
661 * support dynamically allocated virtio blk devices
662
663 -- Proxmox Support Team <support@proxmox.com> Fri, 08 May 2009 16:53:42 +0200
664
665 pve-installer (1.0-4) unstable; urgency=low
666
667 * proxinstall: better postfix configuration
668
669 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Jan 2009 12:21:13 +0100
670
671 pve-installer (1.0-3) unstable; urgency=low
672
673 * ause grub instead of lilo
674
675 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Aug 2008 14:39:57 +0200
676
677 pve-installer (1.0-2) stable; urgency=low
678
679 * proxinstall (extract_data): added maxroot and swapsize boot parameters,
680 set bridge parameters (stp = on, fd = 0)
681
682 -- Proxmox Support Team <support@proxmox.com> Tue, 8 Jul 2008 06:54:03 +0200
683
684 pve-installer (1.0-1) stable; urgency=low
685
686 * initial release
687
688 -- Proxmox Support Team <support@proxmox.com> Mon, 19 Nov 2007 15:48:05 +0100
689