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