From 697a1d390d719edadc63408caefc2f978cfa5f1b Mon Sep 17 00:00:00 2001 From: osc-bot <78549874+osc-bot@users.noreply.github.com> Date: Thu, 26 Dec 2024 09:35:51 -0500 Subject: [PATCH] Update Changelog (#4029) * update changelog --------- Co-authored-by: Jeff Ohrstrom --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94b2e81c8..69b11c8c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - XDMoD jobs widget now shows CPU, Memory and walltime in [3789](https://github.com/OSC/ondemand/pull/3789). - Global batch connect form items can now be defined in ondemand.d files in [3840](https://github.com/OSC/ondemand/pull/3840). - The path_selector widget now supports filtering results in [3992](https://github.com/OSC/ondemand/pull/3992). +- OOD now responds to `/etc/ood/config/plugins` to support eaiser customizations in + [3991](https://github.com/OSC/ondemand/pull/3991) and [4020](https://github.com/OSC/ondemand/pull/4020). +- Dynamic batch connect support for data-exclusive-option-for in [4025](https://github.com/OSC/ondemand/pull/4025). +- Better localization support in [4003](https://github.com/OSC/ondemand/pull/4003). ### Changed - Script models have been renamed to Launcher in [3397](https://github.com/OSC/ondemand/pull/3397). @@ -68,6 +72,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - 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). - The files app will now create a spinner on the files table when making new requests in [3973](https://github.com/OSC/ondemand/pull/3973). +- nginx_clean utiltiy in nginx_stage will now determine inactive users and clean their PUNs too in [3942](https://github.com/OSC/ondemand/pull/3942). ### Fixed - Ensure that the asset directory is clean when building in [3356](https://github.com/OSC/ondemand/pull/3356). @@ -95,6 +100,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - auto_qos correctly returns one option for each qos in [3955](https://github.com/OSC/ondemand/pull/3955). - The download button will now disable when users have selected non-downloadable files in [4008](https://github.com/OSC/ondemand/pull/4008) - Fixed a bug where the icon shows up on 2nd path_selector in [4009](https://github.com/OSC/ondemand/pull/4009). +- nginx_stage no longer caclulates the users' groups in [#4012](https://github.com/OSC/ondemand/pull/4012). ### Security