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