Release Date: 21/Nov/2018

Feature

Improvement

Bug

1. BC Change in API

Before:
You're allowed to set mounting options for shared disks.
Example:

{ "type": "PersistentStorageConfiguration", "template": { "cloudFeatures": { "type": "VmwareStorageTemplateCloudFeatures", "isSharedDisk": true }, "size": 20, "type": "provisioning-thick-eager" }, "mounting": { "enabled": true, "fileSystem": "ext3", "mountPoint": "\\D" }, "reUse": 1, "fromTemplateIfMissing": 0 }

After:
Previous request will cause error, as you're not allowed to set mounting options for shared disks.

"code": "ConfigurationMismatch" "responseCode": 422

Correct request would look like:

{ "type": "PersistentStorageConfiguration", "template": { "cloudFeatures": { "type": "VmwareStorageTemplateCloudFeatures", "isSharedDisk": true }, "size": 20, "type": "provisioning-thick-eager" }, "reUse": 1, "fromTemplateIfMissing": 0 }

Note: Disk sharing available only for "type":"provisioning-thick-eager"

2. BC Change in GV

Before: Previously server_type Global Variable has been an identifier of the Instance Type
After: Now server_type Global Variable is the Name of the Instance Type

Changes in system packages:

Added software:

  • boost 1.66.0

Updated software:

  • InfluxDB 1.5 → 1.6.4

  • curl 7.60.0 → 7.61.1

  • apache 2.4.33 → 2.4.35

  • nginx 1.13.12 → 1.15.5

  • openssl 1.0.2o → 1.0.2p

  • php-yaml 2.0.0 → 2.0.2

  • php 7.1.18 → 7.1.22

Removed software:

  • libmcrypt

  • php-mcrypt