Queens Series Release Notes

8.0.2

修复漏洞

  • Increasing DATA_UPLOAD_MAX_NUMBER_FIELDS django configuration to allow creation of CDH node group templates.

8.0.0

Prelude

The config parameter ‘SAHARA_FLOATING_IP_DISABLED’ replaces ‘SAHARA_AUTO_IP_ALLOCATION_ENABLED’.

Deprecation Notes

  • The ‘SAHARA_AUTO_IP_ALLOCATION_ENABLED’ config parameter in Sahara was deprecated and replaced by ‘SAHARA_FLOATING_IP_DISABLED’ which has a less confusing name.

Security Issues

  • Django 1.10 introduced a new var : DATA_UPLOAD_MAX_NUMBER_FIELDS which prevent DOS on data received via GET and POST methods. Default values is set to 2000 instead of upstream default of 1000 to keep the security feature and to not cause issue with the Sahara Dashboard forms.