]> git.proxmox.com Git - pve-installer.git/blob - debian/changelog
3076ce092df7371fa23205fc176e9faa5b0fe261
[pve-installer.git] / debian / changelog
1 proxmox-installer (8.1.0) bookworm; urgency=medium
2
3 * various improvements for the TUI installer:
4 - fix #4856: bootdisk: use correct defaults in advanced dialog.
5 - fix incorrect scrolling of form view contents.
6 - don't abort install if minimum memory requirement is not met, allow
7 the user to override this just like in the GTK based installer.
8 - add "Deselect All" button to ZFS and Btrfs multiple disk selection.
9 - improve FQDN validation.
10 - improve bootdisk dialog error handling.
11 - add RAID setup checks for ZFS/Btrfs.
12 - password: include minimum password length in error message.
13 - network: select matching NIC for IP configuration.
14 - setup: fix disk size for 4Kn block devices.
15 - setup: handle missing disk block size gracefully.
16 - update count down of auto-reboot timeout every second like the GTK based
17 installer does.
18 - fix various typos.
19
20 * disk partitioning: fix checking the answer for the to-small-disk prompt.
21
22 * raid setup: btrfs: do not allow legacy BIOS boot on 4Kn disks, like it's
23 already checked for LVM and ZFS.
24
25 * fix #4869: Add marker to the network interfaces that are in an UP-state in
26 the management interface selection.
27
28 * re-use hostname from the runtime environment, if available. For now, this
29 info comes from the DHCP lease only.
30
31 * fix #4829: install: add new ZFS `arc_max` setup option and set the default
32 for Proxmox VE installations via a new heuristic, targetting 10 % of
33 memory, not 50 % and clamp this to minimum 64 MiB and maxmimum 16 GiB.
34 This ensures that most memory is available for virtual guests, the primary
35 use case of Proxmox VE.
36
37 * install correct grub metapackage for the current boot-mode.
38
39 -- Proxmox Support Team <support@proxmox.com> Sat, 11 Nov 2023 14:31:49 +0100
40
41 proxmox-installer (8.0.14) bookworm; urgency=medium
42
43 * pmg: disable clamav-clamonacc.service by default on installation
44
45 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Jun 2023 18:39:41 +0200
46
47 proxmox-installer (8.0.13) bookworm; urgency=medium
48
49 * tui: only show warning for missing hyper-visor CPU flags for PVE
50
51 * tui: block & notify if same disk gets selected twice for Btrfs or ZFS
52
53 * tui: persist disk selection for ZFS and Btrfs
54
55 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Jun 2023 16:19:33 +0200
56
57 proxmox-installer (8.0.11) bookworm; urgency=medium
58
59 * tui: hide max-vz and max-root inputs if product isn't PVE to be consistent
60 with the GTK based installer.
61
62 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Jun 2023 21:39:45 +0200
63
64 proxmox-installer (8.0.10) bookworm; urgency=medium
65
66 * tui: use product for default hostname
67
68 * tui: boot disks: filter out Btrfs if setup-info disallows it, like for
69 Proxmox Mail Gateway or Proxmox Backup Server currently.
70
71 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Jun 2023 19:09:07 +0200
72
73 proxmox-installer (8.0.9) bookworm; urgency=medium
74
75 * tui: switch to `f64` for disk sizes for full range of values
76
77 * tui: wrap multi-disk selection in scrollable view
78
79 * tui: disable automatic text wrapping for form labels
80
81 * tui: add some info to unknown UI messages
82
83 * tui: do not auto reboot on failures
84
85 * gtk: raid disk selector: separate UI state from config state to avoid
86 messing with the order of selection
87
88 * align metadata size and rootdisk size to 4 MiB
89
90 * fix space calculation for small disks for pve product
91
92 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2023 16:48:18 +0200
93
94 proxmox-installer (8.0.8) bookworm; urgency=medium
95
96 * Revert "critic: lazily read directories via <> glob"
97
98 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2023 10:48:12 +0200
99
100 proxmox-installer (8.0.7) bookworm; urgency=medium
101
102 * fix checking the response of the prompt, which is now returning a boolean.
103 This fixes an issue where the user was prompted for small root disk space
104 or if renaming the PVE VG is ok, but the installer always aborted.
105
106 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2023 07:38:24 +0200
107
108 proxmox-installer (8.0.6) bookworm; urgency=medium
109
110 * tui: remove underline-effect from advanced disk setup titles
111
112 * tui: clamp max LVM disk size to size of selected disk
113
114 * tui: fix ability to type commas
115
116 * tui: do not fail completely on invalid domain names
117
118 * tui: always use mail@example.invalid as default email address
119
120 * run env: re-used cached version to speed up GUI installer start
121
122 * log: record when and that the log got initialized and add some more
123 logging, especially at start up
124
125 * tui: improve ipv6 handling
126
127 * tui: focus next button by default
128
129 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Jun 2023 18:42:27 +0200
130
131 proxmox-installer (8.0.5) bookworm; urgency=medium
132
133 * various fixes for the TUI:
134 - make HVM extension not being present a non-fatal warning
135 - do not fail completely on invalid domain names
136 - make disk swap-, max-root-, max-data- and min-lvm-free-size optional
137 falling back to the proxinstall automatic smart defaults in that case.
138 - make auto-deteced network routes optional
139 - skip serializing empty fields for install config
140 - set detected keyboard layout at installer launch
141 - only focus summary table if it can be scrolled
142 - refresh summary view if it is switched back to
143 - make reboot-after-install checkbox default to enabled
144 - redirect TUI stderr output to tty2
145 - use non-slanted logo
146 - implement auto-reboot after installation
147
148 * config: fix missing include of Log module and avoid warning if no country
149 was detected
150
151 * run env: make addresses optional, include all interfaces
152
153 * fix #4643: show a confirmation dialog when clicking abort
154
155 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Jun 2023 13:22:38 +0200
156
157 proxmox-installer (8.0.4) bookworm; urgency=medium
158
159 * re-add Encode module for decoding EULA in GTK installer
160
161 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Jun 2023 22:02:57 +0200
162
163 proxmox-installer (8.0.3) bookworm; urgency=medium
164
165 * switch to native versioning
166
167 * Add Terminal User Interface (TUI) based installer written in Rust, using
168 the Cursive toolkit.
169
170 * A variety of fixes and refactoring to prepare for more flexible ways of
171 triggering an installation
172
173 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Jun 2023 21:37:09 +0200
174
175 proxmox-installer (8.0-2) bookworm; urgency=medium
176
177 * fix call to logical_blocksize
178
179 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Jun 2023 11:16:18 +0200
180
181 proxmox-installer (8.0-1) bookworm; urgency=medium
182
183 * fix typo in error message
184
185 * checktime: output expected and wrong times for better UX
186
187 * refactor and split up installer code in modules, in preparation of more
188 installer modi/UIs
189
190 * call Gtk3::init manually, not on perl module load
191
192 * call setupcon when starting-up final installer environment, applying the
193 UTF-8 charset.
194
195 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Jun 2023 09:39:09 +0200
196
197 proxmox-installer (7.4-2) bullseye; urgency=medium
198
199 * d/control: depend on renamed and split-out proxmox-kernel-helper
200
201 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Mar 2023 21:15:56 +0100
202
203 proxmox-installer (7.4-1) bullseye; urgency=medium
204
205 * zfs: fix wrong command reference in error message
206
207 * parition boot disk: use 1 GiB for ESP if root disk has 100+ GB space
208
209 * fix #4430: allow users to select the UTC timezone
210
211 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Mar 2023 12:40:57 +0100
212
213 proxmox-installer (7.3-1) bullseye; urgency=medium
214
215 * lvm create: improve rounding of target root LV size by aligning it down to
216 the 4MB boundary to ensure that LVM doesn't try to over allocates by one
217 extent.
218
219 * align computed swap size down to 4 MB to avoid oddly specific sizes and
220 issues with LVM rounding PEs up on creation
221
222 * lvm create: leave 4 MB space unallocated space for small disks (<= 32GB)
223 too
224
225 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Nov 2022 07:24:09 +0100
226
227 proxmox-installer (7.2-3) bullseye; urgency=medium
228
229 * create lvm: improve rounding/alignment
230
231 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Nov 2022 16:51:40 +0100
232
233 proxmox-installer (7.2-1) bullseye; urgency=medium
234
235 * zfs compression - fix wrongly added zle option
236
237 * fix #4236: split disk space check into soft and hard limits, warn
238 below 8 GB but only hard fail on 2 GB - which can never work
239
240 * fine tune swap selection for low memory/space setups
241
242 * lvm create: rework auto-space distribution and improve for low size
243 setups. Avoid a per-default extra free space block if the disk has
244 less than 32 GB of total space. Use the full rest size for root if
245 it's below 12 GB, not much of a point in setting up a data thin LVM
246 for guests then. Then also show a display message if no thin LVM is
247 created to inform the admin.
248
249 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Nov 2022 10:44:33 +0100
250
251 proxmox-installer (7.1-2) bullseye; urgency=medium
252
253 * disks: raid: avoid restting hdsize when reopening options
254
255 * drop trying to enable timesyncd, wrong since chrony switch & unnecessary
256 anyway
257
258 * remove /mnt/hostrun after install to avoid lingering directory
259
260 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Apr 2022 08:08:47 +0200
261
262 proxmox-installer (7.1-1) bullseye; urgency=medium
263
264 * init:
265 + add missing newline for chorny log message
266 + add hint that GUI should start and where to find potential errors
267 + do not sync on actual reboot, was already done after installation
268 finished
269
270 * proxmox-boot-preparation: add newline to /etc/kernel/cmdline
271
272 * display disk size with 2 decimal places
273
274 * zfs create: default to relatime
275
276 * fix #3905: allow lze/gzip/zstd compression for ZFS
277
278 * zfs: allow RAID0 with different-sized disks
279
280 * fix #3188: update hdsize spin-button on disk-selection change
281
282 * fix #3587: make hdsize configurable for btrfs setups
283
284 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Apr 2022 14:17:52 +0200
285
286 proxmox-installer (7.0-7) bullseye; urgency=medium
287
288 * Revert "bridged network: set bridge HW-address to port one", to subtle to
289 do as static configuration
290
291 * avoid copying packages into ram, bind-mount into target chroot and extract
292 directly
293
294 * unconfigured: avoid doing the reset "sysrq" if possible, prefer a normal
295 reboot system call.
296
297 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Jul 2021 12:16:27 +0200
298
299 proxmox-installer (7.0-6) bullseye; urgency=medium
300
301 * bridged network: set bridge HW-address (MAC) to the one of the physical
302 port
303
304 * unconfigured: ifupdown is not used anymore, cope with that
305
306 * unconfigured: do not unmount /dev to early on shutdown
307
308 * unconfigured: only log about swap if there's actually one we can deactivate
309
310 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Jul 2021 13:21:09 +0200
311
312 proxmox-installer (7.0-4) bullseye; urgency=medium
313
314 * clean disk: sort blockdevs by length to clean depth-first
315
316 * lvcreate: pass --yes to ensure wipesignatures is answered with go-
317 for-it
318
319 * try to make LVM less noisy regarding leaked file-descriptors
320
321 * network: sync bridge option names with pve-common
322
323 -- Proxmox Support Team <support@proxmox.com> Thu, 24 Jun 2021 11:04:45 +0200
324
325 proxmox-installer (7.0-3) bullseye; urgency=medium
326
327 * pid1: shutdown: send a more friendly TERM signal first
328
329 * Proxmox VE: enable BTRFS support on installation as technology preview
330
331 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Jun 2021 23:03:22 +0200
332
333 proxmox-installer (7.0-2) bullseye; urgency=medium
334
335 * lvm: always tell lvm to wipe the signatures
336
337 * clean disk: pass all partitions separately to wipe2fs, as else it won't
338 bother cleaning up child ones
339
340 * disk preparation: make progress report for cleaning up disks slightly more
341 granular
342
343 * unconfigured: handle being the new PID 1
344
345 * unconfigured: heuristically detect high-dpi and adapt debugshell font and
346 GDK_SCALE for the wizard in that case
347
348 -- Proxmox Support Team <support@proxmox.com> Tue, 15 Jun 2021 15:07:04 +0200
349
350 proxmox-installer (7.0-1) bullseye; urgency=medium
351
352 * unify installer packages into single binary-package
353
354 * use wipefs to really clean the disks used for the root filesystem, as with
355 wiping only the partions through sgdik, things like LVS refuse to operate
356 if they find traces of existing LVs.
357
358 * override grub default config via installer instead of separate grub
359 package
360
361 * re-build for Debian 11 Bullseye based releases
362
363 -- Proxmox Support Team <support@proxmox.com> Tue, 25 May 2021 19:54:34 +0200
364
365 pve-installer (6.4-2) pmg pve; urgency=medium
366
367 * zfs: assume that all devices are boot devices as firmware is weird and
368 sometimes allows booting only from certain devices, which we cannot know
369 here, and potentially only the boot partition could be corrupted/broken/...
370 in which case another dev in the raid 0 could allow successful booting
371
372 * legacy BIOS: boot ZFS indirectly using proxmox-boot-tool and the vfat based
373 ESP as the primary boot partition to avoid issues with the ZFS
374 implementation of GRUB.
375
376 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Apr 2021 18:53:55 +0200
377
378 pve-installer (6.4-1) pmg pve; urgency=medium
379
380 * fix #2518: disk selector: add "deselect all" button if there are
381 more than three disks
382
383 * avoid triggering keyboard layout auto-selection heuristic if it was
384 changed explicitly
385
386 * partially fix #2804: set debug-console keymap on language selection
387
388 * fix #3223: fix hardcoded port value in success page html
389
390 * fix #3165: start chrony after DHCP client for an opportunistic time-sync
391
392 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Mar 2021 19:47:08 +0100
393
394 pve-installer (6.3-2) pmg pve; urgency=medium
395
396 * minor spelling/grammar fixes all over the place
397
398 * do not configure VT keyboard layout during installation, may hang the
399 installer
400
401 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Nov 2020 15:03:14 +0100
402
403 pve-installer (6.3-1) pmg pve; urgency=medium
404
405 * fix #2925: edit /etc/kernel/cmdline unconditionally
406
407 * set console keymap on language selection
408
409 * fix #3057: remove ext3 option from installer
410
411 * pbs: actually write out email to user.cfg
412
413 * network: replace dot notation netmask with CIDR notation as primary input
414
415 * fix #3093: allow one to automatically reboot on installation success
416
417 -- Proxmox Support Team <support@proxmox.com> Sun, 08 Nov 2020 19:35:45 +0100
418
419 pve-installer (6.2-3) pmg pve; urgency=medium
420
421 * fix #2804: add a root shell on tty3
422
423 * pbs: update installation html texts
424
425 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 15:37:04 +0200
426
427 pve-installer (6.2-2) pmg pve; urgency=medium
428
429 * write out network configuration in CIDR notation
430
431 * create default DS
432
433 -- Proxmox Support Team <support@proxmox.com> Mon, 25 May 2020 21:10:33 +0200
434
435 pve-installer (6.2-1) pmg pve; urgency=medium
436
437 * unconfigured: don't trap "bad" debug-shell exits
438
439 -- Proxmox Support Team <support@proxmox.com> Sun, 10 May 2020 21:21:10 +0200
440
441 pve-installer (6.1-4) pmg pve; urgency=medium
442
443 * unconfigured: allow pseudo terminals, mount devpts
444
445 * start installer window always in full screen mode
446
447 * improve spice integration
448
449 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Apr 2020 19:40:23 +0200
450
451 pve-installer (6.1-3) pmg pve; urgency=medium
452
453 * fix behavior if ZFS disks have no /dev/by-id path
454
455 * restrict admin email to same format as the JSONSchema
456
457 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Mar 2020 10:57:49 +0100
458
459 pve-installer (6.1-2) pmg pve; urgency=medium
460
461 * add all ZFS vdevs with stable by-id device path
462
463 * fix #1211: allow installation on 4k-native (4kn) disks booting with UEFI
464
465 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Nov 2019 19:20:45 +0100
466
467 pve-installer (6.1-1) pmg pve; urgency=medium
468
469 * raise postifx main.cf compatibility_level to 2
470
471 * ensure /etc/aliases.db is generated
472
473 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Nov 2019 10:35:42 +0100
474
475 pve-installer (6.0-9) pmg pve; urgency=medium
476
477 * fix #2313: load country.dat file with utf8 encoding
478
479 -- Proxmox Support Team <support@proxmox.com> Sat, 17 Aug 2019 10:31:38 +0200
480
481 pve-installer (6.0-8) pmg pve; urgency=medium
482
483 * success screen: show real final IP addr with port
484
485 * handle bootloader installation errors gracefully
486
487 * efiboot: remove redundant call to zz-pve-efiboot
488
489 -- Proxmox Support Team <support@proxmox.com> Thu, 25 Jul 2019 12:40:37 +0200
490
491 pve-installer (6.0-5) pmg pve; urgency=medium
492
493 * hd_list: skip all devices with iso9660 as FS
494
495 * mount efivarfs to ensure we can read bigger EFI NVRAM backed variables
496
497 * fix #1603: create a new and unique machine-id
498
499 * copy /etc/hostid from installer root to target
500
501 * prompt user if a vgrename is OK for exisiting 'pve'/'pmg' VGs
502
503 * use pve-efiboot-tool for systemd boot ESP preparation
504
505 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2019 19:22:31 +0200
506
507 pve-installer (6.0-4) pmg pve; urgency=medium
508
509 * update systemd-boot config after initializing esps
510
511 * clear zpool labels on selected disks' partitions
512
513 * use by-id diskpath for zpool create
514
515 * warn if host memory is less than 1 GB
516
517 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jul 2019 18:10:06 +0200
518
519 pve-installer (6.0-3) pmg pve; urgency=medium
520
521 * add support for ZFS on EFI
522
523 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Jun 2019 14:03:21 +0200
524
525 pve-installer (6.0-2) pmg pve; urgency=medium
526
527 * add note regarding issues with ZFS on HW raid controller
528
529 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Jun 2019 10:27:54 +0200
530
531 pve-installer (6.0-1) pmg pve; urgency=medium
532
533 * bump for Debian Buster
534
535 -- Proxmox Support Team <support@proxmox.com> Wed, 22 May 2019 10:02:08 +0200
536
537 pve-installer (5.0-26) unstable; urgency=medium
538
539 * ipconf view: only (re)set fields if nic really changed
540
541 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Mar 2019 14:39:35 +0100
542
543 pve-installer (5.0-25) unstable; urgency=medium
544
545 * add support for Citrix Hypervisor blockdev
546
547 * Fix #2009: Recreate hdsize_adj with new hdsize
548
549 * implement previous button
550
551 * implement summary/acknowledgement screen
552
553 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Mar 2019 16:36:13 +0100
554
555 pve-installer (5.0-24) unstable; urgency=medium
556
557 * change last button to 'Install'
558
559 * Reset adjustment for spinbutton_hdsize
560
561 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Nov 2018 16:09:14 +0100
562
563 pve-installer (5.0-23) unstable; urgency=medium
564
565 * do not create a swap zvol
566
567 * unify and adapt disk partitioning
568
569 * fix #1527: Use 'iso-codes' package country naming
570
571 * allow more than 26 SCSI disk devices.
572
573 * fix various grammar and spelling errors
574
575 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Nov 2018 09:49:44 +0100
576
577 pve-installer (5.0-22) unstable; urgency=medium
578
579 * fix #1241: ensure at least 1G of thinpool metadata
580
581 * handle swapsize=0 correctly
582
583 * handle maxvz=0 correctly
584
585 * handle minfree=0 correctly
586
587 * handle local-only LVM setup
588
589 -- Proxmox Support Team <support@proxmox.com> Fri, 11 May 2018 13:17:42 +0200
590
591 pve-installer (5.0-21) unstable; urgency=medium
592
593 * ipconf.htm: remove pve product name
594
595 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Jan 2018 07:57:26 +0100
596
597 pve-installer (5.0-20) unstable; urgency=medium
598
599 * proxinstall: only display option maxroot for product pve
600
601 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Dec 2017 07:43:41 +0100
602
603 pve-installer (5.0-19) unstable; urgency=medium
604
605 * allow all valid netmasks
606
607 * html-pmg/extract1-license.htm: fix typo
608
609 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Dec 2017 11:19:10 +0100
610
611 pve-installer (5.0-18) unstable; urgency=medium
612
613 * proxinstall - only creat ezfs data pool for product pve
614
615 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Nov 2017 09:53:18 +0100
616
617 pve-installer (5.0-17) unstable; urgency=medium
618
619 * include svg files for installer banner
620
621 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Nov 2017 13:12:25 +0100
622
623 pve-installer (5.0-16) unstable; urgency=medium
624
625 * pmg: fix lvm volume sizes
626
627 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Nov 2017 10:26:38 +0100
628
629 pve-installer (5.0-15) unstable; urgency=medium
630
631 * dispaly info pages for 15 seconds
632
633 * Revert "change clamav daily database name to daily.cld"
634
635 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Nov 2017 09:29:16 +0100
636
637 pve-installer (5.0-14) unstable; urgency=medium
638
639 * correctly set PermitRootLogin in sshd_config
640
641 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 14:15:16 +0100
642
643 pve-installer (5.0-13) unstable; urgency=medium
644
645 * change clamav daily database name to daily.cld
646
647 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 12:31:13 +0100
648
649 pve-installer (5.0-12) unstable; urgency=medium
650
651 * pmg: write admin email to /etc/pmg/pmg.conf
652
653 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 10:26:59 +0100
654
655 pve-installer (5.0-11) unstable; urgency=medium
656
657 * pmg: write user.conf to correct location
658
659 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 09:56:40 +0100
660
661 pve-installer (5.0-10) unstable; urgency=medium
662
663 * bump version for testing
664
665 * implement proxmox mail gateway installation
666
667 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 08:05:02 +0100
668
669 pve-installer (5.0-8) unstable; urgency=medium
670
671 * add support for multiple products (pve, pmg)
672
673 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Nov 2017 12:47:44 +0100
674
675 pve-installer (5.0-7) unstable; urgency=medium
676
677 * kill dhclient before rebooting
678
679 * ZFS: explicitly export rpool after installation
680
681 * fix #1479: detect missing KVM support
682
683 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Oct 2017 10:56:30 +0200
684
685 pve-installer (5.0-6) unstable; urgency=medium
686
687 * fix console-setup
688
689 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Aug 2017 13:58:22 +0200
690
691 pve-installer (5.0-5) unstable; urgency=medium
692
693 * allow installing without active network devices
694
695 * fix bug in handling of invalid GeoIP results
696
697 -- Proxmox Support Team <support@proxmox.com> Wed, 9 Aug 2017 09:41:36 +0200
698
699 pve-installer (5.0-4) unstable; urgency=medium
700
701 * rework password and email text
702
703 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Jun 2017 09:49:38 +0200
704
705 pve-installer (5.0-3) unstable; urgency=medium
706
707 * let raid dialogue grow if > 4 disks
708
709 * add initial check for NICs
710
711 * ignore link-local addresses
712
713 * clean disks prior to formatting
714
715 * explicitly mount ESP as vfat
716
717 * zero start of partitions after formatting disk
718
719 * fix XFS mount options
720
721 -- Proxmox Support Team <support@proxmox.com> Fri, 5 May 2017 12:11:22 +0200
722
723 pve-installer (5.0-2) unstable; urgency=medium
724
725 * always select a NIC, even if DHCP fails
726
727 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Mar 2017 09:44:30 +0100
728
729 pve-installer (5.0-1) unstable; urgency=medium
730
731 * rebuild for PVE 5.0
732
733 * fix #1239: enhance swap on ZFS setup
734
735 * use iproute2, support interface selection
736
737 * get DHCP leases on all interfaces
738
739 * only require grub-efi to succeed if booted using UEFI
740
741 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Mar 2017 13:03:43 +0100
742
743 pve-installer (4.0-16) unstable; urgency=medium
744
745 * actually use more than 8 disks if selected
746
747 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Dec 2016 10:05:54 +0100
748
749 pve-installer (4.0-15) unstable; urgency=medium
750
751 * use explicit partition starts
752
753 * bump EFI partition size to 256M
754
755 * compute_swapsize: add return statement
756
757 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Dec 2016 09:12:20 +0100
758
759 pve-installer (4.0-14) unstable; urgency=medium
760
761 * bump version for new RELEASE=4.4
762
763 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Dec 2016 12:03:00 +0100
764
765 pve-installer (4.0-13) unstable; urgency=medium
766
767 * add default invalid mail address
768
769 * refactor disk setup
770
771 * add advanced ZFS options
772
773 * fix #1190: allow ZFS mirrors with slightly different sizes
774
775 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Dec 2016 10:48:19 +0100
776
777 pve-installer (4.0-12) unstable; urgency=medium
778
779 * fix update_progress while extracting files
780
781 * assume root file system is writable (overlayfs)
782
783 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Sep 2016 13:12:33 +0200
784
785 pve-installer (4.0-11) unstable; urgency=medium
786
787 * use unsquashfs instead of tar
788
789 -- Proxmox Support Team <support@proxmox.com> Wed, 31 Aug 2016 08:49:30 +0200
790
791 pve-installer (4.0-10) unstable; urgency=medium
792
793 * Fix #1054: error on purely numeric hostnames
794
795 * update layout, use new logo
796
797 -- Proxmox Support Team <support@proxmox.com> Tue, 09 Aug 2016 09:46:31 +0200
798
799 pve-installer (4.0-8) unstable; urgency=medium
800
801 * restrict hdsize if requested
802
803 -- Proxmox Support Team <support@proxmox.com> Sun, 06 Mar 2016 09:04:44 +0100
804
805 pve-installer (4.0-7) unstable; urgency=medium
806
807 * use lvmthin for data volume
808
809 * create zfs subpool (rpool/data) as VM/CT storage
810
811 * create better default storage configiguration
812
813 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Mar 2016 07:16:16 +0100
814
815 pve-installer (4.0-6) unstable; urgency=medium
816
817 * install EFI fallback boot file (OVMF does not boot without)
818
819 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Dec 2015 10:39:46 +0100
820
821 pve-installer (4.0-5) unstable; urgency=medium
822
823 * allow up to 8 zfs disks
824
825 * enable systemd-timesyncd.service by default
826
827 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Nov 2015 09:07:20 +0100
828
829 pve-installer (4.0-4) unstable; urgency=medium
830
831 * add ipv6 support
832
833 -- Proxmox Support Team <support@proxmox.com> Tue, 06 Oct 2015 08:22:45 +0200
834
835 pve-installer (4.0-3) unstable; urgency=medium
836
837 * zpool create: use cachefile=none
838
839 * do not mention LVM snapshots
840
841 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Sep 2015 12:17:57 +0200
842
843 pve-installer (4.0-2) unstable; urgency=medium
844
845 * add xfs support
846
847 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jun 2015 11:57:06 +0200
848
849 pve-installer (4.0-1) unstable; urgency=medium
850
851 * updates for debian jessie
852
853 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jun 2015 11:56:54 +0200
854
855 pve-installer (3.3-3) unstable; urgency=low
856
857 * support ZFS
858
859 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Jan 2015 09:39:28 +0100
860
861 pve-installer (3.3-2) unstable; urgency=low
862
863 * support UEFI systems
864
865 * add new 'Options' Dialog
866
867 * do not install xorg.conf (not needed, and makes problems with EFI boot)
868
869 -- Proxmox Support Team <support@proxmox.com> Wed, 01 Oct 2014 09:16:03 +0200
870
871 pve-installer (3.3-1) unstable; urgency=low
872
873 * update path for 3.3 release
874
875 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Sep 2014 12:08:14 +0200
876
877 pve-installer (3.0-2) unstable; urgency=low
878
879 * always use GUID partition tables
880
881 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jan 2014 16:00:25 +0100
882
883 pve-installer (3.0-1) unstable; urgency=low
884
885 * updates for debian wheezy
886
887 * use webkit instead of gthhtml2
888
889 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Mar 2013 06:39:42 +0100
890
891 pve-installer (2.3-6) unstable; urgency=low
892
893 * fix hdsize algorythm
894
895 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Mar 2013 10:32:00 +0100
896
897 pve-installer (2.0-5) unstable; urgency=low
898
899 * add 'hdsize' boot parameter to specify maximum size used.
900
901 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Nov 2012 06:18:55 +0100
902
903 pve-installer (2.0-4) unstable; urgency=low
904
905 * fix bug #226 && #227: new minfree and maxvz boot options
906
907 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Jul 2012 05:51:47 +0200
908
909 pve-installer (2.0-3) unstable; urgency=low
910
911 * increase free space on LVM up to 16GB
912
913 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Feb 2012 11:59:55 +0100
914
915 pve-installer (2.0-2) unstable; urgency=low
916
917 * support new kernel parameter 'ext4' switch (use ext4 instead of ext3)
918
919 * use 'ext3' by default
920
921 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Aug 2011 12:58:27 +0200
922
923 pve-installer (2.0-1) unstable; urgency=low
924
925 * use ext4 fs
926
927 * align LVM on 128k boundary
928
929 * use 'parted' to create partitions
930
931 * support > 2TB disks (use GPT partition tables)
932
933 * mount with barrier=0 during install (speedup)
934
935 * write keyboard settings to /etc/pve-installer.cfg
936
937 * adjust for pve2
938
939 * avoid to run update-grub or update-initramfs during install
940
941 * use --no-triggers for faster unpack
942
943 * also mount sysfs to /target/sys
944
945 * do not write /etc/default/grub - not really needed
946
947 * we now use openbox instead of metacity
948
949 * wait one second after partitioning (give kernel time to reread part
950 table)
951
952 * use update-initramfs -c (instead of -u)
953
954 * do not write /etc/apache2/ports.conf (not really needed)
955
956 * enable apache port redirect (a2ensite pve-redirect.conf)
957
958 -- Proxmox Support Team <support@proxmox.com> Mon, 15 Feb 2010 14:09:46 +0100
959
960 pve-installer (1.0-9) unstable; urgency=low
961
962 * fix netmask bug
963
964 * use 'udevadm info' to detect disks
965
966 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Jan 2010 13:13:11 +0100
967
968 pve-installer (1.0-8) unstable; urgency=low
969
970 * use UUID= for /boot in fstab
971
972 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Jan 2010 13:11:58 +0100
973
974 pve-installer (1.0-7) unstable; urgency=low
975
976 * unconfigured.sh: use -q flag for modprobe
977
978 * proxinstall: use 'removable' flag on older kernels (instead
979 of 'capability') to detect cdroms.
980
981 -- Proxmox Support Team <support@proxmox.com> Fri, 04 Dec 2009 18:03:59 +0100
982
983 pve-installer (1.0-6) unstable; urgency=low
984
985 * pass --no-floppy to grub-install (some users reported delays)
986
987 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Jun 2009 10:48:37 +0200
988
989 pve-installer (1.0-5) unstable; urgency=low
990
991 * fixes for debian lenny
992
993 * support dynamically allocated virtio blk devices
994
995 -- Proxmox Support Team <support@proxmox.com> Fri, 08 May 2009 16:53:42 +0200
996
997 pve-installer (1.0-4) unstable; urgency=low
998
999 * proxinstall: better postfix configuration
1000
1001 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Jan 2009 12:21:13 +0100
1002
1003 pve-installer (1.0-3) unstable; urgency=low
1004
1005 * ause grub instead of lilo
1006
1007 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Aug 2008 14:39:57 +0200
1008
1009 pve-installer (1.0-2) stable; urgency=low
1010
1011 * proxinstall (extract_data): added maxroot and swapsize boot parameters,
1012 set bridge parameters (stp = on, fd = 0)
1013
1014 -- Proxmox Support Team <support@proxmox.com> Tue, 8 Jul 2008 06:54:03 +0200
1015
1016 pve-installer (1.0-1) stable; urgency=low
1017
1018 * initial release
1019
1020 -- Proxmox Support Team <support@proxmox.com> Mon, 19 Nov 2007 15:48:05 +0100
1021