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