Skip to content

Commit

Permalink
update headings for local ToC
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Dec 27, 2024
1 parent 0ff8a90 commit ceb7111
Showing 1 changed file with 15 additions and 36 deletions.
51 changes: 15 additions & 36 deletions source/release-notes/v4.0-release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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!
-------
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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:

Expand All @@ -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::

Expand Down

0 comments on commit ceb7111

Please sign in to comment.