v2019.06.0¶
Release date: 2019-06-11
v2019.06.0 is a stable version.
For a full index of Fleio releases see changelog.
From the 2019.03.0 release we’re following the guidelines in https://keepachangelog.com/.
Added¶
- Add second factor authentication support in Fleio
- Add Google authenticator and SMS authenticator second factor authentication methods
- Add settings for issuing invoice x days before service due date
- Allow custom defined themes in fleio
- Add support for subnet editing
- Add support volumes backup
Changed¶
- Allow adding custom headers in requests
- Filter images by flavor type when flavors as card is active
- Add user data to instance rebuild form
- Updated password field on instance rebuild form to take into account required and visible settings for root password from constants.js
- Optimize instance console launch
- Allow searching of instances by hypervisor name
- Display hypervisor name in instance list
- Add region column to flavor list in flavor group details
- Allow sorting of flavor groups in instance creation form
- Improve error messages when user attempts to delete a locked instance
- URLs in CORS_ORIGIN_WHITELIST now require schema specification - see https://github.com/ottoyiu/django-cors-headers/blob/master/HISTORY.rst#300-2019-05-10
- Upgrade 3rd party libs
Fixed¶
- Fix #2044: Fix volume backups list page failing because a volume backup doesn’t have a related volume and fix deleting volume backup when related volume does not exist
- Fix #2040: Fix unhandled exception when a service is unavailable in fleio openstack discovery
- Fix #2038 Unending spinning progress in image table
- Fix #2037 Delete button on image page not working
- Fix #2031: Fix incorrect calculated instance traffic. Add some tests for traffic collecting
- Fix #2028 Add description setting for automatically created security groups
- Fix #1996: Fix text overflowing activity log row on mobile screens and fix activity log display when language has right to left direction
- Fix 2010: Fix traffic for first recorded month and incorrect traffic computing
- Fix #2007: Reset cancellation request on a service when the service is reactivated by staff
- Fix #2013: Change image type from image_snapshot to owned_image and fix boot source when booting from community images
- Fix #2012: Do not allow region change when editing a flavor
- Fix #2015: UpdateD crash when RabbitMQ URI has ssl=1
Unreleased¶
-
Deprecated¶
-
Removed¶
-
Security¶
-