Skip to content

Releases: OSC/ondemand

version 1.8.8

22 Jul 15:28
1979aef
Compare
Choose a tag to compare
version 1.8.8 Pre-release
Pre-release

Install

Ensure you are using the latest yum repo and then do (for EL7):

yum update ondemand-1.8.8-1.el7

Changelog

Fixed

  • Revert the commit that made XDMoD SSO timeout configurable, which introduced a bug #607

version 1.8.7

22 Jul 02:09
00b9e96
Compare
Choose a tag to compare
version 1.8.7 Pre-release
Pre-release

Install

Ensure you are using the latest yum repo and then do (for EL7):

yum update ondemand-1.8.7-1.el7

Changelog

Fixed

  • Add back support for DEFAULT_SSHHOST env var in shell app #603
  • Replace accidental hardcoded OSC XDMoD host #604

version 1.8.6

20 Jul 15:19
4e89913
Compare
Choose a tag to compare
version 1.8.6 Pre-release
Pre-release

Install

Ensure you are using the latest yum repo and then do (for EL7):

yum update ondemand-1.8.6-1.el7

Changelog

Added

  • Configuration for XDMoD auto-login timeout #597

Fixed

  • Handle edge case in job efficiency widget where no data
    available #597
  • Fix XDMoD auto-login iframe trick to properly hide and position
    iframe so form button clicks in iframe still work
    #596
  • Fix bug where cluster: "" in batch connect app resulted in unhandled exception #593

version 1.8.5

16 Jul 17:52
e2c0a63
Compare
Choose a tag to compare
version 1.8.5 Pre-release
Pre-release

Install

Ensure you are using the latest yum repo and then do (for EL7):

yum update ondemand-1.8.5-1.el7

Changelog

Fixed

  • Broken tests introduced with redirect URIs in Dex #592

version 1.8.4

16 Jul 15:55
acc7363
Compare
Choose a tag to compare
version 1.8.4 Pre-release
Pre-release

Install

Ensure you are using the latest yum repo and then do (for EL7):

yum update ondemand-1.8.4-1.el7

Changelog

Added

  • Support for additional redirect URIs in Dex config #591

version 1.8.3

16 Jul 13:03
7946b09
Compare
Choose a tag to compare
version 1.8.3 Pre-release
Pre-release

Install

Ensure you are using the latest yum repo and then do (for EL7):

yum update ondemand-1.8.3-1.el7

Changelog

Changed

  • Shell App: use OOD_SSHHOST_ALLOWLIST instead of SSHHOST_WHITELIST #582

Added

  • Dex config generator now supports configuring multiple static clients #589

version 1.8.2

13 Jul 18:38
6861f22
Compare
Choose a tag to compare
version 1.8.2 Pre-release
Pre-release

Install

Ensure you are using the latest yum repo and then do (for EL7):

yum update ondemand-1.8.2-1.el7

Changelog

Changed

  • Retain the BC panel after a job completes 559
  • XMDOD panels to use SSO, removing perf & summary widgets and added job efficiency widget
    578 and 580

Added

  • Added jest for shell testing suite 577
  • Added Sinatra gems into ondemand-gems for other apps to use 579

Fixed

  • default_sshost is added to the shell's allowlist 564

version 1.8.1

08 Jul 18:23
5c488ad
Compare
Choose a tag to compare
version 1.8.1 Pre-release
Pre-release

Fixed

  • ondemand-dex binary location in /usr/sbin not /usr/local #566.

version 1.8.0

08 Jul 18:23
7c2703d
Compare
Choose a tag to compare
version 1.8.0 Pre-release
Pre-release

Added

  • Chinese localization for "Mainland China simplified characters"
    #477, thank you @374365283
    and @summerwang
  • Specify the default login host in the cluster config
    #508
  • Control nginx max upload size by setting byte size in nginx_stage.yml
    using configuration option nginx_file_upload_max and the files app will now respect this
    #502
  • Add an info.md.erb (or info.html.erb) to the root of any batch connect app
    to display extra information. the context for the erb is the session and the rendered
    string is passed through a markdown renderer
    #556
  • Configure a single batch connect app to submit to multiple different clusters, either
    in form.yml or submit.yml:
    #524
    #536
    #538
    #553
  • Streamlined Copy and Paste for Chrome
    #537
  • Dockerfile for help with development #309
  • Configurable logo height using OOD_DASHBOARD_LOGO_HEIGHT set to a value like 100px which
    enables using SVG for logos on the dashboard
  • Add TurboLinks dependeny to the dashboard in decrease loading time
    498

Changed

  • Shell app now requires every host it will connect to to be whitelisted
    defaulting to hosts in colon delimited SSHHOST_WHITELIST env var or every
    host specified in the login section of each cluster config
    #507
  • Switch from BasicAuth to Dex for default authentication
    #474

version 1.7.14

02 Jul 15:55
Compare
Choose a tag to compare

Fixed

  • Safari bug that broke noVNC #516.