Scalr Enterprise - 7.7.6 Release notes

Release Date: 30/Nov/17

New Feature

  • [SCALRCORE-6314] - AWS EFS > Support for Encryption
  • [SCALRCORE-7500] - AWS > Add support for C5 instance types
  • [SCALRCORE-7599] - AWS > Add support for M5, H1 and i3.metal instance types
  • [SCALRCORE-5327] - VMware > IP Pools > External IPAM support
  • [SCALRCORE-7129] - VMware > Add support for sockets and cores per socket configuration
  • [SCALRCORE-6300] - Core > Garbage Collector > Cloud Resources Poller
  • [SCALRCORE-7056] - Core > Storage > Windows > Mount Volume to a directory
  • [SCALRCORE-7181] - Cost Manager > Azure > Add support for Germany region
  • [SCALRCORE-7369] - Cost Manager > Farm Role Analytics
  • [SCALRCORE-7060] - Cost Manager > Add support for Amazon EFS
  • [SCALRCORE-7487] - GCE > Set service account at instance creation
  • [SCALRCORE-6144] - Openstack > Volume auto-snapshot feature and snapshot rotation
  • [SCALRCORE-6704] - Control over objects nesting (Scripts, Images, WebHook Endpoints)
  • [SCALRCORE-7220] - UI > Service Catalog > Phase 4 (Advanced ACLs, Servers list on Application view page, support for HTML tags in app and offering descriptions)
  • [SCALRCORE-5605] - APIv2 > FarmRole > VMware > Add IP Pool Configuration

Improvement

  • [SCALRCORE-5897] - Better information details about Openstack credentials
  • [SCALRCORE-6718] - UI > Search field global refactoring
  • [SCALRCORE-6834] - UI > Minor fixes and consistency improvements
  • [SCALRCORE-6800] - AWS > Better UX for Detailed billing configuration (BC Change in APIv2)
  • [SCALRCORE-7394] - Hide AT configuration if there is no AT servers configured.
  • [SCALRCORE-7478] - VMware > Add ability to create Instance Type with more than 8 vCPUs

Bug

  • [SCALRCORE-4854] - UI shows wrong phase on initialization progress
  • [SCALRCORE-5782] - Cost Manager > VMWare metadata traceback
  • [SCALRCORE-5910] - APIv2 > implement rules for usage warning property in api Envelope (BC Change in APIv2)
  • [SCALRCORE-7205] - VMware > Windows server is started with the network card disabled
  • [SCALRCORE-7285] - VMware > Error while launching server
  • [SCALRCORE-7324] - AWS > EFS > Filtering grid causes an error
  • [SCALRCORE-7332] - Cost Analytics > Issue with performance on some pages
  • [SCALRCORE-7350] - APIv2 > Сloudstack > create from template > added Security Groups
  • [SCALRCORE-7353] - APiV1 > FarmCreate action do not set createdByUserEmail property
  • [SCALRCORE-7355] - Azure > Add better error reporting and validation on CC page
  • [SCALRCORE-7356] - ApiV2 > Farms > Invalid error message
  • [SCALRCORE-7372] - Cost Manager > Round everything to dollar (remove cents).
  • [SCALRCORE-7403] - VMware > Password is overriden after cloning VM from Windows template
  • [SCALRCORE-7407] - VMware > Error when import image into Vmware environment
  • [SCALRCORE-7410] - Apiv2 > UI client > Filter does not work if more than 3 parameters are selected
  • [SCALRCORE-7421] - APIv2 > Farm Role Create > Server error when setting Role by Name
  • [SCALRCORE-7430] - ApiV2 > Invalid error: InternalServerError: Server Error when creating Farm Role without CloudLocation
  • [SCALRCORE-7442] - OTC > Suspended servers terminated from the outside remain Suspended in Scalr
  • [SCALRCORE-7447] - UI > Policy > AWS > kmsKeys with null identifiers
  • [SCALRCORE-7450] - Azure > Increase timeouts in Query Client
  • [SCALRCORE-7452] - Azure > Logic with unmanaged disks is broken
  • [SCALRCORE-7459] - UI > Farm designer > Storage account issue
  • [SCALRCORE-7461] - Python Services > Monitor fail to start
  • [SCALRCORE-7465] - Azure > Invalid argument for the field
  • [SCALRCORE-7476] - Python Services > Use update client port from server_properties table
  • [SCALRCORE-7477] - No Suitable Instance Type for System Images in AP-NorthEast-2
  • [SCALRCORE-7485] - APIv1 > Wrong uptime for just started servers
  • [SCALRCORE-7493] - Cost Analytics > Analytics Poller > VMWare not all Environments are processed
  • [SCALRCORE-7502] - Cost Analytics > Analytics Notifications > Invalid method visibility (Affected version 7.7.5)
  • [SCALRCORE-7503] - VMWare > Instances hang in Pending terminate if failed by configSpec.numCPUs
  • [SCALRCORE-7508] - Cost Analytics > Analytics Processing > local variable 'hour' referenced before assignment
  • [SCALRCORE-7525] - Core > Blocker update multinode issue
  • [SCALRCORE-7528] - Python Services > Analytics Poller > KeyError: 'json_key'
  • [SCALRCORE-7541] - ACL > Policy Engine > Link groups to Environment is allowed when unchecked
  • [SCALRCORE-7546] - Discovery Manager > Import using System image > Unable to register role
  • [SCALRCORE-7550] - Analytics processor > VMWare: Unable to get cost - KeyError
  • [SCALRCORE-7552] - Core > CloudPoller2 > Clean IS_MISSING flag
  • [SCALRCORE-7570] - Roles > Search > Missing category label after re-navigation
  • [SCALRCORE-7601] - UI > Error when disabling/enabling orchestration tasks
  • [SCALRCORE-7608] - Issue with server termination data for removed farm-roles
  • [SCALRCORE-7536] - Python Services > Cost Manager > Analytics Poller > 'unicode' object has no attribute 'findall'


 Click to show changes in system packages

