forked from Proxmox/proxmox
11e6173097
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
233 lines
6.8 KiB
Plaintext
233 lines
6.8 KiB
Plaintext
rust-proxmox-apt (0.11.3-1) bookworm; urgency=medium
|
|
|
|
* drop unused dependency on once_cell
|
|
|
|
* various docs and clippy fixes
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 14 Aug 2024 11:48:01 +0200
|
|
|
|
rust-proxmox-apt (0.11.2-1) bookworm; urgency=medium
|
|
|
|
* apt: updates for changed api (digest as array)
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 17 Jul 2024 10:08:16 +0200
|
|
|
|
rust-proxmox-apt (0.11.1-1) bookworm; urgency=medium
|
|
|
|
* rebuild with proxmox-sys 6.0
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2024 14:49:08 +0200
|
|
|
|
rust-proxmox-apt (0.11.0-1) stable; urgency=medium
|
|
|
|
* dropped api types, they're moved to proxmox-apt-api-types
|
|
|
|
* method implementations for api types are now reachable via Impl traits
|
|
|
|
* add 'cache' feature and api functions to manipulate the pat cache state
|
|
|
|
* remove the global APTConfig and instead pass the path previously confgured
|
|
there as parameter
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 08 Jul 2024 15:19:42 +0200
|
|
|
|
rust-proxmox-apt (0.10.10-1) stable; urgency=medium
|
|
|
|
* fix #5513: apt: do not assume that sources.list file exists
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 06 Jun 2024 11:09:12 +0200
|
|
|
|
rust-proxmox-apt (0.10.9-1) bookworm; urgency=medium
|
|
|
|
* fix #5249: apt: allow parsing Packages without Priority field
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 19 Apr 2024 08:45:15 +0200
|
|
|
|
rust-proxmox-apt (0.10.8-1) bookworm; urgency=medium
|
|
|
|
* document status property for standard repositories
|
|
|
|
* add skip_serializing_if attirbutes to api types
|
|
|
|
* add missing #[serde(default)] annotations
|
|
|
|
* fix digest api type in APTRepositoryFile
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 02 Feb 2024 13:47:41 +0100
|
|
|
|
rust-proxmox-apt (0.10.7-1) bookworm; urgency=medium
|
|
|
|
* add missing #[serde(default)] attributes to api types
|
|
|
|
* document status property for standard repository
|
|
|
|
* fix digest api type in APTRepositoryFile from Integer to u8
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 06 Dec 2023 15:58:43 +0100
|
|
|
|
rust-proxmox-apt (0.10.6-1) bookworm; urgency=medium
|
|
|
|
* apt: add Ceph Reef to standard repo list for Proxmox VE based on Debian 12
|
|
Bookworm.
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 05 Sep 2023 15:22:17 +0200
|
|
|
|
rust-proxmox-apt (0.10.5-1) bookworm; urgency=medium
|
|
|
|
* fix #4868: map missing section field to 'unknown'
|
|
|
|
* various clippy fixes
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 08 Aug 2023 14:05:04 +0200
|
|
|
|
rust-proxmox-apt (0.10.4-1) bookworm; urgency=medium
|
|
|
|
* update to proxmox-schema 2.0
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 24 Jul 2023 10:48:25 +0200
|
|
|
|
rust-proxmox-apt (0.10.3-1) bookworm; urgency=medium
|
|
|
|
* release file: extend component fixup for Debian security repo also to
|
|
bookworm suite
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 29 Jun 2023 13:13:44 +0200
|
|
|
|
rust-proxmox-apt (0.10.2-1) bookworm; urgency=medium
|
|
|
|
* fallback to Release file for Origin retrieval
|
|
|
|
* fix #4653: (In)Release file: improve handling of special suites
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 27 Jun 2023 12:31:29 +0200
|
|
|
|
rust-proxmox-apt (0.10.1-1) bookworm; urgency=medium
|
|
|
|
* apt: drop older Ceph standard repositories
|
|
|
|
* apt: split Ceph main repository into no-subscription and enterprise
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Sat, 03 Jun 2023 18:27:53 +0200
|
|
|
|
rust-proxmox-apt (0.10.0-1) bookworm; urgency=medium
|
|
|
|
* rebuild for Debian 12 bookworm release series
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 24 May 2023 09:25:14 +0200
|
|
|
|
rust-proxmox-apt (0.9.3-1) stable; urgency=medium
|
|
|
|
* packages file: add section field
|
|
|
|
* deb822: source index support
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 19 Oct 2022 16:17:11 +0200
|
|
|
|
rust-proxmox-apt (0.9.2-1) stable; urgency=medium
|
|
|
|
* release: add Commands file reference type
|
|
|
|
* release: add 'architecture' helper
|
|
|
|
* release: fix typo in 'Acquire-By-Hash'
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 16 Sep 2022 14:17:10 +0200
|
|
|
|
rust-proxmox-apt (0.9.1-1) stable; urgency=medium
|
|
|
|
* release-file: improve invalid file-reference handling
|
|
|
|
* add ceph quincy repositories
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 6 Sep 2022 10:33:17 +0200
|
|
|
|
rust-proxmox-apt (0.9.0-1) stable; urgency=medium
|
|
|
|
* AptRepositoryFile: make path optional
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 21 Jul 2022 13:25:20 +0200
|
|
|
|
rust-proxmox-apt (0.8.1-1) stable; urgency=medium
|
|
|
|
* upgrade to 2021 edition
|
|
|
|
* check suites: add special check for Debian security repository
|
|
|
|
* file: add pre-parsed content variant
|
|
|
|
* add module for parsing Packages and Release (deb822 like) files
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 21 Jul 2022 12:08:23 +0200
|
|
|
|
rust-proxmox-apt (0.8.0-1) stable; urgency=medium
|
|
|
|
* update to proxox-schema crate
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 08 Oct 2021 11:55:47 +0200
|
|
|
|
rust-proxmox-apt (0.7.0-1) stable; urgency=medium
|
|
|
|
* update to proxmox 0.13.0
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 24 Aug 2021 15:38:52 +0200
|
|
|
|
rust-proxmox-apt (0.6.0-1) stable; urgency=medium
|
|
|
|
* standard repos: add suite parameter for stricter detection
|
|
|
|
* check repos: have caller specify the current suite
|
|
|
|
* add type DebianCodename
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 29 Jul 2021 18:06:54 +0200
|
|
|
|
rust-proxmox-apt (0.5.1-1) stable; urgency=medium
|
|
|
|
* depend on proxmox 0.12.0
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 20 Jul 2021 13:18:02 +0200
|
|
|
|
rust-proxmox-apt (0.5.0-1) stable; urgency=medium
|
|
|
|
* standard repo detection: handle alternative URI for PVE repos
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 16 Jul 2021 16:19:06 +0200
|
|
|
|
rust-proxmox-apt (0.4.0-1) stable; urgency=medium
|
|
|
|
* support quote-word parsing for one-line format
|
|
|
|
* avoid backtick unicode symbol in string
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 01 Jul 2021 18:33:12 +0200
|
|
|
|
rust-proxmox-apt (0.3.1-1) stable; urgency=medium
|
|
|
|
* standard repos: allow conversion from handle and improve information
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 30 Jun 2021 20:42:52 +0200
|
|
|
|
rust-proxmox-apt (0.3.0-1) stable; urgency=medium
|
|
|
|
* add get_cached_origin method and an initial config module
|
|
|
|
* check: return 'origin' property instead of 'badge' for official host
|
|
|
|
* standard repos: drop product acronym from repo name
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 30 Jun 2021 13:29:13 +0200
|
|
|
|
rust-proxmox-apt (0.2.0-1) stable; urgency=medium
|
|
|
|
* Add functions to check repositories.
|
|
|
|
* Add handling of standard Proxmox repositories.
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 23 Jun 2021 14:57:52 +0200
|
|
|
|
rust-proxmox-apt (0.1.0-1) stable; urgency=medium
|
|
|
|
* Initial release.
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 18 Feb 2021 10:20:44 +0100
|