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