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