From 26620e96e8b3265c3eb899fa4780f7d80d12de2b Mon Sep 17 00:00:00 2001 From: Eric Franz Date: Thu, 23 Apr 2020 22:05:45 -0400 Subject: [PATCH] update ood_core version and bump OnDemand version --- CHANGELOG.md | 10 ++++++++-- apps/activejobs/Gemfile.lock | 2 +- apps/dashboard/Gemfile.lock | 2 +- apps/file-editor/Gemfile.lock | 2 +- apps/myjobs/Gemfile.lock | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e683209fe8..ec4808a198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 diff --git a/apps/activejobs/Gemfile.lock b/apps/activejobs/Gemfile.lock index 2a48d7b0e1..dd7cf78d20 100644 --- a/apps/activejobs/Gemfile.lock +++ b/apps/activejobs/Gemfile.lock @@ -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) diff --git a/apps/dashboard/Gemfile.lock b/apps/dashboard/Gemfile.lock index d07a6ecc4d..d7e7def5f3 100644 --- a/apps/dashboard/Gemfile.lock +++ b/apps/dashboard/Gemfile.lock @@ -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) diff --git a/apps/file-editor/Gemfile.lock b/apps/file-editor/Gemfile.lock index 7ef4b2c8ec..6f94b3819f 100644 --- a/apps/file-editor/Gemfile.lock +++ b/apps/file-editor/Gemfile.lock @@ -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) diff --git a/apps/myjobs/Gemfile.lock b/apps/myjobs/Gemfile.lock index fcdcb0c652..f1dc5afc48 100644 --- a/apps/myjobs/Gemfile.lock +++ b/apps/myjobs/Gemfile.lock @@ -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)