-
Notifications
You must be signed in to change notification settings - Fork 69
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
Prepare for xdmod10.5.1 release #1971
base: xdmod10.5
Are you sure you want to change the base?
Prepare for xdmod10.5.1 release #1971
Conversation
# 2025-02-04 v10.5.1 | ||
- Bug Fixes | ||
- Updated jQuery to version 3.7.1 to address CVE-2020-11023 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# 2025-02-04 v10.5.1 | |
- Bug Fixes | |
- Updated jQuery to version 3.7.1 to address CVE-2020-11023 | |
## 2025-02-04 v10.5.1 | |
- Bug Fixes | |
- Update jQuery to version 3.7.1 to address CVE-2020-11023 ([\#1970](https://github.com/ubccr/xdmod/pull/1970)). |
@@ -0,0 +1,25 @@ | |||
<?php | |||
/** | |||
* Update config files from version 10.0.3 to 10.5.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Update config files from version 10.0.3 to 10.5.0. | |
* Update config files from version 10.5.0 to 10.5.1. |
namespace OpenXdmod\Migration\Version1050To1051; | ||
|
||
use OpenXdmod\Migration\ConfigFilesMigration as AbstractConfigFilesMigration; | ||
use OpenXdmod\Setup\Console; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use OpenXdmod\Setup\Console; |
Appears to be unused.
@@ -0,0 +1,22 @@ | |||
<?php | |||
/** | |||
* Update database from version 10.0.3 to 10.5.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Update database from version 10.0.3 to 10.5.0. | |
* Update database from version 10.5.0 to 10.5.1. |
use OpenXdmod\Setup\Console; | ||
use CCR\DB; | ||
use ETL\Utilities; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use OpenXdmod\Setup\Console; | |
use CCR\DB; | |
use ETL\Utilities; |
Appear to be unused.
<li><p>Bug Fixes</p> | ||
<ul> | ||
<li>Security<ul> | ||
<li>Update jQuery to version 3.7.1 to address CVE-2020-11023</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<li><p>Bug Fixes</p> | |
<ul> | |
<li>Security<ul> | |
<li>Update jQuery to version 3.7.1 to address CVE-2020-11023</li> | |
</ul> | |
</li> | |
</ul> | |
</li> | |
<li><p>Bug Fixes</p><ul> | |
<li>Security<ul> | |
<li>Update jQuery to version 3.7.1 to address CVE-2020-11023.</li> | |
</ul></li> | |
</ul></li> | |
<li><p>Optional Modules</p><ul> | |
<li><p>Application Kernels</p><ul> | |
<li>Bug Fixes<ul> | |
<li>Fix PHP error when calculating control regions.</li> | |
</ul></li> | |
</ul></li> | |
<li><p>Job Performance (SUPReMM)</p><ul> | |
<li>Security<ul> | |
<li>Update jQuery to version 3.7.1 to address CVE-2020-11023.</li> | |
</ul></li> | |
<li>Miscellaneous<ul> | |
<li>Update jsPlumb dependency.</li> | |
</ul></li> | |
</ul></li> | |
</ul></li> |
NOTE: the centos7 builds are expected to fail*
Description
This PR is the prep work for the 10.5.1 release.
Motivation and Context
Tests performed
Checklist: