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