Skip to content

Commit

Permalink
Updates for 1.4.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Rodgers committed Dec 19, 2018
1 parent 5660296 commit ac7c6f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
{
Expand Down

0 comments on commit ac7c6f0

Please sign in to comment.