From fffb79131fb307e1ba994813e04c95a8c1007792 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Wed, 20 Nov 2024 16:01:38 -0500 Subject: [PATCH] update changleog for 3.1.7 and 3.1.9 --- CHANGELOG.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d335525..7dcc4b0c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Added -- BatchConnect form labels can now be made dynamic with data-label-* in [3498](https://github.com/OSC/ondemand/pull/3498). +- BatchConnect form labels can now be made dynamic with data-label-* in [3598](https://github.com/OSC/ondemand/pull/3598). - BatchConnect form auto_modules directive can now filter by string or regex in [3574](https://github.com/OSC/ondemand/pull/3574). - Saved settings widget in [#3545](https://github.com/OSC/ondemand/pull/3545). - BatchConnect cards can now edit and relaunch the session in [3358](https://github.com/OSC/ondemand/pull/3358). @@ -96,6 +96,36 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [3627](https://github.com/OSC/ondemand/pull/3627). This prevents the leaking of sensitive environment variables to the job when `copy_environment` is used. +- The shell app now has several configurations to stop or extend ssh sessions. This is + a security issue becuase an ssh session can remain open long after the authentication + system has ended that session. I.e., it can go on forever. So, the shell app now + disables ping pong by default and has configurations for how long sessions can + exist with and without activity in [3810](https://github.com/OSC/ondemand/pull/3815) + and [3805](https://github.com/OSC/ondemand/pull/3805). + +## [3.1.10] - 11-07-2024 + +### Fixed + +- Fixed Ubuntu 24.04 packaging issue in [3936](https://github.com/OSC/ondemand/pull/3936). +- MOTD in `md.erb` format should also respond to sanitize_html in [3876](https://github.com/OSC/ondemand/pull/3876). + +## [3.1.9] - 10-08-2024 + +### Fixed + +- Support for higher versions of httpd in [3779](https://github.com/OSC/ondemand/pull/3779) and [3852](https://github.com/OSC/ondemand/pull/3852). +- `ood_auth_map` now accounts for more than just characters in [3779](https://github.com/OSC/ondemand/pull/3779). +- Uploads always succeed even when the chown operation afterwards fails in [3861](https://github.com/OSC/ondemand/pull/3861). +- The ood_portal.conf now accounts for /dex (dex_uri) when enabling maintenance mode in [3779](https://github.com/OSC/ondemand/pull/3779). + +### Security + +- The shell app now has several configurations to stop or extend ssh sessions. This is + a security issue becuase an ssh session can remain open long after the authentication + system has ended that session. I.e., it can go on forever. So, the shell app now + disables ping pong by default and has configurations for how long sessions can + exist with and without activity in [3815](https://github.com/OSC/ondemand/pull/3815). ## [3.1.7] - 06-25-2024 @@ -1443,6 +1473,8 @@ Similar changelog as [3.0.0]. This version was not released to the general publi - From 1.3.7 - 1.4.2 updated app versions [Unreleased]: https://github.com/OSC/ondemand/compare/v3.1.0...HEAD +[3.1.10]: https://github.com/OSC/ondemand/compare/v3.1.9...v3.1.10 +[3.1.9]: https://github.com/OSC/ondemand/compare/v3.1.7...v3.1.9 [3.1.7]: https://github.com/OSC/ondemand/compare/v3.1.4...v3.1.7 [3.1.4]: https://github.com/OSC/ondemand/compare/v3.1.1...v3.1.4 [3.1.1]: https://github.com/OSC/ondemand/compare/v3.1.0...v3.1.1