Skip to content

Releases: isard-vdi/isard

v3.1.0

02 Sep 14:14
Compare
Choose a tag to compare

[3.1.0] - 2021-09-01

Added

  • Added the releaser script. Now tags and GitLab releases are done automatically

v3.0.2

31 Aug 06:40
Compare
Choose a tag to compare

[3.0.2] - 2021-08-27

Fixed

  • Deployments with started desktops failed

v3.0.1

27 Aug 08:45
Compare
Choose a tag to compare

[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

27 Aug 08:44
Compare
Choose a tag to compare

[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

03 Aug 09:06
Compare
Choose a tag to compare
v2.0.0-rc1 Pre-release
Pre-release

[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

06 Jul 11:02
Compare
Choose a tag to compare

[v1.2.1] - 2019-07-06

Fixed

  • Removed last access from the user profile page #67
  • Hide the delete user button until it works #171
  • Don't depend only on environment variables for the Docker Compose Isard version #175

v1.2.0 - La Pedriza

06 Jul 11:11
89eb223
Compare
Choose a tag to compare

[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

  • Add minimum template name length #136
  • Fix hypervisor port variable type when updating an hypervisor #137
  • Fix VNC port variable type when updating it #139
  • Remote hyper port 22 restriction #149
  • In some cases, the SSH keys weren't copied to the hypervisor #155

v1.1.1

06 Jul 11:11
9a0970a
Compare
Choose a tag to compare

[v1.1.1] - 2019-03-19

Fixed

  • Bug with user password update from admin that updated all the user passwords at the same time.
  • Bug when acessing IsardVDI from an https port different from 443.

v1.1.0 - Canigó

06 Jul 11:11
371e5b6
Compare
Choose a tag to compare

[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

  • Windows install checkbox on creating domain. Not needed anymore. #115
  • Global actions removed from templates and bases as are not needed there. #116

v1.1.0-rc1

06 Jul 11:13
0bfcd32
Compare
Choose a tag to compare
v1.1.0-rc1 Pre-release
Pre-release

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.