Skip to content

Releases: osuosl/ganeti_webmgr

0.11.2rc2

03 Nov 22:21
Compare
Choose a tag to compare
0.11.2rc2 Pre-release
Pre-release

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:

  • Fixed setup.sh script for first-time installations (thanks Daniel Howard!)
  • Remove references to code.osuosl.org tracker
  • Secrets are now properly generated
  • Minor documentation fixes (thanks aaronbareford, Daniel Howard)
  • Other minor fixes (#71, #80, #85) (thanks dmS0Zq, aaronbareford, abezella!)

0.11.2rc1

02 Oct 20:52
Compare
Choose a tag to compare
0.11.2rc1 Pre-release
Pre-release

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

10 Jun 18:23
Compare
Choose a tag to compare

New from 0.11.0:

  1. LDAP support has been fixed
  2. various Debian Jessie fixes (incl. updating requests and a sample systemd script for VNCAuthProxy)
  3. Travis CI is now used to automatically test any pull request
  4. Travis CI now checks each pull request to test for related documentation updates
  5. Configuration documentation has been updated
  6. the deprecated fabfile has been removed in favor of the setup.sh script or manual setup
  7. Added favicon!
  8. VNC connections are encrypted by default if connected to GWM over SSL (previously, connections would fail as the browser would not allow them).
  9. Added documentation on setting up secure VNCAuthProxy.
  10. Updated Authors file

0.11.1-rc2

04 Jun 22:49
Compare
Choose a tag to compare
0.11.1-rc2 Pre-release
Pre-release
  1. LDAP support has been fixed
  2. various Debian Jessie fixes (incl. updating requests and a sample systemd script for VNCAuthProxy)
  3. Travis CI is now used to automatically test any pull request
  4. Travis CI now checks each pull request to test for related documentation updates
  5. Configuration documentation has been updated
  6. the deprecated fabfile has been removed in favor of the setup.sh script or manual setup
  7. Added favicon!
  8. VNC connections are encrypted by default if connected to GWM over SSL (previously, connections would fail as the browser would not allow them).
  9. Added documentation on setting up secure VNCAuthProxy.
  10. Updated Authors file

0.11.1-rc1

28 Apr 03:19
Compare
Choose a tag to compare
0.11.1-rc1 Pre-release
Pre-release

Fixes https://code.osuosl.org/issues/18135 (thanks Darius Spitznagel!)
Fixes documentation links (thanks lmorfitt!)

0.11.0

21 Apr 23:05
Compare
Choose a tag to compare

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

25 Feb 21:06
Compare
Choose a tag to compare
0.11.0-rc2 Pre-release
Pre-release

Fixes VNC proxy error display bug