]> git.proxmox.com Git - proxmox.git/blob - proxmox-apt/debian/changelog
066f99c583e0e8012782775732ce13820eaacf96
[proxmox.git] / proxmox-apt / debian / changelog
1 rust-proxmox-apt (0.10.8-1) bookworm; urgency=medium
2
3 * document status property for standard repositories
4
5 * add skip_serializing_if attirbutes to api types
6
7 * add missing #[serde(default)] annotations
8
9 * fix digest api type in APTRepositoryFile
10
11 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Feb 2024 13:47:41 +0100
12
13 rust-proxmox-apt (0.10.7-1) bookworm; urgency=medium
14
15 * add missing #[serde(default)] attributes to api types
16
17 * document status property for standard repository
18
19 * fix digest api type in APTRepositoryFile from Integer to u8
20
21 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Dec 2023 15:58:43 +0100
22
23 rust-proxmox-apt (0.10.6-1) bookworm; urgency=medium
24
25 * apt: add Ceph Reef to standard repo list for Proxmox VE based on Debian 12
26 Bookworm.
27
28 -- Proxmox Support Team <support@proxmox.com> Tue, 05 Sep 2023 15:22:17 +0200
29
30 rust-proxmox-apt (0.10.5-1) bookworm; urgency=medium
31
32 * fix #4868: map missing section field to 'unknown'
33
34 * various clippy fixes
35
36 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Aug 2023 14:05:04 +0200
37
38 rust-proxmox-apt (0.10.4-1) bookworm; urgency=medium
39
40 * update to proxmox-schema 2.0
41
42 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Jul 2023 10:48:25 +0200
43
44 rust-proxmox-apt (0.10.3-1) bookworm; urgency=medium
45
46 * release file: extend component fixup for Debian security repo also to
47 bookworm suite
48
49 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Jun 2023 13:13:44 +0200
50
51 rust-proxmox-apt (0.10.2-1) bookworm; urgency=medium
52
53 * fallback to Release file for Origin retrieval
54
55 * fix #4653: (In)Release file: improve handling of special suites
56
57 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Jun 2023 12:31:29 +0200
58
59 rust-proxmox-apt (0.10.1-1) bookworm; urgency=medium
60
61 * apt: drop older Ceph standard repositories
62
63 * apt: split Ceph main repository into no-subscription and enterprise
64
65 -- Proxmox Support Team <support@proxmox.com> Sat, 03 Jun 2023 18:27:53 +0200
66
67 rust-proxmox-apt (0.10.0-1) bookworm; urgency=medium
68
69 * rebuild for Debian 12 bookworm release series
70
71 -- Proxmox Support Team <support@proxmox.com> Wed, 24 May 2023 09:25:14 +0200
72
73 rust-proxmox-apt (0.9.3-1) stable; urgency=medium
74
75 * packages file: add section field
76
77 * deb822: source index support
78
79 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Oct 2022 16:17:11 +0200
80
81 rust-proxmox-apt (0.9.2-1) stable; urgency=medium
82
83 * release: add Commands file reference type
84
85 * release: add 'architecture' helper
86
87 * release: fix typo in 'Acquire-By-Hash'
88
89 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Sep 2022 14:17:10 +0200
90
91 rust-proxmox-apt (0.9.1-1) stable; urgency=medium
92
93 * release-file: improve invalid file-reference handling
94
95 * add ceph quincy repositories
96
97 -- Proxmox Support Team <support@proxmox.com> Tue, 6 Sep 2022 10:33:17 +0200
98
99 rust-proxmox-apt (0.9.0-1) stable; urgency=medium
100
101 * AptRepositoryFile: make path optional
102
103 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Jul 2022 13:25:20 +0200
104
105 rust-proxmox-apt (0.8.1-1) stable; urgency=medium
106
107 * upgrade to 2021 edition
108
109 * check suites: add special check for Debian security repository
110
111 * file: add pre-parsed content variant
112
113 * add module for parsing Packages and Release (deb822 like) files
114
115 -- Proxmox Support Team <support@proxmox.com> Thu, 21 Jul 2022 12:08:23 +0200
116
117 rust-proxmox-apt (0.8.0-1) stable; urgency=medium
118
119 * update to proxox-schema crate
120
121 -- Proxmox Support Team <support@proxmox.com> Fri, 08 Oct 2021 11:55:47 +0200
122
123 rust-proxmox-apt (0.7.0-1) stable; urgency=medium
124
125 * update to proxmox 0.13.0
126
127 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Aug 2021 15:38:52 +0200
128
129 rust-proxmox-apt (0.6.0-1) stable; urgency=medium
130
131 * standard repos: add suite parameter for stricter detection
132
133 * check repos: have caller specify the current suite
134
135 * add type DebianCodename
136
137 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Jul 2021 18:06:54 +0200
138
139 rust-proxmox-apt (0.5.1-1) stable; urgency=medium
140
141 * depend on proxmox 0.12.0
142
143 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Jul 2021 13:18:02 +0200
144
145 rust-proxmox-apt (0.5.0-1) stable; urgency=medium
146
147 * standard repo detection: handle alternative URI for PVE repos
148
149 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Jul 2021 16:19:06 +0200
150
151 rust-proxmox-apt (0.4.0-1) stable; urgency=medium
152
153 * support quote-word parsing for one-line format
154
155 * avoid backtick unicode symbol in string
156
157 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Jul 2021 18:33:12 +0200
158
159 rust-proxmox-apt (0.3.1-1) stable; urgency=medium
160
161 * standard repos: allow conversion from handle and improve information
162
163 -- Proxmox Support Team <support@proxmox.com> Wed, 30 Jun 2021 20:42:52 +0200
164
165 rust-proxmox-apt (0.3.0-1) stable; urgency=medium
166
167 * add get_cached_origin method and an initial config module
168
169 * check: return 'origin' property instead of 'badge' for official host
170
171 * standard repos: drop product acronym from repo name
172
173 -- Proxmox Support Team <support@proxmox.com> Wed, 30 Jun 2021 13:29:13 +0200
174
175 rust-proxmox-apt (0.2.0-1) stable; urgency=medium
176
177 * Add functions to check repositories.
178
179 * Add handling of standard Proxmox repositories.
180
181 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Jun 2021 14:57:52 +0200
182
183 rust-proxmox-apt (0.1.0-1) stable; urgency=medium
184
185 * Initial release.
186
187 -- Proxmox Support Team <support@proxmox.com> Thu, 18 Feb 2021 10:20:44 +0100