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