From ceb7111f4056a1e5af880e0cfbae0de71961b51c Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Fri, 27 Dec 2024 12:07:48 -0500 Subject: [PATCH] update headings for local ToC --- source/release-notes/v4.0-release-notes.rst | 51 ++++++--------------- 1 file changed, 15 insertions(+), 36 deletions(-) diff --git a/source/release-notes/v4.0-release-notes.rst b/source/release-notes/v4.0-release-notes.rst index 3e4c0606..e89fd546 100644 --- a/source/release-notes/v4.0-release-notes.rst +++ b/source/release-notes/v4.0-release-notes.rst @@ -3,27 +3,10 @@ v4.0 Release Notes ================== -Administrative changes ----------------------- +.. contents:: + :depth: 3 + :local: -- `Breaking Changes`_ -- `Dependency Updates`_ -- `Upgrade Directions`_ - -New Features ------------- - -- `Global Batch Connect Items`_ -- `noVNC Quality and Compression Defaults`_ -- `Batch Connect Sessions Poll Delay`_ -- `System Status Application`_ -- `data-hide Directives now Respond to False`_ -- `User Mapping now Accepts UIDs`_ -- `Interactive Apps can have a Text Header`_ -- `Remove Runtime Dependency on SCL`_ -- `XDMoD Efficiency Widget Update`_ -- `Edit and Delete Interactive Application Saved Settings`_ -- `nginx_clean now Cleans PUNs of Disabled Users`_ Thanks! ------- @@ -32,30 +15,26 @@ We'd like to thank a bunch of folks' for contributing to this release. As we only know the github username, that's what's being referenced here. - -Details of administrative changes ---------------------------------- - Breaking Changes -................ +---------------- Autoloading During Initialization has been Removed. -*************************************************** +................................................... .. include:: autoload.inc NavConfig has been Removed. -*************************** +........................... .. include:: navconfig.inc whitelist & blacklist Configs have been Removed. -************************************************ +................................................ .. include:: allowlist.inc Announcements are Dismissable by Default. -***************************************** +......................................... In 4.0 :ref:`configure_announcements` now have the ability to be ``dismissable``. Meaning users can press ``OK`` on the announment and it will no longer appear @@ -68,7 +47,7 @@ themselves are ``dismissable`` by default. The documentation for :ref:`configure_announcements` has been updated with this new feature. Batch Connect Form IDs are now Lowercase. -***************************************** +......................................... To resolve some bugs with :ref:`dynamic-bc-apps`, batch connect form items will now force lowercase HTML IDs. This may break some javascript @@ -91,7 +70,7 @@ id of the form item will be lowercase as shown below. id="batch_connect_session_context_my_cool_form_item" Root Owned Configuration Files. -******************************* +............................... In an effort to increase the security of the Open OnDemand platform, the system will now start to only respond to root owned configuration @@ -104,17 +83,17 @@ While these files need to be root owned, they can continue to have any group ownership. Deprecations -............ +------------ POLL_DELAY is Deprecated. -************************* +......................... ``POLL_DELAY`` is deprecated in 4.0 and being replaced by documented configurations. See `Batch connect sessions poll delay`_ for more details. Dependency Updates -.................. +------------------ This release updates the following dependencies: @@ -135,11 +114,11 @@ This release updates the following dependencies: .. warning:: OnDemand repos no longer provide mod_auth_openidc or cjose. SELinux Changes -............... +--------------- Upgrade Directions -.................. +------------------ .. warning::