Skip to content

Commit

Permalink
update ood_core version and bump OnDemand version
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfranz committed Apr 24, 2020
1 parent 4992a04 commit 26620e9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.7.11] - 2020-04-23
### Fixed
- update to latest `ood_core` patch version to fix calls to
LinuxHost#info_where_owner, particularly by the Active Jobs app

## [1.7.10] - 2020-04-08
### Fixed
- fix bug with file favorite URLs being incorrectly set in dropdown [#472](https://github.com/OSC/ondemand/pull/472)
Expand Down Expand Up @@ -383,8 +388,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- From 1.3.7 - 1.4.2 updated app versions


[Unreleased]: https://github.com/OSC/ondemand/compare/v1.7.10...HEAD
[1.7.9]: https://github.com/OSC/ondemand/compare/v1.7.9...v1.7.10
[Unreleased]: https://github.com/OSC/ondemand/compare/v1.7.11...HEAD
[1.7.11]: https://github.com/OSC/ondemand/compare/v1.7.10...v1.7.11
[1.7.10]: https://github.com/OSC/ondemand/compare/v1.7.9...v1.7.10
[1.7.9]: https://github.com/OSC/ondemand/compare/v1.7.8...v1.7.9
[1.7.8]: https://github.com/OSC/ondemand/compare/v1.7.7...v1.7.8
[1.7.7]: https://github.com/OSC/ondemand/compare/v1.7.6...v1.7.7
Expand Down
2 changes: 1 addition & 1 deletion apps/activejobs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ GEM
ood_core (~> 0.1)
rails (> 4.0.7, < 6.0)
redcarpet (~> 3.2)
ood_core (0.11.1)
ood_core (0.11.2)
ffi (~> 1.9, >= 1.9.6)
ood_support (~> 0.0.2)
ood_support (0.0.3)
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ GEM
ood_core (~> 0.1)
rails (> 4.0.7, < 6.0)
redcarpet (~> 3.2)
ood_core (0.11.1)
ood_core (0.11.2)
ffi (~> 1.9, >= 1.9.6)
ood_support (~> 0.0.2)
ood_support (0.0.3)
Expand Down
2 changes: 1 addition & 1 deletion apps/file-editor/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ GEM
ood_core (~> 0.1)
rails (> 4.0.7, < 6.0)
redcarpet (~> 3.2)
ood_core (0.11.1)
ood_core (0.11.2)
ffi (~> 1.9, >= 1.9.6)
ood_support (~> 0.0.2)
ood_support (0.0.3)
Expand Down
2 changes: 1 addition & 1 deletion apps/myjobs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ GEM
ood_core (~> 0.1)
rails (> 4.0.7, < 6.0)
redcarpet (~> 3.2)
ood_core (0.11.1)
ood_core (0.11.2)
ffi (~> 1.9, >= 1.9.6)
ood_support (~> 0.0.2)
ood_support (0.0.3)
Expand Down

0 comments on commit 26620e9

Please sign in to comment.