From 4e89913f3da4ee556277538c0a83ed5404e44576 Mon Sep 17 00:00:00 2001 From: Eric Franz Date: Mon, 20 Jul 2020 11:17:54 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b7b930b1..40a5be0f35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ 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.8.6] - 2020-07-20 +### Added +- Configuration for XDMoD auto-login timeout [#597](https://github.com/OSC/ondemand/pull/597) + +### Fixed +- Handle edge case in job efficiency widget where no data + available [#597](https://github.com/OSC/ondemand/pull/597) +- Fix XDMoD auto-login iframe trick to properly hide and position + iframe so form button clicks in iframe still work + [#596](https://github.com/OSC/ondemand/pull/596) +- Fix bug where `cluster: ""` in batch connect app resulted in unhandled exception [#593](https://github.com/OSC/ondemand/pull/593) + ## [1.8.5] - 2020-07-16 ### Fixed - Broken tests introduced with redirect URIs in Dex [#592](https://github.com/OSC/ondemand/pull/592) @@ -474,7 +486,8 @@ 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.8.5...HEAD +[Unreleased]: https://github.com/OSC/ondemand/compare/v1.8.6...HEAD +[1.8.6]: https://github.com/OSC/ondemand/compare/v1.8.5...v1.8.6 [1.8.5]: https://github.com/OSC/ondemand/compare/v1.8.4...v1.8.5 [1.8.4]: https://github.com/OSC/ondemand/compare/v1.8.3...v1.8.4 [1.8.3]: https://github.com/OSC/ondemand/compare/v1.8.2...v1.8.3