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