Releases: OSC/ondemand
Releases · OSC/ondemand
version 1.6.20
Fixed
- fix bug to ensure
update_ood_portal
installs new config if existing
ood-portal.conf matches checksum #83
version 1.7.0
Added
- update Dashboard to add account balance warnings & dev mode icon picker
- for new installs, sudoers.d/ood script now includes
env_keep
for all env
vars starting withNGING_STAGE_
orOOD_
Changed
- drop support for CentOS/RHEL6
- upgrade to Ruby 2.5, Node 10, and Passenger 6
version 1.7.0 rc2-2
Test branch with fix
version 1.7.0 rc2
Release candidate 2 to see if ci build experiences same problem as https://code.osu.edu/ondemand/ondemand/-/jobs/227923
version 1.7.0 rc1
v1.7.0_rc1 update dashboard
version 1.6.19
Added
- ability to set separate proxy server for rewrite rules in ood-portal-generator config
https://github.com/OSC/ondemand/blob/4e2614917fac74e861908ca189c42a21e8895518/ood-portal-generator/share/ood_portal_example.yml#L18-L22 fixing #73 - thank you @wdpypere
version 1.6.18
Fixed
- stop shell app from changing directory to the home directory prior to initiating ssh connection which introduced a crash when the home directory does not exist when we upgraded the shell app's pty dependency
version 1.6.18 rc2
Pre release with updated shell, now omitting cwd to spawn.
version 1.6.18 rc1
Release candidate with fix OSC/ood-shell#72
version 1.6.17 build 2
Fixed
- build 2 to fix Apache being restarted unnecessarily: #69