diff --git a/CHANGELOG.md b/CHANGELOG.md index 96eee4cd5a..b3bf4ef901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [1.4.5] - 2018-12-19 ### Added -- Set `OOD_DEV_APPS_ROOT` env var to the parend directory of a user's dev app, so that the Dashboard and other apps will know where dev apps are deployed to, since this is a configuration that will likely differ from site to site +- Set `OOD_DEV_APPS_ROOT` env var to the parent directory of a user's dev app, so that the Dashboard and other apps will know where dev apps are deployed to, since this is a configuration that will likely differ from site to site - Default and customizable error page for missing home directory so sites that use pam_mkhomdir.so to create the home directory for new users on login can have a sensible first login flow via OnDemand ([see Discourse discussion](https://discourse.osc.edu/t/launching-ondemand-when-home-directory-does-not-exist/53/7)) ### Changed diff --git a/config.json b/config.json index 77730c0963..f46152bc12 100644 --- a/config.json +++ b/config.json @@ -2,37 +2,37 @@ { "name": "dashboard", "url": "https://github.com/OSC/ood-dashboard", - "tag": "v1.28.0", + "tag": "v1.29.0", "app": true }, { "name": "shell", "url": "https://github.com/OSC/ood-shell", - "tag": "v1.4.1", + "tag": "v1.4.2", "app": true }, { "name": "files", "url": "https://github.com/OSC/ood-fileexplorer", - "tag": "v1.4.1", + "tag": "v1.5.0", "app": true }, { "name": "file-editor", "url": "https://github.com/OSC/ood-fileeditor", - "tag": "v1.3.5", + "tag": "v1.4.0", "app": true }, { "name": "activejobs", "url": "https://github.com/OSC/ood-activejobs", - "tag": "v1.6.6", + "tag": "v1.6.7", "app": true }, { "name": "myjobs", "url": "https://github.com/OSC/ood-myjobs", - "tag": "v2.9.3", + "tag": "v2.10.0", "app": true }, {