Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning
titleSafe upgrade warning

For safety reasons, please STOP scalr on ALL nodes with scalr-server-manage stop all command before upgrading to this version.

7.5.2

New Feature

  • [SCALRCORE-3768] - APIv2 > Manage Farm Roles storage
  • [SCALRCORE-5930] - Core > Global Variables > Add new system variables: SCALR_CLOUD_PLATFORM, SCALR_ACCOUNT_ID, SCALR_ACCOUNT_NAME

Improvement

Bug

  • [SCALRCORE-3913] - Garbage Collector > Lookup by Farm Role bad experience
  • [SCALRCORE-4730] - Cost Analytics > Quarter end estimate too large
  • [SCALRCORE-4927] - VMware > Cannot complete login due to an incorrect user name or password
  • [SCALRCORE-5361] - QueryEnv failed: 500 Server Error: Error for url: ...list-global-variables for Importing servers
  • [SCALRCORE-5645] - EBS Volumes > Unable to create snapshot if Volume attached to instance from different environment.
  • [SCALRCORE-5763] - VMware > Farm Designer > Datastore and network findIntersections issue
  • [SCALRCORE-5822] - Python Services > Cost Analytics > Invalid quarterly budget's "Exceed on"
  • [SCALRCORE-5829] - Azure > Public IP can't be deleted since it is still allocated to NIC
  • [SCALRCORE-5849] - Apache Virtual Hosts > Unable to create New virtual host if No access for All Farms (Affected version 7.0.0)
  • [SCALRCORE-5857] - APIv2 > CloudCredentials > OpenStack > Impossible to change 'domainName' property
  • [SCALRCORE-5860] - Trashy platformAccessData on OpenStack/Raxng
  • [SCALRCORE-5865] - Cost Analytics > Python Services > Cloud Objects w/ invalid meta-tag w/o serverId leads to error
  • [SCALRCORE-5899] - Service catalog > VMWare CustomSpec from the FarmTemplate is not applied to the farm
  • [SCALRCORE-5901] - PHP Fatal error: Uncaught exception 'LogicException' with message 'Trying to rollback while not in transaction.' in app/src/Scalr/Db/ConnectionPool.php:282
  • [SCALRCORE-5902] - APIv2 > VMware > FarmRole change property name cloudFeatures.customSpecification -> cloudFeatures.customizationSpec (BC сhange in APIv2)
  • [SCALRCORE-5904] - Core > LogicException > Trying to rollback while not in transaction
  • [SCALRCORE-5914] - Python Services > Cost Analytics > Analytics Processing > Decrease chunk size
  • [SCALRCORE-5916] - Openstack > Unable to load/add security groups (Affected version 7.5.1)
  • [SCALRCORE-5920] - APIv1 > Could not find method applyLdapGroups for class Scalr\Model\Collections\EntityIterator
  • [SCALRCORE-5928] - UI > Show time in lasterrors widget in user's timezone
  • [SCALRCORE-5932] - Scalarizr one-liner failed on RHEL 7


Expand
titleClick to show BC changes

1. BC change in APIv2

FarmRole cloudFeatures.customSpecification field was renamed to cloudFeatures.customizationSpec.
Before:

"cloudFeatures": {
    "computeResource": "string", 
    "customSpecification": "string", 
    "dataStore": "string", 
    "folder": "string", 
    "hosts": [
      "string"
    ], 
    "resourcePool": "string", 
    "type": "VmwareCloudFeatures"
  }

After:

"cloudFeatures": {
    "computeResource": "string", 
    "сustomizationSpec": "string", 
    "dataStore": "string", 
    "folder": "string", 
    "hosts": [
      "string"
    ], 
    "resourcePool": "string", 
    "type": "VmwareCloudFeatures"
  }

7.5.1

Release Date: 21/Mar/17

New Feature

...