]> git.proxmox.com Git - pve-manager.git/blobdiff - debian/changelog
bump version to 7.2-12
[pve-manager.git] / debian / changelog
index b239bc080bbf392c30b9e2da1f40ddf38df93cf9..58cb3bc104b9f7bb34c7ce4b6e0bec442a6f1b7e 100644 (file)
@@ -1,3 +1,911 @@
+pve-manager (7.2-12) bullseye; urgency=medium
+
+  * ui: ceph: use quincy as new default for fresh installations
+
+  * ui: qemu: enable IO-threads by default in VM creation wizard and move it
+    out of the advanced section
+
+  * ui: OS defaults: use SCSI single as default controller
+
+  * apl info: update index to current repository state including new CentOS
+    Stream 9, Rocky Linux 9, AlmaLinux 9 and OpenSUSE Leap 15.4 images
+
+  * apt: sort list of optional packages and add proxmox-offline-mirror-helper
+    package
+
+  * vzdump: handle new 'performance' property string
+
+  * ui: node certificate: make parent panel scrollable to cope with long SAN
+    lists
+
+  * pvereport: add arcstat info
+
+  * ui: dc: subscription: fix subscription check
+
+  * fix #1981: get next free disk id on change of bus/device
+
+  * gui: fix firewall security group help button chapter link
+
+  * ui: {guest, node} summary: use correct percentage unit for CPU usage
+
+  * ui: qemu/lxc: cpu edit: fix delete-if-empty/default parameter for inside
+    wizard case
+
+  * ui: lxc/qemu: use an empty text for CPU units to better convey the default
+
+  * fix #3593: ui: qemu: add inputs for task set affinity
+
+  * replace pvemailforward with new rust based promox-wide proxmox-mail-forward
+
+  * d/control: depend on proxmox-mail-forward
+
+  * ui: qemu: increase available USB ports to 15, if QEMU machine version is
+    new enough (>= 7.1) and the OS type has support (Linux 2.6+ & Windows 8+)
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 12 Nov 2022 17:03:05 +0100
+
+pve-manager (7.2-11) bullseye; urgency=medium
+
+  * d/control: recommend proxmox-offline-mirror-helper
+
+  * report: add proxmox-boot-tool status output
+
+  * report: stabilize order of guests and network
+
+  * postinst: migrate/update APT auth config
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 14 Sep 2022 13:15:22 +0200
+
+pve-manager (7.2-10) bullseye; urgency=medium
+
+  * subscription: remove leftover key reference
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 12 Sep 2022 09:15:56 +0200
+
+pve-manager (7.2-9) bullseye; urgency=medium
+
+  * subscription: handle missing subscription info
+
+  * api: nodes: code/style rework start/stop list generation
+
+  * ui: CephInstallWizard: make first monitor node static and always use
+    localhost to avoid using one where ceph isn't yet installed
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 08 Sep 2022 14:56:33 +0200
+
+pve-manager (7.2-8) bullseye; urgency=medium
+
+  * ui: restore: improve warning for restoring container with same ID
+
+  * ui: ct restore: put mountpoint-erasure note on new line
+
+  * api: apt: switch to common Proxmox::RS::APT::Repositories package
+
+  * ceph-after-pve-cluster: enable for ceph-volume, disable for ceph-disk
+
+  * ui: datacenter: rework webauthn settings UX
+
+  * pvesr: remove stale replicated volumes immediately
+
+  * api2: add return type to nodes/{node}/execute endpoint
+
+  * api2: use JSONSchema to validate commands for "nodes/{node}/execute"
+
+  * Jobs: fix scheduling after updating job from a different node
+
+  * ui: improve form/MDevSelector
+
+  * subscription: switch to Proxmox::RS::Subscription
+
+  * pvesubscription: add 'set-offline-key' command
+
+  * www: subscription: add Signed/Offline status
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 6 Sep 2022 10:38:26 +0200
+
+pve-manager (7.2-7) bullseye; urgency=medium
+
+  * pveceph: fix regression with new split-out ceph-volume package and older
+    ceph releases (pacific, octopus)
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 05 Jul 2022 08:52:46 +0200
+
+pve-manager (7.2-6) bullseye; urgency=medium
+
+  * update shipped aplinfo
+
+  * pveceph: install split-out ceph-volume package
+
+  * ui: manual backup: unescape notes template on load
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 04 Jul 2022 13:31:57 +0200
+
+pve-manager (7.2-5) bullseye; urgency=medium
+
+  * report: add ceph device list info
+
+  * api: ceph monitors: make checking for duplicate addresses more robust
+
+  * fix #3597: ui: ceph setup: avoid autofill of monitor network
+
+  * fix #4111: replication: don't send mail when fail count is zero
+
+  * fix #4026: add repeat-missed option for scheduled jobs
+
+  * fix #4053: don't run vzdump jobs immediately when they change from
+    disabled -> enabled, only when the schedules next event actually
+    triggers
+
+  * ui: ui: backup jobs: add repeat-missed checkbox to advanced section
+
+  * pveceph & ui: add Ceph 17.2 Quincy installation support
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 21 Jun 2022 16:58:46 +0200
+
+pve-manager (7.2-4) bullseye; urgency=medium
+
+  * fix # 4044: ui: hd move: avoid bogus progress bar, show task viewer
+
+  * ui: storage: add namespace support when creating PBS storage
+
+  * ui: VM Create wizard - display default SCSI controller correctly in Disks
+    panel
+
+  * fix #3994: ui: add an Options panel in the node's system menu group,
+    support configuring the WakeOnLAN MAC addressed to be used for a node and
+    the initial start-all-delay for the auto boot of virtual guests.
+
+  * vzdump: generate notes: initialize potentially undef values and improve
+    verification
+
+  * ui: manual backup: list possible template variables directly, like we do
+    already for the datacenter backup job editor
+
+  * configs: vzdump: add notes-template default
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 12 May 2022 17:36:43 +0200
+
+pve-manager (7.2-3) bullseye; urgency=medium
+
+  * update shipped CT appliance info index
+
+  * schedule-analyze: fix schedules with limited runs smaller than
+    request runs
+
+  * ceph pools create: ignore 'crush_rule' for an EC data-pool, only
+    applicable for the meta-data pool. Enhance erasure-code description to
+    clarify such things.
+
+  * vzdump: notes-template: avoid escaping meta-characters upon replace
+    and improve check for unknown variable
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 04 May 2022 08:46:53 +0200
+
+pve-manager (7.2-2) bullseye; urgency=medium
+
+  * ui: storage content: support filtering by notes for backups
+
+  *  api: ceph pools: add type to returned properties
+
+  * ui: ceph pools: add pool type column, but hide by default
+
+  * ui: ceph pool edit: disable size and crush rule for erasure pools
+
+  * ui: snapshot tree: warn that current state is lost when confirming
+    rollback
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 02 May 2022 17:33:27 +0200
+
+pve-manager (7.2-1) bullseye; urgency=medium
+
+  * ui: dc/SyncWindow: use field set like sync options now does too
+
+  *  api: ceph pools: default to add-pve-storage to true for erasure coded
+     pools, but still allow overriding it
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 29 Apr 2022 14:29:30 +0200
+
+pve-manager (7.1-13) bullseye; urgency=medium
+
+  * ui: sdn: options: flex all and drop collapsible
+
+  * report: report FS type in df call
+
+  * report: lsblk: output more columns and merge/group parents of sub-trees
+
+  * ui: qemu: switch processor, memory, CD-drive, PCI icons to SVG
+
+  * ui: lxc resources: support font awesome icons directly and switch to
+    vector based ones
+
+  * add various storage content type check enforcements
+
+  * periodic jobs: don't schedule jobs with no computable next event
+
+  * ui: render storage type: improve fallback for external storage plugins
+
+  * fix #3976: api/backup: make schedule/starttime truly optional on update
+
+  * vzdump: backup limit: only count unprotected backups
+
+  * ui: storage edit: retention: add max-protected-backups setting
+
+  * ui: VM/CTs: collect all disk/volume related actions in a submenu
+
+  * ui: VM/CTs: add a reassign disk/volume button
+
+  * ui: disk storage selector: never send format when hideFormat is true,
+    as backend knows it better
+
+  * ui: fix adding more than five host PCI passthrough devices, the backend
+    allows 16 since a while.
+
+  * ceph: services: broadcast versions: improve requesting old version
+
+  * fix #3668: ui: realm ldap/ad sync: replace 'full' and 'purge' with
+    'remove-vanished'
+
+  * api: replication: don't send mails about failed replication only once,
+    rather sent first three consecutively failing replications and then switch
+    to a slower frequency to better convey that there may be an acute failing,
+    not just a flapping error like one mail could suggest.
+
+  * replication: include more info in mail like failure-count, last succesful
+    sync, next try and current target node.
+
+  * ui: sdn: zone evpn: delete exitnodes-primary if empty
+
+  * fix #3955: vzdump: new: also send mail for error during job-init hook
+
+  * vzdump: support setting protected status directly for just created
+    backups
+
+  * fix #439: api: next-id: honor new datacenter.cfg upper/lower range option
+
+  * ui: datacenter options: add next-id editor
+
+  * ui: backup restore: disallow empty storage selection if auto-selecting one
+    in the backend wouldn't work
+
+  * ui: backup restore: allow override of some settings
+
+
+  * partially fix #438: vzdump: support setting notes-template per single
+    backup
+
+  * ui: backup: allow setting protected and notes-template for manual backup
+
+  * fix #438: ui: backup job: allow setting a notes-template for a job to add
+    a new note (comment) to each created backup job, for example, to include
+    the VM/CT hostname or cluster the backup was created on
+
+  * ui: add VirGL GPU to possible VGA drivers
+
+  * vzdump: add error if passed in hook script doesn't exist to allow one to
+    differentiate that from the executable flag missing.
+
+  * ceph pools: allow to create erasure code pools
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 28 Apr 2022 21:00:36 +0200
+
+pve-manager (7.1-12) bullseye; urgency=medium
+
+  * node config: use common parser and fill in config schema for API endpoints
+
+  * ui: sdn: add disable-arp-nd-suppression, exitnodes-primary rt-import
+    bgp-multipath-as-path-relax evpn/bgp options
+
+  * apl info: update shipped index to current repository state
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 29 Mar 2022 17:30:13 +0200
+
+pve-manager (7.1-11) bullseye; urgency=medium
+
+  * fix #3476: vzdump: add job-init hook
+
+  * ui: pci passthrough: editor for pci-id overrides
+
+  * pvescheduler service: order startup after pve-guests
+
+  * fix #3815: metrics: influxdb: coerce guest name always to string
+
+  * api: resource pool: add type parameter to GET endpoint
+
+  * ui: rbd: cephfs: add keyring/secret field for external clusters
+
+  * ui: disks/lvm: better convey space information
+
+  * api: query url metadata: change default user-agent to "Proxmox VE"
+
+  * ui: vm: improve validator for CPU share range
+
+  * pve6to7: update expected running kernel version to 5.13 or 5.15
+
+  * daily update timer: start already on 01:00 to avoid dst change issue
+
+  * ui: firwall: change icmp type selector to a combogrid
+
+  * ui: add help button to qm guest-agent window
+
+  * ui: sdn: zones: evpn : add exitnodes-local-routing && advertise-
+    subnets
+
+  * api: network: any-bridge filter: don't display bridges if user have
+    access to vnets.
+
+  * ui: lxc options: disable features edit as non-root when container is
+    privileged
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 17 Mar 2022 14:08:40 +0100
+
+pve-manager (7.1-10) bullseye; urgency=medium
+
+  * ui: form/calendar event: add monthly, first X weekday of month, and yearly
+    examples
+
+  * ui: backup/run now: avoid passing "next-run" parameter to backend
+
+  * vzdump: example hook script: avoid undef warnings
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 18 Jan 2022 05:52:53 +0100
+
+pve-manager (7.1-9) bullseye; urgency=medium
+
+  * ui: vm create wizard: default to 4 GiB memory for Windows 11 OS-type
+
+  * ui: ceph fs: fix overriding renderer in controller
+
+  * ui: ceph dashboard: render ghost OSDs
+
+  * backup views: sort backups by vmid, then descending by date
+
+  * ui: grid default-sorters: use correct property 'direction' and keep
+    default 'ASC'
+
+  * external metrics: influxdb: suppress false-positive warning when no token
+    exists
+
+  * avoid creating unused `/var/lib/vz/template/qemu` directory
+
+  * ui: fix NoVNC scaling radio buttons
+
+  * ui: node: zfs: reuse the ZFSDetail window from the widget-toolkit
+
+  * fix #3790: pass TLS 1.3 ciphersuites configuration if set
+
+  * fix #3745: handle overridden TLS key location configuration
+
+  * fix #3789: pass disable TLS 1.2/1.3 options
+
+  * ui/api: vzdump: add new 'next-run' field for backup job listing
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 13 Jan 2022 16:37:30 +0100
+
+pve-manager (7.1-8) bullseye; urgency=medium
+
+  * fix #3689: add gridhandle to firewall rules to indicate drag/drop
+
+  * jobs: limit ID to maximal 64 characters
+
+  * ui: upload/download image: trim whitespace from checksum value
+
+  * ui: calendar event: add an once-daily example and clarify workday at 00:00
+    one slighlty
+
+  * ui: container: allow one to set the 'lazytime' mount option
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 07 Dec 2021 18:55:42 +0100
+
+pve-manager (7.1-7) bullseye; urgency=medium
+
+  * pvescheduler: fix potential stall on full shutdown
+
+  * api: journal: stream the syslog (journal) data directly to the client to
+    avoid loading a potentially big amount of text first in memory
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 24 Nov 2021 18:32:51 +0100
+
+pve-manager (7.1-6) bullseye; urgency=medium
+
+  * ui: dc/OpenID Connect: make username-claim field editable for arbitrary
+    values
+
+  * ui: dc/OpenID Connect realm: allow one to edit scopes and prompt
+
+  * pvescheduler: improve error handling with some forked worker
+
+  * pvescheduler: reworking child pid tracking and do not delay reload
+    artificially
+
+  * pvescheduler: implement graceful reloading
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 22 Nov 2021 20:32:21 +0100
+
+pve-manager (7.1-5) bullseye; urgency=medium
+
+  * improve transitioning backup jobs when user has old web-interface/GUI
+    loaded
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 17 Nov 2021 15:37:12 +0100
+
+pve-manager (7.1-4) bullseye; urgency=medium
+
+  * container templates: update shipped aplinfo index
+
+  * ui: render protected column as icon and enable sorting
+
+  * ui: backup views: disable remove button on protected backups
+
+  * ui: qemu: disk edit: add an 'Async IO' selector to the advanced options,
+    making it easier to switch from the default `io_uring` driver to either
+    `AIO-native` or 'threads' due to issues or to compare performance.
+
+  * ui: qemu: disk edit: with the bandwidth-limits being in their own tab now
+    we can drop extra-wide label-widths for advanced form fields.
+
+  * ui: ceph: osd: handle edge case with dead node
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 16 Nov 2021 14:21:31 +0100
+
+pve-manager (7.1-3) bullseye; urgency=medium
+
+  * ui: qemu: disk edit: expose read-only flag as advanced option for disks
+    using either a SCSI or virtIO based controller
+
+  * fix #3725: api: metrics: use complete config for testing the connection
+
+  * api: apt/versions: track swtpm
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 15 Nov 2021 17:32:32 +0100
+
+pve-manager (7.1-1) bullseye; urgency=medium
+
+  * api: ceph: create osd: set correct parttype for DB/WAL
+
+  * partially fix #2285: api: ceph: create osd: allow using partitions
+
+  * ui: zfs create: switch to using widget-toolkit's multiDiskSelector
+
+  * ui: dc/Backup: fix 'run now' button for jobs with comments
+
+  * api/services: add pvescheduler to the service list
+
+  * ui: ceph: add more compatibilty code for versions
+
+  * ui: backup: show retention settings in own column
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 12 Nov 2021 18:49:36 +0100
+
+pve-manager (7.0-15) bullseye; urgency=medium
+
+  * ui: lxc: resources: add Detach text for mountpoints
+
+  * vzdump: skip protected backups for dumpdir pruning
+
+  * ui: backup views: add protected column and allow one to change protection
+    status
+
+  * fix #3504: add datacenter notes panel for cluster wide comments, rendered
+    as markdown
+
+  * fix #3505: ui: upload to storage: add checksum and algorithm to
+    auto-verify intergrity of files after they have been uploaded, similar to
+    the URL downloader.
+
+  * ui: node: LVMThin: add volume group to columns
+
+  * ui: node: add destroy menu for directory, lvm, lvmthin, zfs
+
+  * ui: node: storage removal: add checkboxes for cleaning up disks and/or
+    storage config
+
+  * ui: ceph: make version handling actually future proof
+
+  * replication: replace systemd timer with pvescheduler daemon
+
+  * backups: use more flexible pvescheduler daemon over CRON file to run
+    backup jobs
+
+  * ui: dc/backup: show schedule instead of day-of-week and starttime
+
+  * fix #3658: api, ui: backup jobs: add comment field to jobs entries
+
+  * pvestatd: broadcast very basic, built-in version info
+
+  * ui: storage: avoid deleting preallocation setting on creation
+
+  * ui: more re-use of user and TFA related widgets from widget-toolkit
+
+  * fix #2841: implement multiple second factors for users
+
+  * tfa: support WebAuthn and recovery keys
+
+  * ui: redirect user TFA button to TFA view as we got multiple factors per
+    user now
+
+  * ui: dc/options: display WebAuthn and add editor
+
+  * api: ceph-mds: get mds state when multple ceph filesystems exist
+
+  * ceph fs: support creating multiple CephFS via UI/API
+
+  * ui: dc: backup jobs: add schedule simulator to allow admins easier
+    debugging and grasping of the calendar event derived schedule format
+
+  * ui: index: set Proxmox.NodeName variable
+
+  * ui: tfa: include cluster or node name in issuer for better recogintion in,
+    for example, TOTP apps
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 11 Nov 2021 21:37:07 +0100
+
+pve-manager (7.0-14) bullseye; urgency=medium
+
+  * ceph services: drop broadcasting legacy version through the pmxcfs
+    key-value storage
+
+  * pvestatd: fix rebalancing CPU sets for cgroupv2
+
+  * d/postinst: use reload-or-restart instead of try-reload-or-try-restart to
+    also start a (by accident) stopped service again
+
+  * drop unused and ancient 'pvenetcommit' shell (sysv) script, handled
+    directly by systemd service nowadays
+
+  * pvenetcommit: avoid unwarranted error message for the case where no
+    changes are pending on boot
+
+
+  * ui: resourcetree: move guest position on template creation
+
+  * fix #3850: ui: storage: allow one to specify how new images should be
+    allocated on file based storages
+
+  * ui: VM wizard: promote advanced firmware settings in system panel to
+    normal, always visible ones, as they are more frequently required nowadays
+    (EFI, TPM for Windows 11 or q35 machine for pass-through)
+
+  * ui: VM wizard: add 'win11' ostype and enable EFI and TPM by default if
+    selected
+
+  * ui: storage PBS: allow one to add a non-default port in server field
+
+  * ui: LXC/CT wizard: allow one to configure multiple mount-points when
+    creating a new container, similarly to VMs
+
+  * ui: guest backup grid: monitor store errors for better UX
+
+  * ui: dc/Cluster: show fatal errors of the 'join info' API call in the view
+
+ -- Proxmox Support Team <support@proxmox.com>  Sun, 07 Nov 2021 21:23:11 +0100
+
+pve-manager (7.0-13) bullseye; urgency=medium
+
+  * ui: efi: default to the new, more feature rich, 4 MB build for new VMs or
+    when re-adding EFI vars to an existing VM
+
+  * ui: ovmf: support provisioning an EFI vars template with secureboot by
+    default on and distribution + Microsofts secure-boot key pre-enrolled
+
+  * ui: VM create: allow configuring a TPM in the advanced-options of the
+    wizard's system settings
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 05 Oct 2021 20:25:05 +0200
+
+pve-manager (7.0-12) bullseye; urgency=medium
+
+  * ui: add version to extjs script urls
+
+  * ui: cluster backup: fix running backup with prune settings
+
+  * fix #1803: ui: cluster backup: handle job-specific retention options
+
+  * vzdump: include current backup when pruning dumpdir
+
+  * ui: backup job detail: also show retention settings
+
+  * ui: backup job detail view: merge mail notification when/to fields
+
+  * ui: improve ACME edit/apply button visibilty
+
+  * fix #3620: ui: dc/storage: delete empty pbs fingerprint on edit
+
+  * ui: cluster backup: only restrict storages to node when it's selected
+
+  * influxdb: do not test the connection when entry is (getting) disabled
+
+  * api: ceph: create osd: work around stale-information udev bug
+
+  * ui: qemu/HDEdit: move Bandwidth options to a different tab
+
+  * ui: form/ControllerSelector: set correct max value for the device-id
+
+  * drop pve5to6 checker tool, not relevant in 7.x release anymore
+
+  * ui: change CIFS to SMB/CIFS for clarification
+
+  * ceph install: improve ceph install checks during installation for when
+    dpkg already extracted ceph binaries but is not yet done with the
+    installation. This avoids activating the `Next` button to early.
+
+  * ui: add support for adding TPM devices
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 05 Oct 2021 08:07:44 +0200
+
+pve-manager (7.0-11) bullseye; urgency=medium
+
+  * fix #3426: ui: parser: adapt parseSSHKey to accept "@..." suffix
+
+  * Status/InfluxDB: add 'verify-certificate' option to disable ssl verification
+
+  * ui: remove local cloud-init live migration limitation
+
+  * ui: node status: use repo status widget from widget-toolkit
+
+  * ui: node/ZFS: add zstd to possible compression methods
+
+  * vzdump: use storage plugins to determine backup feasability
+
+  * ui: lxc/CreateWizard: add a 'nesting' checkbox and enable it by default
+
+  * utils: add missing 'tfa' for @pve realm
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 5 Aug 2021 16:14:03 +0200
+
+pve-manager (7.0-10) bullseye; urgency=medium
+
+  * pve6to7: improve check for security repo change in bullseye to avoid false
+    positives
+
+  * api: node tasks: add more fields to return schema to improve experience
+    with the pvesh tool (auto-completion) and to document them for the
+    api-viewer
+
+  * api: services: improve state detection for one-shot units
+
+  * api: services: propagate "uninstalled" state for units
+
+  * api: network apply: fix check for ifupdown2 origin
+
+  * ui: node: repos: add online help
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 15 Jul 2021 14:43:27 +0200
+
+pve-manager (7.0-9) bullseye; urgency=medium
+
+  * pve6to7: sync new checks and adaptions from stable-6 branch for consitency
+
+  * fix #3490: do not filter out 'Generic System Peripheral' PCI(e) devices by
+    default
+
+  * ui: ceph status: fix recovery percentage display
+
+  * ui: HA resources: fix toggling edit button on selection
+
+  * apl: add bullseye pub key and switch over to new index
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 07 Jul 2021 18:51:10 +0200
+
+pve-manager (7.0-8) bullseye; urgency=medium
+
+  * ui: storage: download from URL: do not clear meta info on cert-validity
+    change
+
+  * utils: enable ARIA again
+
+  * ui: node summary: show repository configuration status
+
+  * ui: node/status view: reduce quite generous paddings
+
+  * ui: notes: add empty text with a hint that markdown is supported and set
+    online-help button to our basic Markdown primer in the docs
+
+  * pveceph: also install nvme-cli
+
+  * ui: dc/guests: change layouting to a flexbox, fixing render issues in
+    Firefox on somes systems
+
+  * pve6to7: sync new checks from stable-6 branch
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 05 Jul 2021 17:49:48 +0200
+
+pve-manager (7.0-7) bullseye; urgency=medium
+
+  * ui: enable APT repository status view and management
+
+  * ui: adapt task-history icon to differ more easily between system-log and
+    task logs
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 03 Jul 2021 02:41:06 +0200
+
+pve-manager (7.0-6) bullseye; urgency=medium
+
+  * pve6to7: sync checks with the ones from stable Proxmox VE 6.4 branch
+
+  * api: apt: add call for repository information, allow disabling and
+    enabling of repos, and adding repos from a pre-defined set
+
+  * api: cluster/backupinfo: rework API index endpoint to actually list
+    sub-directories
+
+  * implement OpenID (SSO) login
+
+  * ui: add add/edit window for OpenID based realms
+
+  * ui: realms: add icons to menu entries
+
+  * fix #1710: ui: storage: allow one to download a ISO or appliance URL
+    directly to a storage
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 03 Jul 2021 01:31:37 +0200
+
+pve-manager (7.0-5) bullseye; urgency=medium
+
+  * api: tasks: add 'since', 'until' and 'statusfilter' filter for the task
+    list endpoint
+
+  * api: apt versions: track proxmox-backup-file-restore
+
+  * api: cluster/resources: add 'name' property to return schema
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 28 Jun 2021 20:00:36 +0200
+
+pve-manager (7.0-4) bullseye; urgency=medium
+
+  * ui: notes editor: increase edit window size from 600x400 to 800x600
+
+  * ui: dc: backup: fix job detail search
+
+  * d/postinst: handle static machine-id generated by Systems installed with
+    the Proxmox VE ISO between version 4.0 <= x <= 5.4
+
+  * api: services: return more information
+
+  * api: services: also track systemd-journald, as syslog is not often there
+    anymore
+
+  * postinst: set custom LVM settings to avoid scanning guests images
+    directly, as we do not rely on a patched LVM package anymore
+
+  * ceph: switch bullseye repos over to official ones
+
+  * ui: storages: add basic BTRFS edit/add window for new technology preview
+
+  * cli tools: correctly handle warnings status
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 24 Jun 2021 08:54:35 +0200
+
+pve-manager (7.0-3) bullseye; urgency=medium
+
+  * apply queued up breaking changes we already replaced in Proxmox VE 6.x or earlier:
+    + vzdump: remove deprecated 'size' parameter
+    + api: nodes: remove deprecated 'upgrade' parameter for the 'xtermjs',
+      'spiceshell' and 'vncshell' API enpoinds (use command=upgrade instead)
+    + api: move cpu path into qemu/capabilities
+    + api: ceph: remove obsoleted disks and remove moved 'flags' calls
+    + api: ceph: osd: create: rename size parameters
+
+  * ui: TFA: use correct user-id value when creating TOTP QR code
+
+  * ui: ceph: select Pacific as default release
+
+  * pve6to7: add checks for backup retention options
+
+  * fix #2745: ui: backup window: allow specifying remove parameter for manual
+    backup
+
+  * vdzump: log with what retention settings we prune and how many backup
+    snapshots got pruned
+
+  * node config: limit description/comment length to 64 KiB and check in
+    pve6to7 for overly long exisitng notes.
+
+  * ui: fix unlimited height of VM/CT Summary notes-view, noticeable on long text
+
+  * pve6to7: bump free-space on root filesystem requirement check to 4 GiB
+
+  * ui: ACL path selector: add missing realm and group paths
+
+  * fix #2422: allow multiple Ceph public networks and improve IPv6 handling
+
+  * fix #3470: ui: qemu/CmdMenu: fix confirm message for 'pause' cmd
+
+  * ui: notes view: render node and guest notes as Markdown
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 18 Jun 2021 19:33:54 +0200
+
+pve-manager (7.0-2) bullseye; urgency=medium
+
+  * fix #3402: add Pool.Audit permission
+
+  * ui: disk list: enable wipe-disk button
+
+  * compatibility patches for ExtJS 7.0
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 02 Jun 2021 16:31:28 +0200
+
+pve-manager (7.0-1) bullseye; urgency=medium
+
+  * re-build for Proxmox VE 7 based on Debian Bullseye
+
+  * d/control: order ifupdown2 as first, prefered, dependency
+
+  * enable installation of ceph 16.2 pacific release
+
+  * pveceph: allow to select test repository on installation
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 25 May 2021 10:44:19 +0200
+
+pve-manager (6.4-7) pve; urgency=medium
+
+  * pvereport: log pressure stall information
+
+  * pvereport: re-organize: add systemd-load section abd unify bios/pci in HW
+    a single section
+
+  * fix #3430: handle hook script paths better
+
+  * fix #3426: ui: parser: adapt parseSSHKey to accept "sk-" prefix
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 19 May 2021 17:51:44 +0200
+
+pve-manager (6.4-6) pve; urgency=medium
+
+  * proxy: improve use of wildcard listening-address for system which disable
+    the IPv6 network stack system-wide (which should be done by setting the
+    `net.ipv6.conf.all.disable_ipv6` sysctl, not over the kernel command line)
+
+  * ui: storage status: use SI (base ten) units for usage for consitency with
+    RRD chart
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 07 May 2021 18:17:25 +0200
+
+pve-manager (6.4-5) pve; urgency=medium
+
+  * always reload API daemons after a new Ceph installation to ensure the
+    newest Ceph libraries are loaded.
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 03 May 2021 15:06:43 +0200
+
+pve-manager (6.4-4) pve; urgency=medium
+
+  * ceph monitor: automatically disable insecure global ID reclaim after
+    creating first monitor
+
+  * pveceph: drop left-over, now bogus, warning when installing Octopus.
+    Ceph Octopus is supported and stable since Proxmox VE 6.3
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 27 Apr 2021 13:03:54 +0200
+
+pve-manager (6.4-3) pve; urgency=medium
+
+  * ui: tasks: add ceph edit-pool and set-flags descriptions
+
+  * ui: ceph: pool edit: set emptyValue to 0 for target-size field
+
+  * ui: storage RBD: add field allowing one to configure accessing a specific,
+    already existing namespace of a RBD pool for a Proxmox VE storage.
+
+  * SDN tech preview: add subnet/ipam/sdn management
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 26 Apr 2021 20:19:56 +0200
+
+pve-manager (6.4-2) pve; urgency=medium
+
+  * ui: ceph pools: fix target-size column renderer
+
+  * ui: ceph pools: do not grey-out name field when editing a pool
+
+  * ui: ceph pools: avoid resetting crush rule when editing a pool
+
+  * ui: container restore: make privilege level of restored CT a tri-state
+    radio group to allow keeping the old state (default), or enforcing either
+    privileged or unprivileged
+
+  * ui: ceph: pool creation: default auto-scale value to "on".
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 24 Apr 2021 19:28:55 +0200
+
 pve-manager (6.4-1) pve; urgency=medium
 
   * backup views: add single-file restore button for VM and CT backup archives