Skip to content

0.9.0

Compare
Choose a tag to compare
@turtle0x1 turtle0x1 released this 27 Jun 18:07
· 1260 commits to master since this release

Added

  • Version check showing if there is an update available (#191)
  • CRUD operations for image aliases (#170)
  • Update image "public" & "auto update" properties (#170)
  • Display some of the system details provided in LXD >= 4.1 (#206)
  • Export instance as image
  • Create profiles (#175)
  • Allow user to create custom dashboards of instance metrics
  • Documentation for instance settings (#218)
  • Backup scheduling (#189)

Fixed

  • Cant load project information
  • Cant upload file to instance files
  • Cant load backups for instance (#211)
  • Sidebar lost when LXD host goes offline (#152)

Changed

  • Inject userId if requested by controller so the $userId variable in a controller will always be locked to the user using the app
  • Use DB for validating if user is admin instead of session (#194)
  • Re-purpose the cluster page, access it by clicking a cluster on the dashboard sidebar (#183)
  • Store the user project in the database for each host, it can be over written anytime with a header (#194)
  • Use the LXD recursion param to drastically improve fetching instances time
  • Use objects because I need practise and its better
  • Add show password toggle when adding servers (#208)

Fixed

  • Cant add more than one profile to deploy cloud config (#198)

Removed

  • Removed instance settings description (#218)