diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dcc4b0c4..de046dd70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - A single cluster form item is now hidden, not fixed, allowing dynamic directives to work on single clusters in [3931](https://github.com/OSC/ondemand/pull/3931). - OnDemand packages no longer relies on scl at runtime in [3952](https://github.com/OSC/ondemand/pull/3952). +- Only root owned ondemand.d files will be loaded in prodution in [3969](https://github.com/OSC/ondemand/pull/3969). ### Fixed - Ensure that the asset directory is clean when building in [3356](https://github.com/OSC/ondemand/pull/3356). @@ -89,6 +90,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Select all in the files app will only select the visible rows in [3925](https://github.com/OSC/ondemand/pull/3925). - Batch jobs now specify workdir, fixing issues with submit_host jobs in [3913](https://github.com/OSC/ondemand/pull/3913). - Javascript that queires for atch connect sessions will create an alert div and stop polling if it fails in [3915](https://github.com/OSC/ondemand/pull/3915). +- auto_qos correctly returns one option for each qos in [3955](https://github.com/OSC/ondemand/pull/3955). ### Security