proxmox-perl-rs/pve-rs/debian/changelog
Wolfgang Bumiller 29d2ac1e76 bump pve-rs to 0.7.6
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2023-05-10 13:21:21 +02:00

204 lines
6.2 KiB
Plaintext

libpve-rs-perl (0.7.6) bullseye; urgency=medium
* update to new tfa crate
* introduce new authentication_verify2 call to utilize the totp/tfa locking
capabilities of the TFA API
-- Proxmox Support Team <support@proxmox.com> Wed, 10 May 2023 10:54:10 +0200
libpve-rs-perl (0.7.5) bullseye; urgency=medium
* update proxmox-resource-scheduling dependency to 0.2.1 to pull in an
improvement for with services where CPU should matter more if there is no
memory load at all
-- Proxmox Support Team <support@proxmox.com> Tue, 21 Mar 2023 17:58:22 +0100
libpve-rs-perl (0.7.4) bullseye; urgency=medium
* initialize logging when shared library is loaded
* update to new TFA crate
* bump proxmox-resource-scheduling dependency to 0.2 to pull in a fix for
usage calculation for homogeneous nodes
* pve: test: resource scheduling: add test with overcommitted node
* update nix to 0.26
-- Proxmox Support Team <support@proxmox.com> Tue, 21 Mar 2023 15:28:08 +0100
libpve-rs-perl (0.7.3) bullseye; urgency=medium
* add PVE::RS::ResourceScheduling::Static and tests
-- Proxmox Support Team <support@proxmox.com> Tue, 15 Nov 2022 11:13:26 +0100
libpve-rs-perl (0.7.2) bullseye; urgency=medium
* update to proxmox-subscription 0.3 / proxmox-http 0.7
-- Proxmox Support Team <support@proxmox.com> Wed, 7 Sep 2022 11:56:38 +0200
libpve-rs-perl (0.7.1) bullseye; urgency=medium
* add 'allow-subdomains' property to webauthn config
-- Proxmox Support Team <support@proxmox.com> Mon, 25 Jul 2022 13:45:11 +0200
libpve-rs-perl (0.7.0) bullseye; urgency=medium
* add Proxmox::RS::Subscription support
* bump proxmox-http to 0.6.4 to fix an issue with proxy authorization
* adapt to changes in proxmox-apt
-- Proxmox Support Team <support@proxmox.com> Thu, 21 Jul 2022 14:56:12 +0200
libpve-rs-perl (0.6.2) bullseye; urgency=medium
* add common apt module
* update nix to 0.24
-- Proxmox Support Team <support@proxmox.com> Fri, 08 Jul 2022 14:48:21 +0200
libpve-rs-perl (0.6.1) bullseye; urgency=medium
* update OpenID connect proxmox integration dependency to fix Azure AD
support due to them not supporting chunked transfer encoding.
-- Proxmox Support Team <support@proxmox.com> Tue, 19 Apr 2022 10:58:30 +0200
libpve-rs-perl (0.6.0) bullseye; urgency=medium
* update to perlmod 0.12
* provide Proxmox::RS::CalendarEvent instead of PVE::RS::CalendarEvent
-- Proxmox Support Team <support@proxmox.com> Tue, 01 Mar 2022 10:36:53 +0100
libpve-rs-perl (0.5.1) bullseye; urgency=medium
* update OpenID Connect dependency, avoiding linking with curl and all its
dependencies and fixing compatibillity with auth0, a commercial identiy
service provider that uses a non-standard conform timestamp in their
responses.
-- Proxmox Support Team <support@proxmox.com> Thu, 03 Feb 2022 08:47:39 +0100
libpve-rs-perl (0.5.0) bullseye; urgency=medium
* pve-rs: add perlmod for CalendarEvent
-- Proxmox Support Team <support@proxmox.com> Thu, 13 Jan 2022 14:02:56 +0100
libpve-rs-perl (0.4.4) bullseye; urgency=medium
* fix an issue with multi-facet u2f where the appid was used instead of the
origin, which caused verifications to fail
-- Proxmox Support Team <support@proxmox.com> Mon, 22 Nov 2021 13:31:24 +0100
libpve-rs-perl (0.4.3) bullseye; urgency=medium
* fix 0.4.x build, actually break libpve-access-control (<< 7.1-3) due to
OpenID changes to ensure that we have no package state that would break
login..
-- Proxmox Support Team <support@proxmox.com> Fri, 19 Nov 2021 14:34:41 +0100
libpve-rs-perl (0.4.2) bullseye; urgency=medium
* fix resetting unreadable webauthn challenge data
-- Proxmox Support Team <support@proxmox.com> Fri, 19 Nov 2021 14:14:04 +0100
libpve-rs-perl (0.4.1) bullseye; urgency=medium
* rebuild with base64 0.13
-- Proxmox Support Team <support@proxmox.com> Fri, 19 Nov 2021 11:26:08 +0100
libpve-rs-perl (0.4.0) bullseye; urgency=medium
* depend on proxmox-openid 0.9 (support prompt and scopes)
* openid: use new verify_authorization_code_simple() to return all claims
-- Proxmox Support Team <support@proxmox.com> Thu, 18 Nov 2021 09:52:26 +0100
libpve-rs-perl (0.3.2) bullseye; urgency=medium
* generate an explicit 'incompatible' tfa entry for the old ticket api if a
user has no compatible entry available and just use the first best-fitting
entry otherwise
-- Proxmox Support Team <support@proxmox.com> Wed, 17 Nov 2021 12:36:30 +0100
libpve-rs-perl (0.3.1) bullseye; urgency=medium
* fix issue which caused the unpadded base64 encoded entries in the old
tfa.cfg file to error due to an off-by-1 error trimming the final byte
-- Proxmox Support Team <support@proxmox.com> Fri, 12 Nov 2021 10:23:55 +0100
libpve-rs-perl (0.3.0) bullseye; urgency=medium
* add TFA api
-- Proxmox Support Team <support@proxmox.com> Wed, 10 Nov 2021 11:52:11 +0100
libpve-rs-perl (0.2.3) bullseye; urgency=medium
* use newer dependencies for apt to improve repo+suite handling
-- Proxmox Support Team <support@proxmox.com> Thu, 29 Jul 2021 18:13:07 +0200
libpve-rs-perl (0.2.2) bullseye; urgency=medium
* apt: avoid overwriting files that could not be parsed
* apt: check if repository is already configured before adding
-- Proxmox Support Team <support@proxmox.com> Fri, 02 Jul 2021 13:06:42 +0200
libpve-rs-perl (0.2.1) bullseye; urgency=medium
* depend on proxmox-apt 0.4.0
-- Proxmox Support Team <support@proxmox.com> Thu, 01 Jul 2021 18:37:20 +0200
libpve-rs-perl (0.2.0) bullseye; urgency=medium
* add bindings for proxmox-apt
* depend on proxmox-openid 0.6.0
* move to native version format
-- Proxmox Support Team <support@proxmox.com> Wed, 30 Jun 2021 20:56:19 +0200
libpve-rs-perl (0.1.2-1) unstable; urgency=medium
* depend on proxmox-openid 0.5.0
* set proxmox "default-features = false"
-- Proxmox Support Team <support@proxmox.com> Wed, 23 Jun 2021 11:34:34 +0200
libpve-rs-perl (0.1.1-1) unstable; urgency=medium
* depend on perlmod 0.5.1
-- Proxmox Support Team <support@proxmox.com> Wed, 23 Jun 2021 11:09:31 +0200
libpve-rs-perl (0.1.0-1) unstable; urgency=medium
* Initial release.
-- Proxmox Support Team <support@proxmox.com> Thu, 27 May 2021 10:41:30 +0200