]> git.proxmox.com Git - pve-container.git/blame - debian/changelog
improve regex to match redhat/centos OS version
[pve-container.git] / debian / changelog
CommitLineData
2df8257c
DM
1pve-container (1.0-9) unstable; urgency=medium
2
e9b868e7
DM
3 * use new PVE::JSONSchema::parse_siz
4
5 * Add new pct fsck command to check the mountpoints of a container
2df8257c 6
cf4f10f6
DM
7 * update inittab instead of replacing it
8
2df8257c
DM
9 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Oct 2015 10:25:56 +0200
10
adbd9b4b
DM
11pve-container (1.0-8) unstable; urgency=medium
12
13 * make bridge parameter option - required for hotplug code
14
89e9642c
DM
15 * fix test if storage allows containers
16
b46c0bf2
WL
17 * fix bug #752: correct size of mount point after resize
18
c9bc5018
WL
19 * fix bug #750: deactivate volumes to be sure there are no volumes
20 are active on the source node
21
adbd9b4b
DM
22 -- Proxmox Support Team <support@proxmox.com> Sat, 10 Oct 2015 17:24:31 +0200
23
9572eb19
DM
24pve-container (1.0-7) unstable; urgency=medium
25
26 * Create /fastboot to skip run fsck
27
28 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Oct 2015 11:47:47 +0200
29
ad657ff5
DM
30pve-container (1.0-6) unstable; urgency=medium
31
32 * cleanup: replace disk-size calculation in pct resize
33
34 -- Proxmox Support Team <support@proxmox.com> Tue, 06 Oct 2015 09:37:44 +0200
35
cf1b1563
DM
36pve-container (1.0-5) unstable; urgency=medium
37
38 * lxc hooks: use run_cli_handler(), remove stale docs
39
40 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Oct 2015 13:47:30 +0200
41
5dc78eef
DM
42pve-container (1.0-4) unstable; urgency=medium
43
44 * remove 'noload' option from zfspool mounts
45
46 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2015 16:28:04 +0200
47
aefd41f3
DM
48pve-container (1.0-3) unstable; urgency=medium
49
50 * fix hotplug error in update_pct_config
51
52 * added lxc.hook.stop to valid_lxc_conf_keys
53
54 * add mountpoint deletion support and unused volumes
55
56 * set minimum mtu to 64
57
58 -- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2015 11:42:34 +0200
59
c52e88d9
DM
60pve-container (1.0-2) unstable; urgency=medium
61
62 * set TERM=linux for containers
63
64 -- Proxmox Support Team <support@proxmox.com> Wed, 30 Sep 2015 09:27:01 +0200
65
de81c147
DM
66pve-container (1.0-1) unstable; urgency=medium
67
68 * vzdump: mount snapshots with the noload option
69
70 * vzdump:lxc: sync and skip journal in snapshot mode
71
72 -- Proxmox Support Team <support@proxmox.com> Fri, 25 Sep 2015 17:55:13 +0200
73
18c803bd
DM
74pve-container (0.9-23) unstable; urgency=medium
75
76 * Use format hashes in json schemas
77
78 * When destroying a container, remove bind mounts and block devices
79 from the list of volumes to delete.
80
81 * improve CT protection mode
82
83 * vzdump: tar: disable warnings about ignored files
84
85 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Sep 2015 10:11:31 +0200
86
c211d7ae
DM
87pve-container (0.9-22) unstable; urgency=medium
88
89 * allow to parse configuration values with spaces
90
91 * specify data format for hostname, searchdomain and nameserver
92
93 * add check for newlines before writing configuration
94
95 * vzdump fixes
96
97 * mountpoint_mount: disallow symlinks in bind mounts
98
99 * lxc API: use new disk option names in permission check
100
101 -- Proxmox Support Team <support@proxmox.com> Mon, 21 Sep 2015 12:14:31 +0200
102
af4b00a1
DM
103pve-container (0.9-21) unstable; urgency=medium
104
105 * vzdump: support mountpoints
106
107 * change tar/rsync_vm to use the new exclude pattern method
108
109 -- Proxmox Support Team <support@proxmox.com> Wed, 16 Sep 2015 11:38:24 +0200
110
c34cd4ea
DM
111pve-container (0.9-20) unstable; urgency=medium
112
113 * fix bug #712: fix stop mode backups when container is running
114
115 * add support for LVM
116
117 -- Proxmox Support Team <support@proxmox.com> Mon, 14 Sep 2015 09:29:57 +0200
118
fb2d8270
DM
119pve-container (0.9-19) unstable; urgency=medium
120
121 * allow older debian versions (>= 4 (etch))
122
9fa65276
DM
123 * fix subvolume mounts (do not use loop device)
124
fb2d8270
DM
125 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Sep 2015 09:19:03 +0200
126
640916d4
DM
127pve-container (0.9-18) unstable; urgency=medium
128
129 * fix bug #710: use correct size for OpenVZ restore
130
842bae93
DM
131 * format_disk: call activate_volume()
132
640916d4
DM
133 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2015 10:13:29 +0200
134
003620d3
DM
135pve-container (0.9-17) unstable; urgency=medium
136
137 * mount_all: make sure rootfs exists (fix openvz restore bug)
138
139 * destroy: avoid warning about undefined 'protection' value
140
141 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Sep 2015 07:04:24 +0200
142
627e416f
DM
143pve-container (0.9-16) unstable; urgency=medium
144
145 * fix bug #707: Don't die in vm_shutdown when we have no errors
146
147 * add CT protection mode
148
149 -- Proxmox Support Team <support@proxmox.com> Wed, 09 Sep 2015 17:23:04 +0200
150
32e36fce
DM
151pve-container (0.9-15) unstable; urgency=medium
152
153 * add bash completion support
154
155 * support resizing of owned container disks
156
157 * get rid of most of the loop-devices code
158
159 * fix unlock handling after migration
160
161 * add command to unlock a Container if it is locked
162
163 * add support to add mountpoints with pct set
164
165 * added pct exec command
166
167 * add missing archlinux ostype confdesc enum entry
168
169 * destroy owned mountpoints on pct destroy
170
171 * use multiple mount protection (mmp)
172
173 * many bug fixes
174
175 -- Proxmox Support Team <support@proxmox.com> Tue, 08 Sep 2015 07:28:41 +0200
176
41ea68ca
DM
177pve-container (0.9-14) unstable; urgency=medium
178
179 * vm_create : add support for mountpoints
180
181 * run spiceterm and return spiceproxy config only if CT is running
182
183 * vzdump: correctly implement snapshot backup
184
185 * vzdump: use correct pid to access container root (fix suspend mode
186 backup)
187
188 * fix bug #691: fix vzdump stop mode backup on zfs
189
190 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Aug 2015 11:47:32 +0200
191
1f14baa6
DM
192pve-container (0.9-13) unstable; urgency=medium
193
194 * detect ostype when restoring OpenVZ containers
195
196 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Aug 2015 12:55:20 +0200
197
53a9acc5
DM
198pve-container (0.9-12) unstable; urgency=medium
199
200 * code cleanups
201
202 * implement pct listsnapshot cli command
203
204 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Aug 2015 06:32:05 +0200
205
ae8c06a1
DM
206pve-container (0.9-11) unstable; urgency=medium
207
208 * add mpX mountpoint configuration (experimental)
209
210 * remove <vmid>.fw file after lxc vm destroy
211
212 * cleanup directory structure
213
214 * add file access methods to LXCSetup::Base
215
216 * mountpoint: add support for host /dev/xxx block device passthrough
217
218 * Added PVE::LXCSetup::Base::setup_securetty
219
220 * archlinux template support
221
222 * implement new cmode option
223
224 * implement template creation
225
226 * add rbd storage type support
227
228 * do not use hardcoded disk image names
229
230 -- Proxmox Support Team <support@proxmox.com> Wed, 19 Aug 2015 15:51:13 +0200
231
30137a89
DM
232pve-container (0.9-10) unstable; urgency=medium
233
234 * add support for RHEL/CentOS
235
236 * allow to set empty lxc.xxx values
237
238 * added pve-update-lxc-config postinstall hook
239
240 -- Proxmox Support Team <support@proxmox.com> Tue, 11 Aug 2015 10:23:33 +0200
241
8eefced6
DM
242pve-container (0.9-9) unstable; urgency=medium
243
244 * Fix: If a Ct are created and a pool are given add the Ct to pool
245
246 * don't set proxy_arp and forwarding on lxc veths
247
248 * activate/deactivates volumes on container start/stop
249
250 * allow to use drbd storage for containers
251
252 * add manual page for container configuration format ("man pct.conf")
253
254 -- Proxmox Support Team <support@proxmox.com> Fri, 07 Aug 2015 12:11:22 +0200
255
e05baf1c
DM
256pve-container (0.9-8) unstable; urgency=medium
257
258 * use our own configuration format for containers
259
260 -- Proxmox Support Team <support@proxmox.com> Thu, 06 Aug 2015 11:28:27 +0200
261
25cdbca0
DM
262pve-container (0.9-7) unstable; urgency=medium
263
264 * fixes for container restore
265
266 -- Proxmox Support Team <support@proxmox.com> Fri, 31 Jul 2015 12:20:13 +0200
267
882c975e
DM
268pve-container (0.9-6) unstable; urgency=medium
269
270 * fix memory and swap size calculations
271
272 * ipv6 slaac/autoconf support
273
274 * fix ipv4 replacement of running containers
275
276 * allow to restore backups of openvz containers
277
278 -- Proxmox Support Team <support@proxmox.com> Fri, 31 Jul 2015 11:09:44 +0200
279
810362c0
DM
280pve-container (0.9-5) unstable; urgency=medium
281
282 * correctly detect container architecture
283
284 -- Proxmox Support Team <support@proxmox.com> Mon, 27 Jul 2015 09:38:45 +0200
285
7fb2e318
DM
286pve-container (0.9-4) unstable; urgency=medium
287
288 * allow configuring lxc.seccomp
289
290 * network setup: allow dhcp, manual and unmanaged network
291
292 * implement snapshot API
293
294 * implement snapshots for zfs
295
296 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Jul 2015 13:12:16 +0200
297
891fde80
DM
298pve-container (0.9-3) unstable; urgency=medium
299
300 * fix tty setup for debian6
301
302 -- Proxmox Support Team <support@proxmox.com> Fri, 03 Jul 2015 06:41:08 +0200
303
662f90a0
DM
304pve-container (0.9-2) unstable; urgency=medium
305
306 * correctly set password change time
307
308 -- Proxmox Support Team <support@proxmox.com> Wed, 01 Jul 2015 11:03:37 +0200
309
2410127c
DM
310pve-container (0.9-1) unstable; urgency=medium
311
312 * correctly untaint crontab filenames
313
314 * create new ssh host keys at startup
315
316 * add net hotplug and hotplug ip configuration
317
91bf89e1
DM
318 * add support for Ubuntu 15.04
319
2410127c
DM
320 -- Proxmox Support Team <support@proxmox.com> Mon, 29 Jun 2015 12:38:46 +0200
321
af9cc97c
DM
322pve-container (0.8-1) unstable; urgency=medium
323
324 * only use lxc-pve-mount-hook for containers on /etc/pve/
325
326 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Jun 2015 06:41:37 +0200
327
20464461
DM
328pve-container (0.7-2) unstable; urgency=medium
329
330 * use nowait trigger for pve-api-updates
331
332 -- Proxmox Support Team <support@proxmox.com> Mon, 01 Jun 2015 12:30:08 +0200
333
256b0ea7
DM
334pve-container (0.7-1) unstable; urgency=medium
335
336 * randomize crontab entries
337
338 * install global lxc config
339
340 -- Proxmox Support Team <support@proxmox.com> Thu, 07 May 2015 09:09:15 +0200
341
629a468d
DM
342pve-container (0.6-2) unstable; urgency=medium
343
344 * depend on lxc-pve
345
346 -- Proxmox Support Team <support@proxmox.com> Wed, 06 May 2015 10:37:18 +0200
347
b979858c
DM
348pve-container (0.6-1) unstable; urgency=medium
349
350 * add support for centos6
351
352 -- Proxmox Support Team <support@proxmox.com> Wed, 06 May 2015 10:20:46 +0200
353
2e1f4a16
DM
354pve-container (0.5-1) unstable; urgency=medium
355
356 * implement restore command
357
358 * implement disk size parameter (loop mounts)
359
360 -- Proxmox Support Team <support@proxmox.com> Thu, 30 Apr 2015 18:46:23 +0200
361
dce235ad
DM
362pve-container (0.4-1) unstable; urgency=medium
363
364 * allow to setup root password
365
366 * implement dns setup for containers
367
368 * implement startup and onboot option
369
370 * implement cpuunits
371
372 * add firewall and vlan tag network options
373
374 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Apr 2015 10:58:45 +0200
375
44d75d46
DM
376pve-container (0.3-1) unstable; urgency=medium
377
378 * implement lxcnetaddbr to bring up network
379
380 * implement swap and cpulimit
381
382 * add regression tests
383
384 * add mount hook to setup container config
385
386 * add helper classes to setup container configuration
387
388 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Apr 2015 07:50:02 +0200
389
dba35ed0
DM
390pve-container (0.2-1) unstable; urgency=medium
391
392 * improved CLI
393
394 -- Proxmox Support Team <support@proxmox.com> Sat, 18 Apr 2015 10:38:52 +0200
395
f76a2828
DM
396pve-container (0.1-1) unstable; urgency=medium
397
398 * first try
399
400 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Apr 2015 06:50:08 +0200
401