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