php-memcached: 2.2.0 -> 3.0.3
php-pecl_http: 2.6.0 -> 3.1.0
php-propro: 1.0.0 -> 2.0.1
php-raphf: 1.1.0 -> 2.0.0
php-ssh2: 0.12 -> 1.0
php-yaml: 1.3.0 -> 2.0.0
php-zmq: 1.1.2 -> 1.1.3
php: 5.6.30 -> 7.1.11
apache: 2.4.25 -> 2.4.29

 Click to show BC changes

1. BC Change in APIv2

Previously on Account Scope was not possible to set up Payer Account which Cloud Credentials was defined on Admin Scope.
Now it is possible to set up Payer Account with credentials that defined on either Scopes (Account, Admin).

AwsDetailedBilling object:


Before:

{
  "bucket": "string", 
  "cloudLocation": "string", 
  "payerAccount": "string"
}

After:

{
  "bucket": "string", 
  "cloudCredentials": {
    "id": "string"
  }, 
  "cloudLocation": "string", 
  "enabled": true,
}
  • Added property enabled (default is false)
  • Removed property payerAccount
  • Added property cloudCredentials . This property should countain identifier of the Billing creadentials. Empty 'cloudCredentials' available - means current billing credentials to use.

2. BC Change in APIv2

Changed warning format for deprecated endpoints:

Before:

GET http://SCALR/api/v1beta0/account/roles/25052 HTTP/1.1
Content-Type: application/json; charset=utf-8
X-Scalr-Key-Id: APIK12345
X-Scalr-Date: 2017-11-10T15:41:51Z
X-Scalr-Signature: ...

HTTP/1.1 200 OK
Server: nginx/1.12.2
Date: Fri, 10 Nov 2017 15:41:52 GMT
Content-Type: application/json; utf-8
Content-Length: 409

{
	"meta": {
		"requestId": "d1fb4b05-4ac7-4355-b931-9b65f93b5d4f"
	},
	"data": {
		"id": 25052,
		"name": "base64-windows2008",
		"description": "",
		"quickStart": true,
		"deprecated": false,
		"useScalrAgent": true,
		"quickStartGroup": "Base",
		"scope": "scalr",
		"os": {
			"id": "windows-2008"
		},
		"category": {
			"id": 1
		},
		"builtinAutomation": ["base"]
	},
	"warnings": [{
		"code": "301 Moved Permanently",
		"message": "Location \/api\/v1beta0\/account\/1\/roles\/25052"
	}]
}

After:

GET http://SCALR/api/v1beta0/account/roles/25052 HTTP/1.1
Content-Type: application/json; charset=utf-8
X-Scalr-Key-Id: APIK12345
X-Scalr-Date: 2017-11-10T15:37:58Z
X-Scalr-Signature: ...

HTTP/1.1 200 OK
Server: nginx/1.12.2
Date: Fri, 10 Nov 2017 15:37:58 GMT
Content-Type: application/json; utf-8
Content-Length: 404

{
	"meta": {
		"requestId": "5682eb1d-8bc9-4827-a0d6-0229b3c792a9"
	},
	"data": {
		"id": 25052,
		"name": "base64-windows2008",
		"description": "",
		"quickStart": true,
		"deprecated": false,
		"useScalrAgent": true,
		"quickStartGroup": "Base",
		"scope": "scalr",
		"os": {
			"id": "windows-2008"
		},
		"category": {
			"id": 1
		},
		"builtinAutomation": ["base"]
	},
	"warnings": [{
		"code": "MovedPermanently",
		"message": "Location \/api\/v1beta0\/account\/1\/roles\/25052"
	}]
}