Skip to content

Commit

Permalink
update changleog for 3.1.7 and 3.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Nov 20, 2024
1 parent 45e611c commit fffb791
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fffb791

Please sign in to comment.