From 4af3d810dfd52ab389dd40d9b5ac926993f48c7d Mon Sep 17 00:00:00 2001 From: osc-bot <78549874+osc-bot@users.noreply.github.com> Date: Thu, 20 Apr 2023 10:04:42 -0500 Subject: [PATCH] Update Changelog (#2767) * update changelog * update changelog for 3.0.1 --------- Co-authored-by: Jeff Ohrstrom --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87617eb3d6..81790fd87b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [3.0.1] - 04-20-2023 + ### Fixed - Only depend on the selinux-policy version, not full version including release in @@ -20,11 +22,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `activejobs` now correctly shows kubernetes jobs. - `auto_accounts` now correctly works with non-standard sacctmgr commands and Slurm clusters with the cluster field set. +- The panels for development apps will always show in interactive sessions in + [2757](https://github.com/OSC/ondemand/pull/2757). ### Changed - Upgrade to rails 6.1.7.3 in [2747](https://github.com/OSC/ondemand/pull/2747). +### Added + +- Uppy messages can be localized in [2766](https://github.com/OSC/ondemand/pull/2766). +- [2709](https://github.com/OSC/ondemand/pull/2709) created a VERSIONING_POLICY.md. + ## [3.0.0] - 03-27-2023 ### Changed @@ -1198,8 +1207,8 @@ Similar changelog as [3.0.0]. This version was not released to the general publi ### Changed - From 1.3.7 - 1.4.2 updated app versions - -[Unreleased]: https://github.com/OSC/ondemand/compare/v3.0.0...HEAD +[Unreleased]: https://github.com/OSC/ondemand/compare/v3.0.1...HEAD +[3.0.1]: https://github.com/OSC/ondemand/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/OSC/ondemand/compare/v2.0.32...v3.0.0 [2.1.0]: https://github.com/OSC/ondemand/compare/v2.0.31...v2.1.0 [2.0.32]: https://github.com/OSC/ondemand/compare/v2.0.31...v2.0.32