Releases: isard-vdi/isard
Releases · isard-vdi/isard
v3.1.0
v3.0.2
[3.0.2] - 2021-08-27
Fixed
- Deployments with started desktops failed
v3.0.1
[3.0.1] - 2021-08-27
Fixed
- Temporary desktops didn't start
- Some temporary desktops logout user as the allowed filter had a bug
Removed
- Removed unused BACKEND variables from isardvdi.cfg
v3.0.0 - Gran Paradiso
[3.0.0] - 2021-08-25 | Gran Paradiso
Note: it is possible to upgrade from version 2.0.0-rc1
to 3.0.0
, but we don't assure you everything will work (though it probably will). For a stable installation, start from scratch.
Update tricks
Before upgrade
mkdir -p /opt/isard/hypervisor
docker cp isard-hypervisor:/etc/ssh /opt/isard/hypervisor/sshd_keys
rm /opt/isard/hypervisor/sshd_keys/moduli /opt/isard/hypervisor/sshd_keys/ssh_config /opt/isard/hypervisor/sshd_keys/sshd_config
More info here
docker network rm isard-network
More info here
After upgrade
docker-compose run isard-hypervisor chown -R qemu /etc/pki/libvirt-spice
More info here
Added
- New frontend
- Set a custom logo
- Single Sign On
- Full Nvidia GPU support
- RDP viewer
- RDP browser viewer (using Guacamole)
- Deployments (desktop groups)
- Desktop soft shutdown
- Desktop sharing through an unique URL
- VPN connection for each user
Fixed
- Lots of bugs fixed in all the services
Changed
- Advanced interface styles cleanup
- Updated Libvirt & QEMU to newer releases
- Updated lots of frontend & webapp Javascript dependencies
- Development moved to Gitlab
- Renamed the 'Updates' section to 'Downloads', in the advanced interface
Removed
- Old frontend
v2.0.0-rc1
[v2.0.0-rc1] - 2020-08-03
Added
- OAuth2 Gitlab & Google authentications
- Auto enrollment codes
- Non persistent desktops
- Simplified web front end for non persistent desktops
- Multitenancy configuration
- New tenancy limits for users, desktops, concurrent, vcpus, memory, templates...
- Single 80 & 443 ports for everything (including viewers)
- New isardvdi.cfg and build.sh custom installation
- New QoS resource definitions for networking and storage
- New api with basic endpoints to control your users, desktops and viewers
Fixed
- Deleting templates with fine grained detail of domains chain
- Lots of non critical web user interface bugs
Changed
- New grafana dashboards with more details
- Stats moved from engine to an independent isard-stats container
Removed
- Spice Web viewer (in favour of noVNC)
v1.2.1
v1.2.0 - La Pedriza
[v1.2.0] - 2019-06-21 | La Pedriza
Added
- Create desktops automatically when a user from a specific category / group logs in #134
- Ephimeral desktops for a specific category / group #133
- New Docker and Docker Compose developing system #160
- Set predefined desktops when adding users in bulk #138
Changed
- Improved the XML definitions to boost the video performance #157
Fixed
v1.1.1
v1.1.0 - Canigó
[v1.1.0] - 2019-02-26 | Canigó
Added
- Support under VMWare #98
- Support on AMD cpu #98
- Permissions on templates and bases in admin mode #118
- Delete templates and bases with all the derived desktops and templates (admin mode) #114
- Complete domain chain in domain dictionary #78
- Delete media will delete the media in all domains #111
Changed
- Force host-passthrough cpu mode in domains for better compatibility #101
- Swapped wizard steps hypervisor and engine as makes more sense to check first the engine. #81
- Domain status engine detection now done using stats thread. Not relaying only in libvirt events. #120
Fixed
- On physical host reboot the hypervisor docker gets online again. #119
- Media status correctly shown in web interface. #110
- Post installation updates register now works. #109
- Admin base and template modals not shown. #112
- Restart download when failed #91
- Delete process is now more atomic and will delete domain from database even if there are problems during disk delete. #117
Removed
v1.1.0-rc1
This is the first release candidate for the v1.1.0 version. The changelog is going to be updated after the release (approximately in a week [2019-02-10]). Check the pull request for more information.