Releases: osuosl/ganeti_webmgr
Releases · osuosl/ganeti_webmgr
0.11.2rc2
Changes since 0.11.1:
- Use bower to manage JS dependencies
- Minor usability enhancements, like making the VNC url clickable
- Added support for Sentry logging
- Default RAPI timeout increased to 10 seconds from 3
Bug fixes:
0.11.2rc1
New from 0.11.1:
- Added dependencies to setup.sh (thanks Daniel Howard!)
- Added support for Sentry logging
- Remove references to code.osuosl.org tracker
- Fix bug preventing generated secret keys from being used
- Use bower to manage JS dependencies
0.11.1
New from 0.11.0:
- LDAP support has been fixed
- various Debian Jessie fixes (incl. updating requests and a sample systemd script for VNCAuthProxy)
- Travis CI is now used to automatically test any pull request
- Travis CI now checks each pull request to test for related documentation updates
- Configuration documentation has been updated
- the deprecated fabfile has been removed in favor of the setup.sh script or manual setup
- Added favicon!
- VNC connections are encrypted by default if connected to GWM over SSL (previously, connections would fail as the browser would not allow them).
- Added documentation on setting up secure VNCAuthProxy.
- Updated Authors file
0.11.1-rc2
- LDAP support has been fixed
- various Debian Jessie fixes (incl. updating requests and a sample systemd script for VNCAuthProxy)
- Travis CI is now used to automatically test any pull request
- Travis CI now checks each pull request to test for related documentation updates
- Configuration documentation has been updated
- the deprecated fabfile has been removed in favor of the setup.sh script or manual setup
- Added favicon!
- VNC connections are encrypted by default if connected to GWM over SSL (previously, connections would fail as the browser would not allow them).
- Added documentation on setting up secure VNCAuthProxy.
- Updated Authors file
0.11.1-rc1
Fixes https://code.osuosl.org/issues/18135 (thanks Darius Spitznagel!)
Fixes documentation links (thanks lmorfitt!)
0.11.0
v0.11.0
Notable Changes:
- Ganeti Web Manager is now a Python package
- New installation script!
- Refactoring and new internal application structure
- Reworked configuration, with config.yml
Other:
- Added notes field to virtual machines
- The VM Wizard now has a summary page
- Updated VNCAuthProxy
- Updated documentation
0.11.0-rc2
Fixes VNC proxy error display bug