|
16 | 16 |
|
17 | 17 | What's New in |release| |
18 | 18 | ======================= |
19 | | -Version |release| is a |version| non-LTS release adding multiple features for those who want to access a fresh CloudStack prior to our next LTS. |
20 | | -|release| combines 12 months of work and adds +200 commits, with multiple new features and fixes. |
21 | | - |
22 | | -Some of the changes are presented in this quick summary (this is not a complete list): |
23 | | - |
24 | | -* Drop support for Ubuntu 14.04 |
25 | | -* Allow users of all types to create L2 networks |
26 | | -* keystore: don't restart systemvm cloud.service post cert |
27 | | -* Add back ability to disable backup of snapshot to secondary |
28 | | -* API: add command to list management servers |
29 | | -* UI: Fix "Migrate instance to another host" popup modal |
30 | | -* UI: Fix issue with verification of ipv4/ipv6 address. |
31 | | -* UI: Fix UI bug: Create Network Offering Popup has no fields |
32 | | -* UI: Update jquery and related libraries |
33 | | -* network: Offerings do not have to have Security Grouping enabled |
34 | | -* Vmware offline migration |
35 | | -* IP address acquired with associate ip address is marked as source nat |
36 | | -* ipv6: allow Secondary IPv6 addresses to be EUI-64 |
37 | | -* ipv6: Send userdata to Virtual Router if IPv6 is enabled |
38 | | -* ipv6: Calculate IPv6 address instead of fetching one from a pool |
39 | | -* ipv6: Advanced Networking Security Groups are supported |
40 | | -* ipv6: Allow specification of IPv6 details when creating Basic network |
41 | | -* Enable remote debugging for the management server, usage server, and KVM agent |
42 | | -* Security Group: add secondary ips to the correct ipset based on ip family (4.11) |
43 | | -* Security Group: add secondary ips to the correct ipset |
44 | | -* XenServer: fix Security Groups 'vmops' script |
45 | | -* XenServer: Support online storage migration from non-managed to managed storage |
46 | | -* KVM: Security Group enhancements and refactor old code |
47 | | -* KVM: Properly report available memory to Management Server |
48 | | -* KVM: Add influxdb to statscollector |
49 | | -* KVM: add libvirt / qemu IO bursting |
50 | | -* KVM: Refactory VXLAN script and add IPv6 support |
51 | | -* KVM: Set amount of queues for Virtio SCSI driver to vCPU of Instance |
52 | | -* KVM: Use 'ip route show default 0.0.0.0/0' to find the default gateway |
53 | | -* KVM: Add KVM Guest OS mapping for Windows Server 2019 |
54 | | -* KVM: Enable DPDK support on KVM |
55 | | -* KVM: Allow KVM VM live migration with ROOT volume on file storage type |
56 | | -* Prevent corner case for infinite PrepareForMaintenance |
57 | | -* Enhance bypass vlan overlap check |
58 | | -* Improved support for Java 8 for building artifacts/modules, packaging, and in |
59 | | -* Destroy VM also removes volumes |
60 | | -* Users are able to change/edit the protocol of an ACL rule |
61 | | -* allows to remove local primary storage |
62 | | -* Support requesting a specific IPv4 address in Basic Networking during Instance creation |
63 | | -* Adding zone disablement during deletion of the range |
64 | | -* Display mac address in nic detail view |
65 | | -* Cleanup methods, classes, and POMs |
66 | | - |
67 | | - |
68 | | -What's New in 4.11.3.0 |
69 | | ----------------------- |
70 | | - |
71 | | -The new |release| version is a |version| maintainance release containing almost 50 |
72 | | -fixes and improvements on the 4.11.2.0 release. |
73 | | - |
74 | | - |
75 | | - |
76 | | -What's New in 4.11.2.0 |
77 | | ----------------------- |
| 19 | +Version |release| is a |version| LTS release adding almost 200 new features, enhancements and fixes |
| 20 | +since 4.12. |
78 | 21 |
|
79 | | -The new 4.11.2.0 version is a 4.11 maintainance release containing over 70 |
80 | | -fixes and improvements on the 4.11.1.0 release. |
81 | | - |
82 | | - |
83 | | -What's New in 4.11.1.0 |
84 | | ----------------------- |
85 | | - |
86 | | -The new 4.11.1.0 version is a 4.11 maintainance release containing over 140 |
87 | | -fixes and improvements on the 4.11.0.0 release. |
88 | | - |
89 | | -These include the speeding up of virtual router deployments and fixes for corner cases |
90 | | -effecting the new config drive and L2 features and some hypervisor specific fixes to improve compatibility |
91 | | -with current hypervisor versions including the XCP-ng fork of XenServer. |
92 | | - |
93 | | -What's New in 4.11.0.0 |
94 | | ----------------------- |
95 | | - |
96 | | -Version 4.11.0.0 included more than 400 commits, 220 pull requests that fixes |
97 | | -more than 250 issues since the last release. Version 4.11.0.0 was a large |
98 | | -release that was worked on for 8 months. |
99 | | - |
100 | | -A LOT changed in this release, so this is not a complete list, but here is a |
101 | | -quick summary of some of the changes: |
102 | | - |
103 | | -* Support for XenServer 7.1, 7.2, 7.3 and 7.4, and support for XCP-ng 7.4. |
104 | | -* Improved support for VMware 6.5. |
105 | | -* Host-HA framework and HA-provider for KVM hosts with and NFS as primary storage, and a new background polling task manager. |
106 | | -* Secure agents communication: new certificate authority framework and a default built-in root CA provider. |
107 | | -* New network type - L2. |
108 | | -* CloudStack metrics exporter for Prometheus. |
109 | | -* Cloudian Hyperstore connector for CloudStack. |
110 | | -* Annotation feature for CloudStack entities such as hosts. |
111 | | -* Separation of volume snapshot creation on primary storage and backing operation on secondary storage. |
112 | | -* Limit admin access from specified CIDRs. |
113 | | -* Expansion of Management IP Range. |
114 | | -* Dedication of public IPs to SSVM and CPVM. |
115 | | -* Support for separate subnet for SSVM and CPVM. |
116 | | -* Bypass secondary storage template copy/transfer for KVM. |
117 | | -* Support for multi-disk OVA template for VMware. |
118 | | -* Storage overprovisioning for local storage. |
119 | | -* LDAP mapping with domain scope, and mapping of LDAP group to an account. |
120 | | -* Move user across accounts. |
121 | | -* Managed storage enhancements. |
122 | | -* Extend config drive support for user data, metadata, and password (Nuage Networks). |
123 | | -* Extra DHCP options support (Nuage Networks). |
124 | | -* Nuage VSP 5.0 support and caching of NuageVsp ID's. |
125 | | -* Nuage domain template selection per VPC and support for network migration. |
126 | | -* Support for watchdog timer to KVM Instances. |
127 | | -* Support for Secondary IPv6 Addresses and Subnets. |
128 | | -* IPv6 Prefix Delegation support in basic networking. |
129 | | -* Ability to specific MAC address while deploying VM or adding a NIC to a VM. |
130 | | -* VMware dvSwitch security policies configuration in network offering |
131 | | -* Allow more than 7 NICs to be added to a VMware VM. |
132 | | -* Network rate usage for guest offering for VRs. |
133 | | -* Usage metrics for VM snapshot on primary storage. |
134 | | -* Enable Netscaler inline mode. |
135 | | -* NCC integration in CloudStack. |
136 | | -* The retirement of the Midonet network plugin. |
137 | | -* Several UI Improvements. |
138 | | -* Embedded Jetty and improved CloudStack management server configuration. |
139 | | -* Improved support for Java 8 for building artifacts/modules, packaging, and in |
140 | | - the systemvm template. |
141 | | -* A faster console proxy startup and service availability. |
142 | | -* A new Debian 9 based smaller systemvm template that patches systemvm without |
143 | | - requiring reboot. |
144 | | -* Several optimizations and improvements to the virtual router including better |
145 | | - support for redundant virtual routers and strongswan provided s2s and remote |
146 | | - access vpn. |
| 22 | +Highlights include; Enhancements to the scoping of disk, network and compute offerings and a new type |
| 23 | +of custom offering. Improvements to memory usage in System VMs. DPDK support has been enhanced to |
| 24 | +include support for live migration and vHost User mode. Support has also been aded for vSphere OVA |
| 25 | +templates which contain additional static data, such as network appliances. |
147 | 26 |
|
| 27 | +|release| combines 12 months of work and adds +200 commits, with multiple new features and fixes. |
0 commit comments