Skip to content

Commit af13718

Browse files
Fixed issues 41200 (apache#35)
* 4.12.0.0 issues fixed * 4.12 API changes and upgrade from 4.11 * Issues fixed updated considering also commits in 4.12.0.0 & 4.11.3 * Update supported Ubuntu versions. * Add |version| for 4.12 release * Update changes list, adding 'Drop support for Ubuntu 14.04' * Address issues raised by Wido's review
1 parent 15ead30 commit af13718

File tree

5 files changed

+916
-5
lines changed

5 files changed

+916
-5
lines changed

source/releasenotes/about.rst

+49-2
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,65 @@
1616
1717
What's New in |release|
1818
=======================
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
1966

2067
What's New in 4.11.2.0
2168
----------------------
2269

23-
The new |release| version is a |version| maintainance release containing over 70
70+
The new 4.11.2.0 version is a 4.11 maintainance release containing over 70
2471
fixes and improvements on the 4.11.1.0 release.
2572

2673

2774
What's New in 4.11.1.0
2875
----------------------
2976

30-
The new |release| version is a |version| maintainance release containing over 140
77+
The new 4.11.1.0 version is a 4.11 maintainance release containing over 140
3178
fixes and improvements on the 4.11.0.0 release.
3279

3380
These include the speeding up of virtual router deployments and fixes for corner cases

source/releasenotes/api-changes.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@
1313
specific language governing permissions and limitations
1414
under the License.
1515
16-
1716
API Changes Introduced in |release|
1817
===================================
18+
For the complete list of API commands and params consult the `CloudStack Apidocs`_.
19+
20+
The 4.12 API commands stayed as the 4.11.
21+
22+
API Changes Introduced in 4.11
23+
===================================
1924

2025
For the complete list of API commands and params consult the `CloudStack Apidocs`_.
2126

source/releasenotes/compat.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ indicate compatibility with CentOS 6.2, 6.1 and so on.
2626

2727
- RHEL versions 6.3, 6.5, 6.6 and 7.0
2828
- CentOS versions 6.8, 7
29-
- Ubuntu 14.04, 16.04, 17.04 LTS
29+
- Ubuntu 16.04 LTS, 18.04 LTS
3030

3131
Software Requirements
3232
~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)