]> git.proxmox.com Git - pve-installer.git/blobdiff - debian/changelog
merge installer into single package
[pve-installer.git] / debian / changelog
index 68394ac7d915330d56b2b68e22e798a06b661b7b..e933b3ff1ce89b0353e496570c3f75722062c0db 100644 (file)
@@ -1,3 +1,261 @@
+pve-installer (6.4-2) pmg pve; urgency=medium
+
+  * zfs: assume that all devices are boot devices as firmware is weird and
+    sometimes allows booting only from certain devices, which we cannot know
+    here, and potentially only the boot partition could be corrupted/broken/...
+    in which case another dev in the raid 0 could allow successful booting
+
+  * legacy BIOS: boot ZFS indirectly using proxmox-boot-tool and the vfat based
+    ESP as the primary boot partition to avoid issues with the ZFS
+    implementation of GRUB.
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 26 Apr 2021 18:53:55 +0200
+
+pve-installer (6.4-1) pmg pve; urgency=medium
+
+  * fix #2518: disk selector: add "deselect all" button if there are
+    more than three disks
+
+  * avoid triggering keyboard layout auto-selection heuristic if it was
+    changed explicitly
+
+  * partially fix #2804: set debug-console keymap on language selection
+
+  * fix #3223: fix hardcoded port value in success page html
+
+  * fix #3165: start chrony after DHCP client for an opportunistic time-sync
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 26 Mar 2021 19:47:08 +0100
+
+pve-installer (6.3-2) pmg pve; urgency=medium
+
+  * minor spelling/grammar fixes all over the place
+
+  * do not configure VT keyboard layout during installation, may hang the
+    installer
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 10 Nov 2020 15:03:14 +0100
+
+pve-installer (6.3-1) pmg pve; urgency=medium
+
+  * fix #2925: edit /etc/kernel/cmdline unconditionally
+
+  * set console keymap on language selection
+
+  * fix #3057: remove ext3 option from installer
+
+  * pbs: actually write out email to user.cfg
+
+  * network: replace dot notation netmask with CIDR notation as primary input
+
+  * fix #3093: allow one to automatically reboot on installation success
+
+ -- Proxmox Support Team <support@proxmox.com>  Sun, 08 Nov 2020 19:35:45 +0100
+
+pve-installer (6.2-3) pmg pve; urgency=medium
+
+  * fix #2804: add a root shell on tty3
+
+  * pbs: update installation html texts
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 07 Jul 2020 15:37:04 +0200
+
+pve-installer (6.2-2) pmg pve; urgency=medium
+
+  * write out network configuration in CIDR notation
+
+  * create default DS
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 25 May 2020 21:10:33 +0200
+
+pve-installer (6.2-1) pmg pve; urgency=medium
+
+  * unconfigured: don't trap "bad" debug-shell exits
+
+ -- Proxmox Support Team <support@proxmox.com>  Sun, 10 May 2020 21:21:10 +0200
+
+pve-installer (6.1-4) pmg pve; urgency=medium
+
+  * unconfigured: allow pseudo terminals, mount devpts
+
+  * start installer window always in full screen mode
+
+  * improve spice integration
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 24 Apr 2020 19:40:23 +0200
+
+pve-installer (6.1-3) pmg pve; urgency=medium
+
+  * fix behavior if ZFS disks have no /dev/by-id path
+
+  * restrict admin email to same format as the JSONSchema
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 06 Mar 2020 10:57:49 +0100
+
+pve-installer (6.1-2) pmg pve; urgency=medium
+
+  * add all ZFS vdevs with stable by-id device path
+
+  * fix #1211: allow installation on 4k-native (4kn) disks booting with UEFI
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 27 Nov 2019 19:20:45 +0100
+
+pve-installer (6.1-1) pmg pve; urgency=medium
+
+  * raise postifx main.cf compatibility_level to 2
+
+  * ensure /etc/aliases.db is generated
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 20 Nov 2019 10:35:42 +0100
+
+pve-installer (6.0-9) pmg pve; urgency=medium
+
+  * fix #2313: load country.dat file with utf8 encoding
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 17 Aug 2019 10:31:38 +0200
+
+pve-installer (6.0-8) pmg pve; urgency=medium
+
+  * success screen: show real final IP addr with port
+
+  * handle bootloader installation errors gracefully
+
+  * efiboot: remove redundant call to zz-pve-efiboot
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 25 Jul 2019 12:40:37 +0200
+
+pve-installer (6.0-5) pmg pve; urgency=medium
+
+  * hd_list: skip all devices with iso9660 as FS
+
+  * mount efivarfs to ensure we can read bigger EFI NVRAM backed variables
+
+  * fix #1603: create a new and unique machine-id
+
+  * copy /etc/hostid from installer root to target
+
+  * prompt user if a vgrename is OK for exisiting 'pve'/'pmg' VGs
+
+  * use pve-efiboot-tool for systemd boot ESP preparation
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 11 Jul 2019 19:22:31 +0200
+
+pve-installer (6.0-4) pmg pve; urgency=medium
+
+  * update systemd-boot config after initializing esps
+
+  * clear zpool labels on selected disks' partitions
+
+  * use by-id diskpath for zpool create
+
+  * warn if host memory is less than 1 GB
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 04 Jul 2019 18:10:06 +0200
+
+pve-installer (6.0-3) pmg pve; urgency=medium
+
+  * add support for ZFS on EFI
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 28 Jun 2019 14:03:21 +0200
+
+pve-installer (6.0-2) pmg pve; urgency=medium
+
+  * add note regarding issues with ZFS on HW raid controller
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 25 Jun 2019 10:27:54 +0200
+
+pve-installer (6.0-1) pmg pve; urgency=medium
+
+  * bump for Debian Buster
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 22 May 2019 10:02:08 +0200
+
+pve-installer (5.0-26) unstable; urgency=medium
+
+  * ipconf view: only (re)set fields if nic really changed
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 20 Mar 2019 14:39:35 +0100
+
+pve-installer (5.0-25) unstable; urgency=medium
+
+  * add support for Citrix Hypervisor blockdev
+
+  * Fix #2009: Recreate hdsize_adj with new hdsize
+
+  * implement previous button
+
+  * implement summary/acknowledgement screen
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 14 Mar 2019 16:36:13 +0100
+
+pve-installer (5.0-24) unstable; urgency=medium
+
+  * change last button to 'Install'
+
+  * Reset adjustment for spinbutton_hdsize
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 30 Nov 2018 16:09:14 +0100
+
+pve-installer (5.0-23) unstable; urgency=medium
+
+  * do not create a swap zvol
+
+  * unify and adapt disk partitioning
+
+  * fix #1527: Use 'iso-codes' package country naming
+
+  * allow more than 26 SCSI disk devices.
+
+  * fix various grammar and spelling errors
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 23 Nov 2018 09:49:44 +0100
+
+pve-installer (5.0-22) unstable; urgency=medium
+
+  * fix #1241: ensure at least 1G of thinpool metadata
+
+  * handle swapsize=0 correctly
+
+  * handle maxvz=0 correctly
+
+  * handle minfree=0 correctly
+
+  * handle local-only LVM setup
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 11 May 2018 13:17:42 +0200
+
+pve-installer (5.0-21) unstable; urgency=medium
+
+  * ipconf.htm: remove pve product name
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 22 Jan 2018 07:57:26 +0100
+
+pve-installer (5.0-20) unstable; urgency=medium
+
+  * proxinstall: only display option maxroot for product pve
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 22 Dec 2017 07:43:41 +0100
+
+pve-installer (5.0-19) unstable; urgency=medium
+
+  * allow all valid netmasks
+
+  * html-pmg/extract1-license.htm: fix typo
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 14 Dec 2017 11:19:10 +0100
+
+pve-installer (5.0-18) unstable; urgency=medium
+
+  * proxinstall - only creat ezfs data pool for product pve
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 23 Nov 2017 09:53:18 +0100
+
+pve-installer (5.0-17) unstable; urgency=medium
+
+  * include svg files for installer banner
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 22 Nov 2017 13:12:25 +0100
+
 pve-installer (5.0-16) unstable; urgency=medium
 
   * pmg: fix lvm volume sizes