2023-10-24 09:28:27 +00:00
|
|
|
# 0.4.0
|
|
|
|
- Upgraded Bootstrap from version 4 to version 5
|
|
|
|
- Converted containers and virtual-machines endpoints to instances endpoint
|
|
|
|
- Combined containers and virtual-machines pages to instances page
|
|
|
|
- Datatable errors now display on console.log rather than the default alert
|
2023-10-30 02:52:51 +00:00
|
|
|
- Handled 404 error for logs on a new virtual machine
|
|
|
|
- Fixed several undefined value errors that may occur
|
|
|
|
- Updated virtual-machine cpu and memory functions to no longer use sleep
|
2023-10-24 09:28:27 +00:00
|
|
|
|
2023-10-07 23:30:17 +00:00
|
|
|
# 0.3.0
|
|
|
|
- Improved Dockerfile for quicker builds
|
|
|
|
- Added version specific flask and werkzeug to requirements due to build error in dependencies
|
|
|
|
- Added a Network Zones page
|
|
|
|
- Added a Network page with DHCP Leases, Network Load Balancers, Forwards, and Peers
|
|
|
|
- Added missing parameters in API for creating a network
|
|
|
|
- Upgraded jQuery to version 3.7.1
|
|
|
|
- Updated layout to container and virtual machines pages
|
|
|
|
|
2023-06-08 23:46:41 +00:00
|
|
|
# 0.2.1
|
|
|
|
- Updated local xterm.js packages to version 5.1.0 and loading from local file
|
|
|
|
- Modified CSS to hide terminal scrollbar in chrome based browsers
|
|
|
|
- Added dynamic resize of terminal when sidebar is toggled
|
|
|
|
|
2023-06-04 19:52:38 +00:00
|
|
|
# 0.2.0
|
|
|
|
- Added cluster groups
|
|
|
|
- Added evacuate and restore options for cluster members
|
|
|
|
- Added cluster members roles to tables
|
|
|
|
- Added cluster members actions
|
|
|
|
- Removed serializeJSON library in favor of jquery serialize
|
|
|
|
|
2023-05-29 22:19:08 +00:00
|
|
|
# 0.1.0
|
|
|
|
- Corrected image unit size, changing GiB to MiB
|
|
|
|
- Added option filter for storage volumes by adding filter=custom to URL
|
|
|
|
- Changed the image catalog for adding images to a dynamic list generated from https://images.linuxcontainers.org
|
|
|
|
|
2023-05-09 09:33:22 +00:00
|
|
|
# v0.0.2
|
|
|
|
- Fix for reloading/loading of page content bug in network-acl page
|
|
|
|
|
2023-05-08 10:15:09 +00:00
|
|
|
# v0.0.1
|
|
|
|
- Fix an undefind varaible error when loading list of containers without root disk
|