From a56a5b986057c9155eb9085ca1e10368eb1b0a21 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Wed, 25 Aug 2021 15:27:52 -0400 Subject: [PATCH] update changelog for next version (#1364) * update changelog for next version --- CHANGELOG.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f71fe9f831..b5fc9dde9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.0.16] - 2021-08-25 + +### Fixed + +- Fixed an issue with non US keyboards could not use `+` keys in the shell app - + [1214](https://github.com/OSC/ondemand/issues/1214). +- Fixed Ganglia panels visually and semantically - [1031](https://github.com/OSC/ondemand/issues/1031). +- Fixed error messages in creating invalid files - [1322](https://github.com/OSC/ondemand/issues/1322). +- Fixed removing files when allowlists are in place - [1337](https://github.com/OSC/ondemand/issues/1337). + +### Added + +- RPM building and e2e testing in several pull requests. + - [1329](https://github.com/OSC/ondemand/pull/1329) + - [1340](https://github.com/OSC/ondemand/pull/1340) + +### Changed + +- Sessions stores can now be overridden in [1321](https://github.com/OSC/ondemand/pull/1321). +- upgraded `ood_core` from v0.17.4 to v0.17.6. + ## [2.0.15] - 2021-08-11 ### Fixed @@ -870,7 +891,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/v2.0.14...HEAD +[Unreleased]: https://github.com/OSC/ondemand/compare/v2.0.16...HEAD +[2.0.16]: https://github.com/OSC/ondemand/compare/v2.0.15...v2.0.16 +[2.0.15]: https://github.com/OSC/ondemand/compare/v2.0.14...v2.0.15 [2.0.14]: https://github.com/OSC/ondemand/compare/v2.0.13...v2.0.14 [2.0.13]: https://github.com/OSC/ondemand/compare/v2.0.12...v2.0.13 [2.0.12]: https://github.com/OSC/ondemand/compare/v2.0.11...v2.0.12