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