Versions Compared

Key

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

...

Info
titleLicense File Now Required

Starting with Scalr Enterprise Edition 7.5.3 a license file is required to be uploaded to /etc/scalr-server/license.json. Scalr will be distributing license files to all existing customers. For more information, please review our Licensing FAQ.  Please contact support with any questions.

7.6.0

Release Date: 25/May/17

New Feature

Improvement

  • [SCALRCORE-4490] - ZMQ Service > Avoid starting service while pending critical update (phase 2)
  • [SCALRCORE-5210] - Server date(s) > Improve logic (BC сhange in behavior)
  • [SCALRCORE-5359] - Openstack > Stricter ACL for Snapshots and Volumes
  • [SCALRCORE-5465] - VMWare > Use hostname as name for the VMs in vcenter
  • [SCALRCORE-5543] - Scale RabbitMQ one by one
  • [SCALRCORE-5552] - APIv2 > Add Role cloning, promote ability to the API
  • [SCALRCORE-5939] - UI > GV > Allow to make variable required on its own scope
  • [SCALRCORE-5954] - GCE > Add support for beta feature XPN (Cross-project networks)
  • [SCALRCORE-5970] - VMware > Refactoring > Add possibility to filter response by selecting custom fields
  • [SCALRCORE-5999] - UI > FarmRole > Storage tab > Enable XFS/Ext4 for RedHat/CentOS/SL 7
  • [SCALRCORE-6038] - AWS > Support for f1.* instance types
  • [SCALRCORE-6041] - UI > Better Control Over Templates Folder
  • [SCALRCORE-6096] - Linux hostname length validation
  • [SCALRCORE-6113] - Expose cloud-init config field in Role configuration for agent-less servers
  • [SCALRCORE-6143] - Core > Reject user-triggered ScriptExecute messages to Server when agent is unavailable ()
  • [SCALRCORE-6147] - APIv2 Doc > Add mixed-content warning for HTTP endpoints

Bug

  • [SCALRCORE-4853] - Special char in scripts causes unexpected behaviour
  • [SCALRCORE-5124] - Openstack - Windows Password
  • [SCALRCORE-5513] - PHP Fatal error: Uncaught exception 'Scalr\Service\Aws\Client\QueryClientException' with message 'AWS Error. Request DescribeInstanceAttribute failed. in app/src/Scalr/Service/Aws/Exception/AwsResponseErrorFactory.php:42
  • [SCALRCORE-6023] - Core > Fix > FarmRole storage settings are not supported by Farm Templates and Service Catalog
  • [SCALRCORE-6033] - UI > Servers terminate action Decrease 'Minimum servers' setting issue
  • [SCALRCORE-6046] - Load statistics doesn't work
  • [SCALRCORE-6052] - Server dashboard > Increase timeout for scalarizr status
  • [SCALRCORE-6082] - Mess with root device settings
  • [SCALRCORE-6115] - AWS > Update validation on IO1 EBS volumes
  • [SCALRCORE-6119] - EBS Volumes > Filter by volumeID returns no results
  • [SCALRCORE-6120] - UI > Fix server dashboard layout for zoom
  • [SCALRCORE-6129] - Allow to configure default SSH user on GCE
  • [SCALRCORE-6133] - UI > Default timezone for new user should be set
  • [SCALRCORE-6141] - APIv1 > Forbid terminate / reboot / suspend actions for importing Servers
  • [SCALRCORE-6196] - Python Services > Analytics Poller > Helion platform missing
  • [SCALRCORE-6215] - Core > Global Variables > JSON Format issue
  • [SCALRCORE-6080] - Core > Account create date is NULL


Expand
titleClick to show BC changes

1. BC change in APIv2

Azure FarmRole об'єкт

  • Поле FarmRole.cloudFeatures.storageAccount - тепер опціональне, якщо воно пусте ми його не виводимо
  • Неможливо використовувати стандартні HDD інстанс типи із преміум сторедж акаунтом.
  • Поле FarmRole.availabilityZones[0] (availabilitySets). Манаджед availabilitySets неможливо одночасно зберегти із полем FarmRole.cloudFeatures.storageAccount відповідно для якщо у фарм ролі засетано поле FarmRole.cloudFeatures.storageAccount їй можна засетати тільки не менеджед availabilitySets

Змінено http коди при помилках: 422 -> 409

  • AWS при спробі засетати поле EphemeralStorage.template
  • AWS при спробі засетати поле RootStorageConfiguration.tempalte.sourceSnapshot
  • AWS якщо розмір напшоту більший за значення у полі PersistentStorageTemplate.tempalte.size
  • AWS якщо у полі PersistentStorageTemplate.tempalte.sourceSnapshot не енкрипнутий снапшот і сетається поле PersistentStorageTemplate.template.cloudFeatures.isEncrypted=true

2. BC change in behavior

Before:
dateAdded - a date when the server was launched (created). It had been updated on every Server resume.
dateInitialized - a date when the server initially goes running. It had never been changed.

After:
dateAdded - a date when the server was launched (created). It won't be changed.
dateInitialized - a date when the server wen running for the last time (resume). It is updated after successful launch or resume.

3. BC change in behavior

Изменено поведения в API — попытка запуска скрипта на сервере, с не отвечающим агентом, завершится ошибкой.


Expand
titleClick to show information about changes in Python libraries
  • updated apache-libcloud to 2.0

  • updated pbr to 3.0.1
  • added mitmproxy 0.18.2

7.5.3

Release Date: 27/Apr/17

...