Skip to content

Version 3.2.2-1 (Debian/Bookworm)

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 15:35
· 2 commits to main since this release

These are unofficial binary packages of Proxmox Backup Server 3.x for debian/bookworm.

The proxmox-backup*,promox-mini-journalreader and pve-xtermjs packages are cross build using the source from https://git.proxmox.com/ with the build.sh script and the github action docker buildx workflow. The other arch independent packages were downloaded from http://download.proxmox.com/debian/pbs/dists/bullseye/pbs-no-subscription/binary-amd64/.

Use at your own risk.

Changelog

rust-proxmox-backup (3.2.2-1) bookworm; urgency=medium

  • ui: notifications fix empty text format for the default mail author

  • ui: tape backup: do not try to delete the namespace property if its empty

  • ui: sync job: fix error if local namespace is selected first

rust-proxmox-backup (3.2.1-1) bookworm; urgency=medium

  • implement Active Directory support:

    • api: access: add routes for managing AD realms
    • config: domains: add new "ad" section type for AD realms
    • realm sync: add sync job for AD realms
    • manager cli: add sub-command for managing AD realms
    • docs: user-management: add section about AD realm support
  • auth: fix requesting the TFA write lock exclusively

  • installation: add section about unattended/automatic installation

  • api: tape config: forbid reusing IDs between tape changer and tape drive

  • api: add support for creating and updating VLAN interfaces

  • ui: enable the VLAN widget that got moved over from PVE to the generic
    widget-toolkit

rust-proxmox-backup (3.2.0-1) bookworm; urgency=medium

  • fix #5248: client: allow self-signed/untrusted certificate chains

  • api: make prune-group a real worker task to avoid timeouts after 30s

  • ui: sync view: rename column 'Max. Recursion' -> 'Max. Depth'

  • api: assert that maintenance mode transitions are valid, e.g., do
    not allow clearing the special "delete" maitenance mode

  • fix #3217: ui: add global prune and GC job view for an overview over
    all datastores

  • fix #4723: manager: add new "garbage-collection list" CLI command to
    list all GC jobs

  • ui: garbage collection: show removed and pending data of last run in
    bytes

  • fix #5251: login: set autocomplete on password and user

  • allow sending notifications via advanced proxmox-notify crate

  • api: add endpoints for querying known notification values/fields

  • api: add endpoints for gotify, smtp, and sendmail targets

  • api: add endpoints for managing notification matchers

  • api: add endpoints for querying/testing notification targets

  • server: notifications:

    • send tape notifications via notification system
    • send ACME notifications via notification system
    • send update notifications via notification system
    • send sync notifications via notification system
    • send verify notifications via notification system
    • send prune notifications via notification system
    • send GC notifications via notification system
  • docs: add documentation for notification system

  • ui: notifications: pull in UX improvements for match rules creation

  • api: notification: also list datastores if user has only Backup
    privs

  • manager: add CLI commands for SMTP, sendmail, and gotify
    endpoints

  • manager: add CLI for administrating notification matchers and targets