Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update changleog for 3.1.7 and 3.1.9 #3971

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 33 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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