Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfranz authored Jul 20, 2020
1 parent 491a9b1 commit 4e89913
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4e89913

Please sign in to comment.