From bfbeb341912f1914ed5032ffb813eb1ae4d6b95d Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Thu, 15 Jul 2021 16:46:06 -0400 Subject: [PATCH 1/3] update changelog for v2.0.13 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 474e770619..5f81b6605d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.0.13] - 2121-07-15 + +### Fixed + +- Fixed in `OOD_NAVBAR_TYPE` bug in [1283](https://github.com/OSC/ondemand/pull/1283). +- `kubectl` commands no longer log to syslog in [1290](https://github.com/OSC/ondemand/pull/1290). +- `rake test` works directly now without having to force `RAILS_ENV` in [1285](https://github.com/OSC/ondemand/pull/1285). + ## [2.0.12] - 2021-07-01 ### Fixed From 7cceab9200b0009dda9c13766030a785d55349b5 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Thu, 15 Jul 2021 16:47:57 -0400 Subject: [PATCH 2/3] add a link for 2.0.13 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f81b6605d..582f045c0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -844,7 +844,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/v2.0.12...HEAD +[Unreleased]: https://github.com/OSC/ondemand/compare/v2.0.13...HEAD +[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 [2.0.11]: https://github.com/OSC/ondemand/compare/v2.0.10...v2.0.11 [2.0.10]: https://github.com/OSC/ondemand/compare/v2.0.9...v2.0.10 From 647851909b953bfe4365ec4bfdffb159060d68f8 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Fri, 16 Jul 2021 09:31:32 -0400 Subject: [PATCH 3/3] add entry for ood_core --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 582f045c0a..7b841d7657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `kubectl` commands no longer log to syslog in [1290](https://github.com/OSC/ondemand/pull/1290). - `rake test` works directly now without having to force `RAILS_ENV` in [1285](https://github.com/OSC/ondemand/pull/1285). +### Changed + +- Updated `ood_core` to v0.17.2. + ## [2.0.12] - 2021-07-01 ### Fixed